Jump to content

Recommended Posts

Posted

I found yellow commands in conflict in A-10C Control setup:

Boat switch

Pinky switch

Left Ignition

 

 

Problem is located probably there:

Throttle - HOTAS Warthog.lua

 

 

ED please make fix as soon as practical , thanks.

Posted

Hi Gumidek. I've just updated to the latest OB (2.5.6.55743) and this issue is still present. Note 'Right Ignition' is doubled -and thus yellow- as well.

 

Here are some screenshots:

 

Screen-200930-172806.png Screen-200930-172811.png Screen-200930-172823.png Screen-200930-172828.png

---

Posted (edited)

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

---

Posted (edited)

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

---

Posted
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.

  • Recently Browsing   0 members

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