Is there something special to consider when I add rotorcraft as AI objects using:
SimConnect_AICreateNonATCAircraft(m_hSimConnect, modelStringBa.constData(), csBa.constData(), initialPosition, requestId);
For no obvious reason all aircraft work, but all rotorcraft (like BELL JETRANGER) fail.
They (helicopters) simply do not get displayed. Same code on P3D shows helicopters.
Is there something special I need to do/consider?
Edit:
SimConnect_AICreateNonATCAircraft works for aircraft and some helicopters
SimConnect_AICreateSimulatedObject works for those failed above, BUT I do not see them in the aircraft views (cannot follow in simulator)
I have tried to set the ATC data on the latter, but no success in showing them
SimConnect_AICreateNonATCAircraft(m_hSimConnect, modelStringBa.constData(), csBa.constData(), initialPosition, requestId);
For no obvious reason all aircraft work, but all rotorcraft (like BELL JETRANGER) fail.
They (helicopters) simply do not get displayed. Same code on P3D shows helicopters.
Is there something special I need to do/consider?
Edit:
SimConnect_AICreateNonATCAircraft works for aircraft and some helicopters
SimConnect_AICreateSimulatedObject works for those failed above, BUT I do not see them in the aircraft views (cannot follow in simulator)
I have tried to set the ATC data on the latter, but no success in showing them
Last edited:
