Stickler Posted June 29, 2024 Posted June 29, 2024 (edited) The Antenna Stabilization Mode - [Down] and [Up] keybinds skip the "Nor" position. Edited June 29, 2024 by Stickler 1
Zabuzard Posted June 29, 2024 Posted June 29, 2024 should have been fixed for the next patch already, cheers
Stickler Posted September 2, 2024 Author Posted September 2, 2024 This problem still occurs in 2.9.7.59263 MT.
Zabuzard Posted September 2, 2024 Posted September 2, 2024 (edited) 1 hour ago, Stickler said: This problem still occurs in 2.9.7.59263 MT. Thanks for re-checking. Seems this particular switch was overlooked. Ive applied the same fix to it now and it seems to work (If you do not want to wait, this is its new bind-code:) switch_3('Antenna Stabilization Mode', { 'Drift Out', 'Nor', 'Stab Out' }, nil, device_commands.RADAR_WSO_STAB_SWITCH, device_commands.RADAR_WSO_STAB_SWITCH_INC_DEC, device_commands.RADAR_WSO_STAB_SWITCH_NEXT, device_commands.RADAR_WSO_STAB_SWITCH_AXIS, bind_templates.radar_antenna_panel(), { binds = { dec = { value_down = -0.5 }, inc = { value_down = 0.5 }, } }), Edited September 2, 2024 by Zabuzard
Recommended Posts