Python-SimConnect icon indicating copy to clipboard operation
Python-SimConnect copied to clipboard

Add custom MobiFlight Events for CRJ, CJ4 and A320?

Open e4rthdog opened this issue 3 years ago • 1 comments

Can you add the custom events from the aircrafts that currently have them?

Many people are using the WASM module for MobiFlight and we can now get the custom events.

  • Working Title CJ4 (https://github.com/Working-Title-MSFS-Mods/fspackages/wiki/Sim-Variables)
  • FlyBywire A320
  • Aeorosoft CRJ

e4rthdog avatar May 08 '21 09:05 e4rthdog

The H events should be possible to call via that description (Mobiflight Simconnect events): https://github.com/odwdinc/Python-SimConnect/blob/master/README.md

Everything supported by Mobiflight can be found here: https://hubhop.mobiflight.com/#/list

Reading LVars with Python-SimConnect and Mobiflight: https://github.com/Koseng/MSFSPythonSimConnectMobiFlightExtension

Koseng avatar Jan 03 '22 17:01 Koseng