From cd4f8d512e004ffc6fa8204b083b7e28e2ee42b2 Mon Sep 17 00:00:00 2001 From: efinst0rm Date: Tue, 4 Apr 2023 20:54:02 -0500 Subject: [PATCH] Add scr_teambalance DVar --- zone/server.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zone/server.cfg b/zone/server.cfg index 045a631..25519de 100644 --- a/zone/server.cfg +++ b/zone/server.cfg @@ -78,6 +78,7 @@ 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 (e.g. ../gamesettings_conf.cfg, ../gamesettings_escort.cfg) //set gametype "tdm" // Set the gametype in the map rotation for now +set scr_teambalance "1" // Enable or Disable auto balance. set cg_thirdPerson "0" // third-person mode set g_deadChat "0" // Dead Players' Chat Messages can be seen by everyone set black_market_gun_game "0" // Toggle 1 if you want Blackjack's GunGame. leave it 0 for regular. @@ -137,4 +138,4 @@ set black_market_gun_game "0" // Toggle 1 if you want // // ///////////////////////////////////////////////////// -set sv_maprotation "gametype tdm map mp_biodome map mp_spire map mp_sector map mp_apartments map mp_chinatown map mp_veiled map mp_havoc map mp_ethiopia map mp_infection map mp_metro map mp_redwood map mp_stronghold map mp_nuketown_x map mp_shrine map mp_ruins map mp_cryogen map mp_rome map mp_crucible map mp_kung_fu map mp_miniature map mp_western map mp_conduit map mp_rise map mp_arena map mp_city map mp_skyjacked map mp_aerospace map mp_waterpark map mp_banzai map mp_veiled_heyday map mp_redwood_ice" \ No newline at end of file +set sv_maprotation "gametype tdm map mp_biodome map mp_spire map mp_sector map mp_apartments map mp_chinatown map mp_veiled map mp_havoc map mp_ethiopia map mp_infection map mp_metro map mp_redwood map mp_stronghold map mp_nuketown_x map mp_shrine map mp_ruins map mp_cryogen map mp_rome map mp_crucible map mp_kung_fu map mp_miniature map mp_western map mp_conduit map mp_rise map mp_arena map mp_city map mp_skyjacked map mp_aerospace map mp_waterpark map mp_banzai map mp_veiled_heyday map mp_redwood_ice"