You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DCS does a poor job of implementing tankers. They can only do fixed tracks at assigned altitudes and speeds. Given the varied number of aircraft in DCS this means having a single tanker becomes impossible not only for physical connection reasons but because of aircraft performance reasons.
With the new GOAP API being developed in lua-libs[1] implement an interactive action that submits a request to a smart tanker DCT Asset which will replan its tanker track based on the receiver's request.
Elements the tanker should take into account when planning the track:
receiver's aircraft type, aircraft have known tanking envelopes
weather, attempt to tank in VMC conditions
deny receiver requests if there is not enough fuel remaining in the tanker
Weather
Weather can be found in the mission at mission.weather.clouds with the preset selection found at mission.weather.clouds.preset. And the presets can be found in <install-dir>/Config/Effects/clouds.lua, example:
DCS does a poor job of implementing tankers. They can only do fixed tracks at assigned altitudes and speeds. Given the varied number of aircraft in DCS this means having a single tanker becomes impossible not only for physical connection reasons but because of aircraft performance reasons.
With the new GOAP API being developed in lua-libs[1] implement an interactive action that submits a request to a smart tanker DCT Asset which will replan its tanker track based on the receiver's request.
Elements the tanker should take into account when planning the track:
Weather
Weather can be found in the mission at
mission.weather.clouds
with the preset selection found atmission.weather.clouds.preset
. And the presets can be found in<install-dir>/Config/Effects/clouds.lua
, example:[1] jtoppins/lua-libs#3
The text was updated successfully, but these errors were encountered: