Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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!
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.
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;";
};