Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 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 "NuclearCake Lan-Party"
  7. rcon_password "maggi"
  8. sv_password ""
  9. sv_contact ""
  10. sv_tags ""
  11. sv_region "3"
  12. sv_lan "1"
  13.  
  14. // Server bans and server logs
  15. sv_rcon_banpenalty "15"
  16. sv_rcon_minfailures "5"
  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. net_maxfilesize "64"
  30. //Fast download url. Leave blank if you dont have one but set the above to max.
  31. sv_downloadurl ""
  32. sv_allowdownload "1"
  33. sv_allowupload "1"
  34. sv_consistency "1"
  35. sv_pure "2"
  36. sv_pure_kick_clients "0"
  37. sv_pure_trace "0"
  38.  
  39. // Bandwidth Rates
  40. sv_maxrate "50000"
  41. sv_minrate "7500"
  42. sv_maxupdaterate "66"
  43. sv_minupdaterate "20"
  44. sv_maxcmdrate "66"
  45. sv_mincmdrate "30"
  46.  
  47. // General server settings
  48. mp_friendlyfire "0"
  49. sv_alltalk "0"
  50. mp_chattime "10"
  51. sv_use_steam_voice "0"
  52. sv_allow_voice_from_file "0"
  53. sv_voiceenable "0"
  54. mp_allowspectators "1"
  55. decalfrequency "10"
  56. mp_flashlight "0"
  57. mp_footsteps "1"
  58. mp_autoteambalance "0"
  59. mp_teams_unbalance_limit "2"
  60. sv_restrict_aspect_ratio_fov "0"
  61. mp_forcecamera "1"
  62. sv_cheats "0"
  63. sv_pausable "0"
  64. sv_allow_wait_command "0"
  65. sv_hudhint_sound "0"
  66. mp_forceautoteam "0"
  67. mp_falldamage "0"
  68. mp_fadetoblack "0"
  69.  
  70. // Movement speed and feel
  71. sv_gravity "800"
  72.  
  73. //Round specific cvars
  74. mp_enableroundwaittime "1"
  75. mp_bonusroundtime "15"
  76. mp_restartround "0"
  77. mp_stalemate_enable "0"
  78. mp_stalemate_timelimit "240"
  79. mp_maxrounds "0"
  80. mp_winlimit "0"
  81. mp_timelimit "0"
  82. tf_flag_caps_per_round "3"
  83.  
  84. // TF2 specific Gameplay and server settings
  85. //(ONLY found in TF2)
  86. tf_weapon_criticals "1"
  87. sv_allow_votes "1"
  88. tf_damage_disablespread "0"
  89. tf_use_fixed_weaponspreads "0"
  90. mp_idlemaxtime "0"
  91. mp_idledealmethod "1"
  92. mp_respawnwavetime "10"
  93. mp_disable_respawn_times "1"
  94.  
  95. // Execute ban files
  96. exec banned_user.cfg
  97. exec banned_ip.cfg
  98. writeid
  99. writeip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement