Jump to content

Recommended Posts

Posted

The Emergency Gear release binding doesn't work correctly, if I lower the gear handle, then press what I've bound to Emergency Gear release, it just raises the gear. Happened to me in multiplayer last night landing with no hydraulics, just tested and confirmed in SP on a fresh jet, track file attatched. Tried binding it to other peripherals and same result. The emergency extension can still be done by right-clicking the handle with your mouse, but I'm in VR and trying to fish around for the cursor on an emergency approach is not fun.

EmergencyGearProblem.trk

  • 2 weeks later...
Posted (edited)

In the F14\Input\F-14B-Pilot\keyboard\default.lua

Current version:

{combos={{key='G',reformers={'LCtrl','LShift'}}},    down=device_commands.GEAR_Handle,    cockpit_device_id=devices.GEARHOOK,    value_down=-1.0,    name=_('Gear Emergency Extend'),category=_('Gears, brakes, and hook')},

 

Corrected version:

{combos={{key='G',reformers={'LCtrl','LShift'}}},    down=device_commands.GEAR_Handle_Emergency,    cockpit_device_id=devices.GEARHOOK,    value_down=1.0,    name=_('Gear Emergency Extend'),category=_('Gears, brakes, and hook')},
 

Edited by Xtorris
  • Like 2
  • 3 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...