Advertisement
Guest User

TTSTA-fixed.cfg

a guest
Jan 18th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. PART
  2. {
  3. name = TTSTA-fixed
  4. module = Part
  5. author = UbioZurWeldingLtd
  6. rescaleFactor = 1
  7. PhysicsSignificance = -1
  8. node_stack_toprtg3 = -0.48885,5.86121,0,1,0,0,0
  9. node_stack_bottomrtg3 = -1.14246,5.86121,0,1,0,0,0
  10. node_stack_bottommk2SpacePlaneAdapter8 = -1.54596,-0.58949,0,-1,0,0,1
  11. node_stack_topdockingPort25 = 0.07034,8.9434,0,0,1,0,1
  12. node_stack_bottomasasmodule1-27 = 0.07034,-7.33949,0,0,1,0,1
  13. // Moved this item to last, seems that order determines the "priority" of nodes
  14. // (now it can be attached from the intended node):
  15. node_stack_topmk2SpacePlaneAdapter8 = -3.42096,-0.58949,0,-1,0,0,1
  16. node_attach = 1.63,0,0,1,0,0,1
  17. CrewCapacity = 0
  18. TechRequired = heavyAerodynamics
  19. entryCost = 226400
  20. cost = 27130
  21. category = FuelTank
  22. subcategory = 0
  23. title = TTSTA, fixed
  24. manufacturer = Bonafire's Custom Space Assemlies
  25. description = Transfer Three side tank assembly, attachment node priority fixed.
  26. // Also changed this, disabled surface attachment of this part
  27. // (but other parts can still be surface attached to it).
  28. // The part would attach correctly without this change, but this makes attaching it
  29. // the inteded way much easier, as it now only snaps to nodes:
  30. attachRules = 1,0,1,1,0,0,0
  31. // attachRules = 1,1,1,1,0,0,0 // <- original after welding
  32. mass = 7.23
  33. dragModelType = override
  34. maximum_drag = 0.20273
  35. minimum_drag = 0.16895
  36. angularDrag = 1.74023
  37. crashTolerance = 44.90456
  38. breakingForce = 22.77455
  39. breakingTorque = 22.77455
  40. maxTemp = 3000
  41. fuelCrossFeed = True
  42. MODEL
  43. {
  44. model = Squad/Parts/Mk3/Mk3Fuselage/LFO_50
  45. position = 0.07034,-0.58949,0
  46. scale = 1,1,1
  47. rotation = 0,0,0
  48. }
  49. MODEL
  50. {
  51. model = Squad/Parts/FuelTank/adapterTanks/Mk3-Size2
  52. position = 0.07034,3.78551,0
  53. scale = 1,1,1
  54. rotation = 0,0,0
  55. }
  56. MODEL
  57. {
  58. model = Squad/Parts/Command/advancedSasModuleLarge/model
  59. position = 0.07034,5.91051,0
  60. scale = 1,1,1
  61. rotation = 0,0,0
  62. }
  63. MODEL
  64. {
  65. model = Squad/Parts/Electrical/RTG/model
  66. position = -0.81565,5.86121,0
  67. scale = 1,1,1
  68. rotation = 90,90,0
  69. }
  70. MODEL
  71. {
  72. model = Squad/Parts/FuelTank/adapterTanks/Size2-Size1
  73. position = 0.07034,7.41051,0
  74. scale = 1,1,1
  75. rotation = 0,0,0
  76. }
  77. MODEL
  78. {
  79. model = Squad/Parts/Utility/dockingPort/model
  80. position = 0.07034,8.66051,0
  81. scale = 1,1,1
  82. rotation = 0,0,0
  83. }
  84. MODEL
  85. {
  86. model = Squad/Parts/FuelTank/adapterTanks/Mk3-Size2
  87. position = 0.07034,-4.96449,0
  88. scale = 1,1,1
  89. rotation = 0,180,180
  90. }
  91. MODEL
  92. {
  93. model = Squad/Parts/Command/advancedSasModuleLarge/model
  94. position = 0.07034,-7.08949,0
  95. scale = 1,1,1
  96. rotation = 0,0,0
  97. }
  98. MODEL
  99. {
  100. model = Squad/SPP/Mk2Adapters/standard
  101. position = -2.48346,-0.58949,0
  102. scale = 1,1,1
  103. rotation = 0,180,270
  104. }
  105. RESOURCE
  106. {
  107. name = LiquidFuel
  108. amount = 4995
  109. maxAmount = 4995
  110. }
  111. RESOURCE
  112. {
  113. name = Oxidizer
  114. amount = 6105
  115. maxAmount = 6105
  116. }
  117. MODULE
  118. {
  119. name = ModuleReactionWheel
  120. PitchTorque = 60
  121. YawTorque = 60
  122. RollTorque = 60
  123. RESOURCE
  124. {
  125. name = ElectricCharge
  126. rate = 1.2
  127. }
  128. }
  129. MODULE
  130. {
  131. name = ModuleGenerator
  132. isAlwaysActive = true
  133. OUTPUT_RESOURCE
  134. {
  135. name = ElectricCharge
  136. rate = 0.75
  137. }
  138. }
  139. MODULE
  140. {
  141. name = ModuleDockingNode
  142. referenceAttachNode = topdockingPort25
  143. nodeType = size1
  144. }
  145. MODULE
  146. {
  147. name = ModuleLiftingSurface
  148. deflectionLiftCoeff = 0.3
  149. dragAtMaxAoA = 0.2
  150. dragAtMinAoA = 0.1
  151. }
  152. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement