Key Binds not working - L:var_GeneratorResetButton_L
Piston & Turbine Dukes
3
Posts
2
Posters
143
Views
1
Watching
-
I have mapped most of the Duke Piston and Turbine buttons, switches and controls using Axis and Ohs.
One I haven't managed to sort out is the Left/Right Generator Reset Buttons.
L:var_GeneratorResetButton_L, Number and var_GeneratorResetButton_R, Number.Any pointers?
-
I don't have the simulator running at this exact moment, but try adding
_IsDown
to the end of those variables:var_GeneratorResetButton_L_IsDown
. Without that, a momentary push button's functionality will still be activated, but_IsDown
is needed to hold the button down. I've been meaning to add this to the manuals...