Advertisement
Guest User

Untitled

a guest
May 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Audi R8
  2.  
  3.  
  4. ["mass"] = 1600,
  5. ["turnMass"] = 4500,
  6. ["dragCoeff"] = 2.5,
  7. ["centerOfMass"] = {0, 0.1, -0},
  8. ["percentSubmerged"] = 75,
  9. ["tractionMultiplier"] = 0.85,
  10. ["tractionLoss"] = 0.85,
  11. ["tractionBias"] = 0.49,
  12. ["numberOfGears"] = 5,
  13. ["maxVelocity"] = 210,
  14. ["engineAcceleration"] = 21,
  15. ["engineInertia"] = 41,
  16. ["driveType"] = "rwd",
  17. ["engineType"] = "petrol",
  18. ["brakeDeceleration"] = 20,
  19. ["brakeBias"] = 0.6,
  20. ["ABS"] = false,
  21. ["steeringLock"] = 30,
  22. ["suspensionForceLevel"] = 0.9,
  23. ["suspensionDamping"] = 0.7,
  24. ["suspensionHighSpeedDamping"] = 0,
  25. ["suspensionUpperLimit"] = 0.3,
  26. ["suspensionLowerLimit"] = -0.1,
  27. ["suspensionFrontRearBias"] = 0.5,
  28. ["suspensionAntiDiveMultiplier"] = 0.3,
  29. ["seatOffsetDistance"] = 0.25,
  30. ["collisionDamageMultiplier"] = 0.6,
  31. ["monetary"] = 35000,
  32. ["modelFlags"] = 40002800,
  33. ["handlingFlags"] = 0,
  34. ["headLight"] = 1,
  35. ["tailLight"] = 1,
  36. ["animGroup"] = 19,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement