Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public float MaxSteerAngle = 0.75f;
  2. public float AirResistance = 2.5f;
  3. public float RollingResistance = 8f;
  4. public float TotalTireGrip = 2.5f;
  5. public float SteerSpeed = 2.5f;
  6. public float SpeedTurningStability = 10f;
  7. public float DurabilityMax = 2000f;
  8. public float accelMultiplier = 1.4f;
  9. public float speedLimit = 16f;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement