TF2 Competition Server Setup Help
Heya's,

So I'm trying to setup a Competition Server for my local gaming community and I'm running into some difficulties.

At the moment I would like to set it up to do CTF maps with a best of 3 rounds scenario at 3 flags per round and a 30 minute timer. What is happening however is that the map does not automatically change at the conclusion of the game. I'm pretty new to this so I'm stumped presently as to why it is not working.

Any help would be greatly appreciated, also any other tips on the set-up of a competition server would be awesome.

Thanks for your time.

"G:\SteamCMD\steamapps\common\Team Fortress 2 Dedicated Server\srcds.exe" -console -game tf -port 27016 +sv_pure 2 +maxplayers 12 +map ctf_2fort +tv_enable 1 +tv_autorecord 1 +mp_tournament 1 +mp_tournament_whitelist item_whitelist_competition.txt +mapcyclefile mapcycle_day0_competition.txt +servercfgfile server_competition_1.cfg

// Config for 'Day0 TF2 Competition Server' // 09.07.2014 15:35:52 CET/CEST - tf2cfg.info // ---------------------------------------------------------------------------- // Day0 Options // ---------------------------------------------------------------------------- hostname "Day0 TF2 Competition Server #1" //server name sv_password "****" //server password mp_tournament_whitelist "cfg/item_whitelist_competition.txt" mp_tournament_restart // ---------------------------------------------------------------------------- // Basic Options // ---------------------------------------------------------------------------- //hostname "Day0 TF2 Competition Server #1" //server name, see Day0 Options sv_visiblemaxplayers "32" sv_pure "0" sv_pausable "0" setpause "0" sv_lan "0" sv_stats "0" // ---------------------------------------------------------------------------- // Check for banned users // ---------------------------------------------------------------------------- exec banned_user.cfg exec banned_ip.cfg writeid writeip // ---------------------------------------------------------------------------- // Region and contact // ---------------------------------------------------------------------------- sv_contact "****" sv_region "5" // ---------------------------------------------------------------------------- // Rcon Settings // ---------------------------------------------------------------------------- rcon_password "****" rcon_banpenalty "9001" rcon_maxfailures "5" // ---------------------------------------------------------------------------- // Server Password // ---------------------------------------------------------------------------- //sv_password "****" //server password, see Day0 Options // ---------------------------------------------------------------------------- // Logging Settings // ---------------------------------------------------------------------------- log "on" sv_log_onefile "1" sv_logfile "1" sv_logbans "1" sv_logecho "1" // ---------------------------------------------------------------------------- // Rate Settings // ---------------------------------------------------------------------------- fps_max "600" sv_minrate "0" sv_maxrate "60000" sv_minupdaterate "20" sv_maxupdaterate "66" // ---------------------------------------------------------------------------- // Download Settings // ---------------------------------------------------------------------------- sv_allowupload "1" sv_allowdownload "1" net_maxfilesize "15" sv_downloadurl "" // ---------------------------------------------------------------------------- // Team Balance // ---------------------------------------------------------------------------- mp_autoteambalance "1" mp_autoteambalance_delay "60" mp_autoteambalance_warning_delay "30" mp_teams_unbalance_limit "2" // ---------------------------------------------------------------------------- // Round and Game Times // ---------------------------------------------------------------------------- mp_maxrounds 3 mp_winlimit 2 tf_flag_caps_per_round 3 mp_enableroundwaittime "1" mp_bonusroundtime "8" mp_restartround "0" mp_timelimit "30" mp_stalemate_enable "1" mp_stalemate_timelimit "300" // ---------------------------------------------------------------------------- // Client Settings // ---------------------------------------------------------------------------- mp_forcecamera "1" mp_allowspectators "0" mp_footsteps "1" sv_cheats "0" decalfrequency "30" mp_idledealmethod "1" mp_idlemaxtime "5" sv_timeout "30" // ---------------------------------------------------------------------------- // Communication // ---------------------------------------------------------------------------- sv_voiceenable "1" sv_alltalk "0" tf_teamtalk "1" // ---------------------------------------------------------------------------- // Misc // ---------------------------------------------------------------------------- tf_allow_player_use "0" tf_damage_disablespread "0" tf_forced_holiday "0" tf_medieval "0" tf_overtime_nag "0" tf_playergib "1" tf_use_fixed_weaponspreads "0" tf_weapon_criticals "1"
Ostatnio edytowany przez: incontrovertible; 11 lipca 2014 o 1:00
Data napisania: 11 lipca 2014 o 0:54
Posty: 0