Advertisement
Guest User

Untitled

a guest
Aug 11th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="ASCII"?>
  2. <vehicle>
  3. <basic>
  4. <type>car</type>
  5. <name>Maluch</name>
  6. <anims>null</anims>
  7. <comprules>0</comprules>
  8. <extraflags>208002</extraflags>
  9. <wheelmodel>254</wheelmodel>
  10. <wheelscale>0.700000</wheelscale>
  11. </basic>
  12.  
  13. <aidata>
  14. <class>normal</class>
  15. <freq>10</freq>
  16. <level>7</level>
  17. </aidata>
  18.  
  19. <colors>
  20. <carcol>8,1</carcol>
  21. <carcol>12,1</carcol>
  22. <carcol>13,1</carcol>
  23. <carcol>24,1</carcol>
  24. <carcol>36,1</carcol>
  25. <carcol>35,1</carcol>
  26. <carcol>41,1</carcol>
  27. <carcol>42,1</carcol>
  28. <carcol>54,1</carcol>
  29. <carcol>0,1</carcol>
  30. <carcol>2,1</carcol>
  31. <carcol>72,1</carcol>
  32. <carcol>9,1</carcol>
  33. <carcol>91,1</carcol>
  34. <carcol>59,1</carcol>
  35. <carcol>45,1</carcol>
  36. </colors>
  37.  
  38. <audio>
  39. <enginefarsample>277</enginefarsample>
  40. <enginenearsample>13</enginenearsample>
  41. <hornsample>0</hornsample>
  42. <hornfreq>25513</hornfreq>
  43. <sirensample>0</sirensample>
  44. <sirenfreq>9700</sirenfreq>
  45. <doorsounds>1</doorsounds>
  46. </audio>
  47.  
  48. <handling>
  49. <mass>600.000000</mass>
  50. <percentsubmerged>50</percentsubmerged>
  51. <steeringlock>18.000000</steeringlock>
  52. <seatoffset>0.360000</seatoffset>
  53. <damagemultiplier>0.540000</damagemultiplier>
  54. <value>10350</value>
  55. <flags>208002</flags>
  56.  
  57. <dimensions>
  58. <x>1.900000</x>
  59. <y>4.700000</y>
  60. <z>1.500000</z>
  61. </dimensions>
  62.  
  63. <centreofmass>
  64. <x>0.000000</x>
  65. <y>0.000000</y>
  66. <z>-0.300000</z>
  67. </centreofmass>
  68.  
  69. <traction>
  70. <multiplier>1.200000</multiplier>
  71. <loss>0.850000</loss>
  72. <bias>0.500000</bias>
  73. </traction>
  74.  
  75. <transmission>
  76. <numofgears>5</numofgears>
  77. <maxspeed>120.000000</maxspeed>
  78. <acceleration>12.000000</acceleration>
  79. <drivetype>R</drivetype>
  80. <enginetype>P</enginetype>
  81. </transmission>
  82.  
  83. <brakes>
  84. <deceleration>12.000000</deceleration>
  85. <bias>0.340000</bias>
  86. <abs>0</abs>
  87. </brakes>
  88.  
  89. <suspension>
  90. <forcelevel>1.000000</forcelevel>
  91. <dampening>0.050000</dampening>
  92. <upperlimit>0.150000</upperlimit>
  93. <lowerlimit>-0.250000</lowerlimit>
  94. <bias>0.500000</bias>
  95. <antidive>0.000000</antidive>
  96. </suspension>
  97.  
  98. <lights>
  99. <front>1</front>
  100. <rear>1</rear>
  101. </lights>
  102. </handling>
  103.  
  104. </vehicle>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement