would love to see this fixed Asobo…
TEMP WORKAROUND IF YOU HAVE FSUIPC ON PC
- create a new document in wordpad++
- paste the following text without the quotes into the document
“hdg = ipc.readSW(0x582) – Gets current TRUE heading, in same units as AP Hdg
hdg = hdg - ipc.readSW(0x2A0) – convert to MAGNETIC by subtracting Mag Var
ipc.writeSW(0x7cc, hdg) – write to the A/P Hdg bug” - save file in FSUIPC main folder as “currheading.lua” without the quotes
- restart FSUIPC and choose “Lua Currheading”
with thanks to https://www.mobiflight.com/forum/message/21141.html