Advertisement
Guest User

KW interstage / stock engines MM compatibility patch

a guest
Aug 19th, 2014
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. // ##########################################################################################
  2. // this MM patch attemps to make stock and mod engines mimmick the behaviour of KW engines
  3. // enabling them to use the interstage fairings. It adds a second identical node to the
  4. // top allowing the interstage to connect.
  5. //
  6. // made by Three_Pounds for the awesome KW Rocketry mod
  7. // ##########################################################################################
  8.  
  9. // ##########################################################################################
  10. //1.Stock Engines
  11. // ##########################################################################################
  12.  
  13. @PART[engineLargeSkipper]
  14. {
  15. node_stack_top2 = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 //adds a second node on top to allow KW interstage faring to attach
  16. }
  17.  
  18. @PART[ionEngine]
  19. {
  20. node_stack_top2 = 0.0, 0.2135562, 0.0, 0.0, 1.0, 0.0, 1
  21. }
  22.  
  23. @PART[liquidEngine]
  24. {
  25. node_stack_top2 = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0
  26. }
  27.  
  28. @PART[liquidEngine1-2]
  29. {
  30. node_stack_top2 = 0.0, 1.065308, 0.0, 0.0, 1.0, 0.0, 2
  31. }
  32.  
  33. @PART[liquidEngine2]
  34. {
  35. node_stack_top2 = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0
  36. }
  37.  
  38. @PART[liquidEngine2-2]
  39. {
  40. node_stack_top2 = 0.0, 0.7269405, 0.0, 0.0, 1.0, 0.0, 2
  41. }
  42.  
  43. @PART[liquidEngine3]
  44. {
  45. node_stack_top2 = 0.0, 21.6498, 0.0, 0.0, 1.0, 0.0, 1
  46. }
  47.  
  48. @PART[liquidEngineMini]
  49. {
  50. node_stack_top2 = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
  51. }
  52.  
  53. @PART[microEngine]
  54. {
  55. node_stack_top2 = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
  56. }
  57.  
  58. @PART[nuclearEngine]
  59. {
  60. node_stack_top2 = 0.0, 1.40383, 0.0, 0.0, 1.0, 0.0
  61. }
  62.  
  63. @PART[RAPIER]
  64. {
  65. node_stack_top2 = 0.0,0.741545,0.0 , 0.0, 1.0, 0.0
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement