SRCDS Steam group


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
server.cfg resource thread
#88
Here is a 24/7 (any map) insta spawn server.cfg (version of this cfg is 30/05/2009)

Notes: (Needed to change to suit your server/setup)
-Server Name
-Rcon Password
-Download URL's
-Contact Email for server.

Hope this has not been duplicated in this thread.

Code:
// Team Fortress 2 Server Configuration File, To be used with TF2 only!


// Server Name
hostname "24/7 MAP NAME [Insta Spawn!]"

// Rcon Cvars
rcon_password "ENTER PASSWORD BETWEEN THE QUOTATION MARKS HERE" //Set's remote control password
sv_rcon_banpenalty 5 //Number of minutes to ban users who fail rcon authentication
sv_rcon_log 1 //Enable/disable rcon logging.
sv_rcon_maxfailures 3 //Max number of times a user can fail rcon authentication before being banned
sv_rcon_minfailures 5 //Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
sv_rcon_minfailuretime 10 //Number of seconds to track failed rcon authentications

// Server Password
sv_password "" // Password protects server

// Server Cvars
mp_allowspectators 0 //Toggles whether the server allows spectator mode or not
mp_autocrosshair 0
mp_autoteambalance 1 //Toggles server autoteambalance
mp_bonusroundtime 5 //Time in seconds after round win until round restarts
mp_chattime 5 //amount of time in seconds players can chat after the game is over

mp_decals 1
mp_defaultteam 1
mp_disable_autokick 1 //Prevents a userid from being auto-kicked
mp_enableroundwaittime 1 //Enable timers to wait between rounds.
mp_fadetoblack 0 //fade a player's screen to black when he dies
mp_falldamage 5 //Amount of damage players sustains from a fall
mp_flashlight 0 //Toggles flashlight on or off
mp_footsteps 1 //Toggles footsteps on or off
mp_forcecamera 0 //Restricts spectator modes for dead players
mp_forcerespawn 0
mp_forcerespawnplayers 1 //Force all players to respawn.
mp_forcewin 1 //Forces team to win
mp_fraglimit 0
mp_idledealmethod 2 //Deals with Idle Players. 1 = Sends them into Spectator mode then kicks them if they're still idle, 2 = Kicks them out of the game
mp_idlemaxtime 4 //Maximum time a player is allowed to be idle (in minutes)
mp_maxrounds 10 //max number of rounds to play before server changes maps
mp_teams_unbalance_limit 2 //Teams are unbalanced when one team has this many more players than the other team. (0 disables check)
mp_teststalemate 0 //Test the stalemate mode. Parameter: <0/1>. If 1, the map will reset at the end.
mp_time_between_capscoring 5 //Delay between scoring of owned capture points.
mp_timelimit 120 //game time per map in minutes
mp_winlimit 10 //Max number of rounds one team can win before server changes maps
sv_allow_color_correction 1 //Allow or disallow clients to use color correction on this server.
sv_allow_wait_command 0 //Allow or disallow the wait command on clients connected to this server.
sv_allowdownload 0 //Allow clients to download files
sv_allowupload 0 //Allow clients to upload customizations files
sv_alltalk 1 //Players can hear all other players, no team restrictions
sv_alternateticks 0 //If set, server only simulates entities on even numbered ticks.
sv_autosave 0 //Set to 1 to autosave game on level transition. Does not affect autosave triggers.
sv_bonus_challenge 0 //Set to values other than 0 to select a bonus map challenge type.
sv_cacheencodedents 1 //If set to 1, does an optimization to prevent extra SendTable_Encode calls.
sv_cheats 0 //Allow cheats on server
sv_clearhinthistory 0 //Clear memory of server side hints displayed to the player.
sv_consistency 1 //Whether the server enforces file consistency for critical files
sv_contact "" //Contact email for server sysop
sv_downloadurl "" //Location from which clients can download missing files
sv_enableoldqueries 1 //Enable support for old style (HL1) server queries
sv_pausable 0 //Is the server pausable.

// Lan or internet play, Server region cvars
sv_lan 0 //Server is a lan server ( no heartbeat, no authentication, no non-class C addresses )
sv_region 255 // Region Codes: 0 - US East coast, 1 - US West coast, 2 - South America, 2 - South America, 3 - Europe, 4 - Asia, 5 - Australia, 6 - Middle East, 7 - Africa, 255 - world

//server Logging
sv_log_onefile 0 //Log server information to only one file.
sv_logbans 1 //Log server bans in the server logs.
sv_logblocks 0 //If true when log when a query is blocked (can cause very large log files)
sv_logecho 0 //Echo log information to the console.
sv_logfile 1 //Log server information in the log file.
sv_logflush 0 //Flush the log file to disk on each write (slow).
sv_logsdir "logs" //Folder in the game directory where server logs will be stored.

//Server Rates
sv_maxcmdrate 0 //(If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate.
sv_maxrate 20000 //Max bandwidth rate allowed on server, 0 == unlimited
sv_maxreplay 2 //Maximum replay time in seconds
sv_maxupdaterate 100 //Maximum updates per second that the server will allow
sv_mincmdrate 0 //This sets the minimum value for cl_cmdrate. 0 == unlimited.
sv_minrate 0 //Min bandwidth rate allowed on server, 0 == unlimited
sv_minupdaterate 30 //Minimum updates per second that the server will allow

//Server Mod - InstaSpawn
mp_disable_respawn_times 1
mp_respawnwavetime 1
PLEASE! Search before you make a thread!
http://forums.srcds.com/viewtopic/10412 - How To Make A Help Thread!

Post server.cfg information, and specific information on how you are running your server!

Ensure you add REP! if they solved your problem Smile


Messages In This Thread
server.cfg resource thread - SirTiger - 12-12-2004, 04:12 AM
RE: server.cfg resource thread - Jynger - 12-12-2004, 09:33 AM
RE: server.cfg resource thread - - 12-12-2004, 11:33 AM
RE: server.cfg resource thread - piskadmin - 12-16-2004, 07:14 AM
RE: server.cfg resource thread - nizate - 04-10-2008, 02:20 PM
RE: server.cfg resource thread - jaybill - 12-16-2004, 08:32 AM
RE: server.cfg resource thread - ps2silver - 12-17-2004, 06:38 PM
RE: server.cfg resource thread - Drocona - 03-20-2005, 02:50 AM
RE: server.cfg resource thread - toxic - 03-26-2005, 06:21 AM
RE: server.cfg resource thread - Goofy666 - 03-26-2005, 08:39 AM
RE: server.cfg resource thread - KillaKash - 09-09-2005, 01:47 PM
RE: server.cfg resource thread - xXxcon - 09-11-2005, 04:52 PM
RE: server.cfg resource thread - Duke59 - 09-26-2005, 04:13 PM
RE: server.cfg resource thread - xXxcon - 10-05-2005, 09:39 AM
RE: server.cfg resource thread - mabel - 12-11-2005, 11:48 PM
RE: server.cfg resource thread - skeletor - 01-06-2006, 03:51 AM
RE: server.cfg resource thread - skeletor - 02-06-2006, 05:08 AM
RE: server.cfg resource thread - moron6000 - 03-12-2006, 12:54 AM
RE: server.cfg resource thread - skeletor - 03-12-2006, 05:08 AM
RE: server.cfg resource thread - BigTex - 04-14-2006, 05:05 AM
RE: server.cfg resource thread - COLE-X - 06-19-2006, 01:14 PM
RE: server.cfg resource thread - Drocona - 07-02-2006, 09:08 PM
RE: server.cfg resource thread - Drocona - 07-03-2006, 07:53 AM
RE: server.cfg resource thread - fqdn - 07-03-2006, 04:16 PM
RE: server.cfg resource thread - hexitnow - 07-03-2006, 04:25 PM
RE: server.cfg resource thread - hexitnow - 07-03-2006, 11:20 PM
RE: server.cfg resource thread - COLE-X - 07-04-2006, 12:08 AM
RE: server.cfg resource thread - hexitnow - 07-04-2006, 04:17 AM
RE: server.cfg resource thread - hexitnow - 07-04-2006, 05:16 PM
RE: server.cfg resource thread - hexitnow - 07-04-2006, 07:32 PM
RE: server.cfg resource thread - Doulos - 08-11-2006, 11:03 AM
RE: server.cfg resource thread - fqdn - 08-11-2006, 11:45 AM
RE: RE: server.cfg resource thread - Beck - 08-17-2006, 08:50 PM
RE: server.cfg resource thread - Drocona - 11-01-2006, 04:32 AM
RE: server.cfg resource thread - Life - 11-02-2006, 05:23 PM
RE: server.cfg resource thread - bnler - 02-15-2007, 07:07 PM
RE: server.cfg resource thread - Drocona - 10-02-2007, 02:38 AM
RE: server.cfg resource thread - Drocona - 11-25-2007, 10:14 AM
RE: server.cfg resource thread - Drocona - 11-26-2007, 05:42 AM
RE: server.cfg resource thread - TnEnick - 03-08-2008, 08:26 PM
RE: server.cfg resource thread - Mineseye - 03-25-2008, 04:09 PM
RE: server.cfg resource thread - Drocona - 03-25-2008, 09:24 PM
RE: server.cfg resource thread - Filoret - 03-26-2008, 01:17 PM
RE: server.cfg resource thread - Drocona - 04-10-2008, 07:05 PM
RE: server.cfg resource thread - mobnitti - 07-23-2008, 02:14 PM
RE: server.cfg resource thread - Drocona - 07-23-2008, 09:20 PM
RE: server.cfg resource thread - mobnitti - 07-24-2008, 02:17 AM
RE: server.cfg resource thread - Ronano - 08-31-2008, 07:49 AM
RE: server.cfg resource thread - mrebiteme - 11-23-2008, 12:59 AM
RE: server.cfg resource thread - Methodman - 12-15-2008, 08:04 AM
RE: server.cfg resource thread - Mooga - 12-15-2008, 09:49 AM
RE: server.cfg resource thread - Methodman - 12-15-2008, 11:26 PM
RE: server.cfg resource thread - rumpen - 03-08-2009, 06:37 AM
RE: server.cfg resource thread - rumpen - 03-08-2009, 06:44 AM
RE: server.cfg resource thread - KFC - 05-29-2009, 11:00 PM

Forum Jump:


Users browsing this thread: