Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.
IFLY 747 programming
Hi,
I have understoof now how to program for PMDG.
I am trying to program for IFLY, and, as I do not have the SDK, I cannot find out.
Could you help me for 2 exemples, and then I'll try to continue by myself : Landing lights and seat belts.
Thank's a lot in advance
Yves
I have understoof now how to program for PMDG.
I am trying to program for IFLY, and, as I do not have the SDK, I cannot find out.
Could you help me for 2 exemples, and then I'll try to continue by myself : Landing lights and seat belts.
Thank's a lot in advance
Yves
Comments
KEY_COMMAND_IFLY744_GENERAL_LANDING_LIGHT_ON
KEY_COMMAND_IFLY744_GENERAL_LANDING_LIGHT_OFF
Assign to the ON and OFF Switch Events of a switch as necessary.
For a button use the toggling event: KEY_COMMAND_IFLY744_GENERAL_LANDING_LIGHT
The Button/Switch Action should be NOTHING.
For the Light use LIGHT_LANDING, with an Action of ON and a value of 1.
For the seatbelts search for "seat" and you will find:
KEY_COMMAND_IFLY744_GENERAL_SEATBELT_DEC
KEY_COMMAND_IFLY744_GENERAL_SEATBELT_INC
KEY_COMMAND_IFLY744_GENERAL_SEATBELT_OFF
KEY_COMMAND_IFLY744_GENERAL_SEATBELT_AUTO
KEY_COMMAND_IFLY744_GENERAL_SEATBELT_ON
The INC and DEC commands are best suited to a rotary although you could assign DEC to the ON event of a button and the INC to another buttons ON event
For the Light use Seat_Belt_Switch_Status with an Action of ON_GREATER_THAN and a Value of 0.
Best wishes
Steve
Yves
Best wishes
Steve
Yhank's
Yves
Yves
Its not the sane as the PMDG aircraft where you only set one event, you have to set two events sometimes (ON and OFF, CLOCKWISE and ANTI-CLOCKWISE)
Best wishes
Steve
If I understand, I must program 2 events for 1 button? How do I manage this.
I'm sorry but Y do not understand!
Thanks
Yves
Don't assign OFF events to GoFlight push buttons because once you release the button, the OFF event will fire. Do use OFF events for GoFlight switches.
Best wishes
Steve