Guest User

server.cfg

a guest
Jun 26th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 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. sv_contact enderandrew@gmail.com
  3.  
  4. sv_rcon_banpenalty 1440 // Number of minutes to ban users who fail rcon authentication
  5. sv_rcon_maxfailures 5 // Max number of times a user can fail rcon authentication before being banned
  6. sv_visiblemaxplayers 32 // Overrides the max players reported to prospective clients
  7. sv_pausable 0 // Is the server pausable
  8. sv_cheats 0 // Disable cheats
  9. sv_lan 0 // Type of server 0=internet 1=lan
  10. sv_stats 1 // Collect CPU usage stats
  11. host_framerate 0 // Set to lock per-frame time elapse
  12. setpause 0 // Set the pause state of the server
  13. exec banned_user.cfg // Execute Banned Users //
  14. exec banned_ip.cfg
  15. writeid
  16. writeip
  17.  
  18. // The region of the world to report this server in.
  19. // -1 is the world, 0 is USA east coast, 1 is USA west coast
  20. // 2 south america, 3 europe, 4 asia, 5 australia, 6 middle east, 7 africa
  21. sv_region 1
  22.  
  23. log on // enable or disable server logging. on is on / off is off
  24. sv_logecho 1 // Echo log information to the console. 0 is off 1 is on
  25. sv_logfile 1 // Log server information in the log file. 0 is off 1 is on
  26. sv_log_onefile 1 // log everything in one file
  27. sv_logbans 1 // Log server bans in the server logs.
  28. sv_logsdir C:\tf2_server\tf\logs
  29.  
  30. fps_max 600 // Frame rate limiter
  31.  
  32. mp_timelimit 30 // Time per map in the rotation, in minutes. 0 to never rotate the map on a timer.
  33. mp_maxrounds 5 // Maximum number of rounds to play per map before forcing a mapchange
  34. sv_minrate 0 // Min bandwidth rate allowed on server, 0 == unlimited
  35. sv_maxrate 20000 // Max bandwidth rate allowed on server, 0 == unlimited
  36. sv_minupdaterate 10 // Minimum updates per second that the server will allow
  37. sv_maxupdaterate 66 // Maximum updates per second that the server will allow
  38. // sv_pure 1
  39. sv_pure 0
  40.  
  41. sv_downloadurl "https://enderandrew.com/tf"
  42. sv_allowupload 1 // Allow clients to upload customizations files
  43. sv_allowdownload 1 // Allow clients to download files
  44. net_maxfilesize 64
  45. sv_namechange_cooldown_seconds 300
  46. sv_voiceenable 1 // enable voice communications
  47. sv_alltalk 1 // Players can hear all other players, no team restrictions 0=off 1=on
  48. sv_allow_point_servercommand 1
  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 0
  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_times 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_advertisements_interval 180
  92.  
  93. sm_thehidden_enabled 0
  94. sm_updater 2
  95. ff2_enabled 0
  96.  
  97. // replay_enable "1"
Add Comment
Please, Sign In to add comment