aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-11-07 03:53:07 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-11-07 03:53:07 +0000
commit35dfd937798d105238db23ea86f90f21be46694b (patch)
treed0e1ee639bc6177649dbcbde054f1e6094fc054c /Northstar.Custom/mod.json
parente79a58640e1ef1ea1c3c954aefccd36c3cb55286 (diff)
downloadNorthstarMods-35dfd937798d105238db23ea86f90f21be46694b.tar.gz
NorthstarMods-35dfd937798d105238db23ea86f90f21be46694b.zip
code cleanup, xp, postgame and some small changes
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r--Northstar.Custom/mod.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index 62729854a..cb0d24c47 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -3,6 +3,17 @@
"LoadPriority": 1,
"RequiredOnClient": true,
+ "ConVars": [
+ {
+ "Name": "ns_disallowed_weapons",
+ "DefaultValue": ""
+ },
+ {
+ "Name": "ns_disallowed_weapon_primary_replacement",
+ "DefaultValue": "mp_weapon_rspn101"
+ }
+ ],
+
"Scripts": [
{
"Path": "sh_northstar_custom_precache.gnut",
@@ -324,6 +335,14 @@
"After": "ClassicRodeo_InitPlaylistVars"
}
},
+
+ {
+ "Path": "_disallowed_weapons.gnut",
+ "RunOn": "SERVER && MP",
+ "ServerCallback": {
+ "After": "DisallowedWeapons_Init"
+ }
+ }
],
"Localisation": [