Guest User

Untitled

a guest
May 21st, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. // Use this file to configure your DEDICATED server.
  2. // This config file is executed on server start.
  3.  
  4. // disable autoaim
  5. sv_aim 0
  6.  
  7. // disable clients' ability to pause the server
  8. pausable 0
  9.  
  10. // default server name. Change to "Bob's Server", etc.
  11. hostname "Counter-Strike 1.6 Server"
  12.  
  13. // maximum client movement speed
  14. sv_maxspeed 320
  15.  
  16. // 20 minute timelimit
  17. mp_timelimit 20
  18.  
  19. sv_cheats 0
  20.  
  21. // load ban files
  22. exec listip.cfg
  23. exec banned.cfg
  24.  
  25. map de_dust2
  26. // server name
  27. hostname "m4r4+|-|1 m4n005"
  28.  
  29. // rcon passsword
  30. rcon_password "123"
  31.  
  32. // server cvars
  33. mp_friendlyfire 0
  34. mp_footsteps 1
  35. mp_autoteambalance 1
  36. mp_autokick 0
  37. mp_flashlight 1
  38. mp_tkpunish 1
  39. mp_forcecamera 0
  40. sv_alltalk 0
  41. sv_pausable 0
  42. sv_cheats 0
  43. sv_consistency 1
  44. sv_allowupload 1
  45. sv_allowdownload 1
  46. sv_maxspeed 320
  47. mp_limitteams 2
  48. mp_hostagepenalty 5
  49. sv_voiceenable 1
  50. mp_allowspectators 1
  51. mp_timelimit 25
  52. mp_chattime 10
  53. sv_timeout 65
  54.  
  55. // bots
  56. bot_quota 0
  57. bot_quota_mode fill
  58. bot_difficulty 2
  59. bot_chatter off
  60. bot_auto_follow 1
  61. bot_auto_vacate 1
  62. bot_join_after_player 0
  63. bot_defer_to_human 1
  64. bot_allow_rogues 0
  65. bot_walk 0
  66. bot_join_team any
  67. bot_eco_limit 2000
  68. bot_allow_grenades 1
  69. bot_all_weapons
  70. bot_allow_grenades 1
  71. bot_allow_pistols 1
  72. bot_allow_sub_machine_guns 1
  73. bot_allow_shotguns 1
  74. bot_allow_rifles 1
  75. bot_allow_snipers 1
  76. bot_allow_machine_guns
  77.  
  78. // round specific cvars
  79. mp_freezetime 6
  80. mp_roundtime 5
  81. mp_startmoney 800
  82. mp_c4timer 45
  83. mp_fraglimit 0
  84. mp_maxrounds 0
  85. mp_winlimit 0
  86. mp_playerid 0
  87. mp_spawnprotectiontime 5
  88.  
  89. // bandwidth rates/settings
  90. sv_minrate 0
  91. sv_maxrate 0
  92. decalfrequency 10
  93. sv_maxupdaterate 60
  94. sv_minupdaterate 10
  95.  
  96. // server logging
  97. log off
  98. sv_logbans 0
  99. sv_logecho 1
  100. sv_logfile 1
  101. sv_log_onefile 0
  102.  
  103. // operation
  104. sv_lan 0
  105. sv_region 0
  106.  
  107. // execute ban files
  108. exec banned_user.cfg
  109. exec banned_ip.cfg
  110. setmaster add 69.28.151.162
  111. setmaster add 72.165.61.189
  112. setmaster add 207.173.177.11
  113. setmaster add 65.73.232.251:27040
  114. setmaster add 65.73.232.253:27040
  115. setmaster add 207.173.177.12:27010
  116.  
  117. __sxei_required -1
Add Comment
Please, Sign In to add comment