jayst0r Posted June 25, 2021 Posted June 25, 2021 (edited) Hallo, I have setup an Axis for "Sight Crosshair Brightness Adjustment" and "Sight Grid Brightness Adjustment". So I added these Lines to the Lua: {action = asp_commands.Brightness_PM_EXT, cockpit_device_id = devices.ASP_17V, name = _('Sight Crosshair Brightness Adjustment')}, {action = asp_commands.Brightness_NS_EXT, cockpit_device_id = devices.ASP_17V, name = _('Sight Grid Brightness Adjustment')}, The Problem/Feature is, that when i turn the physical Knob it moves the in game one only till the half point, after that the in Cockpit one is at its Limit, but somehow if i keep turning the physical one i can invert the colours. It is kinda neat to have a better Colour difference between the two sights, but i doubt it is intended. Edited June 25, 2021 by jayst0r TEXT got Swallowed´up 1
PreyingFox Posted June 26, 2021 Posted June 26, 2021 Sounds like the physical knob is incrementing the color value further than intended, maybe you can change the scale of values the knob sends as input?Sent from my Pixel 3 using Tapatalk
bertOC Posted November 13, 2023 Posted November 13, 2023 Ran into the same problem just now, i managed to make your lines work with the DCS axis settings. Set axis to slider and change Y-Saturation to 50 fixed it for me.
Recommended Posts