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.