Jump to content

Recommended Posts

Posted

Prior to 2.9.10 the wing fold "Fold/Hold" keybind pulled the wing fold handle, then rotated to fold the wings with one key press. Now it merely pulls the handle.

Posted

That's obviously at the start of the flight, so you didn't bother including a trackfile why?  You've been around long enough to know that's going to be the 1st ask.  Sure, maybe it's "obvious" to reproduce, but it makes sure the same conditions (and bindings) are used.

Posted
9 hours ago, Habu_69 said:

Prior to 2.9.10 the wing fold "Fold/Hold" keybind pulled the wing fold handle, then rotated to fold the wings with one key press. Now it merely pulls the handle.

I suspect that you might be mistaken. FOLD/HOLD combined with SPREAD/HOLD are defined for a maintained 3-position switch.
The sequence Pull/Fold you describe like the opposite Spread/Stow was not originally available from ED (and I doubt that ED ever added it). I therefore provide two mods: "Wing Fold Control PULL/FOLD" and "Wing Fold Control SPREAD/STOW" via thwo lines of LUA code:

{down = ctrl_commands.WingFoldPull, pressed  = ctrl_commands.WingFoldSelect, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1.0, value_pressed = -1.0, name = _('Wing Fold Control PULL-FOLD'), category = {_('Right Vertical Panel')}},
{down = ctrl_commands.WingFoldSelect, up  = ctrl_commands.WingFoldPull, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Wing Fold Control SPREAD-STOW'), category = {_('Right Vertical Panel')}},

Could it be that you had been using this mod (or an equivalent from Munkwolf), and that you lost it in one of the updates?

  • Like 1

LeCuvier

Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5

Posted (edited)
3 hours ago, LeCuvier said:
{down = ctrl_commands.WingFoldPull, pressed  = ctrl_commands.WingFoldSelect, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1.0, value_pressed = -1.0, name = _('Wing Fold Control PULL-FOLD'), category = {_('Right Vertical Panel')}},
{down = ctrl_commands.WingFoldSelect, up  = ctrl_commands.WingFoldPull, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Wing Fold Control SPREAD-STOW'), category = {_('Right Vertical Panel')}},

Could it be that you had been using this mod (or an equivalent from Munkwolf), and that you lost it in one of the updates?

Thanks for the command codes. I honestly do not remember whether or not I was using them.

@rob10: I humbly consider myself chastised for being too lazy to include the track file 🙂

Edited by Habu_69
  • Like 1
  • Recently Browsing   0 members

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