Advertisement
Guest User

server.cfg

a guest
Dec 16th, 2019
1,845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. // dodbits SRCDS Team Fortress 2 cfg file generator Ver 1.
  2.  
  3. say "Loading SRCDS Team Fortress 2 cfg file"
  4.  
  5. // General server name, passwords and contact details
  6. hostname "tf2pickup.es - Pass Time"
  7. rcon_password "mercedes190"
  8. motdfile motd_pass.txt
  9. sv_password ""
  10. sv_contact ""
  11. sv_tags "nocrits,nodmgspread,classlimit"
  12. sv_region "255"
  13. sv_lan "0"
  14. // Server bans and server logs
  15. sv_rcon_banpenalty "30"
  16. sv_rcon_minfailures "3"
  17. sv_rcon_maxfailures "10"
  18. sv_rcon_minfailuretime "30"
  19. sv_rcon_maxpacketsize "1024"
  20. sv_rcon_maxpacketbans "1"
  21. log "on"
  22. sv_logbans "1"
  23. sv_logecho "1"
  24. sv_logfile "1"
  25. sv_log_onefile "0"
  26.  
  27. // Server downloads and files
  28. // No fast download maximum file size. 16 is def. 64 (max) recommended if you do not have a fast download server.
  29. //Fast download url. Leave blank if you dont have one but set the above to max.
  30. // Downloads and Uploads FAKKELBRIGADE.EU
  31. sv_allowupload "1"
  32. sv_allowdownload "1"
  33. net_maxfilesize "64" // Max file size in MB.
  34. sv_downloadurl "http://fakkelbrigade.eu"
  35. sv_consistency "1"
  36. sv_pure "1"
  37. sv_pure_kick_clients "0"
  38. sv_pure_trace "0"
  39.  
  40. // Bandwidth Rates
  41. sv_maxrate "100000"
  42. sv_minrate "7500"
  43. sv_maxupdaterate "66"
  44. sv_minupdaterate "30"
  45. sv_maxcmdrate "66"
  46. sv_mincmdrate "30"
  47.  
  48. // General server settings
  49. mp_friendlyfire "0"
  50. sv_alltalk "0"
  51. mp_chattime "10"
  52. sv_use_steam_voice "1"
  53. sv_allow_voice_from_file "0"
  54. sv_voiceenable "1"
  55. mp_allowspectators "1"
  56. decalfrequency "10"
  57. mp_flashlight "1"
  58. mp_footsteps "1"
  59. mp_autoteambalance "1"
  60. mp_teams_unbalance_limit "2"
  61. sv_restrict_aspect_ratio_fov "0"
  62. mp_forcecamera "1"
  63. sv_cheats "0"
  64. sv_pausable "0"
  65. sv_allow_wait_command "0"
  66. sv_hudhint_sound "0"
  67. mp_forceautoteam "0"
  68. mp_falldamage "0"
  69. mp_fadetoblack "0"
  70.  
  71. // Movement speed and feel
  72. sv_gravity "800"
  73.  
  74. //Round specific cvars
  75. mp_enableroundwaittime "0"
  76. mp_bonusroundtime "15"
  77. mp_restartround "0"
  78. mp_stalemate_enable "0"
  79. mp_stalemate_timelimit "240"
  80. mp_maxrounds "0"
  81. mp_winlimit "5"
  82. mp_timelimit "30"
  83. tf_flag_caps_per_round "3"
  84.  
  85. // TF2 specific Gameplay and server settings
  86. //(ONLY found in TF2)
  87. tf_weapon_criticals "0"
  88. tf_preround_push_from_damage_enable "1"
  89. sv_allow_votes "1"
  90. tf_damage_disablespread "1"
  91. tf_use_fixed_weaponspreads "1"
  92. mp_idlemaxtime "10"
  93. mp_idledealmethod "30"
  94. mp_respawnwavetime "10.0"
  95. mp_disable_respawn_times "0"
  96. tf_classlimit 0
  97. tftrue_maxfov 100
  98. sm_cvar tf_force_holidays_off 1
  99. mapcyclefile "pass.txt"
  100.  
  101.  
  102. // Execute ban files
  103. exec banned_user.cfg
  104. exec banned_ip.cfg
  105. writeid
  106. writeip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement