HeathenHedgehog Posted January 26, 2024 Posted January 26, 2024 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
Silhou Posted January 26, 2024 Posted January 26, 2024 Hey! Thank you for your report. I tracked it internally for the team to look into when able. 1
Xtorris Posted February 6, 2024 Posted February 6, 2024 (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 February 8, 2024 by Xtorris 2
HeathenHedgehog Posted June 5, 2024 Author Posted June 5, 2024 @Silhou I just checked and this is still an issue, can we get an update?
Recommended Posts