Arma 3
Not enough ratings
Item Clothing Config
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
Updated
4.370 KB
27 Feb, 2019 @ 1:25am
27 Feb, 2019 @ 10:36pm
2 Change Notes ( view )

Subscribe to download
Item Clothing Config

Description
Item Clothing Config Mod
Add items directly to your uniform, vest, or backpack in your unit conifg.
Magazines work with this.
Feel free to use this in your mod, just wrote a quick and simple solution to this.
class B_Soldier_F; class test_unit: B_Soldier_F { displayName = "Test!"; class ClothingItems { uniformItems[] = {"Item1","Item2"}; vestItems[] = {"Item1","Item2"}; backpackItems[] = {"item1","item2"}; }; };
6 Comments
WT_GamerGirl 7 Mar, 2019 @ 1:38pm 
okay I will try that
cainb  [author] 5 Mar, 2019 @ 10:17pm 
Exactly as V Berlioz describes, you define this in config. If you need to make the same items on multiple units you can make a base class with the defined items in that config and then inherit that in your config.
El Berl 5 Mar, 2019 @ 7:47pm 
Speaking of plates... ahaha.

Scc, this is a config addition. You need to alter configs or overwrite them to use this.
WT_GamerGirl 5 Mar, 2019 @ 7:25pm 
so does this work automatically, or do I have to type that in every time I play the game, I have a hard time with memorizing things like that, and most of the time I f*** it up,? I am actually excited that there now is way to now pickup things and have it go to the backpack and not the uniform as primary. I just don't want to put more work on my plate,
cainb  [author] 2 Mar, 2019 @ 8:31pm 
Good to hear V. Berlioz.
El Berl 2 Mar, 2019 @ 5:00pm 
Nice! I have some uses for this.