武装突袭3

武装突袭3

[EP] Increased Fuel Burn - Enhancement Pack
5 条留言
Z.A.M. Arma  [作者] 2024 年 11 月 26 日 上午 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 2024 年 11 月 19 日 下午 11: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  [作者] 2024 年 5 月 7 日 上午 12:21 
We can look into adding a second option for setting airplane and helicopters separately.
Kash Bengtsson 2024 年 5 月 7 日 上午 12:21 
i dont like it
Eban14 2024 年 4 月 29 日 下午 4:30 
Hello, I love this mod. Is there a possibility of making it work only for airplanes and not for helicopters?