diff options
author | Coopyy <pat.pvp.unturned@gmail.com> | 2022-01-13 18:21:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 21:21:21 -0300 |
commit | 0ed0ef8308b33cec72056a05ef7611645fde44a7 (patch) | |
tree | b62e77df00e1a16e344e4eafc252ff955ac46949 /Northstar.Custom/mod.json | |
parent | 16d0d693bbd5cdd3331daa0052f1eaeb8205a961 (diff) | |
download | NorthstarMods-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.json | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index ba88af7a..52d23f57 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 |