Jump to content

Recommended Posts

Posted

Hallo

 

Kennt jemand einen Weg um den RSBN Mode Switch der L 39C auf den TM Schubregler "Autopilot Select Switch" als drei Wege Schalter zu legen?

 

In der clickabledata.lua finde ich diesen Eintrag:

elements["RSBN_MODE"]        = default_3_position_tumb(_("RSBN Mode Switch, LANDING/NAVIGATION/GLIDE PATH"), devices.RSBN_5, device_commands.Button_1,    178,    false,    false, 0.1, {0, 0.2})

und in der default.lua sowie deren der Eingabegeräte diesen hier:

{down = device_commands.Button_14,                                    cockpit_device_id = devices.RSBN_5,    value_down = 0.1,                        name = _('RSBN Mode Switch - NAVIGATION'),                        category = {_('RSBN-5 Control Panel'), _('Only Front Cockpit')}},
{down = device_commands.Button_14,                                    cockpit_device_id = devices.RSBN_5,    value_down = 0.0,                        name = _('RSBN Mode Switch - GLIDE PATH'),                        category = {_('RSBN-5 Control Panel'), _('Only Front Cockpit')}},
{down = device_commands.Button_14,                                    cockpit_device_id = devices.RSBN_5,    value_down = 0.2,                        name = _('RSBN Mode Switch - LANDING'),                            category = {_('RSBN-5 Control Panel'), _('Only Front Cockpit')}},

Aber leider komme ich nicht dahinter wie das das nun anpasse.

Sieht für mich wieder ganz anders aus als für die Flaps oder die Scheinwerfer, wo ich das ja anpassen konnte. :wallbash:

Posted

Müsste so gehen

{down = device_commands.Button_14, up = device_commands.Button_14, cockpit_device_id = devices.RSBN_5, value_down = 0.2, value_up = 0.1, name = _('RSBN Mode Switch LANDING/NAVIGATION'), category = {_('RSBN-5 Control Panel'), _('Only Front Cockpit'), _('_My Buttons')}},
{down = device_commands.Button_14, up = device_commands.Button_14, cockpit_device_id = devices.RSBN_5, value_down = 0.0, value_up = 0.1, name = _('RSBN Mode Switch GLIDE PATH/NAVIGATION'), category = {_('RSBN-5 Control Panel'), _('Only Front Cockpit'), _('_My Buttons')}},

A warrior's mission is to foster the success of others.

i9-12900K | RTX 4090 | 128 GB Ram 3200 MHz DDR-4 | Quest 3

RAT - On the Range - Rescue Helo - Recovery Tanker - Warehouse - Airboss

  • Recently Browsing   0 members

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