Mad_Max2 Posted April 7, 2021 Posted April 7, 2021 A "special for joystick" 3-way keybind for Pitch AP. Similar to what was done for Roll AP. 2
LeCuvier Posted April 12, 2021 Posted April 12, 2021 Hopefully ED will add those once they are done with the Hornet. For the interim, I added these 2 lines to "default.lua". I use the two bindings with the FLAPS 3-position switch on the TM WH throttle. {down = control_commands.ApPitchAlt_EXT, up = control_commands.ApPitchAlt_EXT, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1.0, value_up = -1.0, name = _('Autopilot PITCH Switch ALT HOLD/OFF'), category = {_('Instrument Panel'), _('FLCS')}}, {down = control_commands.ApPitchAtt_EXT, up = control_commands.ApPitchAlt_EXT, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = -1.0, value_up = -1.0, name = _('Autopilot PITCH Switch ATT HOLD/OFF'), category = {_('Instrument Panel'), _('FLCS')}}, 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
Archduke Posted April 12, 2021 Posted April 12, 2021 4 minutes ago, LeCuvier said: Hopefully ED will add those once they are done with the Hornet. For the interim, I added these 2 lines to "default.lua". I use the two bindings with the FLAPS 3-position switch on the TM WH throttle. {down = control_commands.ApPitchAlt_EXT, up = control_commands.ApPitchAlt_EXT, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1.0, value_up = -1.0, name = _('Autopilot PITCH Switch ALT HOLD/OFF'), category = {_('Instrument Panel'), _('FLCS')}}, {down = control_commands.ApPitchAtt_EXT, up = control_commands.ApPitchAlt_EXT, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = -1.0, value_up = -1.0, name = _('Autopilot PITCH Switch ATT HOLD/OFF'), category = {_('Instrument Panel'), _('FLCS')}}, Alternatively you could use Joystick Gremlin to make WH 3-position switches send a different buttonpress on each position instead of the middle(?) position as OFF. My WH became only really useful after I figured out how to do that. Z390 MB | i7-8700k | 32GB DDR4 3200 | 1TB m.2 NVME | 1TB SATA SSD | AsRock 6900XT | PowerMac G5 Case Mod | HP Reverb G2 | AKG K500 | TM Warthog | Virpil TCS Rotor Base w/ Constellation Alpha | Virpil MongoosT CM2 base w/ MongooseT grip (soon) | MFG Crosswind pedals | 3x TM Cougar MFDs
Recommended Posts