Advertisement
Guest User

Untitled

a guest
Jul 17th, 2015
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. @PART[SYengine5mM5]:FOR[RealPlume]:NEEDS[SmokeScreen] //SpaceY M5 "Moa" Heavy Lift Engine Cluster
  2. {
  3. PLUME
  4. {
  5. name = Kerolox-Lower //pre-fabbed plume you want
  6. transformName = thrustTransform //which transform to attach the plume
  7. localRotation = 0,0,0 //Optional - Any rotation needed
  8. localPosition = 0,0,1.6 //Any offset needed
  9. fixedScale = 0.6 //Size adjustment to resize to engine
  10. energy = 0.8 //Adjust length of plume
  11. speed = 1 //Adjust speed to fit resize,
  12. //generally close to 1:1 with scale.
  13. }
  14. @MODULE[ModuleEngines*],*
  15. {
  16. @name = ModuleEnginesFX
  17. %powerEffectName = Kerolox-Lower
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement