Jump to content

[REPORTED] You have only partially fixed the MPCD bindings


Recommended Posts

Posted

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')},

 

  • Thanks 1
  • myHelljumper changed the title to [REPORTED] You have only partially fixed the MPCD bindings
  • Recently Browsing   0 members

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