segax Posted January 7, 2024 Posted January 7, 2024 How to change how much my collective goes down and up when I press a button to lower it or raise it? I saw it was possible with trimmer buttons on F-5 where buttons clicks were too sensitive? It should be in default.lua and it looks like this. -- Ins Collective Stick ------------------------ ------------------------------------------------ { down = iCommandPlaneCollectiveIncrease, pressed = iCommandPlaneCollectiveIncrease, up = iCommandPlaneCollectiveStop, name = _('Collective - Up'), category = {_('Ins Collective Stick'), _('Flight Control')}}, { down = iCommandPlaneCollectiveDecrease, pressed = iCommandPlaneCollectiveDecrease, up = iCommandPlaneCollectiveStop, name = _('Collective - Down'), category = {_('Ins Collective Stick'), _('Flight Control')}}, This is how it looks in default.lua. I also did change clickable.lua those gain values lower, but nothing changed.. There is no value pressed, or value up and down here like it is in F-5 1
Recommended Posts