Jump to content

Tasking individual AI to refuel makes other flight members unresponsive


Recommended Posts

Please watch the following setup in attached track.

 

1. Flight Aerial-1 of 4 aircraft is tasked to orbit.

2. 30 seconds into the mission, Aerial-1-4 is given a refueling task:

 

[code]

refuel = {
    ["id"] = "Refueling",
    ["params"] = {},
}

Unit.getByName("Aerial-1-4"):getController():setTask(refuel)

[/code]

 

3. Aerial-1-1 to Aerial-1-3 go dumb immediately, flying off into the distance with the parameters they had last.

4. Once Aerial-1-4 has completed refueling, 1 to 3 wake up again and head back to their orbit.

 

This seems to be an issue specifically with the refueling task. Tasking individual aircraft of an AI flight to do other things works.

TankingAI.trk


Edited by MBot
  • Like 1
Link to comment
Share on other sites

  • MBot changed the title to Tasking individual AI to refuel makes other flight members unresponsive
  • 1 month later...

Has this bug been acknowledged?

 

I am trying to build missions with cyclic carrier ops, for which it is essential to send aircraft from the Marshal to a recovery tanker individually. Individual tasking is essential to control the amount of fuel that each aircraft receives (offload fuel by the recovery tanker is limited and must be distributed among all aircraft in the recovery cycle). All scripting is complete but is voided by the above bug.

  • Like 3
Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...