Profile image

Angular Momentum

4,359 MeetThyDoom  2 months ago

Hi all. I was wondering if anyone knows of a way to set the rate at which a resizeable wheel or engine accelerates?

I know the vanilla solution would be to reduce th engine power to give a more realistic rate of acceleration, however I don't want to sacrifice engine power and the ability to climb. I'm building a very heavy vehicle.

Any advice would be appreciated. Thanks!

  • Log in to leave a comment
  • Profile image
    59.3k TheMouse

    As far as I know, acceleration is impossible to slow when you have a lot if power, however, you can make the top speed much slower if you want by editing each resizable wheel.

    +1 2 months ago
  • Profile image
    7,586 overlord5453

    Try smooth(input). Might work.
    Or maybe sum(input) * 1 where 1 is the speed.

    2 months ago