// BGL BG2 Server CFG File (NA Division) v0.2 // // As timelimit isn't working like it used to work in bg1, loading the config requires some timeleft checking atm. // // You should exec this confing when 1 minute and 50 seconds have passed since the map was loaded. // For example you have a 30 minute timelimit on the server. That means mp_timeleft is 1800 when the map is loaded. // You keep checking mp_timeleft until (with "rcon mp_timeleft") it shows 1690 (1800sec-110sec) and then exec the config. // When you do this, exactly 2 minutes have passed from the map loading and the timelimit set by the config (32 mins) will ensure that you match lasts the intended amount of time (30 mins). // General Options hostname "--= BGL Match Underway =--" // Passwords (Uncomment and change) //rcon_password "rconpassword" //sv_password "serverpassword" //======================================== // Config Information //======================================== echo "BGL NA BG2 League Server Config" echo "http://www.battlegroundsleague.com/" echo "Last Updated: December 05, 2008" echo "Version: v0.2.1" //======================================== // Logging Options //======================================== log "on" sv_logecho "0" sv_logfile "1" sv_log_onefile "1" //======================================== // Spectator Settings //======================================== mp_forcecamera 1 //======================================== // Class Limits //======================================== mp_limit_rif_a_sml 1 mp_limit_rif_b_sml 1 mp_limit_rif_a_med 2 mp_limit_rif_b_med 2 mp_limit_rif_a_lrg 3 mp_limit_rif_b_lrg 3 mp_limit_off_a_sml 1 mp_limit_off_b_sml 1 mp_limit_off_a_med 2 mp_limit_off_b_med 2 mp_limit_off_a_lrg 2 mp_limit_off_b_lrg 2 //======================================== // Voice Settings //======================================== sv_voiceenable 1 // Enable in-game voice sv_alltalk 0 // Only teams can hear each other //======================================== // Other Server Settings //======================================== mp_teamplay 1 mp_falldamage 1 sv_simulatedbullets 1 mp_timelimit 32 // mp_friendlyfire 1 // FF is on mp_autoteambalance 0 // Turn off auto-balance mp_chattime 10 // Time between mp_timelimit end and change to next map //======================================== // Netcode/General Server Settings //======================================== sv_minrate "2500" sv_maxrate "25000" sv_minupdaterate "20" sv_maxupdaterate "100" sv_unlag "1" sv_cheats 0 sv_backspeed "0.5" sv_sidespeed "0.7" mani_quake_sounds 0 sm_quakesounds_enable 0 // sv_restartround 10 say "BGL Config Loaded" say "MATCH STARTS in 10 secs !!!!!!!!!!!!!" echo "*************** bgl-na.cfg loaded ***************" // EOF