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
Hello, for some reason flamethrowers for IFA and Iron Fronts appear without their fuel, any idea why?
Hi WK, any chance of making the molotov fire fx a little more compatible with Cinematic Lens Flare please? Currently it looks a bit odd when they are used together...
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=878502647
Flame_Death_Scream = {};
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3226850988
I cant figure any way of making your mod trigger mine without modifying.
If you did decide to integrate compatibility, would you be able to add the following line at the end of your burn handler?
_burnTime = 30;
if (getLoadedModsInfo findIf {_x#7 == "3226850988"} != -1) then {
[_unit, _burnTime] spawn WIH_UnitFire;
};
This would make your trigger mine
Cheers!