aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod.json
diff options
context:
space:
mode:
authorF1F7Y <that.fifty@gmail.com>2021-12-30 00:12:09 +0100
committerF1F7Y <that.fifty@gmail.com>2021-12-30 00:12:09 +0100
commite888cfd48b7184821fb4f9eac84cfa952e55a6f8 (patch)
tree0ecab7aa299a9c2ff7225e465151588b4904698a /Northstar.Client/mod.json
parente8f67265e817bdca167fbb9970327588501be580 (diff)
downloadNorthstarMods-e888cfd48b7184821fb4f9eac84cfa952e55a6f8.tar.gz
NorthstarMods-e888cfd48b7184821fb4f9eac84cfa952e55a6f8.zip
Commit Better.serverbrowser
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r--Northstar.Client/mod.json23
1 files changed, 22 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index ac1e0951b..4842755bc 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": [
{