Advertisement
Guest User

Untitled

a guest
May 18th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1.  
  2.  
  3. @PART[2x1*]
  4. {
  5. MODULE
  6. {
  7. name = TweakScale
  8. type = LLLsizes2x1
  9. defaultScale = 1
  10. }
  11. }
  12.  
  13. @PART[1to125*]
  14. {
  15. MODULE
  16. {
  17. name = TweakScale
  18. type = stack
  19. defaultScale = 1
  20. }
  21. }
  22.  
  23. @PART[1x1*]
  24. {
  25. MODULE
  26. {
  27. name = TweakScale
  28. type = LLLsizes1x1
  29. defaultScale = 1
  30. }
  31. }
  32.  
  33. @PART[2to1*]
  34. {
  35. MODULE
  36. {
  37. name = TweakScale
  38. type = LLLsizes2x1
  39. defaultScale = 1
  40. }
  41. }
  42.  
  43. @PART[2to2*]
  44. {
  45. MODULE
  46. {
  47. name = TweakScale
  48. type = LLLsizes2x1
  49. defaultScale = 1
  50. }
  51. }
  52.  
  53. @PART[4to2*]
  54. {
  55. MODULE
  56. {
  57. name = TweakScale
  58. type = LLLsizes2x1
  59. defaultScale = 2
  60. }
  61. }
  62.  
  63. @PART[LLLIntake]
  64. {
  65. MODULE
  66. {
  67. name = TweakScale
  68. type = LLLsizes2x1
  69. defaultScale = 1
  70. }
  71. }
  72.  
  73. @PART[MKVII4x2]
  74. {
  75. MODULE
  76. {
  77. name = TweakScale
  78. type = LLLsizes2x1
  79. defaultScale = 2
  80. }
  81. }
  82. @PART[MKVII2x1Cockpit]
  83. {
  84. MODULE
  85. {
  86. name = TweakScale
  87. type = LLLsizes2x1
  88. defaultScale = 1
  89. }
  90. }
  91. @PART[MKVIICockpitLLL]
  92. {
  93. MODULE
  94. {
  95. name = TweakScale
  96. type = LLLsizes2x1
  97. defaultScale = 1
  98. }
  99. }
  100. @PART[MkVIIICatfish]
  101. {
  102. MODULE
  103. {
  104. name = TweakScale
  105. type = LLLsizes2x1
  106. defaultScale = 1
  107. }
  108. }
  109. @PART[LLL1x1NoseProbe]
  110. {
  111. MODULE
  112. {
  113. name = TweakScale
  114. type = LLLsizes1x1
  115. defaultScale = 1
  116. }
  117. }
  118. @PART[LLLRadEng]
  119. {
  120. MODULE
  121. {
  122. name = TweakScale
  123. type = free
  124. defaultScale = 1
  125. }
  126. }
  127. @PART[4x2*]
  128. {
  129. !TechRequired = DELETE
  130. !entryCost = DELETE
  131. category = -1
  132. }
  133. @PART[2x2*]
  134. {
  135. !TechRequired = DELETE
  136. !entryCost = DELETE
  137. category = -1
  138. }
  139. @PART[4to2Adaptor]
  140. {
  141. !TechRequired = DELETE
  142. !entryCost = DELETE
  143. category = -1
  144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement