aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod.json
diff options
context:
space:
mode:
authorRémy Raes <raes.remy@gmail.com>2023-12-14 22:19:08 +0100
committerGitHub <noreply@github.com>2023-12-14 22:19:08 +0100
commite49e7e8321269a3de19f07981c8974e87e9fd938 (patch)
tree5fdfe89944360636f8cbf3450cac642222780697 /Northstar.Client/mod.json
parent6d678ac56b104a5c4aa2a2d9da05b163f2e1d6cd (diff)
downloadNorthstarMods-e49e7e8321269a3de19f07981c8974e87e9fd938.tar.gz
NorthstarMods-e49e7e8321269a3de19f07981c8974e87e9fd938.zip
Mod download UI integration (#761)v1.21.0-rc2v1.21.0
UI integration for the mod downloading feature. Feature activation locked behind a convar.
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r--Northstar.Client/mod.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index a22f49fdf..44937a2b0 100644
--- a/Northstar.Client/mod.json
+++ b/Northstar.Client/mod.json
@@ -6,6 +6,10 @@
"InitScript": "cl_northstar_client_init.nut",
"ConVars": [
{
+ "Name": "allow_mod_auto_download",
+ "DefaultValue": "0"
+ },
+ {
"Name": "filter_hide_empty",
"DefaultValue": "0"
},
@@ -83,6 +87,10 @@
}
},
{
+ "Path": "ui/menu_ns_moddownload.nut",
+ "RunOn": "UI"
+ },
+ {
"Path": "ui/menu_ns_serverbrowser.nut",
"RunOn": "UI",
"UICallback": {