diff options
author | Rémy Raes <raes.remy@gmail.com> | 2023-12-14 22:19:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 22:19:08 +0100 |
commit | e49e7e8321269a3de19f07981c8974e87e9fd938 (patch) | |
tree | 5fdfe89944360636f8cbf3450cac642222780697 /Northstar.Client/mod.json | |
parent | 6d678ac56b104a5c4aa2a2d9da05b163f2e1d6cd (diff) | |
download | NorthstarMods-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.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index a22f49fd..44937a2b 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": { |