Bankler Posted August 29, 2020 Posted August 29, 2020 The special-for-joystick binding called "Parking Brake/Anti-Skid binding doesn't work. Binding the TMWH Flap three-way switch these two special-for-joystick bindings, the "down" position OFF/ANTI-SKID works as intended when going from the middle position and back. But the "up" position (that should select Parking Brake / Anti-skid) doesn't react. Screenshot and track included. F-16_ParkingBrakeSwitchBug.trk Bankler's CASE 1 Recovery Trainer
jonsky7 Posted September 24, 2020 Posted September 24, 2020 I fixed it by adding these lines to Dcs World\Mods\aircraft\F-16C\Input\F-16C\joystick\default.lua { down = gear_commands.ParkingSw, up = gear_commands.ParkingSw, cockpit_device_id = devices.GEAR_INTERFACE, value_down = 1.0, value_up = -1.0, name = _('ANTI-SKID/PARKING BRAKE Switch - Up/Middle (Multi-pos switch)'), category = {_('Left Auxiliary Console')}}, { down = gear_commands.AntiSkidSw, up = gear_commands.AntiSkidSw, cockpit_device_id = devices.GEAR_INTERFACE, value_down = -1.0, value_up = 1.0, name = _('ANTI-SKID/PARKING BRAKE Switch - Middle/Down (Multi-pos switch)'), category = {_('Left Auxiliary Console')}}, 1
Bankler Posted September 29, 2020 Author Posted September 29, 2020 This is still bugged but not marked as reported. (Jonsky7, thanks for posting the fix suggestion. I think that could be helpful for EDs devs, if they see it) Bankler's CASE 1 Recovery Trainer
Recommended Posts