You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
171 lines
4.5 KiB
171 lines
4.5 KiB
// ****************************************************************************
|
|
// *
|
|
// TeamFortress2 - server.cfg *
|
|
// Version 250817 *
|
|
// *
|
|
// ****************************************************************************
|
|
|
|
// ............................. Basic Settings ............................. //
|
|
|
|
// Hostname for server.
|
|
hostname "SERVERNAME"
|
|
|
|
// Server password - for private servers.
|
|
sv_password ""
|
|
|
|
// Email - Server admin email.
|
|
sv_contact "[email protected]"
|
|
|
|
// LAN Mode - If set the server will not show on the internet.
|
|
// Default: sv_lan 0
|
|
sv_lan 0
|
|
|
|
// 0 = anywhere, 1 = anywhere listed in white list, 2 = steam official content only
|
|
sv_pure 1
|
|
|
|
// Frame rate limiter
|
|
fps_max 600
|
|
|
|
// Set to lock per-frame time elapse
|
|
host_framerate 0
|
|
|
|
// Set the pause state of the server
|
|
setpause 0
|
|
|
|
// Toggles game cheats
|
|
sv_cheats 0
|
|
|
|
// The region of the world to report this server in.
|
|
// -1 is the world, 0 is USA east coast, 1 is USA west coast
|
|
// 2 south america, 3 europe, 4 asia, 5 australia, 6 middle east, 7 africa
|
|
sv_region 3
|
|
|
|
// Game tags to identify vanilla server
|
|
sv_tags "teamfortress2"
|
|
|
|
// ........................... RCON Configuration ........................... //
|
|
|
|
// RCON - remote console password.
|
|
rcon_password "ADMINPASSWORD"
|
|
|
|
// Number of minutes to ban users who fail rcon authentication
|
|
// min. 0
|
|
sv_rcon_banpenalty 10
|
|
|
|
// Enable/disable rcon logging
|
|
sv_rcon_log 1
|
|
|
|
// Max number of times a user can fail rcon authentication before being banned
|
|
// min. 1 max. 20
|
|
sv_rcon_maxfailures 5
|
|
|
|
// Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
|
|
sv_rcon_minfailures 5
|
|
|
|
// Number of seconds to track failed rcon authentications
|
|
sv_rcon_minfailuretime 10
|
|
|
|
// ...................... Communication and spectators ...................... //
|
|
|
|
// Enable voice communications
|
|
sv_voiceenable 0
|
|
|
|
// Players can hear all other players, no team restrictions 0=off 1=on
|
|
sv_alltalk 0
|
|
|
|
// Toggles whether the server allows spectator mode or not
|
|
mp_allowspectators 1
|
|
|
|
// ......................... Team and round settings ........................ //
|
|
|
|
// Maximum number of rounds to play before server changes maps
|
|
mp_maxrounds 15
|
|
|
|
// Maximum points that can be achieved before a win
|
|
mp_winlimit 30
|
|
|
|
// Enable team balancing
|
|
mp_autoteambalance 1
|
|
|
|
// How unbalanced teams will have to be before autobalance kicks in
|
|
mp_teams_unbalance_limit 2
|
|
|
|
// Enable timers to wait between rounds.
|
|
mp_enableroundwaittime 1
|
|
|
|
// Time after round win until round restarts
|
|
mp_bonusroundtime 10
|
|
|
|
// If non-zero, the current round will restart in the specified number of seconds
|
|
mp_restartround 0
|
|
|
|
// Enable sudden death
|
|
mp_stalemate_enable 0
|
|
|
|
// Game time per map in minutes
|
|
mp_timelimit 35
|
|
|
|
// Restricts spectator modes for dead players
|
|
mp_forcecamera 0
|
|
|
|
// Toggles whether the server allows spectator mode or not
|
|
mp_allowspectators 1
|
|
|
|
// Toggles footstep sounds
|
|
mp_footsteps 1
|
|
|
|
// ...................... Bandwidth and download settings ................... //
|
|
|
|
// Min bandwidth rate allowed on server, 0 == unlimited
|
|
sv_minrate 0
|
|
|
|
// Max bandwidth rate allowed on server, 0 == unlimited
|
|
sv_maxrate 0
|
|
|
|
// Minimum updates per second that the server will allow
|
|
sv_minupdaterate 10
|
|
|
|
// Maximum updates per second that the server will allow
|
|
sv_maxupdaterate 70
|
|
|
|
// Allow clients to upload customizations files (like sprays)
|
|
sv_allowupload 1
|
|
|
|
// Allow clients to download files
|
|
sv_allowdownload 1
|
|
|
|
// Maximum allowed file size for uploading in MB
|
|
net_maxfilesize 5
|
|
|
|
// After this many seconds without a message from a client, the client is dropped
|
|
sv_timeout 10
|
|
|
|
// Maximum time a player is allowed to be idle (in minutes), make this and sv_timeout equal same time?
|
|
mp_idlemaxtime 5
|
|
|
|
// Deals with idle players 1=send to spectator 2=kick
|
|
mp_idledealmethod 1
|
|
|
|
// Time (seconds) between decal sprays
|
|
decalfrequency 30
|
|
|
|
// ............................. Server Logging ............................. //
|
|
|
|
//Enables logging to file, console, and udp < on | off >.
|
|
log on
|
|
|
|
// Log server bans in the server logs.
|
|
// Default: sv_logbans 1
|
|
sv_logbans 1
|
|
|
|
// Echo log information to the console.
|
|
// Default: sv_logecho 1
|
|
sv_logecho 1
|
|
|
|
// Log server information in the log file.
|
|
// Default: sv_logfile 1
|
|
sv_logfile 1
|
|
|
|
// Log server information to only one file.
|
|
// Default: sv_log_onefile 0
|
|
sv_log_onefile 0
|