Guest User

Server.cfg for Gmod Server

a guest
Feb 8th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. hostname "Name for your Server"
  2. rcon_password "your password"
  3. sv_password ""
  4. sv_setsteamaccount "your steam server login token"
  5. sv_region 255
  6. sv_lan 0
  7. sv_logbans 1
  8. sv_logecho 1
  9. sv_logfile 1
  10. sv_log_onefile 0
  11. sv_noclipspeed 5
  12. sv_noclipaccelerate 5
  13. sv_allowdownload 1
  14. sv_allowupload 1
  15. sv_cheats 0
  16. sv_loadingurl "maybe an image for your loading screen paste a link here"
  17. //Sandbox Settings
  18. //sbox_allownpcs 1
  19. sbox_godmode 0
  20. //sbox_plpldamage 1
  21. //sbox_playergod 0
  22. sbox_noclip 1
  23. sbox_maxprops 750
  24. sbox_maxragdolls 10
  25. sbox_maxnpcs 50
  26. sbox_maxballoons 50
  27. sbox_maxeffects 500
  28. sbox_maxdynamite 50
  29. sbox_maxlamps 100
  30. sbox_maxthrusters 250
  31. sbox_maxwheels 100
  32. sbox_maxhoverballs 100
  33. sbox_maxvehicles 50
  34. sbox_maxbuttons 100
  35. sbox_maxsents 100
  36. sbox_maxemitters 10
  37.  
  38.  
  39. //sbox_maxspawners 10
  40. //sbox_maxturrets 10
  41. //Server Settings
  42.  
  43. net_maxfilesize 64
  44. sv_minrate 0
  45. sv_maxrate 7500
  46. decalfrequency 10
  47. sv_maxupdaterate 66
  48. sv_minupdaterate 13
  49. fps_max 150
  50. //Execute ban files
  51. exec banned_ip.cfg
  52. exec banned_user.cfg
  53.  
  54.  
Advertisement
Add Comment
Please, Sign In to add comment