Profile image

[QUESTION] Auto Brakes?

37.1k P0LARIS  one month ago

There a code that automatically enables air brakes when one craft is near another?

  • Log in to leave a comment
  • Profile image
    146k KSB24

    clamp01( (TargetDistance-30)/20 )*10
    -30 : Minimum distance away from other craft to start braking
    /20 : How quickly reaches to the maximum power
    *10 : Maximum power of this airbrake

    Pinned one month ago
  • Profile image
    37.1k P0LARIS

    @KSB24 Thanks!

    +1 one month ago