diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-08 03:20:04 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-08 03:20:04 +0000 |
commit | 4413f541063ae14efd54f873a43aeaf7c53dd983 (patch) | |
tree | ba422c4306f37f7d914da9f5f8f53ab95a696b00 /Northstar.Custom/mod.json | |
parent | d888352dc05c2b5ba89ff2e40c4a4d1acc1e4e0a (diff) | |
parent | 218b251440988e5070c92a21fb593f255c53ad74 (diff) | |
download | NorthstarMods-4413f541063ae14efd54f873a43aeaf7c53dd983.tar.gz NorthstarMods-4413f541063ae14efd54f873a43aeaf7c53dd983.zip |
Merge branch 'main' of https://github.com/R2Northstar/NorthstarMods
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index d6c54033..2aaa7eb7 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -278,6 +278,28 @@ "Before": "ShGamemodeCTFComp_Init" } }, + + { + "Path": "gamemodes/sh_gamemode_tffa.gnut", + "RunOn": "( CLIENT || SERVER ) && MP", + "ClientCallback": { + "Before": "Sh_GamemodeTFFA_Init" + }, + + "ServerCallback": { + "Before": "Sh_GamemodeTFFA_Init" + } + }, + + { + "Path": "gamemodes/_gamemode_tffa.gnut", + "RunOn": "SERVER && MP" + }, + + { + "Path": "gamemodes/cl_gamemode_tffa.gnut", + "RunOn": "CLIENT && MP" + }, { "Path": "sh_3psequence_to_1p_hacks.gnut", |