May 17, 200719 yr Hello all,According to the SimConnect SDK, there are 2 functions that use flight plan files (.pln) to assign a flight plan to an AI flight ( SimConnect_AICreateEnrouteATCAircraft & SimConnect_AISetAircraftFlightPlan)My question, is there a way to assign a flight plan to an AI flight without having to first create a flight plan file?It would be much more flexible to use an internal structure to specify a flight plan instead of relying on having flight plan files pre-constructed before using themthanks-DN
May 17, 200719 yr >Hello all,>According to the SimConnect SDK, there are 2 functions that>use flight plan files (.pln) to assign a flight plan to an AI>flight ( SimConnect_AICreateEnrouteATCAircraft &>SimConnect_AISetAircraftFlightPlan)>>My question, is there a way to assign a flight plan to an AI>flight without having to first create a flight plan file?>>It would be much more flexible to use an internal structure to>specify a flight plan instead of relying on having flight plan>files pre-constructed before using them>>thanks>-DNI've discussed this a few times with people. You could either create the flight plan on the fly (have your program write out the file) and then delete it when you were done, or you could use waypoints and assign them to the AI plane.
Create an account or sign in to comment