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
missionNamespace setVariable ["MAZ_EP_CoreEnabled",true,true];
missionNamespace setVariable ["MAZ_EP_fnc_addDiaryRecord",{},true];
missionNamespace setVariable ["MAZ_EP_fnc_createNotification",{},true];
Then you'd need to define the values from settings that are normally handled by Core:
missionNamespace setVariable ["MAZ_EP_increaseFuelUse",true,true];
missionNamespace setVariable ["MAZ_fuelConsumptionRateWheeled",2,true];
missionNamespace setVariable ["MAZ_fuelConsumptionRateTracked",4,true];
missionNamespace setVariable ["MAZ_fuelConsumptionRatePlane",8,true];
missionNamespace setVariable ["MAZ_fuelConsumptionRateHeli",6,true];
Once these are both ran and configured how you'd like you can then run the IFC script.
Im making a Vietnam mission with friends and we looked for ages to find a way of increasing the fuel consumption!
Yours is brilliant, I adjusted the rate to 0.6 on Helis which gives about 20mins of IRL flight time which works great with the map we are on.
We currently use ACE too and wondered if there was a way to get the fuel consumption without all the core features as it is conflicting with ACE.
Hopefully you can help!