Advertisement
Guest User

gg

a guest
Jul 30th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 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 "BeserkRP {Locked}"
  10.  
  11. // General HL Cvars
  12. mp_fraglimit 0
  13. mp_footsteps 1
  14. mp_flashlight 1
  15. sv_contact "your@email.address"
  16. decalfrequency 60
  17. mp_decals 100
  18. mp_falldamage 1
  19. sv_cheats 0
  20. sv_maxrate 0
  21. sv_minrate 100000
  22. sv_maxupdaterate 99
  23. sv_maxcmdrate 99
  24. sv_timeout 120
  25. sv_allowupload 1
  26. sv_allowdownload 1
  27.  
  28. // Rcon Stuff
  29. rcon_password -censored :p-
  30.  
  31. //files
  32. mapcyclefile mapcycle.txt
  33.  
  34. // disable lag compensation
  35. //sv_unlag 1
  36.  
  37. heartbeat
  38.  
  39. // important settings inserted by NFo
  40. sv_stats 0
  41. sv_region 0
  42. fps_max 0
  43.  
  44. sv_parallel_packentities 0
  45. sv_parallel_sendsnapshot 0
  46. net_queued_packet_thread 1
  47. net_splitpacket_maxrate 100000
  48.  
  49. writeid
  50. sv_password -serverpassword-
  51. log 1
  52. tv_enable 0
  53. sv_downloadurl "http://beserkrp.site.nfoservers.com/server"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement