Arma 3
Not enough ratings
[EP] Increased Fuel Burn - Enhancement Pack
   
Award
Favorite
Favorited
Unfavorite
Data Type: Composition
File Size
Posted
Updated
6.191 KB
21 Apr, 2023 @ 9:20pm
10 Dec, 2024 @ 1:17pm
9 Change Notes ( view )

Subscribe to download
[EP] Increased Fuel Burn - Enhancement Pack

In 1 collection by Z.A.M. Arma
Enhancement Pack - For Public Zeus
15 items
Description
Enhancement Pack - Increased Fuel Burn
The Enhancement Pack (E.P.) is a collection of scripts that adds new features, bug fixes, and quality of life changes. The Core is required for all other systems in the E.P., without it, core functionality, like keybinds, won't be available.

Important Note:
This is a scripted composition, not a mod! To use this, place it in your scenario in the editor, or through Zeus place it down from the compositions tab. If the composition doesn't work, see this video for troubleshooting.

Features:
  • Increases fuel usage - Fuel consumption is increased 2x for ground vehicles, and 6x for air vehicles. Players will now have to consider their fuel when taking on tasks.

Source and Licensing:
For the full source code, view our GitHub repository.[github.com]
The Enhancement Pack is licensed under the MIT License.[github.com]
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?