Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. ////////////////////////////////////////////////////////////////////////////////////
  2. // _ _ _ _ _ _ //
  3. // | | | | | \ | | | | | | //
  4. // | |_| | _____ ____ _ _ __ ___ | \| | ___| |___ _____ _ __| | _____ //
  5. // | _ |/ _ \ \/ / _` | '_ \ / _ \ | . ` |/ _ \ __\ \ /\ / / _ \| '__| |/ / __| //
  6. // | | | | __/> < (_| | | | | __/ | |\ | __/ |_ \ V V / (_) | | | <\__ \ //
  7. // \_| |_/\___/_/\_\__,_|_| |_|\___| \_| \_/\___|\__| \_/\_/ \___/|_| |_|\_\___/ //
  8. // //
  9. ////////////////////////////////////////////////////////////////////////////////////
  10. ////////////////////////////////////////////////////////////////////////////////////
  11. //////////////////// Welcome to your Garry's Mod server.cfg file! //////////////////
  12. ///////////// Only change the settings if you know what you're doing. //////////////
  13. //////////// Contact us if you need assistance regarding editing this file. ////////
  14. ////////////////////////////////////////////////////////////////////////////////////
  15. ////////////////////////////////////////////////////////////////////////////////////
  16.  
  17. ////////////////////////////////////////////////////////////////
  18. //////////////////// Server Name/Hostname //////////////////////
  19. ////////////////////////////////////////////////////////////////
  20.  
  21. hostname "➤[UK] MythicalRoleplay ✔ Development Server"
  22.  
  23. ////////////////////////////////////////////////////////////////
  24. //////////////////// Server Password Lock //////////////////////
  25. ////////////////////////////////////////////////////////////////
  26.  
  27. sv_password "12"
  28.  
  29. ////////////////////////////////////////////////////////////////
  30. ///////////////////////// Server Log //////////////////////////
  31. ////////////////////////////////////////////////////////////////
  32.  
  33. log on
  34. sv_logbans 0
  35. sv_logecho 0
  36. sv_logfile 1
  37. sv_log_onefile 0
  38.  
  39. ////////////////////////////////////////////////////////////////
  40. /////////////////////// Steam Settings /////////////////////////
  41. ////////////////////////////////////////////////////////////////
  42.  
  43. sv_region "255"
  44. sv_lan "0"
  45.  
  46. ////////////////////////////////////////////////////////////////
  47. //////////////////////////// FastDL ////////////////////////////
  48. ////////////////////////////////////////////////////////////////
  49.  
  50. sv_downloadurl "http://51.38.90.238/1823/garrysmod"
  51. net_maxfilesize 64
  52. sv_allowdownload 0
  53. sv_allowupload 0
  54.  
  55. ////////////////////////////////////////////////////////////////
  56. //////////////////////// Loading Screen ////////////////////////
  57. ////////////////////////////////////////////////////////////////
  58.  
  59. sv_loadingurl "http://mythicalroleplay.com/MythicalLoad2?mapname=%m&steamid=%s"
  60.  
  61. ////////////////////////////////////////////////////////////////
  62. ///////////////////////// sbox_ Toggles ////////////////////////
  63. ////////////////////////////////////////////////////////////////
  64.  
  65. sbox_godmode 0
  66. sbox_noclip 0
  67.  
  68. ////////////////////////////////////////////////////////////////
  69. ////////////////////////// sbox_ Limits ////////////////////////
  70. ////////////////////////////////////////////////////////////////
  71.  
  72. sbox_maxprops 60
  73. sbox_maxragdolls 0
  74. sbox_maxnpcs 0
  75. sbox_maxballoons 0
  76. sbox_maxeffects 0
  77. sbox_maxdynamite 0
  78. sbox_maxlamps 0
  79. sbox_maxthrusters 0
  80. sbox_maxwheels 0
  81. sbox_maxhoverballs 0
  82. sbox_maxvehicles 0
  83. sbox_maxbuttons 0
  84. sbox_maxsents 20
  85. sbox_maxemitters 0
  86. sbox_maxspawners 0
  87. sbox_maxturrets 0
  88. sbox_maxtextscreens 1
  89.  
  90.  
  91. /////////////////////////////////////////////////////////////////
  92. /////////////////// Server Networking Settings //////////////////
  93. /////////////////////////////////////////////////////////////////
  94.  
  95. sv_minupdaterate 5
  96. sv_maxupdaterate 120
  97. sv_minrate 10000
  98. sv_maxrate 0
  99. decalfrequency 5
  100. gmod_physiterations 3
  101.  
  102. //////////////////////////////////////////////////////////////////
  103. /// Prevent Clientside Scripting and Default Cheat Commands //////
  104. //////////////////////////////////////////////////////////////////
  105.  
  106. sv_allowcslua 0
  107. sv_cheats 0
  108.  
  109. ///////////////////////////////////////////////////////////////
  110. ////////////////// RCON Bruteforce Prevention /////////////////
  111. ///////////////////////////////////////////////////////////////
  112.  
  113. sv_rcon_banpenalty 5
  114. sv_rcon_maxfailures 20
  115. sv_rcon_minfailures 20
  116. sv_rcon_minfailuretime 20
  117.  
  118. ///////////////////////////////////////////////////////////////
  119. ////////////////////////// Exec Bans //////////////////////////
  120. ///////////////////////////////////////////////////////////////
  121.  
  122. exec banned_user.cfg
  123. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement