-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Ingame Input Maps #3179
Comments
So adding TRUCK_SHIFT_RANGE_SWITCH_LO_HI which would toggle between those two only - that would help? About the splitter, I don't know how that's used on trucks IRL so I can't tell how much work ot would need. |
That might cause issues with some mods. It would be better to have a function that cycles through the three ranges like Lo->Mi->Hi and back to Low. The next range would be engaged by a simple button press |
Cool, that's actually better, I just needed to know of it fits your bill. TRUCK_CYCLE_SHIFT_RANGES it is then. |
To be added here's rigs-of-rods/source/main/gameplay/EngineSim.cpp Line 1455 in 48bd9d9
|
Fixes RigsOfRods#3179 No binding by default - intended for controllers.
We currently have the commands/actions TRUCK_SHIFT_HIGHRANGE, TRUCK_SHIFT_LOWRANGE & TRUCK_SHIFT_MIDRANGE. I would suggest to add a toggle command as well, since there are controllers which only have a trigger button to switch gear ranges. I would like to point out that it would also make sense to add a way to integrate a splitter to gear shifting, but that would require making way too many other changes to the game.
The text was updated successfully, but these errors were encountered: