aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
authorCoopyy <pat.pvp.unturned@gmail.com>2022-01-13 18:21:21 -0600
committerGitHub <noreply@github.com>2022-01-13 21:21:21 -0300
commit0ed0ef8308b33cec72056a05ef7611645fde44a7 (patch)
treeb62e77df00e1a16e344e4eafc252ff955ac46949 /Northstar.Custom/mod.json
parent16d0d693bbd5cdd3331daa0052f1eaeb8205a961 (diff)
downloadNorthstarMods-0ed0ef8308b33cec72056a05ef7611645fde44a7.tar.gz
NorthstarMods-0ed0ef8308b33cec72056a05ef7611645fde44a7.zip
Add Gamemode: Sticks & Stones (#107)
* added Sticks and Stones Co-authored-by: Barichello <artur@barichello.me>
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