-Dagger- Posted July 19, 2021 Posted July 19, 2021 I posted this a month ago but in the wrong forum (https://forums.eagle.ru/topic/274687-invalid-selector-arrow-in-the-temperature-selector-solution-inside/?tab=comments#comment-4698057 so I will post it here so it gets properly tracked -- 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:
SnuggleFairy Posted July 20, 2021 Posted July 20, 2021 Now the real question is - In real life, is it a switch with those 10 set position or is it just a smooth rotary potentiometer?
ED Team BIGNEWY Posted July 20, 2021 ED Team Posted July 20, 2021 reported thank you Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal
Recommended Posts