Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. class ivory_m3_gts_drift: ivory_m3_base
  2. {
  3. author="dezkit";
  4. displayName="BMW M3 GTS Drift";
  5. vehicleClass="Ivory";
  6. scope=2;
  7. scopeCurator=2;
  8. crew="C_man_1";
  9. side=3;
  10. faction="CIV_F";
  11. thrustDelay=0;
  12. engineStartSpeed=0.01;
  13. brakeIdleSpeed=3;
  14. maxSpeed=350;
  15. fuelCapacity=30;
  16. wheelCircumference=2.277;
  17. antiRollbarForceCoef=0;
  18. antiRollbarForceLimit=0;
  19. antiRollbarSpeedMin=0;
  20. antiRollbarSpeedMax=0;
  21. idleRpm=600;
  22. redRpm=8000;
  23. differentialType="rear_open";
  24. frontRearSplit=0;
  25. frontBias=0;
  26. rearBias=3.0;
  27. centreBias=1.0;
  28. clutchStrength=150;
  29. maxOmega=1200;
  30. enginePower=10000;
  31. peakTorque=5000;
  32. emergencyCage=1;
  33. mass=50;
  34. MOI=2.3000002;
  35.  
  36.  
  37.  
  38.  
  39. class AnimationSources: AnimationSources
  40. {
  41. class spoiler: spoiler
  42. {
  43. initPhase=1;
  44. };
  45. };
  46. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement