Advertisement
Guest User

Humvee Config

a guest
Aug 3rd, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. //---Standard Vehicle Config for Flans Mod--------
  2. //Created by Minecraft-SMP Toolbox 2.3.0.0
  3.  
  4.  
  5. //---Standard-------------------------------------
  6. // Naming
  7. Name humvee
  8. ShortName humvee
  9.  
  10.  
  11. // Visuals
  12. Model RoboWorks_ARMA3.humvee
  13. ModelScale 1
  14. Icon Icon_Vehicle_humvee
  15.  
  16.  
  17. // Recipe
  18.  
  19.  
  20. //Misc
  21.  
  22. //------------------------------------------------
  23.  
  24. //---Driveables-----------------------------------
  25. //Visuals
  26. Texture Skin_Vehicle_humvee
  27. Model RoboWorks_ARMA3.humvee
  28.  
  29. //Movement
  30. MaxThrottle 1.5
  31. MaxNegativeThrottle 0.5
  32. Drag 1
  33.  
  34.  
  35. //Wheels
  36. NumWheels 4
  37. WheelPosition 0 -47 -9 28
  38. WheelPosition 1 -47 -9 -29
  39. WheelPosition 2 54 -9 -29
  40. WheelPosition 3 54 -9 28
  41. WheelRadius 1
  42. SpringStrength 0.5
  43.  
  44.  
  45. //Floating
  46. FloatOnWater False
  47. Boat False
  48.  
  49.  
  50. //Ammo
  51.  
  52.  
  53. //Weapons
  54.  
  55.  
  56. //Driver and Passengers
  57. Driver 6 14 -22
  58. Passengers 3
  59. Passenger 1 6 14 20 core
  60. Passenger 2 -19 14 -22 core
  61. Passenger 3 -19 14 20 core
  62.  
  63.  
  64. //Inventory Slots
  65. CargoSlots 20
  66. FuelTankSize 1000
  67.  
  68.  
  69. //Recipe
  70.  
  71.  
  72. //Health and Collision
  73. SetupPart frontLeftWheel 100 41,5 -7,5 24 24 24 10
  74. SetupPart frontRightWheel 100 41,5 -7,5 -33 24 24 10
  75. SetupPart backRightWheel 100 -59 -7,5 -33 24 24 10
  76. SetupPart backLeftWheel 100 -59 -7,5 24 24 24 10
  77. SetupPart core 500 -27 2 -32 53 40 65
  78. SetupPart core 1000 -69 11 -32 41 19 65
  79. SetupPart core 400 26 10 -32 41 13 65
  80. CollisionPoint -79 10 32 core
  81. CollisionPoint -79 10 -31 core
  82. CollisionPoint 74 10 32 core
  83. CollisionPoint 74 10 -31 core
  84.  
  85.  
  86. //Misc
  87. PlaceableOnLand True
  88. PlaceableOnWater False
  89.  
  90.  
  91. //Sounds
  92.  
  93. //------------------------------------------------
  94.  
  95. //---Vehicle--------------------------------------
  96. //Visuals
  97.  
  98. //Movement
  99.  
  100.  
  101. //Misc
  102.  
  103.  
  104. //Sound
  105.  
  106. //------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement