dannyq8 Posted May 14, 2016 Posted May 14, 2016 I have been using my 3 position switches for a while now and thought this was a bug that would be sorted, but I was going to upload my edits to Rlaxoxo's keybinding thread and realised the error is with the switch position. I use the pinkie switch on my WH throttle for the land/taxi switch and my custom keybind settings, but when I do I get this: OFF -- Taxi light on in F2 view TAXI -- Off in F2 view LDG -- Landing light on in F2 view This is what I thought was the WIP bug as it was reported a while back. I have taken some comparison photos's to try to explain. In the first one with the light selected OFF you can see that using my 3 position edit that the switch actually looks like it is in the OFF position, using the mouse it looks like it is in the TAXI position. In the second picture, with TAXI selected my 3 position edit the switch looks like taxi is selected but with the mouse it is somewhere between TAXI and LDG When selected to LDG with either version the switch looks like it is in landing. I realise this is pretty low level as bugs go and probably won't affect many people if any. I could edit my default lua to match the switch positions as they are now and that would be that but it still doesn't solve the issue that the switch position is not lining up with the switch label. For reference here is my edit {down = 3450, up = 3450, cockpit_device_id = 16, value_up= 0, value_down = 1, name = 'Landing light', category = '3-Pos. Switch Abstractions'}, {down = 3450, up = 3450, cockpit_device_id = 16, value_up= 0, value_down = -1, name = 'Taxi light', category = '3-Pos. Switch Abstractions'}, Wise men speak because they have something to say; Fools because they have to say something. Plato
Recommended Posts