Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. hostname "KZ Local Server"
  2. rcon_password "asdf"
  3. sv_password "" //Only set this if you intend to have a private server!
  4.  
  5. //The amount of time players are frozen to buy items
  6. mp_freezetime 5
  7.  
  8. //The amount of time players can join teams after a round has started
  9. mp_join_grace_time 15
  10.  
  11. // Defines whether a map should be restarted after a game has ended
  12. mp_match_end_restart 0
  13.  
  14. //This should always be set, so you know it's not on
  15. sv_cheats 0
  16.  
  17. //This should always be set, so you know it's not on
  18. sv_lan 0
  19.  
  20. //**The bot commands below are mostly default with the exception of
  21. bot_difficulty 1
  22. bot_chatter "off"
  23. bot_quota 0
  24. bot_join_after_player 1
  25. bot_quota_mode "fill"
  26.  
  27. //Performance settings
  28. //_____________________________________________ ______________________________
  29. sv_maxrate 0
  30. sv_minrate 80000
  31. sv_maxcmdrate 128
  32. sv_mincmdrate 128
  33. sv_minupdaterate 128
  34. sv_maxupdaterate 128
  35.  
  36. log on
  37. sv_log 1
  38. sv_logbans 1
  39. sv_logecho 1
  40. sv_logfile 1
  41. sv_log_onefile 0
  42. sv_logsdir /logs
  43.  
  44. //**The following commands manage kicks and bans
  45. writeid
  46. writeip
  47. exec banned_user.cfg
  48. exec banned_ip.cfg
  49.  
  50. //removes afk kick
  51. mp_autokick 0
  52.  
  53. //server tags
  54. sv_tags "kz,bhop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement