Advertisement
Guest User

Untitled

a guest
May 9th, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. PART
  2. {
  3. // --- general parameters ---
  4. name = InfilPod
  5. module = Part
  6. author = Lack
  7.  
  8. // --- asset parameters ---
  9. mesh = model.mu
  10. scale = 1
  11. rescaleFactor = 1
  12. rimFalloff = 5
  13. // --- node definitions ---
  14. // definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
  15. node_stack_top = 0.0, 1.17125, 0.0, 0.0, 1.0, 0.0, 1
  16. node_stack_bottom = 0.0, -1.323467, 0.0, 0.0, 1.0, 0.0, 1
  17. node_attach = 0.0, 0.0, 0.625, 0.0, 0.0, -1.0
  18. //---FX---
  19.  
  20. fx_exhaustFlame_yellow_tiny = 0.0, -0, 0., 0.0, 0.0, 0.0, running
  21.  
  22. // --- editor parameters ---
  23. TechRequired = robotics
  24. entryCost = 19400
  25. cost = 3200
  26. category = Pods
  27. subcategory = 0
  28. title = Tug
  29. manufacturer = LLL
  30. description = Designed for operations from a station or mother-ship, and for use in station construction, crew transfer and rescue from derilict craft. Features a full suite of powerful RCS thrusters and a small pair of engines are mounted radially to allow for basic orbital manoeuvres. Can dock to most docking ports [which is why the right-click menu is so long].
  31.  
  32. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
  33. attachRules = 1,1,1,1,0
  34.  
  35. // --- standard part parameters ---
  36. mass = 1.5
  37. dragModelType = default
  38. maximum_drag = 0.1
  39. minimum_drag = 0.1
  40. angularDrag = 2
  41. crashTolerance = 40
  42. maxTemp = 3400
  43.  
  44. vesselType = Ship
  45.  
  46. // --- pod/rcs parameters ---
  47.  
  48. MODULE
  49. {
  50. name = ModuleSAS
  51. }
  52.  
  53. MODULE
  54. {
  55. name = ModuleReactionWheel
  56.  
  57. PitchTorque = 3
  58. YawTorque = 3
  59. RollTorque = 3
  60.  
  61. RESOURCE
  62. {
  63. name = ElectricCharge
  64. rate = 0.3
  65. }
  66. }
  67.  
  68. // --- tweakables (coming soon...) ---
  69.  
  70.  
  71. // --- internal setup ---
  72. CrewCapacity = 2
  73.  
  74. INTERNAL
  75. {
  76. name = GenericSpace3
  77. }
  78.  
  79. MODULE
  80. {
  81. name = ModuleCommand
  82. minimumCrew = 1
  83. }
  84.  
  85. RESOURCE
  86. {
  87. name = ElectricCharge
  88. amount = 320
  89. maxAmount = 320
  90. }
  91.  
  92. RESOURCE
  93. {
  94. name = MonoPropellant
  95. amount = 80
  96. maxAmount = 80
  97. }
  98.  
  99. RESOURCE
  100. {
  101. name = LiquidFuel
  102. amount = 28.64
  103. maxAmount = 28.64
  104. }
  105.  
  106. RESOURCE
  107. {
  108. name = Oxidizer
  109. amount = 35
  110. maxAmount = 35
  111. }
  112.  
  113. MODULE
  114. {
  115. name = ModuleGrappleNode
  116.  
  117. nodeTransformName = dockingNode
  118.  
  119. deployAnimationController = 0
  120. nodeType = size2
  121.  
  122. captureRange = 0.05
  123. captureMinFwdDot = 0.866
  124. captureMaxRvel = 1
  125. }
  126.  
  127. MODULE
  128. {
  129. name = ModuleEngines
  130. thrustVectorTransformName = thrustTransform
  131. exhaustDamage = True
  132. ignitionThreshold = 0.1
  133. minThrust = 0
  134. maxThrust = 20
  135. heatProduction = 150
  136. fxOffset = 0, 0, 0.01
  137. PROPELLANT
  138. {
  139. name = LiquidFuel
  140. ratio = 0.9
  141. DrawGauge = True
  142. }
  143. PROPELLANT
  144. {
  145. name = Oxidizer
  146. ratio = 1.1
  147. }
  148. atmosphereCurve
  149. {
  150. key = 0 300
  151. key = 1 250
  152. }
  153.  
  154. }
  155.  
  156. MODULE
  157. {
  158. name = ModuleLight
  159. lightName = Light
  160. useAnimationDim = true
  161. lightBrightenSpeed = 1
  162. lightDimSpeed = 1
  163. resourceAmount = 0.02
  164. animationName = inflanim
  165. useResources = true
  166. }
  167.  
  168. MODULE
  169. {
  170. name = ModuleRCS
  171. thrusterTransformName = RCSthruster
  172. thrusterPower = 1
  173. resourceName = MonoPropellant
  174. atmosphereCurve
  175. {
  176. key = 0 260
  177. key = 1 100
  178. }
  179. }
  180.  
  181. MODULE
  182. {
  183. name = ModuleScienceExperiment
  184.  
  185. experimentID = crewReport
  186.  
  187. experimentActionName = Crew Report
  188. resetActionName = Discard Crew Report
  189. reviewActionName = Review Report
  190.  
  191. useStaging = False
  192. useActionGroups = True
  193. hideUIwhenUnavailable = True
  194. rerunnable = True
  195.  
  196. xmitDataScalar = 1.0
  197. }
  198. MODULE
  199. {
  200. name = ModuleScienceContainer
  201.  
  202. reviewActionName = Review Stored Data
  203. storeActionName = Store Experiments
  204. evaOnlyStorage = True
  205. storageRange = 2.0
  206. }
  207.  
  208. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement