Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

[TF2] gScramble Team Balancer/Scrambler -- 3.0.14 7/4/13


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 476
  • Lokalizacja:AMXX.PL
Offline

Napisano 04.07.2013 17:59

<!-- BEGIN TEMPLATE: postbit_external -->
<div><font size="5"><font color="Teal">gScramble, a Comprehensive Team Manager for TF2</font></font><br /><br />Because the original author of this plugin has been inactive for quite some time i have decided to go ahead and take on this plugin the best that i can, i am mostly focused on keeping the plugin work/fixing bugs but if anyone has a good feature request and maybe is willing to help getting it implemented that you can always shoot me a pm! <br /><br /><b>Requirements</b><br />- Optional HlxCE api Plugin for HlxCE sorting<br />- Optional gameME plugin for the gameME sorting<br /><br /><br /><b>Thanks<br /></b><ul><li><b>BrutalGoerge </b><a href="https://forums.allie...ead.php?t=89136" target="_blank">Original</a> author of this plugin</li>
</ul><ul><li><b> Antithasys </b>for all the help every time i bugged him when I didn't know what i was doing, letting me use his project site, and approving the plugin!</li>
<li><b>MikeJS</b> for help with team-score manipulation and Auto-Update</li>
<li> GameMe for adding the native functions for querying the DB</li>
<li> <b>Psychonic</b> for all his help and HLX Community</li>
<li>Everyone for making suggestions and finding my dumb bugs so this could be such a useful script</li>
</ul><br /><br /><b>Features</b>(most features have a corresponding ConVar in <b>cfg/sourcemod/plugin.gscramble.cfg</b>)<br /><br /><font size="4"><font color="Navy">Scramble-Modes</font></font><ul><li> 14 Sort Modes<ul><li>1 = Random</li>
<li>2 = Scoreboard Scores</li>
<li>3 = A ratio of score and connection time</li>
<li>4 = Player kill/death ratios</li>
<li>5 = Swap the top players on each team</li>
<li>6 = Use GameMe rank</li>
<li>7 = Use GameMe Skill</li>
<li>8 = Use GameMe Global Rank</li>
<li>9 = Use GameMe Global Skill</li>
<li>10 = Use GameME session skill change</li>
<li>11 = Use HlxCE Rank</li>
<li>12 = Use HlxCE Skill</li>
<li>13 = Sort players by player class</li>
<li>14 = Plugin randomly chooses a mode from all the available</li>
</ul></li>
<li> Make admins, medics, or engineers immune from scramble</li>
<li> Respawn everyone after scramble depending on time and setting</li>
<li> Charge medic ubercannon if scramble occurs during setup</li>
<li> Reset setup timer if scramble occurs during setup</li>
</ul><font size="4"><font color="Navy">Auto-Scramble</font></font> <ul><li> scramble when one team is over-powered</li>
<li> can trigger a vote instead of scrambling</li>
</ul> <font size="4"><font color="Navy">Auto-Balance</font></font><br /><ul><li> Dueling players immune from auto-balance</li>
<li> Balance valid players (admin, engineers, top scoring players, players helping their team (cp captures, flag touching, sentry destroying), and medics all can be made immune)</li>
<li>Force balance after teams have been imbalanced too long</li>
</ul> <font size="4"><font color="Navy">Force-Balance</font></font> <ul><li> Admin can execute force-balance command</li>
<li> Force-balance can happen between rounds</li>
<li>Force-balance can happen if teams become too imbalanced</li>
</ul><br /><font color="Navy"><font size="4">General</font></font><br /><ul><li>Admin menu integration</li>
<li> Force clients to accept their new team by blocking join team commands (detect reconnecting with clientprefs)</li>
<li> RTV-style votescramble starting</li>
<li> Admin commands for starting a scramble vote</li>
<li> Allow clients to choose what team they'd prefer to be on (overrides auto-balance)</li>
<li> Native bool gs_isBlocked(client) to see if the plugin is blocking someone from swapping teams</li>
<li> (Experimental) Ask clients recently swapped if they want to rejoin their old team when someone reconnects and gets forced onto a team</li>
<li>If enabled, block clients from changing to spectate if it will cause an imbalance</li>
<li>If enabled, allow clients to choose a buddy to protect themselves from auto-balance and scramble.</li>
<li>If enabled, block public voting when admins are present.</li>
<li>If enabled, block clients from changing teams when mp_forceautoteam is enabled</li>
<li>If enabled, select spectators during scramble and force-balance. (People who have recently connected, and people who have chosen spectator)</li>
</ul><b>Commands</b><br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">sm_cancel&nbsp; &nbsp; &nbsp; &nbsp; admin&nbsp; &nbsp; &nbsp; &nbsp; Cancels any active scramble.&nbsp; Blocks auto-scramble check if run during bonusround<br />sm_forcebalance&nbsp; admin&nbsp; &nbsp; &nbsp; &nbsp; Forces a team balance if an imbalance exists.<br />sm_preference&nbsp; &nbsp; console&nbsp; &nbsp; &nbsp; Allows clients to choose what team they prefer<br />sm_resetvotes&nbsp; &nbsp; admin&nbsp; &nbsp; &nbsp; &nbsp; Resets all public votes.<br />sm_scramble&nbsp; &nbsp; &nbsp; admin&nbsp; &nbsp; &nbsp; &nbsp; sm_scramble &lt;delay&gt; &lt;respawn&gt; &lt;mode&gt;<br />sm_scrambleround&nbsp; admin&nbsp; &nbsp; &nbsp; &nbsp; Scrambles at the beginning of the next round<br />sm_scramblevote&nbsp; admin&nbsp; &nbsp; &nbsp; &nbsp; Start a vote. sm_scramblevote &lt;now/end&gt;<br />sm_addbuddy&nbsp; &nbsp; &nbsp; &nbsp; console&nbsp; &nbsp; add a buddy</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b><br /><br />Changelog:</b><br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">4-7-2013 (v3.0.14)<br />* Fixed deprecated warnings.<br />* Included the latest gameme include file to fix the gameme errors.<br />* Added a new convar &quot;gs_onescrambleperround&quot; to enable/disable only allowing one scramble per round.</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Old Changelog: <a href="http://pastebin.com/beSRbgE7" target="_blank">http://pastebin.com/...beSRbgE7</a><br />Original Thread: <a href="https://forums.alliedmods.net/showthread.php?t=89136" target="_blank">https://forums.allie...?t=89136</a><br /><br /><b>Translations<br /></b>French Translation: <a href="https://forums.alliedmods.net/member.php?u=9052" target="_blank">Cadav0r</a> -- COMPLETE <br />Danish Translation: <a href="http://forums.alliedmods.net/member.php?u=34474" target="_blank">OziOn</a> -- NOT COMPLETE<br />Russian Translation: <a href="http://forums.alliedmods.net/member.php?u=54015" target="_blank">krolus</a> -- NOT COMPLETE <br />Spanish Translation: <a href="http://forums.alliedmods.net/member.php?u=44288" target="_blank">jack_wade</a> -- COMPLETE <br />Hungarian Translation: <a href="http://forums.alliedmods.net/member.php?u=37349" target="_blank">KhyrOO</a>-- NOT COMPLETE<br />German Translation: <a href="https://forums.alliedmods.net/member.php?u=48631" target="_blank">Guggie</a>-- NOT COMPLETE<br />Italian Translation: <a href="http://forums.alliedmods.net/member.php?u=61941" target="_blank">Dagon</a>-- NOT COMPLETE<br />Polish Translation: <a href="http://forums.alliedmods.net/member.php?u=54105" target="_blank">Mariano</a>-- NOT COMPLETE<br /><br /><b>Install<br /></b>unzip to tf dir<br />the plugin will auto-make the cfg if it's not there, but the one included is cleaner and organized better.</div>


<br /> <div style="padding:6px">








<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
<td><img class="inlineimg" src="https://forums.allie.../attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="https://forums.allie...38;d=1372957091">gscrambleplugin.zip</a> (119.7 KB)


</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
<td><img class="inlineimg" src="https://forums.allie...s/attach/sp.gif" alt="File Type: sp" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="http://www.sourcemod...?file_id=122130"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1372962344">Get Source</a> (gscramble.sp - 81.2 KB)


</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
</table>
</fieldset>


</div>

<!-- END TEMPLATE: postbit_external -->

Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych