Jump to content

Recommended Posts

Posted

Hey All,

The canopy open / close switch still does work for me, either by keyboard or controller.  It only works by the use of right or left mouse clicks.

 

After at least 2 patches, with ED knowing about it and BigNewy locking the original thread (because they know about it), it still no worky.  Has some one came up with a "work around" to get the functionality of operating this switch by either keybind or controller?

Thanks in advance,

Caldera

Posted (edited)

I have added several options in my "default.lua", for use with either a maintained ON/OFF switch, a set of 3 pushbuttons or a ON1-OFF-ON2 switch with spring return to OFF.
I use the latter with an UP/DOWN toggle on my DSD button box. It would also work with a 3-position switch like the speedbrake switch on the Warthog throttle.
This is achived by adding 2 lines of code:

{down = 3006, up = 3007,cockpit_device_id = devices.CPT_MECH, value_down = 0.0,	value_up = 0.0, name = _('Canopy CLOSE/HOLD'), category = _('Systems')},
{down = 3007, up = 3007, cockpit_device_id = 39, value_down = 1.0, value_up = 0.0, name = _('Canopy OPEN/HOLD'), category = _('Systems')},

 

Edited by LeCuvier
  • Like 1
  • Thanks 2

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

  • Recently Browsing   0 members

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