FoxTwo Posted September 30, 2020 Posted September 30, 2020 The engine stop/start binding is warthog exclusive, and not available for use by other throttles without lua editing. Please update the default joystick bindings to include engine off/start. {down = iCommandLeftEngineStop , up = iCommandLeftEngineStart, name = _('Left Engine Throttle Set OFF') , category = _('Systems')}, {down = iCommandRightEngineStop, up = iCommandRightEngineStart, name = _('Right Engine Throttle Set OFF'), category = _('Systems')},
doright Posted October 3, 2020 Posted October 3, 2020 (edited) So this goes in the systems section of ...\DCS World OpenBeta\Mods\aircraft\A-10C_2\Input\A-10C_2\joystick\default.lua ? Also found this section for the flaps in 'Throttle - HOTAS Warthog.lua' {down = iCommandPlane_FLAPS_UP, up = iCommandPlane_FLAPS_MNR_from_UP,name = _('Toggle Flaps Up'), category = _('Systems')}, {down = iCommandPlane_FLAPS_DN, up = iCommandPlane_FLAPS_MNR_from_DN,name = _('Toggle Flaps Dn'), category = _('Systems')}, Edited October 3, 2020 by doright
Recommended Posts