Jump to content

Lupus the Canine

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. This also works In `A-10C_2\Cockpit\Scripts\HOTAS\HOTAS_commands.lua` replacing -- MIC switch is animated in avHOTAS::::SetCommand function {command = Keys.Plane_HOTAS_MIC_SwitchUp}, {command = Keys.Plane_HOTAS_MIC_SwitchDown}, {command = Keys.Plane_HOTAS_MIC_SwitchLeft}, {command = Keys.Plane_HOTAS_MIC_SwitchRight}, {command = Keys.Plane_HOTAS_MIC_SwitchOff}, with -- MIC switch is animated in avHOTAS::::SetCommand function, apparently not {command = Keys.Plane_HOTAS_MIC_SwitchUp , animation_data = HOTAS_animation(751, 1)}, {command = Keys.Plane_HOTAS_MIC_SwitchDown , animation_data = HOTAS_animation(751, -1)}, {command = Keys.Plane_HOTAS_MIC_SwitchLeft , animation_data = HOTAS_animation(752, -1)}, {command = Keys.Plane_HOTAS_MIC_SwitchRight , animation_data = HOTAS_animation(752, 1)}, {command = Keys.Plane_HOTAS_MIC_SwitchOff , animation_data = HOTAS_animation_release({751,752})}, also works. This way HOTAS Mic hat is animated again and can be detected by SRS.
  2. Hotas mic switch in A-10C is no longer animated correctly. It causes issues with SRS as apparently there is no other way of knowing if a radio is transmitting.
  3. It would be nice if we could mix in some offset for HMCS driven by head tracking. So you turn your head and HMCS moves to the side of a screen.
×
×
  • Create New...