Jump to content

Recommended Posts

Posted

I find the autopilot very useful and use it quite often.

As recently it got "downgraded" to match the real life F15, it has only 2 modes: attitude hold and altitude hold. Altitude hold requires that attitude hold is active.

 

Because the autopilot will not engage all the time, one must check this status.

I want to display on my instruments monitor what the current autopilot status is. It should be one of these:

 

Autopilot OFF

Attitude Hold

Altitude Hold

 

But after a lot of searching I could not find the LUA export for autopilot status (FC3 F-15C)...

I have tried this:

 

local nav = LoGetNavigationInfo()

local status = nav.ACS.mode

 

I get the value OFF but it remains OFF all the time, so I guess that this export is not valid anymore after so many changes by ED.

 

So I am asking here anyone in the know, please help or point me to where to read about these.

 

PS: I know that the two switches in the cockpit show the autopilot status, but I do not want to keep looking there after each autopilot command.

  • Recently Browsing   0 members

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