// // BGL BG2 Server CFG File (NA and EU Divisions) // //======================================== // Config Information //======================================== echo "BGL BG2 League Server Config" echo "http://www.battlegroundsleague.com/" echo "Last Updated: June 8th, 2010" echo "Version: v0.7.5" //======================================== // General Server Settings //======================================== hostname "++= BGL Match Underway =++" //rcon_password "change me" //sv_password "change me" host_thread_mode 1 sv_pure 1 sv_pure_kick_clients 1 //======================================== // Logging Options //======================================== log on logaddress_add log.battlegroundsleague.com:6666 sv_logsdir logs sv_logecho 0 sv_logfile 1 sv_log_onefile 0 sv_logbans 1 //======================================== // Voice Settings //======================================== sv_voiceenable 1 sv_alltalk 0 //======================================== // Gameplay Settings //======================================== mp_autobalanceteams 0 mp_chattime 10 mp_falldamage 1 mp_friendlyfire 1 mp_timelimit 20 sv_show_damages 1 sv_show_enemy_names 1 sv_simulatedbullets 1 sv_cheats 0 sv_saferespawntime 2.5 sv_bullettracers 1 //======================================== // CTF Settings //======================================== sv_ctf_capturestyle 1 sv_ctf_flagalerts 1 sv_ctf_returnstyle 1 //======================================== // Network Settings //======================================== sv_minrate 25000 sv_maxrate 30000 sv_minupdaterate 33 sv_maxupdaterate 101 sv_mincmdrate 33 sv_maxcmdrate 101 sv_client_cmdrate_difference 1 sv_client_predict 1 sv_client_min_interp_ratio -1 sv_client_max_interp_ratio -1 sv_unlag 1 // Restart Round sv_restartmap 10 say "BGL Config Loaded (v0.7.5)" say "MATCH STARTS in 10 secs !!!!!!!!!!!!!" echo "*************** bgl.cfg loaded ***************" status // EOF