June 30, 201312 yr Hi, in the SDK I found three controls for the landing gear (EVT_GEAR_LEVER, EVT_GEAR_LEVER_OFF and EVT_GEAR_LEVER_UNLOCK). Does anybody know the parameters for these controls? I try to use an ON/OFF/ON switch for the gear but the controls don't work! I tried with parameter "0" and "1" but no success. GEAR "up" and "down" is no problem with the presets but I want to set the gear lever to the "OFF" position with the switch in middle position. Foreman
June 30, 201312 yr Hi It uses the mouse flags which can be a bit confusing. I wrote a short FSUIPC macro which seems to work ok, credit to the Linda team for the original idea: [macros] 1=NGX_GEAR_up 1.1=C70087, -2147483648 2=NGX_GEAR_off 2.1=C74184, 536870912 2.2=C74184, 131072 3=NGX_GEAR_down 3.1=C70087, 536870912 Paul Sent from my Touchpad using Tapatalk 4 Beta Paul Dumke
July 1, 201312 yr Author Hi, sometimes I'm so stupid! Thx for the input. With mouseflags everything works fine. Foreman
Create an account or sign in to comment