Arma 3

Arma 3

173 hodnocení
WBK Kit Menu
3
4
2
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Data Type: Mod
Mod Type: Equipment, Mechanics
Velikost souboru
Přidáno
Aktualizováno
1.221 MB
1. srp. 2024 v 5.48
17. srp. 2024 v 9.29
Poznámky ke změnám (7) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
WBK Kit Menu

Popis
Want to have a full support over player kits, but at the same give them ability to choose equipment in that loadout, similar how its done in Battlefield/Squad
So, i already know your questions, what the hell this mod about?
Simple stuff, it was made mostly for mission makers and zeuses.

You can set your kit through zeus and then click on EXPORT AS A KIT button, it will convert it into right format. This button work in both vanilla and ACE arsenal, BUT FOR THE ACE ARSENAL YOU NEED TO LOAD IN GAME FIRST, OPENING ACE ARSENAL THROUGH EDEN WILL NOT ADD THAT BUTTON!

This is how it suppose to look like:
[
this, ////Variable of the object
"Name of your kit", ////Displayed name
[["arifle_Katiba_F","","","optic_ACO_grn_smg",["30Rnd_65x39_caseless_green",11],[],""],[],[],["U_B_CTRG_1",[]],[],[],"H_Cap_grn_BI","",[],["ItemMap","","","ItemCompass","ItemWatch",""]], /////Kit itself
["arifle_MSBS65_F","arifle_MSBS65_UBS_camo_F"], ////Additional equipment that player can take
"true", /////Condition
{} //////Code that will be executed when kit will be taken
] spawn Wbk_AddKit;

You can also take already existing kits from units, this is how it looks like.
To add a kit to your mission just put that into the box innit and change classnames:
{
[
this,
getText (configfile >> "CfgVehicles" >> _x >> "displayName"),
getUnitLoadout _x,
["arifle_MSBS65_F","arifle_MSBS65_UBS_camo_F"],
"true",
{}
] spawn Wbk_AddKit;
} forEach ["B_Soldier_F","B_soldier_M_F","B_Soldier_GL_F","B_soldier_AR_F"];

If you will add a medkit to a kit, the unit that will take it will get medic traits (works with ace), same for Toolkit (Engineer) and Mine detector (Sapper)


If you want to know more about that system, please WATCH THE VIDEO AND CHECK THIS PAGE:
https://pastebin.com/KeqVxPd9

IF YOU STILL HAVE QUESTIONS, FEEL FREE TO ASK THEM IN MY DISCORD: https://discord.gg/9Bfg9DTZ4V

What you can expect in the future:
  • Fixes and improvements

All righty, i hope you will like it.

Main Credits:
Bohemia Interactive - For awesome game and platform!
Lads from my discord - idea and inspiration
My patreons - for supporting my work.
Počet komentářů: 55
Jheisingerc 7. lis. 2024 v 9.48 
sirve para mp ?
Fercho 21. říj. 2024 v 15.56 
Hi, are a way to limit the distance to see the action??
Mikker 8. říj. 2024 v 14.01 
i relly love this mod and i have a dream can you make it so it's work whit this mod (KJW's Two Primary Weapons) i relly like it and you sadly :c only have few posiens options D:
𝔄𝔰𝔪𝔬𝔡𝔢𝔲𝔰 28. zář. 2024 v 8.13 
Hi this is cliend side or?
Disco 6. zář. 2024 v 20.40 
fantastic mod!
hopefully the "Export as a Kit" and small interface issue can be resolved soon.
thank you for your work Webknight!
A. Ares 30. srp. 2024 v 15.09 
@WebKnight mate, first of all thank you for all your mods. They are amazing! I would like to ask a kind of request for this mod though! Would it be hard to add an Editor Module that will "copy" the loadouts of the synched units and adds them in a synched object as options?

I know that this may have some problems like the name of the kits (could be the "Role" of the unit though) or the conditions or the extra equipment. Possibly though these would be fields in the module itself!

I know that scripting everything is not such a big deal but some modules would be great and sometimes it is easier to do it! (At least for some of us)!!


Again mate, thank you for all your mods! Keep up the awesome work and ArmA as much as you can! Cheers!
NekLol 29. srp. 2024 v 10.31 
А ещё вопрос, как сделать возможность брать кит только для определённого человека, вот например у меня есть 3 кита наёмника, разных стран, как мне сделать что-бы их мог брать только нужный мне человек.
NekLol 29. srp. 2024 v 7.34 
Привет, такая проблема, создаю миссию и создал кит, при попытки убрать доп оружие которые есть в примере, указанном в описание в стиме, игра выдаёт ошибку и кит полностью пропадает.
Crin 26. srp. 2024 v 6.44 
Yep, works alright now. Thanks :steamthumbsup:
WebKnight  [autor] 26. srp. 2024 v 3.39 
@Crin set your interface size to small, i am aware of that issue and will fix it ASAP