Advertisement
Lurker1011

PhysX

Jun 23rd, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. simulation="tankX";
  2. fuelCapacity=18;
  3. brakeIdleSpeed=0.1;
  4. maxSpeed=87;
  5. normalSpeedForwardCoef=0.75;
  6. slowSpeedForwardCoef=0.64349997;
  7. waterResistanceCoef=0.25;
  8. enginePower=889;
  9. maxOmega=240.86;
  10. minOmega=83.779999;
  11. redRpm=2300;
  12. idleRpm=1000;
  13. peakTorque=5000;
  14. torqueCurve[]=
  15. {
  16. {0.347826,0.73529398},
  17. {0.43478301,0.91176498},
  18. {0.52173901,1},
  19. {0.60869598,1},
  20. {0.69565201,0.98529398},
  21. {0.78260899,0.92647099},
  22. {0.86956501,0.82352901},
  23. {1,0.67647099}
  24. };
  25. thrustDelay=0.5;
  26. engineMOI=7;
  27. dampingRateFullThrottle=0.80000001;
  28. dampingRateZeroThrottleClutchEngaged=4;
  29. dampingRateZeroThrottleClutchDisengaged=0.5;
  30. clutchStrength=70;
  31. latency=1.5;
  32. switchTime=0;
  33. changeGearType="rpmratio";
  34. changeGearOmegaRatios[]={1,0.52173901,0.347826,0.47826099,0.90126099,0.47826099,0.90652199,0.60869598,0.91304302,0.652174,1,0.652174};
  35. class complexGearbox
  36. {
  37. GearboxRatios[]=
  38. {
  39. "R1",
  40. -11,
  41. "N",
  42. 0,
  43. "D1",
  44. 6.0999999,
  45. "D2",
  46. 3.0999999,
  47. "D3",
  48. 1.45,
  49. "D4",
  50. 1
  51. };
  52. transmissionRatios[]=
  53. {
  54. "High",
  55. 7
  56. };
  57. gearBoxMode="auto";
  58. moveOffGear=1;
  59. driveString="D";
  60. neutralString="N";
  61. reverseString="R";
  62. };
  63. tankTurnForce=550000;
  64. tankTurnForceAngMinSpd=0.94999999;
  65. tankTurnForceAngSpd=1.04;
  66. accelAidForceCoef=4;
  67. accelAidForceYOffset=-3.5;
  68. accelAidForceSpd=3.5999999;
  69. antiRollbarForceCoef=20;
  70. antiRollbarForceLimit=10;
  71. antiRollbarSpeedMin=10;
  72. antiRollbarSpeedMax=55;
  73. class Wheels
  74. {
  75. class L2
  76. {
  77. side="left";
  78. suspTravelDirection[]={-0.125,-1,0};
  79. boneName="wheel_podkoloL1";
  80. center="wheel_1_2_axis";
  81. boundary="wheel_1_2_bound";
  82. steering=0;
  83. width=0.5;
  84. mass=120;
  85. MOI=16;
  86. dampingRate=1;
  87. dampingRateInAir=1;
  88. dampingRateDestroyed=550;
  89. maxDroop=0.18000001;
  90. maxCompression=0.15000001;
  91. sprungMass=2510;
  92. springStrength=215000;
  93. springDamperRate=25500;
  94. maxBrakeTorque=43000;
  95. latStiffX=3;
  96. latStiffY=40;
  97. longitudinalStiffnessPerUnitGravity=11000;
  98. frictionVsSlipGraph[]=
  99. {
  100. {0,0.75},
  101. {0.15000001,1.4},
  102. {0.5,0.89999998}
  103. };
  104. };
  105. class L3: L2
  106. {
  107. boneName="wheel_podkolol2";
  108. center="wheel_1_3_axis";
  109. boundary="wheel_1_3_bound";
  110. };
  111. class L4: L2
  112. {
  113. boneName="wheel_podkolol3";
  114. center="wheel_1_4_axis";
  115. boundary="wheel_1_4_bound";
  116. };
  117. class L5: L2
  118. {
  119. boneName="wheel_podkolol4";
  120. center="wheel_1_5_axis";
  121. boundary="wheel_1_5_bound";
  122. };
  123. class L6: L2
  124. {
  125. boneName="wheel_podkolol5";
  126. center="wheel_1_6_axis";
  127. boundary="wheel_1_6_bound";
  128. };
  129. class L7: L2
  130. {
  131. boneName="wheel_podkolol6";
  132. center="wheel_1_7_axis";
  133. boundary="wheel_1_7_bound";
  134. };
  135. class L8: L2
  136. {
  137. boneName="";
  138. center="wheel_1_8_axis";
  139. boundary="wheel_1_8_bound";
  140. maxDroop=0;
  141. maxCompression=0;
  142. };
  143. class L9: L2
  144. {
  145. boneName="";
  146. center="wheel_1_9_axis";
  147. boundary="wheel_1_9_bound";
  148. maxDroop=0;
  149. maxCompression=0;
  150. };
  151. class L10: L2
  152. {
  153. boneName="";
  154. center="wheel_1_10_axis";
  155. boundary="wheel_1_10_bound";
  156. maxDroop=0;
  157. maxCompression=0;
  158. };
  159. class L1: L2
  160. {
  161. boneName="";
  162. center="wheel_1_1_axis";
  163. boundary="wheel_1_1_bound";
  164. maxDroop=0;
  165. maxCompression=0;
  166. };
  167. class R2: L2
  168. {
  169. side="right";
  170. suspTravelDirection[]={0.125,-1,0};
  171. boneName="wheel_podkolop1";
  172. center="wheel_2_2_axis";
  173. boundary="wheel_2_2_bound";
  174. };
  175. class R3: R2
  176. {
  177. boneName="wheel_podkolop2";
  178. center="wheel_2_3_axis";
  179. boundary="wheel_2_3_bound";
  180. };
  181. class R4: R2
  182. {
  183. boneName="wheel_podkolop3";
  184. center="wheel_2_4_axis";
  185. boundary="wheel_2_4_bound";
  186. };
  187. class R5: R2
  188. {
  189. boneName="wheel_podkolop4";
  190. center="wheel_2_5_axis";
  191. boundary="wheel_2_5_bound";
  192. };
  193. class R6: R2
  194. {
  195. boneName="wheel_podkolop5";
  196. center="wheel_2_6_axis";
  197. boundary="wheel_2_6_bound";
  198. };
  199. class R7: R2
  200. {
  201. boneName="wheel_podkolop6";
  202. center="wheel_2_7_axis";
  203. boundary="wheel_2_7_bound";
  204. };
  205. class R8: R2
  206. {
  207. boneName="";
  208. center="wheel_2_8_axis";
  209. boundary="wheel_2_8_bound";
  210. maxDroop=0;
  211. maxCompression=0;
  212. };
  213. class R9: R2
  214. {
  215. boneName="wheel_podkolop9";
  216. center="wheel_2_9_axis";
  217. boundary="wheel_2_9_bound";
  218. maxDroop=0;
  219. maxCompression=0;
  220. };
  221. class R10: R2
  222. {
  223. boneName="";
  224. center="wheel_2_10_axis";
  225. boundary="wheel_2_10_bound";
  226. maxDroop=0;
  227. maxCompression=0;
  228. };
  229. class R1: R2
  230. {
  231. boneName="";
  232. center="wheel_2_1_axis";
  233. boundary="wheel_2_1_bound";
  234. maxDroop=0;
  235. maxCompression=0;
  236. };
  237. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement