Advertisement
legoclone09

TantaresFairings Source Code

Feb 18th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. 2.5m Fairing
  2.  
  3. +PART[TLV_Fairing_A]
  4. {
  5. @title = TF-20 Extended Aerodynamic Enclosure
  6. @name = 2-50mfairing
  7. @MODEL
  8. {
  9. %scale = 2,2,2
  10. }
  11. @node_stack_top = 0.0, 0.541, 0.0, 0.0, 1.0, 0.0, 1
  12. @node_stack_bottom = 0.0, -0.541, 0.0, 0.0, -1.0, 0.0, 2
  13. @mass = 0.235
  14. @description = A larger version of the normal TF-10 Extended Aerodynamic Enclosure.
  15. @manufacturer = Lego's Non-Revolutionary Remodels
  16. @MODULE
  17. {
  18. name = ModuleProceduralFairing
  19. @baseRadius = 1.6
  20. @maxRadius = 3
  21. @capRadius = 0.375
  22. @pivot = 0, 0.541, 0
  23. @xSectionHeightMin = 0.3
  24. @xSectionHeightMax = 3
  25. }
  26. }
  27.  
  28. 3.75m Fairing
  29.  
  30. +PART[TLV_Fairing_A]
  31. {
  32. @title = TF-30 Extended Aerodynamic Enclosure
  33. @name = 3-75mfairing
  34. @MODEL
  35. {
  36. %scale = 3,3,3
  37. }
  38. @node_stack_top = 0.0, 0.8115, 0.0, 0.0, 1.0, 0.0, 2
  39. @node_stack_bottom = 0.0, -0.8115, 0.0, 0.0, -1.0, 0.0, 3
  40. @mass = 0.235
  41. @description = A larger version of the normal TF-10 Extended Aerodynamic Enclosure.
  42. @manufacturer = Lego's Non-Revolutionary Remodels
  43. @MODULE
  44. {
  45. name = ModuleProceduralFairing
  46. @baseRadius = 2.4
  47. @maxRadius = 6
  48. @capRadius = 0.375
  49. @pivot = 0, 0.8115, 0
  50. @xSectionHeightMin = 0.3
  51. @xSectionHeightMax = 4
  52. }
  53. }
  54.  
  55. 5m Fairing
  56.  
  57. +PART[TLV_Fairing_A]
  58. {
  59. @title = TF-40 Extended Aerodynamic Enclosure
  60. @name = 5-00mfairing
  61. @MODEL
  62. {
  63. %scale = 4,4,4
  64. }
  65. @node_stack_top = 0.0, 1.082, 0.0, 0.0, 1.0, 0.0, 3
  66. @node_stack_bottom = 0.0, -1.082, 0.0, 0.0, -1.0, 0.0, 4
  67. @mass = 0.335
  68. @description = A larger version of the normal TF-10 Extended Aerodynamic Enclosure.
  69. @manufacturer = Lego's Non-Revolutionary Remodels
  70. @MODULE
  71. {
  72. name = ModuleProceduralFairing
  73. @baseRadius = 3.2
  74. @maxRadius = 12
  75. @capRadius = 0.375
  76. @pivot = 0, 1.082, 0
  77. @xSectionHeightMin = 0.3
  78. @xSectionHeightMax = 6
  79. }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement