<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello,<br /><br />As you may or may not know, FrozDark has been banned from the Allied Modders Forums. For This reason I will release his current beta version of hist Round End Sounds. I will take care of support questions or Problems together with FrozDark ( He Gave me the authorization to publish it here.<br />So Let's get started:<br /><br /><b><u><i>Description:</i></u></b><br />-------------------------------<br />Plays all sounds or sounds of the winner team in a queue or random<br />-------------------------------<br /><br /><br /><b><i><u>Features</u></i></b><br />-------------------------------<br />* Plugin stops original round end sounds<br />* Plugin with the sounds list (can be easy edited)<br />* Plugin with client preferences<br />* Plugin can be autoupdated<br />* Plugin can play the sounds of the winner team or all sounds in a queue or random<br />* Multigame & multilanguage support<br />* Client side can turn off the sounds if cvar sm_res_client is enabled<br />* **NEW** Map End Sound<br />-------------------------------<br /><br /><br /><b><i><u>Client commands:</u></i></b><br />-------------------------------<br />In the chat !res or /res - to enable or disable Round End Sounds<br />In the console sm_res - to enable or disable Round End Sounds<br />-------------------------------<br /><br /><br /><b><i><u>Requirements:</u></i></b><br />-------------------------------<br />* Sourcemod higher than 1.3.7<br />* Latest Stable MetaMod:Source Version<br /><br />* Optional <a href="https://forums.allie...ad.php?t=169095" target="_blank">Plugin Autoupdater</a><br />-------------------------------<br /><br /><br /><br /><b><i><u>Supported games:</u></i></b><br />-------------------------------<br />Counter-Strike: Source - tested and work<br />Day of Defeat: Source - tested and work<br />Team Fortress 2 - tested and work<br /><br />* COUNTER STRIKE:GO NEEDS TO BE TESTED!!<br /><br />Others (which has round_start and round_end event)<br />-------------------------------<br /><br /><b><i><u>Supported languages:</u></i></b><br />-------------------------------<br />Russian<br />English<br />Polish by Arcy<br />German<br />Hungarian<br />-------------------------------<br /><br />-----<br />CVAR Settings:<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">// How often in seconds it will display the message every time. 0=Disable<br />// -<br />// Default: "120"<br />sm_res_announceevery "120"<br /><br />// Enable/disable round end sound<br />// -<br />// Default: "1"<br />sm_res_enable "1"<br /><br />// Announcement in 20 sec. after player connect<br />// -<br />// Default: "1"<br />sm_res_playerconnectannounce "1"<br /><br />// Announcement at every round end<br />// -<br />// Default: "0"<br />sm_res_roundendannounce "0"<br /><br />// Announcement at every round start<br />// -<br />// Default: "0"<br />sm_res_roundstartannounce "0"<br /><br />// Round End Sound version<br />// -<br />// Default: "2.5.0"<br />sm_res_version "2.5.0"<br /><br />// If enabled, clients will be able to modify their ability to hear sounds. 0=Disable<br />// -<br />// Default: "1"<br />sm_res_client "1"<br /><br />// If enabled, the sounds will be random. If disabled the sounds will be played in a queue<br />// -<br />// Default: "0"<br />sm_res_randomsound "0"<br /><br />// If enabled, all sounds will be played in spite of the winner team<br />// -<br />// Default: "0"<br />sm_res_commonsounds "0"<br /><br />// Enables debug<br />// -<br />// Default: "0"<br />sm_res_debug "0"<br /><br />// Path to the sound list<br />// -<br />// Default: "addons/sourcemod/configs/res_list.cfg"<br />sm_res_soundlist "addons/sourcemod/configs/res_list.cfg"<br /><br />// Enables or Disables last capture point cry for dod<br />// -<br />// Default: "0"<br />sm_res_dod_crysound "0"</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><br /><br /><br /><br />RES_LIST.cfg --- Change for your needs<br /><br /><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">// Counter-Strike:Source<br />// en:<br />// Tags: "T" - for Terrorist team; "CT" - for Counter-Terrorist team; "BOTH" or nothing (example: "misc/hello.mp3" - without tags) - for both team;<br />// <br />// ru:<br />// Тэги: "T" - для команды Террористов; "CT" - для команды Спецназовцев; "BOTH" или ничего (например: "misc/hello.mp3" - без тэгов) - для обеих команд;<br />// --------------------------------<br />// Day of Defeat:Source<br />// en:<br />// Tags: "GER" - for German team; "USA" - for American team; "BOTH" or nothing (example: "misc/hello.mp3" - without tags) - for both team;<br />//<br />// ru:<br />// Tags: "GER" - для команды Немцев; "USA" - для команды Американцев; "BOTH" или ничего (например: "misc/hello.mp3" - без тэгов) - для обеих команд;<br />// --------------------------------<br />// Team Fortress 2<br />// en:<br />// Tags: "RED" - for Red team; "BLU" - for Blue team; "BOTH" or nothing (example: "misc/hello.mp3" - without tags) - for both team;<br />//<br />// ru:<br />// тэги: "RED" - для Красной команды; "BLU" - для Синей команды; "BOTH" или ничего (например: "misc/hello.mp3" - без тэгов) - для обеих команд;<br />// --------------------------------<br />// Other games<br />// en:<br />// Tags: "TEAM1" - for team 1; "TEAM2" - for team 2; "BOTH" or nothing (example: "misc/hello.mp3" - without tags) - for both team;<br />//<br />// ru:<br />// тэги: "TEAM1" - для команды 1; "TEAM2" - для команды 2; "BOTH" или ничего (например: "misc/hello.mp3" - без тэгов) - для обеих команд;<br />// --------------------------------<br />// ============================================================<br /><br />// en - For Team 1, ru - Для 1 Команды<br />// <br />// en - (Counter-Terrorist team, German team, Blue team or put tag TEAM1 to load for team 1(if the game is another one))<br />//<br />// ru - (команда Спецназовцев, команда Немцев, Синяя команда или вставьте тэг TEAM1 для загрузки для команды 1(Если игра совсем другая))<br />//<br />misc/ctwinnar2.wav=CT<br />misc/ctwinnar3.wav=GER<br />misc/ctwinnar4.wav=BLU<br /><br />// --------------------------------<br /><br />// en - For Team 2, ru - Для 2 Команды<br />// <br />// en - (Terrorist team, USA team, Red team or put TEAM2 to load for team 2 (if the game is another one))<br />//<br />// ru - (команда Террористов, команда Американцев, Красная команда или вставьте тэг TEAM2 для загрузки для команды 2(Если игра совсем другая))<br />//<br />//<br />misc/twinnar.wav=T<br />misc/twinnar2.wav=USA<br />misc/twinnar3.wav=RED<br /><br />// Round end / / Maximum sounds = 200 <br />// Map end / / Maximum sounds = 20 <br />// Tags: MAPEND, MAP, FIN <br />// example: misc/twinnar.wav=MAP<br />// --------------------------------</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><br /><b><i><u>DOWNLOAD: </u></i></b><br />* Sounds are not included in the .zip found attached,<br />they are overhere: <a href="https://forums.allie...38;d=1289665633" target="_blank">https://forums.allie...89665633</a><br /><br />***** CREDITS GO ALL TO FROZDARK *****<br /><br />For issues or questions use Forum :)</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=1379085294">RoundEndSound_v2.5.0.zip</a> (47.4 KB)
</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
</table>
</fieldset>
</div>
<!-- END TEMPLATE: postbit_external -->
Wyświetl pełny artykuł
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.
|
Guest Message by DevFuse

[ANY] Round End Sounds v2.5.0
Temat rozp. Adminek AMXX.PL, 13.09.2013 16:15
Brak odpowiedzi do tego tematu
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych