Arma 3

Arma 3

Nedostatek hodnocení
[EP] Increased Fuel Burn - Enhancement Pack
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Data Type: Composition
Velikost souboru
Přidáno
Aktualizováno
6.191 KB
21. dub. 2023 v 21.20
10. pro. 2024 v 13.17
Poznámky ke změnám (9) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
[EP] Increased Fuel Burn - Enhancement Pack

V 1 kolekci od uživatele Z.A.M. Arma
Enhancement Pack - For Public Zeus
15 položek
Popis
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]
Počet komentářů: 5
Z.A.M. Arma  [autor] 26. lis. 2024 v 5.57 
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. lis. 2024 v 23.27 
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  [autor] 7. kvě. 2024 v 0.21 
We can look into adding a second option for setting airplane and helicopters separately.
M9-sd 7. kvě. 2024 v 0.21 
i dont like it
Eban14 29. dub. 2024 v 16.30 
Hello, I love this mod. Is there a possibility of making it work only for airplanes and not for helicopters?