Arma 3
[EP] Increased Fuel Burn - Enhancement Pack
5 Comments
Z.A.M. Arma  [author] 26 Nov, 2024 @ 5:57am 
You can bypass needing Core by running this before running the Increase Fuel Consumption (IFC) script:

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.
JadedOcelot 19 Nov, 2024 @ 11:27pm 
Hi @ZAMArma loving this Script/Mod!

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!
Z.A.M. Arma  [author] 7 May, 2024 @ 12:21am 
We can look into adding a second option for setting airplane and helicopters separately.
Elongerson Muskerton | GrokTurbo 7 May, 2024 @ 12:21am 
i dont like it
Eban14 29 Apr, 2024 @ 4:30pm 
Hello, I love this mod. Is there a possibility of making it work only for airplanes and not for helicopters?