aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
authorWill Castro <39478251+VITALISED@users.noreply.github.com>2022-01-08 13:23:23 +1100
committerWill Castro <39478251+VITALISED@users.noreply.github.com>2022-01-08 13:23:23 +1100
commitb55efc1402427093b052f85499270c0c0290b525 (patch)
tree7be569bb3d69c87fafba48a7979b2062e4bff40b /Northstar.Custom/mod.json
parentac1179b9b9ae6765fcfe7949086bd739a3bca82e (diff)
downloadNorthstarMods-b55efc1402427093b052f85499270c0c0290b525.tar.gz
NorthstarMods-b55efc1402427093b052f85499270c0c0290b525.zip
Add TFFA
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r--Northstar.Custom/mod.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index d6c540333..2aaa7eb77 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",