Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. sv_password "qwerty"
  2. hostname "S U C C"
  3. ////////////////////////////////////////////////////////////////
  4. ///////////////////////// Server Log //////////////////////////
  5. ////////////////////////////////////////////////////////////////
  6.  
  7. log on
  8. sv_logbans 0
  9. sv_logecho 0
  10. sv_logfile 1
  11. sv_log_onefile 0
  12.  
  13. ////////////////////////////////////////////////////////////////
  14. /////////////////////// Steam Settings /////////////////////////
  15. ////////////////////////////////////////////////////////////////
  16.  
  17. sv_region "255"
  18. sv_lan "0"
  19.  
  20. ////////////////////////////////////////////////////////////////
  21. //////////////////////////// FastDL ////////////////////////////
  22. ////////////////////////////////////////////////////////////////
  23.  
  24. sv_downloadurl ""
  25. net_maxfilesize 64
  26. sv_allowdownload 0
  27. sv_allowupload 0
  28.  
  29. ////////////////////////////////////////////////////////////////
  30. //////////////////////// Loading Screen ////////////////////////
  31. ////////////////////////////////////////////////////////////////
  32.  
  33. sv_loadingurl ""
  34.  
  35. ////////////////////////////////////////////////////////////////
  36. ///////////////////////// sbox_ Toggles ////////////////////////
  37. ////////////////////////////////////////////////////////////////
  38.  
  39. sbox_godmode 0
  40. sbox_noclip 0
  41.  
  42. ////////////////////////////////////////////////////////////////
  43. ////////////////////////// sbox_ Limits ////////////////////////
  44. ////////////////////////////////////////////////////////////////
  45.  
  46. sbox_maxprops 70
  47. sbox_maxragdolls 5
  48. sbox_maxnpcs 0
  49. sbox_maxballoons 0
  50. sbox_maxeffects 0
  51. sbox_maxdynamite 0
  52. sbox_maxlamps 0
  53. sbox_maxthrusters 0
  54. sbox_maxwheels 0
  55. sbox_maxhoverballs 0
  56. sbox_maxvehicles 1
  57. sbox_maxbuttons 10
  58. sbox_maxsents 0
  59. sbox_maxemitters 0
  60. sbox_maxspawners 0
  61. sbox_maxturrets 0
  62.  
  63.  
  64. /////////////////////////////////////////////////////////////////
  65. /////////////////// Server Networking Settings //////////////////
  66. /////////////////////////////////////////////////////////////////
  67.  
  68. sv_minupdaterate 5
  69. sv_maxupdaterate 120
  70. sv_minrate 10000
  71. sv_maxrate 0
  72. decalfrequency 5
  73. gmod_physiterations 3
  74.  
  75. //////////////////////////////////////////////////////////////////
  76. /// Prevent Clientside Scripting and Default Cheat Commands //////
  77. //////////////////////////////////////////////////////////////////
  78.  
  79. sv_allowcslua 0
  80. sv_cheats 0
  81.  
  82. ///////////////////////////////////////////////////////////////
  83. ////////////////// RCON Bruteforce Prevention /////////////////
  84. ///////////////////////////////////////////////////////////////
  85.  
  86. sv_rcon_banpenalty 5
  87. sv_rcon_maxfailures 20
  88. sv_rcon_minfailures 20
  89. sv_rcon_minfailuretime 20
  90.  
  91. ///////////////////////////////////////////////////////////////
  92. ////////////////////////// Exec Bans //////////////////////////
  93. ///////////////////////////////////////////////////////////////
  94.  
  95. exec banned_user.cfg
  96. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement