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

Half-Life: Hide and seek


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

Napisano 30.12.2023 11:49

<div><b><font color="#1E90FF"><font size="+2">☉Description</font></font></b><br />HL HNS is a game mode that there are 2 teams Gordons and Scientists.<br />Gordons will chase after Scientists and club them to death, and Scientists are supposed to run away from Gordons, until time is over or Gordons are all fall to death.<br />Custom maps are needed to play this mode.<br /><br /><b><font color="#1E90FF"><font size="+2">☰Gameplay</font></font></b><ul><li>Before rounds begins, Gordons are frozen, there's 10 seconds for Scientists to run and hide.</li>
<li>When round begins, Gordons are unfrozen and given a crowbar, and the timer starts counting.</li>
<li>Gordons chase, Scientists run.</li>
<li>If all Scientists are dead, Gordons win.</li>
<li>If all Gordons are dead, or time is over, Scientists win.</li>
<li>Some functions can be enabled/disabled by server cvars.</li>
</ul><br /><b><font color="#1E90FF"><font size="+2">☰Unique Features</font></font></b><ul><li>Except maps, no extra resources are needed. All materials that being used are from Half-Life itself.</li>
<li>Scientist will make funny scream sound if being clubbed by crowbar.</li>
<li>Scientists are allowed to have 5 snarks(No damage) during every round. A specific cvar needs to be set to 1.</li>
<li>Scientist will make a pain sound when being damaged by falling or something else (not from Gordon). A specific cvar needs to be set to 1.</li>
<li>Scientists and Gordons are all able to make a sound by pressing flashlight key(default is F), like taunting or screaming.</li>
<li>Players can respawn right away if dies before round begins, without changing score. A specific cvar needs to be set to 1.</li>
<li>There're some scoring rules, when player clubs or kills an enemy, enemy suicides, winning a round.</li>
<li>Playing background music from Half-Life when a new round begins. Can be disabled by setting a specific server cvar.</li>
<li>Health or armor of Scientist and Gordon can be customized by setting specific server cvars.</li>
<li>Gordon can gain health by clubbing or killing a scientist, if specific server cvars are set.</li>
<li>Gordon's crowbar damage can be customized by setting a specific server cvar.</li>
<li>The ratio of Gordons and Scientists can be customized by setting a specific server cvar.</li>
</ul><br /><b><font color="#1E90FF"><font size="+2">⚛Commands</font></font></b><br /><div style="margin: 5px;">
<div class="smallfont" style="margin-bottom: 2px;">
<b>Command list</b> <input value="Show" style="margin: 0px; padding: 0px; width: 45px; font-size: 10px;" onclick="if(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != 'inline')
{ this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'inline'; this.innerText = ''; this.value = 'Hide'; }
else
{ this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value='Show'; }" type="button">
</div>
<div class="alt2" style="border: 1px inset; padding: 6px;">
<div class="spoiler" style="display: none;"><br /><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">========Server Cvars========<br />------Time Related------<br /><b>hns_roundtime</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 180. Round time.</i><br /><b>hns_countdown</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 10. Freezing time of Gordons.</i><br /><b>hns_firstround_time</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 15. The waiting time before the first round.</i><br /><b>hns_shoutdelay</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 3. The cool down time of player is allowed to make sound.</i><br /><br />------Score Related------<br /><b>hns_hitsciscore</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 1. The score gordon will get when he clubs a scientist.</i><br /><b>hns_scisuicidescoretogordons</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 2. When a scientist suisides, the score that all gordons get.</i><br /><b>hns_killsciscore</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 5. The score gordon will get when he clubs a scientist to death.</i><br /><b>hns_gordonsuicidescoretoscis</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 4. When a Gordon suisides, the score that all scientists get.</i><br /><b>hns_sciteamwinscore</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 10. If scientists win, the score that all living scientists get.</i><br /><b>hns_gorteamwinscore</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 5. If Gordons win, the score that all living Gordons get.</i><br /><br />------Rule Related------<br /><b>hns_scigivesnark</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 1. If 1, scientists will have 5 snarks, 0 have not.</i><br /><b>hns_gordondivide</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 2. The amount of Gordons is the amount of players in server divide this value.</i><br /><b>hns_roundbgm</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 1. Whether play mp3 when round starts.</i><br /><b>hns_respawnbeforestart</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 1. If allow players respawn before round starts.</i><br /><b>hns_showshoutcommand</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 1. If shows some command help in chat.</i><br /><b>hns_scifallsound</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 1. If scientist will make sound when taking fall damage.</i><br /><br />------Value Related------<br /><b>hns_scihealth</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 100. Scientists' health.</i><br /><b>hns_sciarmor</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 0. Scientists' armor.</i><br /><b>hns_gorhealth</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 100. Gordons' health.</i><br /><b>hns_gorarmor</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 0. Gordons' armor.</i><br /><b>hns_gorhitgainhealth</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 0. The health gordon will get when he clubs a scientist.</i><br /><b>hns_gorkillgainhealth</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 0. The health gordon will get when he clubs a scientist to death.</i><br /><b>hns_crowbardmg</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 25.0. The damage value of Gordon's crowbar.</i><br /><br />------Debug Related------<br /><b>hns_debuginfo</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 0. If 1, some round info will be displayed in every player's console.</i><br /><b>hns_debugstart</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Default by 0. If allows round to be started even if there's 1 player only.</i><br /><br />========Client Commands========<br /><b>hns_restart</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Restart round immediately. Admin needed.</i><br /><b>hns_respawn</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Respawn immediately. Admin needed.</i><br /><b>hns_roundinfo</b><br /><b>hns_userinfo</b><br /><b>hns_arrays</b><br /><b>hns_weapons</b><br /><b>hns_scream</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Scientist make a sound of screaming, Gordon make a sound of HEV.</i><br /><b>hns_taunt</b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - <i>Make a sound of taunting.</i></code><hr />
</div></div>
</div>
</div><br /><br /><b><font color="#1E90FF"><font size="+2">⛏Requirements</font></font></b><br /><a href="https://www.amxmodx....nloads-new.php"target="_blank" rel="nofollow noopener">Last AMXX 1.9</a> or newer.<br /><a href="https://forums.alliedmods.net/showthread.php?p=2705090" target="_blank" rel="noopener">HL Restore Map API</a> (Warning: not included. Install it before use).<br />HL Stocks (already included).<br /><br /><b><font color="#1E90FF"><font size="+2">⛏Installation</font></font></b><br /><a href="https://www.amxmodx.org/downloads-new.php" target="_blank" rel="nofollow noopener">AMX Mod X</a> and <a href="http://metamod.org" target="_blank" rel="nofollow noopener">Metamod</a> are needed to be installed in &quot;Half-Lifevalveaddons&quot;.<br />Download the file &quot;HalfLife_HNSplugin_pure_*.zip&quot; and extract the content in valve's folder (e.g &quot;CHalf-Lifevalve&quot;).<br />If needed, you can edit and compile the file &quot;Half-Lifevalveaddonsamxmodxscriptinghns_fromd r_v*.sma&quot;.and save the .amxx file in your plugin's folder.<br />Don't forget to enable the .amxx file in &quot;Half-Lifevalveaddonsamxmodxconfigsplugins.ini &quot;.<br />In valve's folder, open the file &quot;server.cfg&quot; and edit some server cvars of this plugin, then save.<br /><br /><b><font color="#1E90FF"><font size="+2">⛏Statement</font></font></b><br />This &quot;Hide and seek&quot; plugin, is based on <a href="https://forums.alliedmods.net/showthread.php?t-316154" target="_blank" rel="noopener">Half-Life DEATHRUN 1.3</a>, and modified from it.<br />The author of original Deathrun plugin rtxa.<br /><br /><b><font color="#1E90FF"><font size="+2">👁Preview</font></font></b><br /><iframe width="420" height="315" src="https://www.youtube.com/embed/JzRWYnJf_gg?rel=0" frameborder="0" allowfullscreen></iframe></div>


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








<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<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...0231230.zip</a>(118.9 KB)


</td>
</tr>
</table>
</fieldset>


</div>

Wyświetl pełny artykuł




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

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