FoxTwo Posted April 15, 2021 Posted April 15, 2021 The day/night, cont, gain and sym bindings are still wrong. For the second time, I don't know why you're using the icommand script bindings when you can call the direct button bindings (which work just fine, and better) but whatever. Either way, up works fine, down doesn't work at all (for gain, sym, cont, and day/night). In the meantime I'll go back to using my own binding lua code for these buttons. {down = mpcd_r_commands.Switch_DAY_MODE, up = mpcd_r_commands.Switch_DAY_MODE, cockpit_device_id = devices.MPCD_RIGHT, value_down = -1.0, value_up = 0.0, name = _('Right MPCD DAY/NIGHT Switch - DAY'), category = _('Right MPCD')}, {down = mpcd_r_commands.Switch_NGT_MODE, up = mpcd_r_commands.Switch_NGT_MODE, cockpit_device_id = devices.MPCD_RIGHT, value_down = 1.0, value_up = 0.0, name = _('Right MPCD DAY/NIGHT Switch - NIGHT'), category = _('Right MPCD')}, {down = mpcd_r_commands.Switch_GAIN_UP, up = mpcd_r_commands.Switch_GAIN_UP, cockpit_device_id = devices.MPCD_RIGHT, value_down = 1.0, value_up = 0.0, name = _('Right MPCD GAIN Switch - UP'), category = _('Right MPCD')}, {down = mpcd_r_commands.Switch_GAIN_DN, up = mpcd_r_commands.Switch_GAIN_DN, cockpit_device_id = devices.MPCD_RIGHT, value_down = -1.0, value_up = 0.0, name = _('Right MPCD GAIN Switch - DOWN'), category = _('Right MPCD')}, {down = mpcd_r_commands.Switch_CONT_UP, up = mpcd_r_commands.Switch_CONT_UP, cockpit_device_id = devices.MPCD_RIGHT, value_down = 1.0, value_up = 0.0, name = _('Right MPCD CONT Switch - UP'), category = _('Right MPCD')}, {down = mpcd_r_commands.Switch_CONT_DN, up = mpcd_r_commands.Switch_CONT_DN, cockpit_device_id = devices.MPCD_RIGHT, value_down = -1.0, value_up = 0.0, name = _('Right MPCD CONT Switch - DOWN'), category = _('Right MPCD')}, {down = mpcd_r_commands.Switch_SYM_UP, up = mpcd_r_commands.Switch_SYM_UP, cockpit_device_id = devices.MPCD_RIGHT, value_down = 1.0, value_up = 0.0, name = _('Right MPCD SYM Switch - UP'), category = _('Right MPCD')}, {down = mpcd_r_commands.Switch_SYM_DN, up = mpcd_r_commands.Switch_SYM_DN, cockpit_device_id = devices.MPCD_RIGHT, value_down = -1.0, value_up = 0.0, name = _('Right MPCD SYM Switch - DOWN'), category = _('Right MPCD')}, 1
myHelljumper Posted May 29, 2021 Posted May 29, 2021 I re-opened the report regarding the MPCD bindings, thanks. Helljumper - M2000C Guru Helljumper's Youtube https://www.youtube.com/channel/UCK3rTjezLUxPbWHvJJ3W2fA
Recommended Posts