Advertisement
Guest User

Untitled

a guest
Apr 30th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. // Recommend use notepad++ or indent broke
  2. // Basic settings
  3. "hostname" "NoMansLand.com" // Server Name for Server List
  4. "rcon_password" "********************" // Remote control password (Blank to Disable) (Recommend use strong password)
  5. "sv_password" "" // Server password (Blank to Disable)
  6. "sv_region" "0" // Use for server list filtering: eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
  7. "sv_lan" "0" // Lan only (1) or Public (0)
  8. "sv_gamemode" cityrpg
  9.  
  10. // If you want use fast download, please remove slash and change to your server url.
  11. "sv_downloadurl" "http://nomansmc.com/gmod/"
  12. "sv_allowdownload" "1"
  13.  
  14.  
  15. // Sandbox server settings
  16. "sbox_godmode" "0" // 1: No Damage 0: Normal
  17. "sbox_plpldamage" "0" // 1: Disable PvP 0: Enable PvP
  18. "sbox_noclip" "0" // 1: Enable Noclip 0: Disable Noclip
  19.  
  20. // Sandbox limits. 0 to Disable. -1 to Unlimited.
  21. "sbox_maxprops" "150"
  22. "sbox_maxragdolls" "2" // Too much Ragdoll = Lag
  23. "sbox_maxnpcs" "0" // NPC may crash the server.
  24. "sbox_maxballoons" "10"
  25. "sbox_maxeffects" "10"
  26. "sbox_maxdynamite" "3"
  27. "sbox_maxlamps" "10" // Too much Lamps = Low FPS
  28. "sbox_maxthrusters" "20"
  29. "sbox_maxwheels" "10"
  30. "sbox_maxhoverballs" "10"
  31. "sbox_maxvehicles" "5"
  32. "sbox_maxbuttons" "20"
  33. "sbox_maxemitters" "5"
  34. "sbox_maxspawners" "3"
  35. "sbox_maxturrets" "2"
  36.  
  37. // Sandbox WIRE limits
  38. // If you are not running wire addon, remove this entire section.
  39. "sbox_maxwire_wheels" "20"
  40. "sbox_maxwire_waypoints" "30"
  41. "sbox_maxwire_values" "20"
  42. "sbox_maxwire_twoway_radioes" "30"
  43. "sbox_maxwire_turrets" "10"
  44. "sbox_maxwire_thrusters" "20"
  45. "sbox_maxwire_target_finders" "10"
  46. "sbox_maxwire_speedometers" "10"
  47. "sbox_maxwire_emitters" "25"
  48. "sbox_maxwire_simple_explosive" "30"
  49. "sbox_maxwire_sensors" "30"
  50. "sbox_maxwire_screens" "20"
  51. "sbox_maxwire_relays" "20"
  52. "sbox_maxwire_rangers" "20"
  53. "sbox_maxwire_radioes" "30"
  54. "sbox_maxwire_sockets" "20"
  55. "sbox_maxwire_plugs" "20"
  56. "sbox_maxwire_pixels" "20"
  57. "sbox_maxwire_panels" "20"
  58. "sbox_maxwire_outputs" "20"
  59. "sbox_maxwire_oscilloscopes" "20"
  60. "sbox_maxwire_locators" "30"
  61. "sbox_maxwire_lights" "16"
  62. "sbox_maxwire_inputs" "20"
  63. "sbox_maxwire_indicators" "20"
  64. "sbox_maxwire_hoverballs" "20"
  65. "sbox_maxwire_gyroscopes" "10"
  66. "sbox_maxwire_gpss" "10"
  67. "sbox_maxwire_gate_trigs "30"
  68. "sbox_maxwire_gate_times" "30"
  69. "sbox_maxwire_gate_selections" "30"
  70. "sbox_maxwire_gate_memorys" "30"
  71. "sbox_maxwire_gate_logics" "30"
  72. "sbox_maxwire_gate_comparisons" "30"
  73. "sbox_maxwire_gates" "50"
  74. "sbox_maxwire_explosive" "30"
  75. "sbox_maxwire_dual_inputs" "20"
  76. "sbox_maxwire_detonators" "20"
  77. "sbox_maxwire_buttons" "25"
  78. "sbox_maxwire_adv_inputs" "20"
  79.  
  80. //Load bans
  81. exec "banip.cfg"
  82. exec "banid.cfg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement