SRCDS Steam group


24/7 dustbowl server.cfg?
#1
Hello there, just looking for a server.cfg for a 24/7 dustbowl server.
It's been sometime since I played around with tf2 if anyone has a good one please let me know.
Thanks Jake.
Reply
#2
This is the server.cfg we use on our TF2 servers. The rates are setup for 33 tick and FPS is set to 250.

Code:
//////////////////////////////////////////////////////////////////////////////////////////////////////


// Server name and how it appears in the server listing
hostname "servnamehere"

// Server FPS
fps_max 300

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Rcon settings

// Rcon password
rcon_password "rconhere"
// Rcon login fail ban penalty
sv_rcon_banpenalty 5
// Max number of failures
sv_rcon_maxfailures 10

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Team Balancing

// 0 is off and 1 is on. if 1 then should be used in conjunction with the following 3 commands
mp_autoteambalance 1
// Time (in seconds) after the teams become unbalanced to attempt to switch players
mp_autoteambalance_delay 60
// Time (in seconds) after the teams become unbalanced to print a balance warning
mp_autoteambalance_warning_delay 30
// Teams are unbalanced when one team has this many more players than the other (0 disables)
mp_teams_unbalance_limit 2

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Round and game times

// 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 20
// Time the current round will restart (in seconds)
mp_restartround 5
// Timelimit (in seconds) of the stalemate round
mp_stalemate_timelimit 120
// game time per map in minutes
mp_timelimit 50
// enables sudden death at the end of rounds
mp_stalemate_enable 1

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Respawn timing

mp_disable_respawn_times 1
mp_respawnwavetime 5

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Win commands

// Max number of rounds to play before server changes maps
mp_maxrounds 0
// Max number of rounds one team can win before a server changes maps
mp_winlimit 0

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Client specific commands

// force dead clients to first person mode disabling freelook. 0 is off 1 is on
mp_forcecamera 0
// enable or disable spectators on the server. 0 is off 1 is on
mp_allowspectators 1
// People auto-respawn after the cooldown time
mp_forcerespawn  1
// footsteps on or off. 0 is off and 1 is on
mp_footsteps 1
// allow cheats to be used by the client. 0 is off 1 is on
sv_cheats 0
// the amount of time in seconds that a client is booted for no input
sv_timeout 20
// Force clients to pass a consistency check for critical files before joining server. 0 is off 1 is on
sv_consistency 1
// the pause in seconds between a decal being sprayed
decalfrequency 30

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Communication commands

// allow players to use a microphone. 0 is off 1 is on
sv_voiceenable 1
// toggles whether both teams can hear each others voice comms or not. 0 is off 1 is on. recommend it being off
sv_alltalk 0
// players can chat for this amount of time (in seconds) after a game is over
mp_chattime 5

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Download settings

// allow custom decals to be uploaded. 0 is off 1 is on
sv_allowupload 1
// allow files to be downloaded from the server. 0 is off 1 is on
sv_allowdownload 1
// Max download file size. Default is 15 - This is set to 75 because custom maps are HUGE!
net_maxfilesize 75
//redirect download location
sv_downloadurl "downloadurlhere"

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Rate settings

// Min bandwidth rate allowed on server
sv_minrate 20000
// Max bandwidth rate allowed on server
sv_maxrate 30000
// Minimum updates per second that the server will allow (match server tickrate)
sv_minupdaterate 33
// Maximum updates per second that the server will allow (match server tickrate)
sv_maxupdaterate 34
// Minimum cmd rate (match server tickrate)
sv_mincmdrate 33
// Minimum cmd rate (match server tickrate)
sv_maxcmdrate 34

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Server logging

// enable or disable server logging. on is on / off is off
log off
// Log server bans in the server logs
sv_logbans 0
// Echo log information to the console. 0 is off 1 is on
sv_logecho 0
// Log server information in the log file. 0 is off 1 is on
sv_logfile 0
// log everything in one file
sv_log_onefile 1

//////////////////////////////////////////////////////////////////////////////////////////////////////

// General stuff

// is this an internet or LAN server. 0 is internet 1 is LAN
sv_lan 0
// server location. -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 0
// contact email for server admin
sv_contact admin@clanofdoom.co.uk
// enables or disables whether the server can be paused. 0 is off 1 is on
sv_pausable 0
// forces all clients on the server to use content that matches what is on the server. 0 is off 1 is on
sv_pure 1
// kicks clients that do not have content that matches what is on the server
sv_pure_kick_clients 0

//////////////////////////////////////////////////////////////////////////////////////////////////////

// Execute banned user and IP files

exec banned_user.cfg
exec banned_ip.cfg

//////////////////////////////////////////////////////////////////////////////////////////////////////
Clan of Doom: www.clanofdoom.co.uk






Reply
#3
Are you looking for the maplist.txt and mapcycle.txt and how to set that up too ?
Reply
#4
Nope, just needed a good basic server.cfg so I never had to remake an old one that I had. (It was bad)
I think my old one had like ever little command you could use in it.
Anyways this helps alot thank you very much.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)