diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-06-27 20:55:35 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-06-27 20:55:35 +0100 |
commit | 31c8a052e8f3cdccedb7f6f8d2bd11678189001a (patch) | |
tree | 869dae43cbbcb14d56e842cbd098a5db55854b20 /Northstar.Custom/mod.json | |
parent | 3f31a4a37a2acf8df302117c99c060cec5996704 (diff) | |
download | NorthstarMods-31c8a052e8f3cdccedb7f6f8d2bd11678189001a.tar.gz NorthstarMods-31c8a052e8f3cdccedb7f6f8d2bd11678189001a.zip |
added ttdm, more scoreevents and ctf comp
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 2c82cb0b..75a14291 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -162,6 +162,13 @@ }, { + "Path": "gamemodes/sh_gamemode_ctf_comp.gnut", + "RunOn": "( CLIENT || SERVER ) && MP", + "ClientPreCallback": "ShGamemodeCTFComp_Init", + "ServerPreCallback": "ShGamemodeCTFComp_Init" + }, + + { "Path": "titan/sh_first_person_embark.gnut", "RunOn": "( CLIENT || SERVER ) && MP", "ClientPreCallback": "FirstPersonEmbark_Init", |