- Messages
- 65
- Country

Hi folks,
I'm trying to add AI to my mission. Is there a AI tutorial out there? The SDK is very short for a newbie.
If there is a kind soul out there who would - instead of pointing me to a tutorial - give me some hints directly on the following questions:
1.) I have a Unit_Mode in the AircraftAI that I can set to Taxi, Landing, Zombie, etc. Nevertheless I can set an AircraftAIState (SIMPLE_TAKEOFF, SIMPLE_LANDING, etc.) How do the correspond?
2.) I want a plane to
* pushback
* taxi
* takeoff
Can I change the state in between? Are there Actions to do so?
3.) I added a TaxiAI and a TakeoffAI to my AircraftAI. When in the TakeoffAI the AITakeoffMode was set to Init, my aircraft takes off right from the parking position. But I can't make the aircraft taxi. I have defined waypoints, but it just doesn't move...
I guess I am the zillionth user to ask this, but I didn't find any understandable help, yet.
Tia,
Robin <><
I'm trying to add AI to my mission. Is there a AI tutorial out there? The SDK is very short for a newbie.
If there is a kind soul out there who would - instead of pointing me to a tutorial - give me some hints directly on the following questions:
1.) I have a Unit_Mode in the AircraftAI that I can set to Taxi, Landing, Zombie, etc. Nevertheless I can set an AircraftAIState (SIMPLE_TAKEOFF, SIMPLE_LANDING, etc.) How do the correspond?
2.) I want a plane to
* pushback
* taxi
* takeoff
Can I change the state in between? Are there Actions to do so?
3.) I added a TaxiAI and a TakeoffAI to my AircraftAI. When in the TakeoffAI the AITakeoffMode was set to Init, my aircraft takes off right from the parking position. But I can't make the aircraft taxi. I have defined waypoints, but it just doesn't move...
I guess I am the zillionth user to ask this, but I didn't find any understandable help, yet.
Tia,
Robin <><
