Guest User

Untitled

a guest
May 12th, 2018
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. //-----------------------------------------------------------
  2. //--> This server.cfg is custom-created to assist server owners with
  3. //--> setting up their server.cfg. You can copy/paste this text
  4. //--> into your server.cfg or simply cookie cutter and use the
  5. //--> parts that you would like to.
  6. //-----------------------------------------------------------
  7. //--> Updated 01/04/2010
  8. //-----------------------------------------------------------
  9.  
  10. //--> This is the name for your server
  11. hostname "<willis> venom"
  12.  
  13. //-----------------------------------------------------------
  14. //--> (217.78.4.123:27015) [Sky] The Sandbox #1
  15. //--> username: willis password: BawsGamez
  16. //-----------------------------------------------------------
  17.  
  18. //--> Rcon password - Sets the password for remote rcon admin
  19. rcon_password "1337GamezYo"
  20.  
  21. //--> Gametypes sets the gametypes you want your server to run
  22. //----> Versus Only: sv_gametypes "versus"
  23. //----> Survival Only: sv_gametypes "survival"
  24. //----> Coop Only: sv_gametypes "coop"
  25. //----> Both: sv_gametypes "versus,coop"
  26. sv_gametypes "versus"
  27.  
  28. //--> mp_gamemode sets the gametypes that your server is allowed to run, IE Voting
  29. //----> Versus Only: mp_gamemode "versus"
  30. //----> Survival Only: mp_gamemode "survival"
  31. //----> Coop Only: mp_gamemode "coop"
  32. //----> Both: mp_gamemode "versus,coop"
  33. mp_gamemode "versus"
  34.  
  35. //--> Steam group # to assign to server
  36. sv_steamgroup 0
  37.  
  38. sm_cvar fps_max 0
  39. //--> Uncaps the servers maxfps limit
  40. //--> (May be restricted by server provider on command line)
  41.  
  42. //--> Do not connect to the Match Making Service
  43. //--> "0" = Off
  44. //--> "1" = On
  45. sv_steamgroup_exclusive 0
  46.  
  47. //--> When Enabled, Steamgroup members take priority when joining
  48. //--> The server. However, anyone may join as long as a steamgroup
  49. //--> Member has joined first. Slots are only reserved while they
  50. //--> Are available in this manner, and a minimum of 1 slot is
  51. //--> Reserved, because when a steamgroup member connects to the
  52. //--> Server, other players will be able to connect. If there are
  53. //--> Other players connected and the steamgroup member disconnects
  54. //--> A random player will qualify to fill the remaining slot.
  55.  
  56. //Allow connections without creating lobby
  57. //--> "0" = Off
  58. //--> "1" = On
  59. sv_allow_lobby_connect_only 1
  60.  
  61. //--> Default is "0". When Enabled, cannot connect to
  62. //--> Games currently in progress.
  63.  
  64. //--> All talk - Allow both teams to use audio chat to speak with each other
  65. //--> "0" = Off
  66. //--> "1" = On
  67. sv_alltalk 0
  68.  
  69. //--> Region - This sets the lobby in which your server will be part of
  70. //--> You will want to set this to the closest location to your server
  71. //--> eastcoast - sv_region 0
  72. //--> westcoast - sv_region 1
  73. //--> south america - sv_region 2
  74. //--> europe - sv_region 3
  75. //--> asia - sv_region 4
  76. //--> australia - sv_region 5
  77. //--> middle east - sv_region 6
  78. //--> africa - sv_region 7
  79. //--> world - sv_region 255
  80. sv_region 3
  81.  
  82. //--> Allow use of cheats
  83. //--> "0" = Off
  84. //--> "1" = On
  85. sv_cheats 0
  86.  
  87. //--> Disabled by default. Recommend using Admin Cheats Extension if you
  88. //--> Wish to enable this. See below in this file.
  89.  
  90. sv_contact "willis@wheybags.com"
  91. //--> Admin Contact email address to display on serverinfo.
  92.  
  93. // Log Settings
  94. sv_logfile 1
  95. sv_logbans 1
  96. sv_logecho 1
  97. sv_log_onefile 0
  98.  
  99. // Rate Settings
  100. sv_minrate 20000
  101. sv_maxrate 30000
  102.  
  103. //sm_cvar mp_gamemode versus
  104. //--> sourcemod override forcing gamemod.
  105. //--> versus, survival, scavenge, coop.
Add Comment
Please, Sign In to add comment