Lupus the Canine Posted February 10, 2022 Posted February 10, 2022 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.
jaylw314 Posted February 10, 2022 Posted February 10, 2022 Only workaround right now is put the button binds into SRS and make sure "Always allow SRS hotkeys" is ON.
Lupus the Canine Posted February 10, 2022 Author Posted February 10, 2022 2 hours ago, jaylw314 said: Only workaround right now is put the button binds into SRS and make sure "Always allow SRS hotkeys" is ON. 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. 1
Recommended Posts