October 8, 20232 yr Downloaded the latest demo version -- 3.60 b32. Launched AAO. Wanting to Scripting → Read HVARs from sim without connected to sim- (according to the accompanying "Lorby 'Axis And Ohs' for Microsoft Flight Simulator Documentation" Version 3.60 - 20.09.2023); but its missing from the menu. Is this feature not available in the demo?
October 8, 20232 yr Commercial Member 19 minutes ago, n116dh said: Is this feature not available in the demo? This feature is no longer available anywhere, it shouldn't be in the manual either. With the new InputEvents in SU13 it should have become obsolete, they can even be tracked "live" with the Event Observer dialog. Unfortunately MSFS now has a bug in that regard, the InputEvents are only available in MSFS developer mode. Asobo is working on it. There were many problems with this offline search. For one, the files of Marketplace aircraft are encrypted, and can't be parsed at all. Second, MSFS relies heavily on "inheritance". 90% of the HVars and BVars cannot be read from the behavior code at all, because their names are constructed at runtime (all you get from the scan are the building blocks, not the actual name). The better option is to use the MSFS developer mode, even without the Input Events. When devel mode is on, open the dialog "Tools->Behaviors". Then click back in the sim and hover the mouse over the button/lever that you want to investigate. Press Ctrl&G, this will bring up the behavior code. At the end of the list of elements there usually are the mouse actions, like LEFT_SINGLE, DRAG etc. Inside those you will find the code that the aircraft developer has associated with the mouse event. That is what must be replicated in AAO. LORBY-SI
Archived
This topic is now archived and is closed to further replies.