diff options
author | x3Karma <juliuslimck@gmail.com> | 2021-12-30 14:22:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 14:22:42 +0800 |
commit | 9c828a8e24f3f9f48c2754cef9e81d9c79adc3f9 (patch) | |
tree | 4bec22a0bc809561e90a8dee8d94f9d3a21bcb46 /Northstar.Client/mod.json | |
parent | a0923c46ade1d30a9fb0949f9468255b9dd91c50 (diff) | |
parent | bde589963e9030bdae5bfad1cbf068c0ad6e078a (diff) | |
download | NorthstarMods-9c828a8e24f3f9f48c2754cef9e81d9c79adc3f9.tar.gz NorthstarMods-9c828a8e24f3f9f48c2754cef9e81d9c79adc3f9.zip |
Merge branch 'R2Northstar:main' into main
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index ac1e0951..4842755b 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -3,7 +3,28 @@ "Description" : "Various ui and client changes to fix bugs and add better support for mods", "Version": "1.0.0", "LoadPriority": 0, - + "ConVars": [ + { + "Name": "filter_hide_empty", + "DefaultValue": "0" + }, + { + "Name": "filter_hide_full", + "DefaultValue": "0" + }, + { + "Name": "filter_hide_protected", + "DefaultValue": "0" + }, + { + "Name": "filter_map", + "DefaultValue": "0" + }, + { + "Name": "filter_gamemode", + "DefaultValue": "0" + } + ], // ui inits need to happen before so our init callbacks get called "Scripts": [ { |