joendian Posted July 15, 2016 Posted July 15, 2016 Hi ! In file "Mods\aircraft\M-2000C\Input\M-2000C\joystick\default.lua", line:13, I think that the binding for slats extend should be: {down = 3462, up = 3462, cockpit_device_id = 14, value_down = 1, value_up = 0, name = _('Slats EXTEND, else AUTO'), category = _('3-Pos. Switch Abstractions')}, (Instead of : {down = 3462, up = 3462, cockpit_device_id = 14, value_down = 1, value_up = 1, name = _('Slats EXTEND, else AUTO'), category = _('3-Pos. Switch Abstractions')}, ) Works better with the 3-way flaps switch of my warthog throttle :)
Zeus67 Posted July 15, 2016 Posted July 15, 2016 Hi ! In file "Mods\aircraft\M-2000C\Input\M-2000C\joystick\default.lua", line:13, I think that the binding for slats extend should be: {down = 3462, up = 3462, cockpit_device_id = 14, value_down = 1, value_up = 0, name = _('Slats EXTEND, else AUTO'), category = _('3-Pos. Switch Abstractions')}, (Instead of : {down = 3462, up = 3462, cockpit_device_id = 14, value_down = 1, value_up = 1, name = _('Slats EXTEND, else AUTO'), category = _('3-Pos. Switch Abstractions')}, ) Works better with the 3-way flaps switch of my warthog throttle :) Thanks. We will fix it for next update. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." "The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea."
Recommended Posts