diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-30 02:20:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 02:20:16 +0000 |
commit | 5b5fe5df6abe464c870e58393a2cfae0f103124c (patch) | |
tree | c08c809e8aaf6de54ff1e92aed628a7d579323af /Northstar.Client/mod.json | |
parent | d87af10191dc98cc1a69ffa64c3a09b895d8b5c0 (diff) | |
parent | 8d833a79b4f103abf3394bf1c9bebc071e1f84bd (diff) | |
download | NorthstarMods-5b5fe5df6abe464c870e58393a2cfae0f103124c.tar.gz NorthstarMods-5b5fe5df6abe464c870e58393a2cfae0f103124c.zip |
Merge pull request #31 from F1F7Y/main
Merge Better.serverbrowser
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": [ { |