Add Fracture gamemode

This commit is contained in:
Dss0 2023-02-23 11:50:25 +01:00
parent 2b927554ee
commit 5e40aac180

View File

@ -62,13 +62,14 @@ set bot_difficulty "1" // Bot Skill
// gun - GunGame // // gun - GunGame //
// koth - Hardpoint // // koth - Hardpoint //
// escort - Safeguard // // escort - Safeguard //
// clean - Fracture //
// // // //
////////////////////////////////////////////////// //////////////////////////////////////////////////
exec "gamedata/gamesettings/mp/gamesettings_default.cfg" // Leave this as is exec "gamedata/gamesettings/mp/gamesettings_default.cfg" // Leave this as is
exec "gamedata/configs/common/default_xboxlive.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 gametype "tdm" // Set the gametype in the map rotation for now
set cg_thirdPerson "0" // third-person mode set cg_thirdPerson "0" // third-person mode