Jump to content

Parking Brake/Anti-Skid binding not working


Recommended Posts

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.

 

attachment.php?attachmentid=246148&stc=1&d=1598687875

ParkingBrakeBug.thumb.PNG.5430588b2fa1715f4d0658d0b0b1d089.PNG

F-16_ParkingBrakeSwitchBug.trk

Link to comment
Share on other sites

  • 4 weeks later...

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')}},

  • Like 1
Link to comment
Share on other sites

  • 3 months later...
  • Recently Browsing   0 members

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