Advertisement
Guest User

server.cfg

a guest
Mar 14th, 2015
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.43 KB | None | 0 0
  1. // Serverio pavadinimas
  2. hostname "Counter-Strike 1.6 Server"
  3.  
  4. // Rcon ir Serverio slaptazodziai ("" - reiskia isjungta)
  5. sv_password ""
  6. rcon_password ""
  7.  
  8. // Rcon nustatymai
  9. sv_rcon_banpenalty 0
  10. sv_rcon_maxfailures 2
  11. sv_rcon_minfailures 1
  12. sv_rcon_minfailuretime 5
  13.  
  14. // Greitas failu siuntimas
  15. sv_allowupload 0
  16. sv_allowdownload "1"
  17. sv_downloadurl ""
  18.  
  19. // Server Cvars
  20. mp_friendlyfire 0
  21. mp_friendly_grenade_damage 0
  22. mp_autokick 0
  23. mp_tkpunish 0
  24. mp_kickpercent 0.66
  25. mp_startmoney 800
  26. mp_autoteambalance 1
  27. mp_buytime 0.5
  28. mp_hostagepenalty 0
  29. mp_allowspectators 1
  30. mp_timelimit 25
  31. mp_chattime 3
  32. mp_c4timer 35
  33. mp_consistency 1
  34. decalfrequency 30
  35. mp_defaultteam 0
  36. mp_fadetoblack 0
  37. mp_falldamage 0
  38. mp_flashlight 0
  39. mp_footsteps 1
  40. mp_forcecamera 0
  41. mp_forcerespawn 0
  42. mp_fraglimit 0
  43. mp_limitteams 0
  44. mp_maxrounds 0
  45. mp_winlimit 0
  46.  
  47. sv_proxies 0
  48. sv_aim 0
  49. sv_airmove 1
  50. sv_airaccelerator 90
  51. sv_cheats 0
  52. sv_secure 1
  53. sv_gravity 800
  54. pausable 0
  55. sv_airaccelerate 90
  56.  
  57. // Voice nustatymai
  58. sv_voicecodec voice_speex
  59. sv_voicequality 5
  60. sv_voicevolume_speex 1
  61. sv_voicevolume_silk 1
  62. sv_voicefloodms 0
  63.  
  64. // Round Cvars
  65. mp_freezetime 2
  66. mp_roundtime 2
  67.  
  68. // Serverio reitai
  69. sys_ticrate 1000
  70. sv_minrate 2500
  71. sv_maxrate 25000
  72. sv_minupdaterate 20
  73. sv_maxupdaterate 101
  74.  
  75. // Server logging
  76. mp_logdetail 0
  77. log "on"
  78. sv_logbans "0"
  79. sv_logecho "1"
  80. sv_logfile "1"
  81. sv_log_onefile "1"
  82.  
  83. // Internet Settings
  84. sv_region "255"
  85. sv_contact ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement