Arma 3
DHI Uniforms and Equipment
Love The Uniforms! (Do They Work For Independent?)
Hiya Delta Hawk! These uniforms are awesome and they're really making my missions look great!

Question: Do these uniforms work for Independent force? I've been trying my damndest to get them to work for Independent force soldiers, and they keep disappearing. The modelSides syntax in the mod looks like it includes Independent, but the uniforms aren't showing...

I could really use some guidance on this. I've been beating my head against a wall for days trying to figure it out...
< >
Showing 1-4 of 4 comments
Delta Hawk  [developer] Mar 3, 2019 @ 2:55pm 
It might not. I'll try to fix it soon with the next update.
Thanks, Delta Hawk!

Specifically, if you're familiar with Command & Conquer: Tiberian Dawn, I'm working on a mission based on that. Your USM_BDU_ODG (the all-green BDU) is perfect for the target of this scenario...but it's set to work only on BLUFOR, whereas the force I'm working on is set to Independent.

ARMA's amazing lockouts against using uniforms across factions is preventing the uniform from showing up. :(

It's nice that the Urban BDUs can be used on OPFOR, otherwise my players would be stuck in their underwear! XD

Thanks for looking into it. I really love this mod!
Danongames Oct 12, 2019 @ 9:25pm 
Just wondering if there's been any progress on this, as I'm having issues with Independent/Civilian use of the uniforms too.

Particularly I'm using the Black BDUs as a stand in for VC 'Black Pajamas' and they cannot be equipped by civilian/INDFOR characters something of an issue given it's for a PvP scenario. Thanks ahead of time, the mod's been excellent otherwise.
[TLS] Commander A9 Oct 12, 2019 @ 10:57pm 
Actually, I found a way to make it work now - if you use an EventHandler's entry in you unit configs, you can force a uniform to a given side, but you'll also have to force the specific items into the uniform that you want the soldier to carry as well:

class EventHandlers
{
init="(_this select 0) forceAddUniform ""usm_bdu_odg""; (_this select 0) addItemToUniform ""ACE_Cellphone""; (_this select 0) addItemToUniform ""ACE_EarPlugs""; [_this select 0,'PersianHead_A3_01','Male03PER'] spawn BIS_fnc_setIdentity;";
};
< >
Showing 1-4 of 4 comments
Per page: 1530 50