Hi there. I started creating my own car-driving game. I’m now stuck on one problem. My car is set to have 4 gears. The problem is, every time i press brake key, game is always engaging the first gear, no matter how fast the car goes. The Change up / down RPM values are good, I’ve got nothing about Set Target Gear in my blueprint. Auto Reverse option is off as well. Is it a common problem, and how do I get rid of it?
1 Like
Some code/blueprint would help break down the issue. Does your game have a neutral gear functionality?
1 Like
Yes, it does.
I actually fixed the issue - the problem was Reverse as Brake - I unchecked it and the problem is gone. Thanks for your reply