aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-03-03 20:54:59 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-03-03 20:54:59 +0000
commit81809dfba9a8329f07d68d1fd66133161234effa (patch)
tree94c6571b4be52dbd03435ffee478a41e8c062922 /Northstar.CustomServers/mod.json
parentfd0c66f5c84b7b6c349c3362c3e6df555c393aa5 (diff)
downloadNorthstarMods-81809dfba9a8329f07d68d1fd66133161234effa.tar.gz
NorthstarMods-81809dfba9a8329f07d68d1fd66133161234effa.zip
spectator refactor and private match spectator support
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r--Northstar.CustomServers/mod.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index 09d8fc2da..00dd06bc0 100644
--- a/Northstar.CustomServers/mod.json
+++ b/Northstar.CustomServers/mod.json
@@ -18,6 +18,11 @@
"DefaultValue": "1"
},
{
+ "Name": "ns_allow_spectators",
+ "DefaultValue": "0",
+ "Flags": 8192
+ },
+ {
"Name": "ns_private_match_last_mode",
"DefaultValue": "tdm"
},
@@ -102,6 +107,13 @@
"RunOn": "SERVER && MP"
},
{
+ "Path": "mp/_spectator.gnut",
+ "RunOn": "SERVER && MP",
+ "ServerCallback": {
+ "After": "Spectator_Init"
+ }
+ },
+ {
"Path": "_loadouts_mp.gnut",
"RunOn": "SERVER && MP",
"ServerCallback": {