I was unable to find a .lst file however with using FSUIPC SDK and PMDG SDK I was able to get things working.
Be Wary of the 737NGX_Shortcuts.ini file in the following path (C:\Flight Simulator\PMDG\PMDG 737 NGX), you may have to zero out 0,0,0,0 some defined keys.
I found this interfering with my keyboard programming.
FSUIPC offsets and offsets for PMDG can be found in this SDK http://fsuipc.simflight.com/beta/FSUIPC_SDK.zip
PMDG offsets can be found here http://fsuipc.simflight.com/beta/Offset ... 737NGX.pdf
Thank you for the tool, it works great so far once one gets the hang of it (scripting). I knew what I needed and wanted to do, just didn't know how. The basics are pretty easy.
Add PMDG 737NGX events to the FSX Events list
Re: Add PMDG 737NGX events to the FSX Events list
Hi, sorry for the delay, I was buried with my own cockpit project:-) The .lst file is coming, just give me a few days.
Michal
Michal
Re: Add PMDG 737NGX events to the FSX Events list
No worries.
I've been doing alright with the sdk documentation thats out there already.
I've been doing alright with the sdk documentation thats out there already.
Re: Add PMDG 737NGX events to the FSX Events list
There you go, complete .lst file with all PMDG NGX events ready to be used in scripts like in this example:
Code: Select all
HIDMacros.FSXEventByTitle "PMDG_EVT_MCP_FD_SWITCH_L", 0
- Attachments
-
- FSXevents.zip
- Complete .lst file with all PMDG NGX events
- (11.51 KiB) Downloaded 815 times