Add PMDG 737NGX events to the FSX Events list

What features you would like to have in HIDmacros?
G.Ahrens
Posts: 7
Joined: 20 May 2013, 03:37

Re: Add PMDG 737NGX events to the FSX Events list

Post by G.Ahrens » 25 May 2013, 06:52

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.

ryhoo2
Posts: 21
Joined: 24 Feb 2013, 17:57
Location: Poland

Re: Add PMDG 737NGX events to the FSX Events list

Post by ryhoo2 » 28 May 2013, 10:28

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

G.Ahrens
Posts: 7
Joined: 20 May 2013, 03:37

Re: Add PMDG 737NGX events to the FSX Events list

Post by G.Ahrens » 29 May 2013, 14:57

No worries.
I've been doing alright with the sdk documentation thats out there already.

ryhoo2
Posts: 21
Joined: 24 Feb 2013, 17:57
Location: Poland

Re: Add PMDG 737NGX events to the FSX Events list

Post by ryhoo2 » 29 May 2013, 17:05

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 619 times

Post Reply