January 19, 20242 yr In the watch simulator events window I sometimes see numeric #code for recently-added events. Would it be possible to update this window to show text these newer events? For example, for (>K:HELICOPTER_THROTTLE_SET) the viewer shows (>K:#67529). The event is of course available in the event search, only the viewer is not up to date. Is the numeric code defined by Microsoft in a list somewhere or by AAO in internal simconnect event mapping call?
January 19, 20242 yr Commercial Member 3 hours ago, JJBZ53 said: Is the numeric code defined by Microsoft in a list somewhere or by AAO in internal simconnect event mapping call? The numeric code is what is actually reported from the sim. The translation into a Key-Event-ID is a hard coded convenience method in AAO. It basically uses the list from the WASM definition files - hoping that those are correct... I will update that list for the next version of AAO. Just for the record, you can use K-Events both ways, either with the literal or the numerical Code. 50 (>K:HELICOPTER_THROTTLE_SET) and 50 (>K:#67529) do exactly the same thing. Some developers (PMDG) even use their own numerical codes = their own custom events. Edited January 19, 20242 yr by Lorby_SI LORBY-SI
Archived
This topic is now archived and is closed to further replies.