Guest User

server.cfg

a guest
Jun 21st, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. hostname "Mizpah Lodge #302" // The server name that players will see in the server browser and in the scoreboard
  2. rcon_password ""
  3. sv_contact enderandrew@gmail.com
  4.  
  5. sv_rcon_banpenalty 1440 // Number of minutes to ban users who fail rcon authentication
  6. sv_rcon_maxfailures 5 // Max number of times a user can fail rcon authentication before being banned
  7. sv_visiblemaxplayers 32 // Overrides the max players reported to prospective clients
  8. sv_pausable 0 // Is the server pausable
  9. sv_cheats 0 // Disable cheats
  10. sv_lan 0 // Type of server 0=internet 1=lan
  11. sv_stats 1 // Collect CPU usage stats
  12. host_framerate 0 // Set to lock per-frame time elapse
  13. setpause 0 // Set the pause state of the server
  14. exec banned_user.cfg // Execute Banned Users //
  15. exec banned_ip.cfg
  16. writeid
  17. writeip
  18.  
  19. // The region of the world to report this server in.
  20. // -1 is the world, 0 is USA east coast, 1 is USA west coast
  21. // 2 south america, 3 europe, 4 asia, 5 australia, 6 middle east, 7 africa
  22. sv_region 1
  23.  
  24. log on // enable or disable server logging. on is on / off is off
  25. sv_logecho 1 // Echo log information to the console. 0 is off 1 is on
  26. sv_logfile 1 // Log server information in the log file. 0 is off 1 is on
  27. sv_log_onefile 1 // log everything in one file
  28. sv_logbans 1 // Log server bans in the server logs.
  29. sv_logsdir C:\tf2_server\tf\logs
  30.  
  31. fps_max 600 // Frame rate limiter
  32.  
  33. mp_timelimit 30 // Time per map in the rotation, in minutes. 0 to never rotate the map on a timer.
  34. mp_maxrounds 5 // Maximum number of rounds to play per map before forcing a mapchange
  35. sv_minrate 0 // Min bandwidth rate allowed on server, 0 == unlimited
  36. sv_maxrate 20000 // Max bandwidth rate allowed on server, 0 == unlimited
  37. sv_minupdaterate 10 // Minimum updates per second that the server will allow
  38. sv_maxupdaterate 66 // Maximum updates per second that the server will allow
  39. // sv_pure 1
  40. sv_pure 0
  41.  
  42. sv_allowupload 1 // Allow clients to upload customizations files
  43. sv_allowdownload 1 // Allow clients to download files
  44. net_maxfilesize 168 // Maximum allowed file size for uploading in MB
  45. sv_downloadurl "enderandrew.com/tf/maps/"
  46. sv_namechange_cooldown_seconds 300
  47. sv_voiceenable 1 // enable voice communications
  48. sv_alltalk 1 // Players can hear all other players, no team restrictions 0=off 1=on
  49.  
  50. sv_vote_issue_kick_min_connect_time_mvm 180
  51. sv_vote_issue_kick_spectators_mvm 1
  52. sv_vote_issue_restart_game_allowed 0
  53. sv_vote_issue_kick_allowed 0
  54. sv_vote_issue_changelevel_allowed 0
  55. sv_vote_issue_changelevel_allowed_mvm 0
  56. sv_vote_issue_nextlevel_allowed 0
  57. sv_vote_issue_extendlevel_allowed 0
  58. sv_vote_issue_scramble_teams_allowed 0
  59. sv_vote_issue_autobalance_allowed 0
  60. sv_vote_issue_classlimits_allowed 0
  61. sv_vote_issue_pause_game_allowed 0
  62.  
  63. mp_stalemate_enable 1 // Enable sudden death
  64. mp_stalemate_timelimit 300 // Timelimit (in seconds) of the stalemate round.
  65. // mp_highlander 1
  66. mp_tournament 1
  67. mp_tournament_readymode 1
  68. mp_tournament_readymode_min 0
  69. mp_tournament_whitelist "cfg/item_whitelist.txt"
  70. mp_tournament_allow_non_admin_restart 1
  71. mp_tournament_post_match_period 90
  72. mp_tournament_readymode 0
  73. mp_tournament_readymode_min 2
  74. mp_forceautoteam 1
  75. mp_forcecamera 1
  76. mp_idledealmethod 1
  77. mp_idlemaxtime 5
  78. mp_chattime 10 // Amount of time players can chat after the game is over
  79. mp_allowspectators 1 // Toggles whether the server allows spectator mode or not
  80. mp_tournament_allow_non_admin_restart 0
  81. mp_disable_respawn_timers 1
  82.  
  83. tf_gravetalk 1
  84. tf_forced_holiday 1 // default
  85. tf_birthday 1 // Enable party mode
  86. tf_ctf_bonus_time 0
  87. tf_flag_caps_per_round 3
  88. tf_bot_quota 10 // Turn off before tournament
  89. tf_bot_quota_mode normal
  90.  
  91. sm_thehidden_enabled 0
  92.  
  93. sm_updater 2
  94.  
  95. sm_cvar qc_requestmap_enabled "0"
  96.  
  97. ff2_enabled 0
  98. // replay_enable "1"
Add Comment
Please, Sign In to add comment