Skip to content

v1.3.1.0 - FS24 Updates & Local Key ID Lookups

Latest
Compare
Choose a tag to compare
@mpaperno mpaperno released this 29 Nov 09:26
· 3 commits to next since this release
276788d

Changes since v1.3.0

WASimModule

  • Updated reference list of KEY event names for MSFS 2024 SDK v1.0.0 (e1a0f865).

WASimClient

  • Key Event ID lookup is now performed locally instead of querying the server. (e4609257)
    • Building (not using) the client now requires MSFS 2024 SDK (for key macros header include).
  • Marked 'B' type (Input Events) variables as "settable." (e66498b4)
    • MSFS 24 apparently has at least some support for using 'B' vars from within RPN calculator code in standalone modules. YMMV.

WASimUI

  • 'B' and 'R' variable types are available in the various variable type selectors for experimentation. (36e925c4)
  • Updated database of imported Event IDs and Simulator Variables from online SDK docs for MSFS 2020 and 2024 as of Nov-25-2024.
    • The data now also contains flags indicating if a variable/event is supported in FSX, FS20, & FS24 versions.

Full Change Log


The release contains several download options (the actual file names have version numbers appended):

  • WASimCommander_SDK - All header files, pre-built static, dynamic, and managed (.NET) libs, packaged WASM module, pre-build GUI, reference documentation, and other tools/examples.
  • WASimModule - Just the WASM module component, ready to be dropped into a MSFS Community folder (so that the folder wasimcommander-module is inside the Community folder). MSFS would need to be restarted after adding the module for the first time.
  • WASimUI - Just the GUI application, which is very handy in combination with the WASM module for exploring the system. No installer, simply unzip and run the WASimUI.exe file from either Explorer or a command line.