Jump to content

Recommended Posts

Posted

This control is wrongly attached at the category 'Ins Cyclic Stick

 

{down = i9K113_commands.Command_StickPark_Ext,         cockpit_device_id = devices.I9K113, value_down = 1, name = _('Park/Unpark Operators Stick'), category = {_('Ins Cyclic Stick')}},

 

It must be assigned to the 9k113 category, to park and unpark the control yoke of the 9K113 system that is now WIP. The animation exists but is not active in the sim.

 

Corected line for  the LUA files:

{down = i9K113_commands.Command_StickPark_Ext,         cockpit_device_id = devices.I9K113, value_down = 1, name = _('Park/Unpark Operators Stick'), category = {_('9K113')}},

 

On a side note an related to this, the following command:

{combos = {{key = 'C'}}, up = helperai_commands.HeliControlEXT, down = helperai_commands.HeliControlEXT,    cockpit_device_id = devices.HELPER_AI,     value_up = 0, value_down = 1,    name = _('Request Aircraft Control'),    category = {_('Helper AI Commands'), _('Multicrew')}},

 

I think that can  be added to the category: Ins Cyclic Stick. to unpark the stick and assume control, maybe with a control for the cover. This cover works as intended in the  3D cockpit. You must open the cover to push the "unpark button" and assume control.

  • Like 1
  • Recently Browsing   0 members

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