Profile image

Help on Car steering

2,381 KtaAviation  1.6 years ago

On most racing games, the faster you go,the more gradual the steering becomes. is there anyway to replicate this in simpleplanes?

  • Log in to leave a comment
  • Profile image
    2,381 KtaAviation

    @hpgbproductions Thanks!

    1.6 years ago
  • Profile image

    Yeah funky
    I use an angle = INPUT/GS curve. Try to figure out what the output is at different values of GS.
    INPUT / lerp(1,DIVISOR,inverselerp(MAX_STEER_SPEED,MIN_STEER_SPEED,GS))
    Example use:
    Roll / lerp(1,15,inverselerp(10,90,GS))

    1.6 years ago
  • Profile image
    1,605 XxRxX

    yes
    funky

    1.6 years ago