There a code that automatically enables air brakes when one craft is near another?
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
clamp01( (TargetDistance-30)/20 )*10
@KSB24 Thanks!
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
@KSB24 Thanks!