Profile image

Help on Car steering

2,314 KtaAviation  11 months 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,314 KtaAviation

    @hpgbproductions Thanks!

    11 months 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))

    11 months ago
  • Profile image
    1,591 XxRxX

    yes
    funky

    11 months ago