Daniel_H_
Member-
Content Count
4 -
Joined
-
Last visited
-
Medals
Everything posted by Daniel_H_
-
I'm getting in to modding recently and tried to make a faction. Most of the info I need is available on the Arma 3 wiki, but I can't really find how to add items to uniforms/vests. I know you can add items to persons with: items[] = {} and you can add items to a backpack with: class TransportMagazines { MAG_XX(100Rnd_65x39_caseless_mag,4); MAG_XX(100Rnd_65x39_caseless_mag_Tracer,2); MAX_XX(130Rnd_338_Mag,2); }; class TransportItems { ITEM_XX(optic_tws_mg,1); ITEM_XX(bipod_01_F_snd,1); ITEM_XX(muzzle_snds_338_sand,1); ITEM_XX(muzzle_snds_H_SW,1); }; Is there a also a way to do this for uniforms/vests?
- 7 replies
-
- arma 3 config
- items
-
(and 2 more)
Tagged with:
-
Inventory of uniforms and vests
Daniel_H_ replied to Daniel_H_'s topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Thanks for you're reply. Will look into it.- 7 replies
-
- arma 3 config
- items
-
(and 2 more)
Tagged with:
-
Inventory of uniforms and vests
Daniel_H_ replied to Daniel_H_'s topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Thanks for that last link. Thats really helpfull. The question I tried to ask is: Is there a way you can control where a item ends up (in your vest or uniform)?- 7 replies
-
- arma 3 config
- items
-
(and 2 more)
Tagged with:
-
Inventory of uniforms and vests
Daniel_H_ replied to Daniel_H_'s topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Thanks for your quick reply. I think i have to clarify my question a bit 😁. What I ment is how to add items to the inventory of a vest or uniform specificly, to organize your loadout a bit more. I don't know if its even possible but you can do it with backpacks so why not on vests/uniforms.- 7 replies
-
- arma 3 config
- items
-
(and 2 more)
Tagged with: