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

[ANY] Custom Weapons Menu (very easy to configure) v1.1


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

Napisano 28.12.2015 11:18

<div><b><font color="Green">This plugin is not against <a href="https://www.mail-arc.../msg11235.html"target="_blank">valve's rule</a> - <a href="https://forums.alliedmods.net/showthread.php?p=2376637#post2376637" target="_blank">https://forums.allie...></font></b><br /><br /><b><u>Description:</u></b><br /><br />Plugin where you can add easily new weapon models to choose in a menu. Now you dont need know about coding for use the <a href="https://forums.alliedmods.net/showthread.php?t=276697" target="_blank">First Person View Models Interface</a>. Just configure all in txt files so more easy impossible :bacon:<br /><br /><br /><b><u>Requeriments:</u></b><br /><ul><li><a href="https://forums.alliedmods.net/showthread.php?t=276697" target="_blank">First Person View Models Interface</a></li>
<li><a href="https://forums.allie...d.php?t=180114"target="_blank">Dhooks</a> (if you use this plugin in CS:GO or TF2)</li>
</ul><br /><br /><b><u>Commands:</u></b><br /><br />Open the main menu:<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">!cw</code><hr />
</div><br /><b><u>Configuration:</u></b><br /><br />Configure these two files in addons/sourcemod/configs/franug_cwm/ <br /><br />Example of configuration.txt file:<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">&quot;CustomModels&quot;<br />{<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;weapon_knife&quot; // weapon to replace<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Tri-Dagger Black&quot; // the name that will appear in the menu for this model<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;model&quot; &quot;models/weapons/v_knife_tridagger_v2.mdl&quot; // the model route<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;flag&quot; &quot;b&quot; // the flag needed for use this model<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Tri-Dagger Steel&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;model&quot; &quot;models/weapons/v_knife_tridagger_steel.mdl&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Ka-Bar&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;model&quot; &quot;models/weapons/v_knife_kabar_v2.mdl&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Reaper Dagger&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;model&quot; &quot;models/weapons/v_knife_reaper.mdl&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;CSS Knife&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;model&quot; &quot;models/weapons/crashz.mdl&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Bear Grylls Knife&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;model&quot; &quot;models/weapons/v_knife_ultimate.mdl&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;weapon_elite&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Dual Infinity&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;model&quot; &quot;models/weapons/v_pist_dualinfinity.mdl&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />}</code><hr />
</div>Example of downloads.txt file (here you need to include all the models routes):<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">//Tridagger<br />models/weapons/v_knife_tridagger_v2.dx90.vtx<br />models/weapons/v_knife_tridagger_v2.mdl<br />models/weapons/v_knife_tridagger_v2.vvd<br />materials/models/weapons/v_models/tridagger/tridagger.vmt<br />materials/models/weapons/v_models/tridagger/tridagger.vtf<br />materials/models/weapons/v_models/tridagger/tridagger_exp.vtf<br />materials/models/weapons/v_models/tridagger/tridagger_normal.vtf<br /><br />//Tridagger Steel<br />models/weapons/v_knife_tridagger_steel.dx90.vtx<br />models/weapons/v_knife_tridagger_steel.mdl<br />models/weapons/v_knife_tridagger_steel.vvd<br />materials/models/weapons/v_models/tridagger/steel/tridagger.vmt<br />materials/models/weapons/v_models/tridagger/steel/tridagger_elite.vtf<br />materials/models/weapons/v_models/tridagger/steel/tridagger_exp.vtf<br />materials/models/weapons/v_models/tridagger/steel/tridagger_elite_normal.vtf<br /><br />//Black Dagger<br />models/weapons/v_knife_reaper.dx90.vtx<br />models/weapons/v_knife_reaper.mdl<br />models/weapons/v_knife_reaper.vvd<br />materials/models/weapons/v_models/dtb_dagger/dtb.vmt<br />materials/models/weapons/v_models/dtb_dagger/dtb.vtf<br />materials/models/weapons/v_models/dtb_dagger/dtb_exp.vtf<br />materials/models/weapons/v_models/dtb_dagger/dtb_normal.vtf<br /><br />//Kabar<br />models/weapons/v_knife_kabar_v2.dx90.vtx<br />models/weapons/v_knife_kabar_v2.mdl<br />models/weapons/v_knife_kabar_v2.vvd<br />materials/models/weapons/kabar/KABAR.vmt<br />materials/models/weapons/kabar/kabar.vtf<br />materials/models/weapons/kabar/kabar_G.vtf<br />materials/models/weapons/kabar/kabar_n.vtf<br /><br />//1.6 Knife<br />materials/models/weapons/v_models/knife_ct/bowieknife.vmt<br />materials/models/weapons/v_models/knife_ct/knife.vtf<br />materials/models/weapons/v_models/knife_ct/knife_env.vtf<br />materials/models/weapons/v_models/knife_ct/knife_normal.vtf<br />models/weapons/crashz.dx80.vtx<br />models/weapons/crashz.dx90.vtx<br />models/weapons/crashz.mdl<br />models/weapons/crashz.sw.vtx<br />models/weapons/crashz.vvd<br /><br />//Ultimate Knife<br />materials/models/weapons/ultimate/texture_1.vmt<br />materials/models/weapons/ultimate/texture_1.vtf<br />materials/models/weapons/ultimate/texture_2.vmt<br />materials/models/weapons/ultimate/texture_2.vtf<br />materials/models/weapons/ultimate/texture_3.vmt<br />materials/models/weapons/ultimate/texture_3.vtf<br />materials/models/weapons/ultimate/texture_4.vmt<br />materials/models/weapons/ultimate/texture_4.vtf<br />materials/models/weapons/ultimate/texture_5.vmt<br />materials/models/weapons/ultimate/texture_5.vtf<br />materials/models/weapons/ultimate/texture_6.vmt<br />materials/models/weapons/ultimate/texture_6.vtf<br />materials/models/weapons/ultimate/texture_7.vmt<br />materials/models/weapons/ultimate/texture_7.vtf<br />models/weapons/v_knife_ultimate.dx90.vtx<br />models/weapons/v_knife_ultimate.mdl<br />models/weapons/v_knife_ultimate.vvd<br /><br />//Dual Infinity<br />materials/models/weapons/w_models/w_pist_elite/01.vmt<br />materials/models/weapons/w_models/w_pist_elite/01.vtf<br />materials/models/weapons/w_models/w_pist_elite/02.vmt<br />materials/models/weapons/w_models/w_pist_elite/02.vtf<br />materials/models/weapons/w_models/w_pist_elite/exponent<br />materials/models/weapons/w_models/w_pist_elite/hong02.vmt<br />materials/models/weapons/w_models/w_pist_elite/hong02.vtf<br />materials/models/weapons/w_models/w_pist_elite/jin01.vmt<br />materials/models/weapons/w_models/w_pist_elite/jin01.vtf<br />materials/models/weapons/w_models/w_pist_elite/m9a1.vmt<br />materials/models/weapons/w_models/w_pist_elite/m9a1.vtf<br />materials/models/weapons/w_models/w_pist_elite/m9a1_exponent.vtf<br />models/weapons/v_pist_dualinfinity.dx90.vtx<br />models/weapons/v_pist_dualinfinity.vvd<br />models/weapons/v_pist_dualinfinity.mdl</code><hr />
</div><br /><b><u>Donations</u> (optional)</b>:<br /><br />If you apreciate my work, you can donate me via <a href="https://www.paypal.c...=LWD5V2WBKDQPQ"target="_blank">paypal</a> or with a <a href="https://steamcommunity.com/tradeoffer/new/?partner=51342916&amp;token=zUImHQui" target="_blank">trade offer</a><br /><br /><br /><font size="3"><b><u>Download:</u></b><br /><br /><b><a href="https://github.com/Franc1sco/Franug-Custom-Weapons-Menu" target="_blank">Main repository</a><br /><a href="https://github.com/Franc1sco/Franug-Custom-Weapons-Menu/archive/master.zip" target="_blank">Direct download</a><br /><a href="https://github.com/Franc1sco/Franug-Custom-Weapons-Menu/commits/master" target="_blank">Code changes</a></b></font></div>

Wyświetl pełny artykuł




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

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