Advertisement
Guest User

Untitled

a guest
Jun 29th, 2010
3,686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. hostname "Garry's Mod Server"
  2.  
  3. rcon_password "password"
  4.  
  5. sv_password "" // Use to password protect your server
  6.  
  7. mp_flashlight 1
  8. mp_timelimit 180
  9. sv_allowdownload 1
  10. sv_allowupload 1
  11. pausable "0"
  12. // Voice Comm
  13. sv_voiceenable "1"
  14. sv_alltalk 1
  15.  
  16. decalfrequency 60
  17.  
  18. //GMOD CVARS - Limits of buildables, the numbers are the total limits on your server.
  19. // Don't make too high or your server will lag and it can crash more.
  20. sbox_maxnpcs "6"
  21. sbox_maxballoons "10"
  22. sbox_maxdynamite "4"
  23. sbox_noclip "1"
  24. sbox_maxthrusters "20"
  25. sbox_maxprops "100"
  26. sbox_maxwheels "20"
  27. sbox_plpldamage "0"
  28. sbox_godmode "1"
  29. sbox_playergod "1"
  30. sbox_maxhoverballs "20"
  31. sbox_maxsents "20"
  32. sbox_maxeffects "10"
  33. sbox_maxbuttons "10"
  34. sbox_maxlamps "4"
  35. sbox_maxragdolls "10"
  36. sbox_maxvehicles "4"
  37. sbox_allownpcs "1"
  38. sbox_maxemitters "5"
  39.  
  40. // bandwidth rates/settings
  41. sv_minrate 0
  42. sv_maxrate 25000
  43. sv_minupdaterate 33
  44. sv_maxupdaterate 66
  45. sv_mincmdrate 33
  46. sv_maxcmdrate 66
  47. sv_client_cmdrate_difference 1
  48. sv_client_predict 1
  49. sv_client_interpolate 1
  50. sv_client_min_interp_ratio -1
  51. sv_client_max_interp_ratio -1
  52.  
  53. log on
  54. mp_logmessages 1
  55. sv_logbans 1
  56.  
  57. sv_rcon_banpenalty 60
  58. sv_rcon_maxfailures 5
  59. sv_rcon_minfailures 5
  60. sv_rcon_minfailuretime 45
  61.  
  62. // sv_region tells the Steam servers where your server is located, possible values are:
  63. // 0 - US East coast
  64. // 1 - US West coast
  65. // 2 - South America
  66. // 3 - Europe
  67. // 4 - Asia
  68. // 5 - Australia
  69. // 6 - Middle East
  70. // 7 - Africa
  71.  
  72. sv_region 0
  73.  
  74. // Exec Configs
  75. exec banned_user.cfg
  76. motdfile motd.txt
  77. mapchangecfgfile server.cfg.
  78. mapcyclefile mapcycle.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement