Jump to content

The engine stop/start binding is warthog exclusive


FoxTwo

Recommended Posts

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')},

Link to comment
Share on other sites

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 by doright
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...