Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1. // Enable/disable the plugin and all its hooks.
  2. gs_enabled "1"
  3.  
  4. // **************************
  5. // *
  6. // Auto-balance settings *
  7. // *
  8. // **************************
  9.  
  10. // Enable/disable the autobalance feature of this plugin.
  11. // Use only if you have the built-in balancer disabled.
  12. gs_autobalance "1"
  13.  
  14. // Time in minutes after a client is balanced in which they cannot be balanced again.
  15. gs_ab_balancetime "100"
  16.  
  17. // Controls who is immune from auto-balance
  18. // 0 = no immunity
  19. // 1 = admins
  20. // 2 = engies with buildings
  21. // 3 = both admins and engies with buildings
  22. gs_ab_immunity "2"
  23.  
  24. // Max time the teams are allowed to be unbalanced before a balanced is forced on low-priority living players.
  25. // 0 = disabled
  26. gs_ab_max_unbalancetime "10"
  27.  
  28. // How many of the top players to protect on each team from autobalance.
  29. gs_ab_protect "2"
  30.  
  31. // If one team has this many more players than the other, then consider the teams imbalanced.
  32. gs_ab_unbalancelimit "2"
  33.  
  34. // Allow clients to tell the plugin what team they prefer. When an autobalance starts, if the client prefers the team, it overrides any immunity check.
  35. gs_ab_preference "0"
  36.  
  37. // Time, in seconds after an imbalance is detected in which an imbalance is flagged, and possible swapping can occur
  38. gs_ab_actiondelay "5"
  39.  
  40. // If teams become imbalanced by this many players, auto-force a balance
  41. gs_ab_forcetrigger "3"
  42.  
  43. // If less than this amount of time (in seconds) is left in a round, stop auto-balancing.
  44. // "0" will disable this function
  45. gs_ab_timelimit "60"
  46.  
  47. // Only balance human players and ignore bots.
  48. gs_ab_humanonly "0"
  49.  
  50. // Force a balance between each round. (If you use a custom team balance plugin that doesn't do this already, or you have the default one disabled)
  51. // does not require this plugin's autobalacne to be enabled
  52. gs_force_balance "0"
  53.  
  54. // Time in seconds to protect a client from autobalance if they have recently captured a point, defended/touched intelligence, or destroyed a sentry.
  55. // 0 = disabled
  56. gs_teamwork_protect "0"
  57.  
  58.  
  59. // **************************
  60. // *
  61. // Auto-scramble settings *
  62. // *
  63. // **************************
  64.  
  65.  
  66. // Enables/disables the automatic scrambling.
  67. gs_autoscramble "0"
  68.  
  69. // Auto-scramble only after a full round has completed.
  70. gs_as_fullroundonly "0"
  71.  
  72. // If a teams wins with a frag ratio greater than or equal to this setting, trigger a scramble
  73. // 0 = disables this check
  74. gs_as_hfragratio "2.0"
  75.  
  76. // Starts a scramble vote instead of scrambling at the end of a round
  77. gs_as_vote "0"
  78.  
  79. // If a team wins in less time, in seconds, than this, and has a frag ratio greater than specified: perform an auto scramble.
  80. // 0 = disables this check
  81. gs_as_wintimelimit "120.0"
  82.  
  83. // Lower kill ratio for teams that win in less than the wintime_limit.
  84. gs_as_wintimeratio "1.5"
  85.  
  86. // If the average score difference for all players on each team is greater than this, then trigger a scramble.
  87. // 0 = disables this check
  88. gs_as_playerscore_avgdiff "10.0"
  89.  
  90. // If a team has this many more dominations than the other team, then trigger a scramble.
  91. // 0 = disables this check
  92. gs_as_domination_diff "5"
  93.  
  94. // If enabled, trigger a scramble if a team never captures the point in koth mode
  95. gs_as_koth_pointcheck "0"
  96.  
  97. // If enabled, lock teams when a scramble is about to happen until it happens. This will block clients from changing to spectator
  98. gs_as_lockteamsbefore "1"
  99.  
  100. // If enabled, lock teams the entire next round after a scramble. This will block clients from changing teams
  101. gs_as_lockteamsafter "0"
  102.  
  103.  
  104. // **************************
  105. // *
  106. // global scramble settings *
  107. // *
  108. // **************************
  109.  
  110. // Minimum people connected before scrambles are possible
  111. gs_as_minplayers "12"
  112.  
  113. // If enabled, teams will scramble at the end of the 'waiting for players' period
  114. gs_prescramble "0"
  115.  
  116. // If a scramble happens during setup, restore the setup timer to its starting value
  117. gs_setup_reset "1"
  118.  
  119. // Sets if admins and people with uber and engie buildings are immune from being scrambled.
  120. // medics + enginneers are not immune during scrambles at the beginning of the round
  121. // 0 = no immunity
  122. // 1 = just admins
  123. // 2 = charged medics + engineers with buildings
  124. // 3 = admins + charged medics and engineers with buildings.
  125. gs_scramble_immune "0"
  126.  
  127. // If a scramble-now happens during setup time, fill up any medic's uber-charge.
  128. gs_setup_fill_ubers "1"
  129.  
  130. // Player scramble sort mode.
  131. // 1 = Random
  132. // 2 = Player Score
  133. // 3 = Player Score Per Minute.
  134. // 4 = Player Kill-Death Ratios
  135. // 5 = Swap the top players on each team, controlled by gs_top_swaps
  136. // 6 = Use GameME rank
  137. // 7 = Use GameMe Skill
  138. // 8 = Use Global GameMe rank
  139. // 9 = Use Global GameMe skill
  140. // 10 = Use GameMe Session
  141. // 11 = Use HlxCe Rank
  142. // 12 = Use HlxCe Skill
  143. // 13 = Sort by player classes
  144. // 14 = Choose randomly one of the above sort modes.
  145. // This controls how players get swapped during a scramble.
  146. gs_sort_mode "3"
  147.  
  148. // Percentage of players to randomly choose during a random scramble
  149. // min 0.10
  150. // max 0.8
  151. gs_random_selections "0.65"
  152.  
  153. // The number of players to swap during a top-swap scramble
  154. gs_top_swaps "5"
  155.  
  156. // If set, it will scramble after a team wins X full rounds in a row
  157. gs_winstreak "0"
  158.  
  159. // If set, it will scramble every X full rounds
  160. gs_scramblerounds "0"
  161.  
  162. // If set, then it will block auto-scrambling from happening two rounds in a row.
  163. // Also stops scrambles from being started if one has occured already during a round.
  164. gs_no_sequential_scramble "1"
  165.  
  166. // If set, then print scramble stats
  167. gs_as_print_stats "1"
  168.  
  169. // If set, then grand dueling immunity during a scramble.
  170. gs_as_dueling_immunity "0"
  171.  
  172. // Only allow one scramble per round
  173. gs_onescrambleperround "1"
  174.  
  175. // **************************
  176. // *
  177. // admin flag settings *
  178. // *
  179. // **************************
  180. // ** if multiple flags specified, will work if client has just one of these flags
  181.  
  182.  
  183. // Admin flags for scramble protection (if enabled)
  184. gs_flags_scramble "ab"
  185.  
  186. // Admin flags for balance protection (if enabled)
  187. gs_flags_balance "ab"
  188.  
  189. // Admin flags for team swap block protection (if enabled)
  190. gs_flags_teamswap "bn"
  191.  
  192.  
  193. // **************************
  194. // *
  195. // generic settings *
  196. // *
  197. // **************************
  198.  
  199. // Disable most of the frequent chat messages the plugin displays
  200. gs_silent "0"
  201.  
  202. // Integrate into the sourcemod admin menu
  203. gs_admin_menu "1"
  204.  
  205. // Enable the mp_forceautoteam command and block people from using the 'jointeam' and 'spectate commands
  206. gs_block_jointeam "0"
  207.  
  208. // Sets if admins set by 'gs_flags_teamswap' are immune from team swap blocking
  209. gs_teamswitch_immune "0"
  210.  
  211. // Punish clients trying to restack teams during the team-switch block period by adding time to when they are able to team swap again
  212. gs_punish_stackers "1"
  213.  
  214. // Time after being swapped by a balance or scramble where players aren't allowed to change teams
  215. gs_changeblocktime "220"
  216.  
  217. // The plugin will check if people are reconnecting to the server to avoid being forced on a team. Requires clientprefs
  218. gs_check_reconnect "1"
  219.  
  220. // Allow clients to choose buddies so that the plugin will try to auto-balance them together,
  221. // and not scramble buddies who are on the same team
  222. gs_use_buddy_system "1"
  223.  
  224. // If set, block client changes to spectator that result in a team imbalance
  225. gs_prevent_spec_imbalance "1"
  226.  
  227. // Select spectators who have recently changed to specator during scrambles and force-balance.
  228. // Setting to 0 disables.
  229. gs_Select_spectators "1"
  230.  
  231. // **************************
  232. // *
  233. // voting settings *
  234. // *
  235. // **************************
  236.  
  237. // How often, in seconds, to advertise the vote-scramble command
  238. // 0 = Disabled
  239. gs_vote_advertise "0"
  240.  
  241. // String clients type in chat to trigger a vote
  242. // separate multiple triggers with COMMA
  243. // max of 3 triggers
  244. gs_vote_trigger "votescramble,scramblevote,sausage"
  245.  
  246. // If set, publicly started votes are disabled when an admin is preset.
  247. gs_vote_adminblock "0"
  248.  
  249. // 0 will trigger scramble for round end.
  250. // 1 will scramble teams after vote.
  251. gs_menu_votebehavior "0"
  252.  
  253. // Percentage of votes for the menu vote scramble needed.
  254. gs_menu_votesneeded "0.60"
  255.  
  256. // Enable/disable public voting
  257. gs_public_votes "0"
  258.  
  259. // If this many seconds or less is left on the round timer, then block public voting.
  260. gs_public_roundtime "0"
  261.  
  262. // How to handle the final public vote if there are less that X seconds left in the round, specified by the roundtime cvar.
  263. // 0 = block the final vote.
  264. // 1 = Allow the vote and force a scramble for the next round regardless of any other setting.
  265. gs_public_roundtime_blockmode "0"
  266.  
  267. // Percentage of people needing to trigger a scramble in chat. If using votemode 1, I suggest you set this lower than 50%
  268. gs_public_triggers "0.60"
  269.  
  270. // For public chat votes
  271. // 0 = if enough triggers, enable scramble for next round.
  272. // 1 = if enough triggers, start menu vote to start a scramble
  273. // 2 = scramble teams right after the last trigger.
  274. gs_public_votemode "0"
  275.  
  276. // Time in seconds after the map has started and after a failed vote in which players can votescramble.
  277. gs_vote_delay "60.0"
  278.  
  279. // Time in seconds after a successful scramble in which players can vote again.
  280. gs_vote_delay2 "300"
  281.  
  282. // Minimum people connected before any voting will work.
  283. gs_vote_minplayers "6"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement