Advertisement
OneTallor

Untitled

Aug 23rd, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. -- ZR-350 - x
  2. setModelHandling(477, "maxVelocity", 240)
  3. setModelHandling(477, "engineAcceleration", 31.0)
  4. setModelHandling(477, "engineInertia", 45.0)
  5. setModelHandling(477, "engineType", "petrol")
  6. setModelHandling(477, "brakeDeceleration", 50.0)
  7. setModelHandling(477, "brakeBias", 0.6)
  8. setModelHandling(477, "driveType", "rwd")
  9. setModelHandling(477, "steeringLock", 35.0)
  10. setModelHandling(477, "tractionMultiplier", 0.98)
  11. setModelHandling(477, "tractionLoss", 0.85)
  12. setModelHandling(477, "tractionBias", 0.48)
  13. setModelHandling(477, "suspensionForceLevel", 1.0)
  14. setModelHandling(477, "centerOfMass", { 0.0, -0.05, -0.15})
  15. setModelHandling(477, "suspensionDamping", 0.3)
  16. setModelHandling(477, "mass", 1400)
  17. setModelHandling(477, "turnMass", 2979.7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement