- Messages
- 32
- Country
-
Hello,
I just published a new OSS repository to collect some MSFS-related things I’ve been working on for other projects, but I think can be useful in general. These are intended for other MSFS developers.
One of them is an effort to import all the Event IDs, Simulator Variables, and Sim Var Units from the HTML-formatted MSFS SDK Documentation into something more structured, like a database. Original intention was for use in a user-facing UI (where the user can select events/vars they want to use, or for example to know which Unit types can be substituted for each other).
But it also revealed a number of inconsistencies between the docs and WASM-side (Gauge API) KEY_* macro names, which it seems maybe no one really knew about before. There's a link to the relevant devsupport discussion in the project README.
There is also a little C++ utility in there for tracking SimConnect exceptions. Perhaps more to come.
Anyway, the project is at https://github.com/mpaperno/MSFS-Tools
As always, feedback, errata reports, or any other contributions are welcome.
Cheers,
-Max
I just published a new OSS repository to collect some MSFS-related things I’ve been working on for other projects, but I think can be useful in general. These are intended for other MSFS developers.
One of them is an effort to import all the Event IDs, Simulator Variables, and Sim Var Units from the HTML-formatted MSFS SDK Documentation into something more structured, like a database. Original intention was for use in a user-facing UI (where the user can select events/vars they want to use, or for example to know which Unit types can be substituted for each other).
But it also revealed a number of inconsistencies between the docs and WASM-side (Gauge API) KEY_* macro names, which it seems maybe no one really knew about before. There's a link to the relevant devsupport discussion in the project README.
There is also a little C++ utility in there for tracking SimConnect exceptions. Perhaps more to come.
Anyway, the project is at https://github.com/mpaperno/MSFS-Tools
As always, feedback, errata reports, or any other contributions are welcome.
Cheers,
-Max