BKSQ Baron Pro Fuel Selector Animation
-
Movement of the right fuel selector in my Baron Pro is not replicated in the virtual aircraft in FS2020.
The virtual image is fixed in the OFF position regardless of what I do. It responds to mouse-over with the usual highlight but will not move with the mouse click.
I notice however, that when I move my hardware selector, I can hear the sound of the selector in the sim and if I switch my selector to the OFF position, the engine stops. If I move it to the ON position, I can restart the engine.
Is there a way to get the animation to work with the hardware? -
Movement of the right fuel selector in my Baron Pro is not replicated in the virtual aircraft in FS2020.
The virtual image is fixed in the OFF position regardless of what I do. It responds to mouse-over with the usual highlight but will not move with the mouse click.
I notice however, that when I move my hardware selector, I can hear the sound of the selector in the sim and if I switch my selector to the OFF position, the engine stops. If I move it to the ON position, I can restart the engine.
Is there a way to get the animation to work with the hardware?@djw4250
I do not run 2020 anymore. But I assume the scripts should be the same no matter what sim you are using.
I do use the following scripts for 2024 and they seem to work well:
Right for Cross feed
19·(>K:FUEL_SELECTOR_2_SET)
Right for Off
0·(>K:FUEL_SELECTOR_2_SET)
Right for ON
20·(>K:FUEL_SELECTOR_2_SET)For the left you have to replace the 2 with 1
Using these scripts with my hardware does move the switch in game.