Arma 3
USS Nimitz
-Felix- 5. maj 2020 kl. 15:52
Refuel Source unavailable.
So nothing is refueling but it keeps telling me that
< >
Viser 1-3 af 3 kommentarer
TeTeTe3  [udvikler] 7. maj 2020 kl. 4:58 
Enabling refuel on map objects
The Nimtech GOM aircraft loadout menu disables refueling for map objects. To change this setting, add the following to the init of your mission:

//TTT_fnc_aircraftLoadout modified for use of vanilla resources

TTT_fnc_aircraftLoadout_NeedsFuelSource = false;
//(default: true) needs fuel supply within 50m of the aircraft or functions will be unavailable

TTT_fnc_aircraftLoadout_NeedsAmmoSource = false;
//(default: true) needs ammo supply within 50m of the aircraft or functions will be unavailable

TTT_fnc_aircraftLoadout_NeedsRepairSource = false;
//(default: true) needs repair supply within 50m of the aircraft or functions will be unavailable

TTT_fnc_removeFuelFromMapObjects = false;
//(default: true) will remove all fuel cargo from map objects like gas stations so players can't land on the roof of a gas station for a maintenance free refill, might affect other parts of your mission so choose carefully
true



For further references, check ttt_nimitzfunctions/fn_loadout/fn_aircraftLoadoutParameters.sqf
cpeng03d 6. mar. 2022 kl. 13:35 
WHY this mod breaks vanilla refueling??!!! please disable it.
TeTeTe3  [udvikler] 6. mar. 2022 kl. 22:53 
It's part of the loadout script, you can alter it via the globals in the comment above yours per mission.
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50