Advertisement
Guest User

Untitled

a guest
Jul 18th, 2015
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. @PART[SYSRB_0625L5]:FOR[RealPlume]:NEEDS[SmokeScreen] //SpaceY 05S SRB (0.625m x 5m)
  2. {
  3. PLUME
  4. {
  5. name = Solid-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,-0.5 //Any offset needed
  9. fixedScale = 0.4 //Size adjustment to resize to engine
  10. energy = 1 //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 = Solid-Lower
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement