Advertisement
Guest User

server.cfg

a guest
Dec 27th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. //Garry's Mod server.cfg - Autogenerated with http://robinschoors.com/?p=244
  2. logging on
  3. hostname "server"
  4. rcon_password "password"
  5. sv_password "password"
  6. sv_region 255
  7. sv_lan 0
  8. sv_logbans 1
  9. sv_logecho 1
  10. sv_logfile 1
  11. sv_log_onefile 0
  12. sv_noclipspeed 5
  13. sv_noclipaccelerate 5
  14. //Sandbox Settings
  15. sbox_allownpcs 1
  16. sbox_godmode 0
  17. sbox_plpldamage 0
  18. sbox_playergod 0
  19. sbox_noclip 1
  20. sbox_maxprops 150
  21. sbox_maxragdolls 5
  22. sbox_maxnpcs 10
  23. sbox_maxballoons 10
  24. sbox_maxeffects 50
  25. sbox_maxdynamite 10
  26. sbox_maxlamps 20
  27. sbox_maxthrusters 30
  28. sbox_maxwheels 20
  29. sbox_maxhoverballs 20
  30. sbox_maxvehicles 6
  31. sbox_maxbuttons 20
  32. sbox_maxsents 20
  33. sbox_maxemitters 5
  34. sbox_maxspawners 3
  35. sbox_maxturrets 2
  36. //Server Settings
  37. net_maxfilesize 30
  38. sv_minrate 0
  39. sv_maxrate 2500
  40. decalfrequency 10
  41. sv_maxupdaterate 66
  42. sv_minupdaterate 10
  43. //Execute ban files
  44. exec banned_ip.cfg
  45. exec banned_user.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement