Jump to content

Warthog Throttle for A-10C controls in conflict


GumidekCZ

Recommended Posts

Whatever how or when this glitch came here in the first place, we're reporting it so it doesn't stay here too long.

By the way, I've just seen that both stable and beta have this bug.

 

I'm pretty confident ED will fix this soon, since the A-10C II has just arrived.


Edited by Flappie

Don't accept indie game testing requests from friends in Discord. Ever.

Link to comment
Share on other sites

I guess it has something to do with these two different declaration methods?

 

Joystick - HOTAS Warthog.lua

{down = iCommandPlane_HOTAS_BoatSwitchAft, name = _('HOTAS Boat Switch Aft'), category = _('HOTAS')},

{down = iCommandPlane_HOTAS_BoatSwitchCenter, name = _('HOTAS Boat Switch Center'), category = _('HOTAS')},

{down = iCommandPlane_HOTAS_BoatSwitchForward, name = _('HOTAS Boat Switch Forward'), category = _('HOTAS')},

Throttle - HOTAS Warthog.lua

{combos = {{key = 'JOY_BTN10'}} ,

down = iCommandPlane_HOTAS_BoatSwitchAft,

up = iCommandPlane_HOTAS_BoatSwitchCenter,

name = _('HOTAS Boat Switch Aft'), category = _('HOTAS')},

 

 

{combos = {{key = 'JOY_BTN9'}} ,

down = iCommandPlane_HOTAS_BoatSwitchForward,

up = iCommandPlane_HOTAS_BoatSwitchCenter,

name = _('HOTAS Boat Switch Forward'), category = _('HOTAS')},

Can you please explain how you've fixed it exactly? Have you replaced the Throttle content by the Joystick content?
Edited by Flappie

Don't accept indie game testing requests from friends in Discord. Ever.

Link to comment
Share on other sites

I guess it has something to do with these two different declaration methods?

 

Joystick - HOTAS Warthog.lua

Throttle - HOTAS Warthog.lua

Can you please explain how you've fixed it exactly? Have you replaced the Throttle content by the Joystick content?

 

The "name" part is the same between joystick and throttle. Add "2 pos switch" or whatever you like to the end of the name for the throttle one to differentiate it (i.e. "HOTAS Boat Switch Forward - 2 pos") and the highlight will go away.

 

As BuzzU says, it looks ugly, but it doesn't actually harm or break anything when it's orange highlighted like that.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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