From b55efc1402427093b052f85499270c0c0290b525 Mon Sep 17 00:00:00 2001 From: Will Castro <39478251+VITALISED@users.noreply.github.com> Date: Sat, 8 Jan 2022 13:23:23 +1100 Subject: Add TFFA --- Northstar.Custom/mod.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'Northstar.Custom/mod.json') 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", -- cgit v1.2.3