Advertisement
Guest User

Untitled

a guest
May 12th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. // Edit this to your liking. These values are very close to what I use
  2. // for my own servers.
  3.  
  4. // Make sure the right people are banned
  5. exec banned.cfg
  6. exec banned_user.cfg
  7.  
  8. // Name Of Server
  9. hostname "Blah blah"
  10.  
  11. // General HL Cvars
  12. mp_fraglimit 0
  13. mp_footsteps 1
  14. mp_flashlight 1
  15. sv_contact ""
  16. mp_decals 100
  17. mp_falldamage 1
  18. sv_cheats 0
  19. net_maxfilesize 30
  20. sv_allowcslua 0
  21.  
  22. decalfrequency 10
  23.  
  24. sv_allowupload 0
  25. sv_allowdownload 1
  26.  
  27. // Rcon Stuff
  28. // This is commented out here because we put it
  29. // on the command line instead, for security reasons.
  30. // You can view and change it through the
  31. // "Easy setup" page in the control panel.
  32.  
  33. //files
  34. mapcyclefile mapcycle.txt
  35.  
  36. // disable lag compensation
  37. //sv_unlag 1
  38.  
  39. heartbeat
  40.  
  41.  
  42. sv_stats 0
  43. sv_region 0
  44. fps_max 0
  45.  
  46. sv_parallel_packentities 0
  47. sv_parallel_sendsnapshot 0
  48. net_queued_packet_thread 1
  49. net_splitpacket_maxrate 100000
  50.  
  51. writeid
  52. sv_password ""
  53. log 1
  54. tv_enable 0
  55. sv_minupdaterate 10
  56. sv_downloadurl ""
  57. sv_loadingurl ""
  58.  
  59. // Server
  60. sv_minrate 5000
  61. sv_maxrate 9999
  62. sv_minupdaterate 13
  63. sv_maxupdaterate 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement