-Dagger- Posted June 18, 2021 Posted June 18, 2021 (edited) This selector should accept 10 positions but currently you only have 9, so they are not properly displayed and the arrow ends up in middle positions Trying to select 18 degrees (3 clicks) This can be solved by changing: elements["AC-TEMP-KNOB-PTR"] = multiposition_switch(_("Temperature Selector, 5/10/15/18/20/22/24/30/35/40/50"), devices.ECS_INTERFACE, ecs_commands.Temperature, 146, 11, 1/9, false, 0.0, anim_speed_default, false) to elements["AC-TEMP-KNOB-PTR"] = multiposition_switch(_("Temperature Selector, 5/10/15/18/20/22/24/30/35/40/50"), devices.ECS_INTERFACE, ecs_commands.Temperature, 146, 11, 1/10, false, 0.0, anim_speed_default, false) In the file ....\Mods\aircraft\Mi-24P\Cockpit\Scripts\clickabledata.lua (line 150) After the fix: @BIGNEWY Sorry, this should have been posted to the bugs section but I messed it up Edited June 18, 2021 by -Dagger- 1
Recommended Posts