From 5e40aac1805e8de463b0b63c3cd2e8cf854a0417 Mon Sep 17 00:00:00 2001 From: Dss0 <7338300+Dss0@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:50:25 +0100 Subject: [PATCH] Add Fracture gamemode --- zone/server.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zone/server.cfg b/zone/server.cfg index 4b1384f..5a378a9 100644 --- a/zone/server.cfg +++ b/zone/server.cfg @@ -62,13 +62,14 @@ set bot_difficulty "1" // Bot Skill // gun - GunGame // // koth - Hardpoint // // escort - Safeguard // +// clean - Fracture // // // ////////////////////////////////////////////////// exec "gamedata/gamesettings/mp/gamesettings_default.cfg" // Leave this as is exec "gamedata/configs/common/default_xboxlive.cfg" // Leave this as is -exec "gamedata/gamesettings/mp/gamesettings_tdm.cfg" // Change this to the gametype config of the mode you want to run +exec "gamedata/gamesettings/mp/gamesettings_tdm.cfg" // Change this to the gametype config of the mode you want to run (e.g. ../gamesettings_conf.cfg, ../gamesettings_escort.cfg) //set gametype "tdm" // Set the gametype in the map rotation for now set cg_thirdPerson "0" // third-person mode