Sprool Posted October 28, 2020 Posted October 28, 2020 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.
Bailey Posted October 31, 2020 Posted October 31, 2020 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. DCS VoiceAttack Profiles | My Mods and Utilities on ED User Files | DiCE: DCS Integrated Countermeasure Editor DCS Update Witching Utility | DCS-ExportScripts for Stream Deck Community Github Library | Kiowa Integrated Overlays
Bailey Posted October 31, 2020 Posted October 31, 2020 You want to bind the GUV Mode switches, as you can see in the pic. DCS VoiceAttack Profiles | My Mods and Utilities on ED User Files | DiCE: DCS Integrated Countermeasure Editor DCS Update Witching Utility | DCS-ExportScripts for Stream Deck Community Github Library | Kiowa Integrated Overlays
Sprool Posted November 1, 2020 Author Posted November 1, 2020 Brilliant - many thanks- that solved it. So it actually works like a 4-position rotary select
Bailey Posted November 2, 2020 Posted November 2, 2020 Brilliant - many thanks- that solved it. So it actually works like a 4-position rotary select Almost. It stops when it gets to "either end". DCS VoiceAttack Profiles | My Mods and Utilities on ED User Files | DiCE: DCS Integrated Countermeasure Editor DCS Update Witching Utility | DCS-ExportScripts for Stream Deck Community Github Library | Kiowa Integrated Overlays
Recommended Posts