LeCuvier Posted October 7, 2019 Posted October 7, 2019 I was happy to see that ED has provided a large number of control bindings in the category "Special for Joystick". But there are probably a number of gaps which I would like to report here as I find them in the learning process. First gap: Autopilot Pitch switch is missing in this category which is surprising as the AP Roll switch is implemented. 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
Steph21 Posted October 8, 2019 Posted October 8, 2019 Landing Gear and Air Refueling would be great also
LeCuvier Posted October 8, 2019 Author Posted October 8, 2019 Landing Gear and Air Refueling would be great also If you add these two lines of code to the "default.lua" they give you the desired 2-position commands:{down = iCommandPlaneGearUp, up = iCommandPlaneGearDown,name = _('LG Handle 2-Pos UP/DOWN'), category = {_('Left Auxiliary Console')}}, {down = fuel_commands.AirRefuelSw, up = fuel_commands.AirRefuelSw, cockpit_device_id = devices.FUEL_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('AIR REFUEL Switch 2-Pos OPEN/CLOSE'), category = {_('Left Console'), _('Fuel Control Panel')}}, 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
Recommended Posts