Advertisement
Noobyhead99

conf

Apr 27th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. // Config for 'Bluespark TF2 Server'
  2. // 27.04.2014 11:46:56 CET/CEST - tf2cfg.info
  3.  
  4. // ----------------------------------------------------------------------------
  5. // Basic Options
  6. // ----------------------------------------------------------------------------
  7.  
  8. hostname "Bluespark TF2 Server"
  9. sv_visiblemaxplayers "16"
  10. sv_pure "1"
  11. sv_pausable "0"
  12. setpause "0"
  13. sv_lan "0"
  14. sv_stats "0"
  15.  
  16. // ----------------------------------------------------------------------------
  17. // Check for banned users
  18. // ----------------------------------------------------------------------------
  19.  
  20. exec banned_user.cfg
  21. exec banned_ip.cfg
  22. writeid
  23. writeip
  24.  
  25. // ----------------------------------------------------------------------------
  26. // Region and contact
  27. // ----------------------------------------------------------------------------
  28.  
  29. sv_contact "-----"
  30. sv_region "5"
  31.  
  32. // ----------------------------------------------------------------------------
  33. // Rcon Settings
  34. // ----------------------------------------------------------------------------
  35.  
  36. rcon_password "-----"
  37. rcon_banpenalty "1440"
  38. rcon_maxfailures "3"
  39.  
  40. // ----------------------------------------------------------------------------
  41. // Logging Settings
  42. // ----------------------------------------------------------------------------
  43.  
  44. log "on"
  45. sv_log_onefile "1"
  46. sv_logfile "1"
  47. sv_logbans "1"
  48. sv_logecho "1"
  49.  
  50. // ----------------------------------------------------------------------------
  51. // Rate Settings
  52. // ----------------------------------------------------------------------------
  53.  
  54. fps_max "600"
  55. sv_minrate "0"
  56. sv_maxrate "60000"
  57. sv_minupdaterate "20"
  58. sv_maxupdaterate "66"
  59.  
  60. // ----------------------------------------------------------------------------
  61. // Download Settings
  62. // ----------------------------------------------------------------------------
  63.  
  64. sv_allowupload "1"
  65. sv_allowdownload "1"
  66. net_maxfilesize "15"
  67. sv_downloadurl ""
  68.  
  69. // ----------------------------------------------------------------------------
  70. // Team Balance
  71. // ----------------------------------------------------------------------------
  72.  
  73. mp_autoteambalance "1"
  74. mp_autoteambalance_delay "60"
  75. mp_autoteambalance_warning_delay "30"
  76. mp_teams_unbalance_limit "2"
  77.  
  78. // ----------------------------------------------------------------------------
  79. // Round and Game Times
  80. // ----------------------------------------------------------------------------
  81.  
  82. mp_enableroundwaittime "1"
  83. mp_bonusroundtime "8"
  84. mp_restartround "0"
  85. mp_timelimit "30"
  86. mp_stalemate_enable "0"
  87.  
  88. // ----------------------------------------------------------------------------
  89. // Client Settings
  90. // ----------------------------------------------------------------------------
  91.  
  92. mp_forcecamera "0"
  93. mp_allowspectators "1"
  94. mp_footsteps "1"
  95. sv_cheats "0"
  96. decalfrequency "30"
  97. mp_idledealmethod "1"
  98. mp_idlemaxtime "5"
  99. sv_timeout "30"
  100.  
  101. // ----------------------------------------------------------------------------
  102. // Communication
  103. // ----------------------------------------------------------------------------
  104.  
  105. sv_voiceenable "1"
  106. sv_alltalk "0"
  107. tf_teamtalk "1"
  108.  
  109. // ----------------------------------------------------------------------------
  110. // Misc
  111. // ----------------------------------------------------------------------------
  112.  
  113. tf_allow_player_use "0"
  114. tf_damage_disablespread "0"
  115. tf_forced_holiday "0"
  116. tf_medieval "0"
  117. tf_overtime_nag "1"
  118. tf_playergib "1"
  119. tf_use_fixed_weaponspreads "0"
  120. tf_weapon_criticals "1"
  121.  
  122. // ----------------------------------------------------------------------------
  123. // Custom Settings
  124. // ----------------------------------------------------------------------------
  125.  
  126. mp_maxrounds 3
  127. mp_chattime 10
  128. mapcyclefile "cfg/mapcycle.txt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement