odwdinc / Python-SimConnect

Python interface for MSFS2020 SimConnect.dll
GNU Affero General Public License v3.0
277 stars 105 forks source link

Question : FSX support ? #49

Closed storca closed 4 years ago

storca commented 4 years ago

Thank you for all the work that has been put in this library.

The question if fairly simple, does this library supports interfacing with FSX:SE ?

If not, will this be a feature or a no-go ? If yes, is it hard to do ? How could I help ?

storca commented 4 years ago

It works indeed with a bit of tweaking! Not very clean but works fine for me.

The trick is to run the library with python3 32bit AND replace the SimConnect.dll by the one located in the FSX:SE folder.

Works for now ^^

odwdinc commented 4 years ago

that's cool, All add some info

storca commented 3 years ago

Clarified the procedure in #88