Advertisement
Guest User

SMZ S3D

a guest
Feb 14th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 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 smzS3D
  8. ShortName smzS3D
  9.  
  10.  
  11. // Visuals
  12. Model RWsmzPackage.smzS3D
  13. ModelScale 1
  14. Icon Icon_Vehicle_smzS3D
  15.  
  16.  
  17. // Recipe
  18.  
  19.  
  20. //Misc
  21.  
  22. //------------------------------------------------
  23.  
  24. //---Driveables-----------------------------------
  25. //Visuals
  26. Texture Skin_Vehicle_smzS3D
  27.  
  28.  
  29. //Movement
  30. MaxThrottle 1
  31. MaxNegativeThrottle 0.5
  32. Drag 100
  33.  
  34. //Wheels
  35. NumWheels 4
  36. WheelPosition 0 -27,5 -10 -12
  37. WheelPosition 1 -27,5 -10 12
  38. WheelPosition 2 11,5 -10 12
  39. WheelPosition 3 11,5 -10 -12
  40.  
  41.  
  42. //Floating
  43.  
  44.  
  45. //Ammo
  46.  
  47.  
  48. //Weapons
  49.  
  50.  
  51. //Driver and Passengers
  52. Driver -15 -2 -6
  53. Passengers 1
  54. Passenger 1 -15 -2 6 core
  55.  
  56.  
  57. //Inventory Slots
  58. CargoSlots 16
  59. FuelTankSize 8000
  60.  
  61.  
  62. //Recipe
  63.  
  64.  
  65. //Health and Collision
  66. SetupPart frontLeftWheel 100 5,5 -10 10 12 12 5
  67. SetupPart frontRightWheel 100 5,5 -10 -15 12 12 5
  68. SetupPart backLeftWheel 100 -33,5 -10 10 12 12 5
  69. SetupPart backRightWheel 100 -33,5 -10 -15 12 12 5
  70. SetupPart core 100 -39,5 -3 -15 61 12 30
  71. SetupPart core 1000 -22,5 19 -14 20 1 28
  72.  
  73.  
  74. //Misc
  75.  
  76.  
  77. //Sounds
  78. StartSound Engine
  79. StartSoundLength 20
  80. EngineSound Engine
  81. EngineSoundLength 20
  82.  
  83. //------------------------------------------------
  84.  
  85. //---Vehicle--------------------------------------
  86. //Visuals
  87. RotateWheels True
  88.  
  89. //Movement
  90. FourWheelDrive False
  91. TurnLeftSpeed 0.5
  92. TurnRightSpeed 0.5
  93.  
  94. //Misc
  95.  
  96.  
  97. //Sound
  98.  
  99. //------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement