Need 'HOLD' option for landing gear

I use a Thrustmaster Warthog
This controller has mostly non momentary switches, thus to use a switch for landing gear requires that i cycle it on and off again to drop the gear, then on and off again to raise the gear.
The switch next to it (same type of switch) i use for cargo scoop, and that has a hold option, so when the switch is up, scoop is open, switch down, scoop closed.
Would love to have same for landing gear.
 
I concur.

Hold for landing gear seems a no-brainer, and would make non-momentary switches (in custom panels or otherwise) work with it out of the box, just like flight assist, cargo scoop, silent running...

An option like that would make the game just that bit nicer to us few while being completely non-intrusive for the rest of the player base.
 
I use a Thrustmaster Warthog
This controller has mostly non momentary switches, thus to use a switch for landing gear requires that i cycle it on and off again to drop the gear, then on and off again to raise the gear.
The switch next to it (same type of switch) i use for cargo scoop, and that has a hold option, so when the switch is up, scoop is open, switch down, scoop closed.
Would love to have same for landing gear.

Yeah, this sounds like a really nice addition.

Doubt it would be that hard to do either; as a software dev. I should know better and not make assumptions about the difficulty of feature implementation 🙄
 
Or you could use one of the other switches (or hats) that are momentary.
Because I use the "Mike Switch" thumb hat on the throttle for vertical and lateral thrusters, I prefer a switch on the joystick to raise or lower the gear.

I take it you do not use the Target GUI or Target Script.
If you did you could easily make the switch do what you want.

Clicker
 
I haven't tried LuaMacros with Elite yet, but if it will work with it, which I guess it will, you'd be able to program a toggle-switch to send an emulated keyboard key-press on the toggle-switch operation. Say - send 'g' on toggle "ON" event, and on toggle "OFF"' event (just button press/release).

You could do a toggle-to-momentary mod using basic electronics too (using a relay and a capacitor, and power source, obviously). But if it's a HOTAS setup you use in other games, that's probably not something you'd do. There also might not be enough place for it.

You could use a number of other keyboard/joystick software that lets you program macros.

But none of the above is ideal. A native solution would still work better - if a switch was flipped while the game wasn't registering events (alt-tabbed, in the menus, not running, etc) then a native solution would react to it as soon as you returned to the game. Game state is always synchronized with the hardware switch.

Software/hardware solutions above don't give you that. You get synchronization problems - if the game isn't registering events, then you can flip the switch, get back to the game and now you're flying willy nilly while the switch says LANDING GEAR DOWN, and to get the landing gear down, you switch it to a LANDING GEAR UP position, or press ESC, flip the switch so it's aligned correctly, and continue playing. Not a big deal, but it does lessen the immersion factor.

You could, in theory, get that info out of the game and let your software solution monitor if the state of the gear in-game and the state of the switch are synched, and if not, do something about it (flash a red LED? ignore next flip of the switch, so they are synched after it? send appropriate input event so that the game is now synched?)

But that's going through a lot of hoops just to get something that's done for a couple of other features already and works well. Not to mention, such an innocent thing could be picked up as hacking.
 
A hold option in the bindings sounds good especially since real aircraft use a two position lever plus gear indicator lights to visually know the status of the gear. This might even support the two position thumb slider switch on the Saitek/Logitech X-55/56 throttle.
 
Top Bottom