aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r--Northstar.Custom/mod.json21
1 files changed, 20 insertions, 1 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index ba88af7a3..52d23f57a 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -88,6 +88,25 @@
},
{
+ "Path": "gamemodes/sh_gamemode_sns.gnut",
+ "RunOn": "SERVER || CLIENT",
+ "ServerCallback": {
+ "Before": "SNSMode_Init"
+ },
+ "ClientCallback": {
+ "Before": "SNSMode_Init"
+ }
+ },
+ {
+ "Path": "gamemodes/cl_gamemode_sns.gnut",
+ "RunOn": "CLIENT"
+ },
+ {
+ "Path": "gamemodes/_gamemode_sns.gnut",
+ "RunOn": "SERVER"
+ },
+
+ {
"Path": "gamemodes/sh_gamemode_fw_custom.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
"ClientCallback": {
@@ -436,4 +455,4 @@
"Localisation": [
"resource/northstar_custom_%language%.txt"
]
-}
+} \ No newline at end of file