Hello all,
I've been having issues getting my waiting for players timer to work correctly in TF2. Sometimes it'll work. Other times it will start counting down from 30 seconds and then at 24 it will just go right to the setup timer or start the game. This is obviously a problem on certain maps. Any ideas?
My config (excluding rcon password, hostname, sv_contact, etc) is as follows...
I've been having issues getting my waiting for players timer to work correctly in TF2. Sometimes it'll work. Other times it will start counting down from 30 seconds and then at 24 it will just go right to the setup timer or start the game. This is obviously a problem on certain maps. Any ideas?
My config (excluding rcon password, hostname, sv_contact, etc) is as follows...
Quote:/ *********** GAME SETTINGS, YOU CAN CHANGE THESE THE WAY YOU LIKE IT ***************
// TEAMBALANCING
// Toggles the forcing of clients to join teams to make it balanced. 1=on and 0=off
mp_autoteambalance 1
// Teams are unbalanced when one team has this many more players than the other team. (0 disables check)
mp_teams_unbalance_limit 1
// ROUND AND MAP TIMES
// Max number of rounds to play before server changes maps
mp_maxrounds 5
// Max number of rounds one team can win before a server changes maps
mp_winlimit 3
// Enable or disable timers to wait between rounds. 0 is off 1 is on
mp_enableroundwaittime 1
// Time after round win until round restarts (in seconds)
mp_bonusroundtime 10
// Timelimit (in seconds) of the stalemate round
mp_stalemate_timelimit 240
// game time per map in minutes
mp_timelimit 40
// IDLE
// After this many seconds without a message from a client, the client is dropped
sv_timeout 40
// Prevent people from being auto kicked
mp_disable_autokick
//Deals with Idle Players. 1 = Sends them into Spectator
mp_idledealmethod 1
// SPECTATORS
// Restricts spectator camera view for dead players. 1=on and 0=off
mp_forcecamera 1
// toggles whether the server allows spectator mode or not. 1=on and 0=off
mp_allowspectators 1
// ************ IF YOU HAVE LAG ISSUES YOU CAN CHANGE THESE SETTINGS, IF YOU KNOW WHAT YOU ARE DOING *****************
// SET RATES
// Max bandwidth rate allowed on server, 0=unlimited, max=20000
sv_maxrate 10000
// Min bandwidth rate allowed on server, 0=unlimited, 4000=good to keep dialup gamers off the server
sv_minrate 4000
// Frame rate limiter
fps_max 300
// DOWNLOAD
// Allow clients to download files
sv_allowdownload 1
// Allow clients to upload customizations files like logospray files
sv_allowupload 1
// *********** IF YOU KNOW WHAT YOU ARE DOING YOU CAN CHANGE THESE SETTINGS AS WELL *************
// SERVER LOGGING, creates a logfile (needed for statsprograms), "log off" to turn off logging
log on
// Collect CPU usage stats
sv_stats 1
// log ips and ids
writeid
writeip
// Log server information in the log file.
sv_logfile 1
// Log server bans in the server logs.
sv_logbans 1
// Echo log information to the console.
sv_logecho 1
// VOICE disabled, if you want VOICE enabled then change 0 into 1
sv_voiceenable 1
// CHEATS & PAUSE
sv_cheats 0
// disable clients' ability to pause the server
sv_pausable 0
// Exec files on startup...these are placed in the "**\tf2\orangebox\tf\cfg\" folder.
exec banned_user.cfg
exec banned_ip.cfg
// Set the waiting for players time
sm_cvar mp_waitingforplayers_time 30