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
ty again for making these man, makes the weekend even more worthwhile
🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
@havoc91163 I believe the error you got is only due to the Blastcore requirement. Everything else in the error list appear to be RTBF Gear. So if you load up Blastcore, it should be good.
pierremgi has an updated module on the steam workshop, but you'll have to edit your script in mission(s) you post utilizing his "old" script.
You can also check for both of these, disregarding DLC names if they inherit correctly, with something similar to the following using ItemInfo type:
_hasFAK = (items _unit findIf {getNumber (configFile >> "cfgWeapons" >> _x >> "ItemInfo" >> "type") == 401}) > -1;
_hasMedikit = (items _unit findIf {getNumber (configFile >> "cfgWeapons" >> _x >> "ItemInfo" >> "type") == 619}) > -1;