darkman222 Posted August 19, 2024 Posted August 19, 2024 (edited) As many people stated the trim speed of a trim button push is too sensitive to reset the trim properly, which of course should be adressed. But why cant we just have a "reset trim" function that can be assigned to a button for the time being. Its basically already there. The user YAGA just wrote a couple of lines for that. You just have to add these lines in the joystick/default.lua in the F16 folder: ( search for the "speed brake" entry and paste the code below the "speed brake" line) {down = control_commands.RollTrim, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 0.0, name = _('ROLL TRIM RESET'), category = {_('YAGA MOD'), _('Throttle Grip'), _('HOTAS')}}, --MODDED {down = control_commands.PitchTrim, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 0.0, name = _('PITCH TRIM RESET'), category = {_('YAGA MOD'), _('Throttle Grip'), _('HOTAS')}}, --MODDED It gets reset with every update though. Why just not make it be permanently accessible by ED? Edited August 19, 2024 by darkman222
Recommended Posts