Jump to content

Recommended Posts

Posted

I'm trying to map the 3-way gun pod switch to a button box, bindings dont seem to work. Switch just stays in the middle. It's the inner 800/outer 800/624/622 mode switch. Any ideas?

{combos = {{key = 'O'}}, down = device_commands.Button_59, cockpit_device_id = devices.WEAPON_SYS, value_down = 1.0, name = _('800 or 624-622-800 Switch - 800/624-622-800'), category = {_('Left Overhead Panel'), _('Armament System')}},
{ down = device_commands.Button_41, cockpit_device_id = devices.WEAPON_SYS, value_down = 1, name = _('800 or 624-622-800 Switch - 800'), category = {_('Left Overhead Panel'), _('Armament System')}},
{ down = device_commands.Button_41, cockpit_device_id = devices.WEAPON_SYS, value_down = 0, name = _('800 or 624-622-800 Switch - 624-622-800'),

This is from the default keyboard control lua, but this controls the otehr up/down switches, theres no mention of the 3-way switch to select canon type.

Posted

It looks like the switches you bound do nothing because you bound the incorrect switches. The ones you bound control the guarded switch, seen as un-guarded in this picture, to the left of the menu.

1308094144_2020-10-3113_36_06-Window.thumb.jpg.e93b090d9817bdf9275a6ee975b7b797.jpg

  • Recently Browsing   0 members

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