Jump to content

Recommended Posts

Posted

Hello everyone, I did a search and came up with nothing sadly. I have been trying to bind the "Request Aircraft Control" to a button on my HOTAS and it is not letting me, I tried binding any button to it and even tried binding a button to any other control and its a no go. Is this something with me or are others having issues as well? It does work in the other aircraft. Thanks for your help.

 

Ryan

  • 2 weeks later...
Posted

The reason it won't allow you to assign a button is because that command doesn't exist in the default joystick file. So right now the only way to assign a button to it, is for you to add that command to the joystick  'default.lua' file. 

  • 4 months later...
Posted

Add this line in the default.lua in  'joystick' folder, You can map a joystick button

 

{down = device_commands.Button_1, cockpit_device_id = devices.NETWORK_SYNCH_CONTROLLER,    value_down = 0.0, name = _('Request Aircraft Control'),    category = _('Flight Control')},
 

  • Thanks 1
  • Recently Browsing   0 members

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