Advertisement
Soulreaper099

Server.cfg

Feb 11th, 2012
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. // Recommend use notepad++ or indent broke
  2. // Basic settings
  3. "hostname" "Reap's Fun House FASTDL BUILD/DARK_RP Server!!" // 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" "1" // 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.  
  9. // If you want use fast download, please remove slash and change to your server url.
  10. sv_downloadurl "http://s2.hostmafia.in/fastdl"
  11. sv_allowupload "1"
  12. sv_allowdownload "1"
  13. net_maxfilesize 144
  14.  
  15. sv_region 0
  16. sv_timeout 65
  17.  
  18. //Voice Chat
  19. // Enable Voice
  20. sv_voiceenable 1
  21.  
  22. // Allow all the teams to talk to each other 1 = Enabled, 0 = Disabled
  23. sv_alltalk 0
  24.  
  25. // Sandbox server settings
  26. "sbox_godmode" "0" // 1: No Damage 0: Normal
  27. "sbox_plpldamage" "0" // 1: Disable PvP 0: Enable PvP
  28. "sbox_noclip" "0" // 1: Enable Noclip 0: Disable Noclip
  29.  
  30. // Sandbox limits. 0 to Disable. -1 to Unlimited.
  31. "sbox_maxprops" "150"
  32. "sbox_maxragdolls" "0" // Too much Ragdoll = Lag
  33. "sbox_maxnpcs" "0" // NPC may crash the server.
  34. "sbox_maxballoons" "10"
  35. "sbox_maxeffects" "10"
  36. "sbox_maxdynamite" "3"
  37. "sbox_maxlamps" "5" // Too much Lamps = Low FPS
  38. "sbox_maxthrusters" "10"
  39. "sbox_maxwheels" "5"
  40. "sbox_maxhoverballs" "6"
  41. "sbox_maxvehicles" "2"
  42. "sbox_maxbuttons" "10"
  43. "sbox_maxemitters" "6"
  44. "sbox_maxspawners" "2"
  45. "sbox_maxturrets" "5"
  46.  
  47. // Sandbox WIRE limits
  48. // If you are not running wire addon, remove this entire section.
  49. "sbox_maxwire_wheels" "10"
  50. "sbox_maxwire_waypoints" "10"
  51. "sbox_maxwire_values" "10"
  52. "sbox_maxwire_twoway_radioes" "10"
  53. "sbox_maxwire_turrets" "10"
  54. "sbox_maxwire_thrusters" "10"
  55. "sbox_maxwire_target_finders" "5"
  56. "sbox_maxwire_speedometers" "5"
  57. "sbox_maxwire_emitters" "10"
  58. "sbox_maxwire_simple_explosive" "10"
  59. "sbox_maxwire_sensors" "10"
  60. "sbox_maxwire_screens" "10"
  61. "sbox_maxwire_relays" "10"
  62. "sbox_maxwire_rangers" "10"
  63. "sbox_maxwire_radioes" "15"
  64. "sbox_maxwire_sockets" "10"
  65. "sbox_maxwire_plugs" "10"
  66. "sbox_maxwire_pixels" "10"
  67. "sbox_maxwire_panels" "10"
  68. "sbox_maxwire_outputs" "10"
  69. "sbox_maxwire_oscilloscopes" "10"
  70. "sbox_maxwire_locators" "15"
  71. "sbox_maxwire_lights" "10"
  72. "sbox_maxwire_inputs" "10"
  73. "sbox_maxwire_indicators" "10"
  74. "sbox_maxwire_hoverballs" "10"
  75. "sbox_maxwire_gyroscopes" "10"
  76. "sbox_maxwire_gpss" "10"
  77. "sbox_maxwire_gate_times" "15"
  78. "sbox_maxwire_gate_selections" "15"
  79. "sbox_maxwire_gate_memorys" "15"
  80. "sbox_maxwire_gate_logics" "15"
  81. "sbox_maxwire_gate_comparisons" "15"
  82. "sbox_maxwire_gates" "25"
  83. "sbox_maxwire_explosive" "15"
  84. "sbox_maxwire_dual_inputs" "10"
  85. "sbox_maxwire_detonators" "10"
  86. "sbox_maxwire_buttons" "15"
  87. "sbox_maxwire_adv_inputs" "10"
  88.  
  89. sv_defaultgamemode DarkRP // Change the gamemode here
  90. sv_gamemodeoverride DarkRP // And here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement