Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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!