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] Stamina Sprinting v.1.0 [2/4/2017]


  • 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 488
  • Lokalizacja:AMXX.PL
Offline

Napisano 05.02.2017 00:20

<div><div align="center"><b><u><font size="5">[TF2] Stamina Sprinting</font></u></b><br /><font size="3"><b>Version: 1.0</b></font><br /><br /><iframe width="420" height="315" src="https://www.youtube....uGFnXiJU?rel=0"frameborder="0" allowfullscreen></iframe></div><br /><b><u><font size="3">Introduction: </font></u></b><br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />

Allows players to sprint using a stamina meter by double tapping w (forward button).<br />You can set how fast the stamina meter drains/regenerate and which class can use the sprint feature.

<hr />
</td>
</tr>
</table>
</div><u><b><font size="3">Installation: </font></b></u><br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />

1. Download and drag files to correct directories<br />2. smx files goes to addons/sourcemod/plugins folder and .cfg files goes to cfg/sourcemod<br />3. Set up your configuration in cfg/sourcemod<br />4. Double tap w(forward key) and hold to sprint<br />5. <strike>Profit!</strike>

<hr />
</td>
</tr>
</table>
</div><u><b><font size="3">Dependency: </font></b></u><br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />

1. Sourcemod 1.8+<br />2. Metamod 1.10+<br />3. Morecolors to compile

<hr />
</td>
</tr>
</table>
</div><u><b><font size="3">Convars: </font></b></u><br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />

sm_stamina_enabled (default: 1) - Enables/Disables stamina sprinting.<br />sm_stamina_speed (default: 1.75) - Speed increase value when sprinting. (1.0 is normal speed)<br />sm_stamina_drain (default: 0.1) - How fast to drain stamina, 0.1 is fastest.<br />sm_stamina_regen (default: 0.5) - How fast to regenerate stamina, 0.1 is fastest.<br />sm_stamina_hudx (default: 0.0) - X coordinate of HUD display.<br />sm_stamina_hudy (default: 1.0) - Y coordinate of HUD display.<br />sm_stamina_class (default: 511) - Bit-Wise operation to determine which class can sprint.

<hr />
</td>
</tr>
</table>
</div><u><b><font size="3">Class Type Bit-Wise: </font></b></u><br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />

<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">Scout =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br />Sniper =&nbsp; &nbsp; &nbsp; &nbsp; 2<br />Soldier =&nbsp; &nbsp; &nbsp; &nbsp; 4<br />Demoman =&nbsp; &nbsp; &nbsp; &nbsp; 8<br />Medic =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 16<br />Heavy =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 32<br />Pyro =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 64<br />Spy =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 128<br />Engineer =&nbsp; &nbsp; &nbsp; &nbsp; 256</code><hr />
</div>To use sm_stamina_class, add the values of whatever class you want stamina sprinting to work for <br />For example if i wanted only pyro and medic to have stamina sprinting, i would add 64 + 16 = 80<br />I would then set sm_stamina_class 80 <br />511 will enable all class to use stamina sprinting

<hr />
</td>
</tr>
</table>
</div><u><b><font size="3">Overrides: </font></b></u><br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />

This plugin is enabled for all clients who joins the server, if you want to limit this to an admin flag then set your admin overrides to <br /><b>sm_stamina_override</b><br /><br />Plugin must be reloaded if you change the override.

<hr />
</td>
</tr>
</table>
</div><u><b><font size="3">Changelog: </font></b></u><br /><div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Quote:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2">
<hr />

1.0 - Released

<hr />
</td>
</tr>
</table>
</div><b><font size="3"><a href="https://github.com/x...amina/releases"target="_blank">Download</a></font></b><br /><b><font size="3"><a href="https://github.com/xcalvinsz/stamina" target="_blank">Source</a></font></b></div>

Wyświetl pełny artykuł




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

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