Advertisement
rct2guy

TF2 Proposed Settings

Jul 22nd, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 KB | None | 0 0
  1. // Team Fortress 2 Server Configuration File, To be used with TF2 only!
  2.  
  3.  
  4. // Server Name
  5. hostname "TIFFITY TOO AND FRIENDS"
  6.  
  7. // Rcon Cvars
  8. rcon_password "jellybelly" //Set's remote control password
  9. sv_rcon_banpenalty 15 //Number of minutes to ban users who fail rcon authentication
  10. sv_rcon_log 1 //Enable/disable rcon logging.
  11. sv_rcon_maxfailures 3 //Max number of times a user can fail rcon authentication before being banned
  12. sv_rcon_minfailures 5 //Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
  13. sv_rcon_minfailuretime 10 //Number of seconds to track failed rcon authentications
  14.  
  15. // Server Password
  16. sv_password "jellybelly" // Password protects server
  17.  
  18. // Server Cvars
  19. mp_allowspectators 1 //Toggles whether the server allows spectator mode or not
  20. mp_autocrosshair 0
  21. mp_autoteambalance 1 //Toggles server autoteambalance
  22. mp_autoteambalance_delay 60 // Time after the teams become unbalanced to attempt to switch players.
  23. mp_autoteambalance_warning_delay 15 // Time after the teams become unbalanced to print a balance warning
  24. mp_teams_unbalance_limit 3 // Teams are unbalanced when one team has this many more players than the other team. (0 disables check)
  25. //
  26. mp_bonusroundtime 5 //Time in seconds after round win until round restarts
  27. mp_chattime 5 //amount of time in seconds players can chat after the game is over
  28.  
  29. mp_decals 1
  30. mp_defaultteam 1
  31. mp_disable_autokick 1 //Prevents a userid from being auto-kicked
  32. mp_enableroundwaittime 1 //Enable timers to wait between rounds.
  33. mp_fadetoblack 0 //fade a player's screen to black when he dies
  34. mp_falldamage 5 //Amount of damage players sustains from a fall
  35. mp_flashlight 0 //Toggles flashlight on or off
  36. mp_footsteps 1 //Toggles footsteps on or off
  37. mp_forcecamera 0 //Restricts spectator modes for dead players
  38. mp_forcerespawn 0
  39. mp_forcerespawnplayers 1 //Force all players to respawn.
  40. mp_forcewin 1 //Forces team to win
  41. mp_fraglimit 0
  42. 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
  43. mp_idlemaxtime 1 //Maximum time a player is allowed to be idle (in minutes)
  44. mp_maxrounds 7 //max number of rounds to play before server changes maps
  45. mp_teams_unbalance_limit 2 //Teams are unbalanced when one team has this many more players than the other team. (0 disables check)
  46. mp_teststalemate 0 //Test the stalemate mode. Parameter: <0/1>. If 1, the map will reset at the end.
  47. mp_time_between_capscoring 5 //Delay between scoring of owned capture points.
  48. mp_timelimit 35 //game time per map in minutes
  49. mp_winlimit 10 //Max number of rounds one team can win before server changes maps
  50. sv_allow_color_correction 1 //Allow or disallow clients to use color correction on this server.
  51. sv_allow_wait_command 0 //Allow or disallow the wait command on clients connected to this server.
  52. sv_allowdownload 1 //Allow clients to download files
  53. sv_allowupload 1 //Allow clients to upload customizations files
  54. sv_alltalk 1 //Players can hear all other players, no team restrictions
  55. sv_alternateticks 0 //If set, server only simulates entities on even numbered ticks.
  56. sv_autosave 0 //Set to 1 to autosave game on level transition. Does not affect autosave triggers.
  57. sv_bonus_challenge 0 //Set to values other than 0 to select a bonus map challenge type.
  58. sv_cacheencodedents 1 //If set to 1, does an optimization to prevent extra SendTable_Encode calls.
  59. sv_cheats 0 //Allow cheats on server
  60. sv_clearhinthistory 0 //Clear memory of server side hints displayed to the player.
  61. sv_consistency 1 //Whether the server enforces file consistency for critical files
  62. sv_contact "mark.farmer@jamco.biz" //Contact email for server sysop
  63. sv_downloadurl "" //Location from which clients can download missing files
  64. sv_enableoldqueries 1 //Enable support for old style (HL1) server queries
  65. sv_pausable 0 //Is the server pausable.
  66.  
  67. // Lan or internet play, Server region cvars
  68. sv_lan 0 //Server is a lan server ( no heartbeat, no authentication, no non-class C addresses )
  69. sv_region 0 // 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
  70.  
  71. //server Logging
  72. sv_log_onefile 0 //Log server information to only one file.
  73. sv_logbans 1 //Log server bans in the server logs.
  74. sv_logblocks 0 //If true when log when a query is blocked (can cause very large log files)
  75. sv_logecho 1 //Echo log information to the console.
  76. sv_logfile 1 //Log server information in the log file.
  77. sv_logflush 0 //Flush the log file to disk on each write (slow).
  78. sv_logsdir "logs" //Folder in the game directory where server logs will be stored.
  79.  
  80. //Server Rates
  81. sv_maxcmdrate 0 //(If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate.
  82. sv_maxrate 20000 //Max bandwidth rate allowed on server, 0 == unlimited
  83. sv_maxreplay 2 //Maximum replay time in seconds
  84. sv_maxupdaterate 100 //Maximum updates per second that the server will allow
  85. sv_mincmdrate 0 //This sets the minimum value for cl_cmdrate. 0 == unlimited.
  86. sv_minrate 0 //Min bandwidth rate allowed on server, 0 == unlimited
  87. sv_minupdaterate 30 //Minimum updates per second that the server will allow
  88.  
  89. // Control where the client gets content from
  90. // 0 = anywhere, 1 = anywhere listed in white list, 2 = steam official content only
  91. sv_pure 1
  92. sv_stats 1 // Collect CPU usage stats
  93. mp_stalemate_enable 1 //Enable sudden death
  94. sv_voiceenable 1 // enable voice communications
  95. exec relay.cfg //enable replays
  96.  
  97. //Other
  98. decalfrequency 10 // time (seconds) between decal sprays
  99. sv_timeout 900 // After this many seconds without a message from a client, the client is dropped
  100. mp_idlemaxtime 7 // Maximum time a player is allowed to be idle (in minutes), made this and sv_timeout equal same time?
  101. mp_idledealmethod 1 // Deals with idle players 1=send to spectator 2=kick
  102. sv_rcon_maxfailures // Max number of times a user can fail rcon authentication before being banned
  103. sv_rcon_banpenalty 1440 // Number of minutes to ban users who fail rcon authentication
  104. sv_visiblemaxplayers 18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement