Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. @PART[RSBengineJ2]:FOR[RealFuels_StockEngines] //J-2 Cryogenic Engine
  2. {
  3.  
  4. @mass = 1.7881
  5. @cost = 45000
  6. %entryCost = 275000
  7. @maxTemp = 2300
  8.  
  9.  
  10. @MODULE[ModuleEngine*]
  11. {
  12. @name = ModuleEnginesRF
  13. @maxThrust = 1033.1
  14. @heatProduction = 150
  15. @atmosphereCurve
  16. {
  17. @key,0 = 0 421
  18. @key,1 = 1 300
  19. @key,1 = 12 0.001
  20. }
  21. !PROPELLANT[LiquidFuel] {}
  22. !PROPELLANT[Oxidizer] {}
  23. !PROPELLANT[MonoPropellant] {}
  24. PROPELLANT
  25. {
  26. name = LqdHydrogen
  27. ratio = 72.856139
  28. DrawGauge = True
  29. %resourceFlowMode = STACK_PRIORITY_SEARCH
  30. }
  31. PROPELLANT
  32. {
  33. name = LqdOxygen
  34. ratio = 27.143861
  35. %resourceFlowMode = STACK_PRIORITY_SEARCH
  36. }
  37. }
  38.  
  39. MODULE
  40. {
  41. name = ModuleEngineConfigs
  42. type = ModuleEnginesRF
  43. techLevel = 6
  44. origTechLevel = 6
  45. engineType = U
  46. origMass = 1.7881
  47. configuration = LqdHydrogen+LqdOxygen
  48. modded = false
  49.  
  50. CONFIG
  51. {
  52. name = LqdHydrogen+LqdOxygen
  53. maxThrust = 1033.1
  54. heatProduction = 150
  55. PROPELLANT
  56. {
  57. name = LqdHydrogen
  58. ratio = 72.85613945469638
  59. DrawGauge = True
  60. %resourceFlowMode = STACK_PRIORITY_SEARCH
  61. }
  62. PROPELLANT
  63. {
  64. name = LqdOxygen
  65. ratio = 27.143860545303625
  66. %resourceFlowMode = STACK_PRIORITY_SEARCH
  67. }
  68. IspSL = 0.95238
  69. IspV = 1.2028
  70. throttle = 0
  71. ModuleEngineIgnitor
  72. {
  73. ignitionsAvailable = 2
  74. useUllageSimulation = true
  75. autoIgnitionTemperature = 800
  76. ignitorType = Electric
  77. IGNITOR_RESOURCE
  78. {
  79. name = ElectricCharge
  80. amount = 58
  81. }
  82. }
  83. }
  84. }
  85. !MODULE[ModuleEngineIgnitor] {}
  86. ModuleEngineIgnitor
  87. {
  88. ignitionsAvailable = 2
  89. autoIgnitionTemperature = 800
  90. useUllageSimulation = true
  91.  
  92. }
  93. }
  94.  
  95.  
  96. @PART[RSBengineRL10B2]:FOR[RealFuels_StockEngines] //RL10B-2 Cryogenic Engine
  97. {
  98.  
  99. @MODULE[ModuleEngine*]
  100. {
  101. !PROPELLANT[LiquidFuel] {}
  102. !PROPELLANT[Oxidizer] {}
  103. !PROPELLANT[MonoPropellant] {}
  104. PROPELLANT
  105. {
  106. name = LqdHydrogen
  107. ratio = 72.856139
  108. DrawGauge = True
  109. %resourceFlowMode = STACK_PRIORITY_SEARCH
  110. }
  111. PROPELLANT
  112. {
  113. name = LqdOxygen
  114. ratio = 27.143861
  115. %resourceFlowMode = STACK_PRIORITY_SEARCH
  116. }
  117. }
  118.  
  119. MODULE
  120. {
  121. name = ModuleEngineConfigs
  122. type = ModuleEnginesRF
  123. techLevel = 6
  124. origTechLevel = 6
  125. engineType = U
  126. origMass = 0.277
  127. configuration = LqdHydrogen+LqdOxygen
  128. modded = false
  129.  
  130. CONFIG
  131. {
  132. name = LqdHydrogen+LqdOxygen
  133. maxThrust = 110
  134. heatProduction = 150
  135. PROPELLANT
  136. {
  137. name = LqdHydrogen
  138. ratio = 72.85613945469638
  139. DrawGauge = True
  140. %resourceFlowMode = STACK_PRIORITY_SEARCH
  141. }
  142. PROPELLANT
  143. {
  144. name = LqdOxygen
  145. ratio = 27.143860545303625
  146. %resourceFlowMode = STACK_PRIORITY_SEARCH
  147. }
  148. IspSL = 0.95238
  149. IspV = 1.33
  150. throttle = 0
  151. ModuleEngineIgnitor
  152. {
  153. ignitionsAvailable = 2
  154. useUllageSimulation = true
  155. autoIgnitionTemperature = 800
  156. ignitorType = Electric
  157. IGNITOR_RESOURCE
  158. {
  159. name = ElectricCharge
  160. amount = 58
  161. }
  162. }
  163. }
  164. }
  165. !MODULE[ModuleEngineIgnitor] {}
  166. ModuleEngineIgnitor
  167. {
  168. ignitionsAvailable = 2
  169. autoIgnitionTemperature = 800
  170. useUllageSimulation = true
  171.  
  172. }
  173. }
  174.  
  175. @PART[RSBengineRS25]:FOR[RealFuels_StockEngines] //RS-25 Space Shuttle Main Engine
  176. {
  177.  
  178. @MODULE[ModuleEngine*]
  179. {
  180. !PROPELLANT[LiquidFuel] {}
  181. !PROPELLANT[Oxidizer] {}
  182. !PROPELLANT[MonoPropellant] {}
  183. PROPELLANT
  184. {
  185. name = LqdHydrogen
  186. ratio = 72.856139
  187. DrawGauge = True
  188. %resourceFlowMode = STACK_PRIORITY_SEARCH
  189. }
  190. PROPELLANT
  191. {
  192. name = LqdOxygen
  193. ratio = 27.143861
  194. %resourceFlowMode = STACK_PRIORITY_SEARCH
  195. }
  196. }
  197.  
  198. MODULE
  199. {
  200. name = ModuleEngineConfigs
  201. type = ModuleEnginesRF
  202. techLevel = 6
  203. origTechLevel = 6
  204. engineType = U
  205. origMass = 3.39
  206. configuration = LqdHydrogen+LqdOxygen
  207. modded = false
  208.  
  209. CONFIG
  210. {
  211. name = LqdHydrogen+LqdOxygen
  212. maxThrust = 2279
  213. heatProduction = 192
  214. PROPELLANT
  215. {
  216. name = LqdHydrogen
  217. ratio = 72.85613945469638
  218. DrawGauge = True
  219. %resourceFlowMode = STACK_PRIORITY_SEARCH
  220. }
  221. PROPELLANT
  222. {
  223. name = LqdOxygen
  224. ratio = 27.143860545303625
  225. %resourceFlowMode = STACK_PRIORITY_SEARCH
  226. }
  227. IspSL = 1.74285
  228. IspV = 1.292285
  229. throttle = 0
  230. ModuleEngineIgnitor
  231. {
  232. ignitionsAvailable = 1
  233. useUllageSimulation = true
  234. autoIgnitionTemperature = 800
  235. ignitorType = Electric
  236. IGNITOR_RESOURCE
  237. {
  238. name = ElectricCharge
  239. amount = 58
  240. }
  241. }
  242. }
  243. }
  244. !MODULE[ModuleEngineIgnitor] {}
  245. ModuleEngineIgnitor
  246. {
  247. ignitionsAvailable = 1
  248. autoIgnitionTemperature = 800
  249. useUllageSimulation = true
  250.  
  251. }
  252. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement