Advertisement
Guest User

Untitled

a guest
Sep 12th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 KB | None | 0 0
  1. @PART[km_ssme_rs25s]:FOR[RealFuels_StockEngines] //RX-25s
  2. {
  3.  
  4. @mass = 1.66
  5. @cost = 2724
  6. %entryCost = 8620
  7. @maxTemp = 3275
  8.  
  9. !mesh = DELETE
  10. MODEL
  11. {
  12. model = Klockheed_Martian_SSE/Parts/Ssme-s/model
  13. scale = 1.68, 1.68, 1.68
  14. rotation = 0, 0, 0
  15. }
  16. %scale = 1.0
  17. %rescaleFactor = 1.0
  18.  
  19.  
  20.  
  21. @MODULE[ModuleEngine*]
  22. {
  23. @name = ModuleEnginesRF
  24. @maxThrust = 675
  25. @heatProduction = 171
  26. @atmosphereCurve
  27. {
  28. @key,0 = 0 434
  29. @key,1 = 1 365
  30. }
  31. !PROPELLANT[LiquidFuel] {}
  32. !PROPELLANT[Oxidizer] {}
  33. !PROPELLANT[MonoPropellant] {}
  34. PROPELLANT
  35. {
  36. name = LqdHydrogen
  37. ratio = 72.856139
  38. DrawGauge = True
  39. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  40. }
  41. PROPELLANT
  42. {
  43. name = LqdOxygen
  44. ratio = 27.143861
  45. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  46. }
  47. }
  48.  
  49. MODULE
  50. {
  51. name = ModuleEngineConfigs
  52. type = ModuleEnginesRF
  53. techLevel = 6
  54. origTechLevel = 6
  55. engineType = L+
  56. origMass = 1.66
  57. configuration = LqdHydrogen+LqdOxygen
  58. modded = false
  59.  
  60. CONFIG
  61. {
  62. name = LqdHydrogen+LqdOxygen
  63. maxThrust = 675
  64. heatProduction = 171
  65. PROPELLANT
  66. {
  67. name = LqdHydrogen
  68. ratio = 72.85613945469638
  69. DrawGauge = True
  70. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  71. }
  72. PROPELLANT
  73. {
  74. name = LqdOxygen
  75. ratio = 27.143860545303625
  76. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  77. }
  78. IspSL = 1.3000
  79. IspV = 1.2700
  80. throttle = 0
  81. ModuleEngineIgnitor
  82. {
  83. ignitionsAvailable = 1
  84. autoIgnitionTemperature = 800
  85. ignitorType = Electric
  86. useUllageSimulation = true
  87. IGNITOR_RESOURCE
  88. {
  89. name = ElectricCharge
  90. amount = 5
  91. }
  92. }
  93.  
  94.  
  95. }
  96. CONFIG
  97. {
  98. name = Aerozine50+NTO
  99. maxThrust = 875
  100. heatProduction = 171
  101. PROPELLANT
  102. {
  103. name = Aerozine50
  104. ratio = 50.17301038062284
  105. DrawGauge = True
  106. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  107. }
  108. PROPELLANT
  109. {
  110. name = NTO
  111. ratio = 49.82698961937716
  112. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  113. }
  114. IspSL = 0.9600
  115. IspV = 0.9500
  116. throttle = 0
  117. ModuleEngineIgnitor
  118. {
  119. ignitionsAvailable = 2
  120. autoIgnitionTemperature = 800
  121. ignitorType = Electric
  122. useUllageSimulation = true
  123. IGNITOR_RESOURCE
  124. {
  125. name = ElectricCharge
  126. amount = 5
  127. }
  128. }
  129.  
  130.  
  131. }
  132. CONFIG
  133. {
  134. name = Kerosene+LqdOxygen
  135. maxThrust = 875
  136. heatProduction = 171
  137. PROPELLANT
  138. {
  139. name = Kerosene
  140. ratio = 36.699903505950466
  141. DrawGauge = True
  142. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  143. }
  144. PROPELLANT
  145. {
  146. name = LqdOxygen
  147. ratio = 63.300096494049534
  148. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  149. }
  150. IspSL = 1.0000
  151. IspV = 1.0000
  152. throttle = 0
  153. ModuleEngineIgnitor
  154. {
  155. ignitionsAvailable = 1
  156. autoIgnitionTemperature = 800
  157. ignitorType = Electric
  158. useUllageSimulation = true
  159. IGNITOR_RESOURCE
  160. {
  161. name = ElectricCharge
  162. amount = 5
  163. }
  164. }
  165.  
  166.  
  167. }
  168. }
  169. !MODULE[ModuleEngineIgnitor] {}
  170. ModuleEngineIgnitor
  171. {
  172. ignitionsAvailable = 1
  173. autoIgnitionTemperature = 800
  174. ignitorType = Electric
  175. useUllageSimulation = true
  176. IGNITOR_RESOURCE
  177. {
  178. name = ElectricCharge
  179. amount = 5
  180. }
  181. }
  182.  
  183.  
  184. }
  185. @PART[km_ssme_rs25ss]:FOR[RealFuels_StockEngines] //RX-25ss Straight
  186. {
  187.  
  188. @mass = 1.525
  189. @cost = 2394
  190. %entryCost = 6970
  191. @maxTemp = 3279
  192.  
  193. !mesh = DELETE
  194. MODEL
  195. {
  196. model = Klockheed_Martian_SSE/Parts/Ssme-s-Straight/model
  197. scale = 1.94, 1.94, 1.94
  198. rotation = 0, 0, 0
  199. }
  200. %scale = 1.0
  201. %rescaleFactor = 1.0
  202.  
  203. @MODULE[ModuleEngine*]
  204. {
  205. @name = ModuleEnginesRF
  206. @maxThrust = 675
  207. @heatProduction = 172
  208. @atmosphereCurve
  209. {
  210. @key,0 = 0 434
  211. @key,1 = 1 365
  212. }
  213. !PROPELLANT[LiquidFuel] {}
  214. !PROPELLANT[Oxidizer] {}
  215. !PROPELLANT[MonoPropellant] {}
  216. PROPELLANT
  217. {
  218. name = LqdHydrogen
  219. ratio = 72.856139
  220. DrawGauge = True
  221. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  222. }
  223. PROPELLANT
  224. {
  225. name = LqdOxygen
  226. ratio = 27.143861
  227. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  228. }
  229. }
  230.  
  231. MODULE
  232. {
  233. name = ModuleEngineConfigs
  234. type = ModuleEnginesRF
  235. techLevel = 6
  236. origTechLevel = 6
  237. engineType = L+
  238. origMass = 1.525
  239. configuration = LqdHydrogen+LqdOxygen
  240. modded = false
  241.  
  242. CONFIG
  243. {
  244. name = LqdHydrogen+LqdOxygen
  245. maxThrust = 675
  246. heatProduction = 172
  247. PROPELLANT
  248. {
  249. name = LqdHydrogen
  250. ratio = 72.85613945469638
  251. DrawGauge = True
  252. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  253. }
  254. PROPELLANT
  255. {
  256. name = LqdOxygen
  257. ratio = 27.143860545303625
  258. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  259. }
  260. IspSL = 1.3000
  261. IspV = 1.2700
  262. throttle = 0
  263. ModuleEngineIgnitor
  264. {
  265. ignitionsAvailable = 1
  266. autoIgnitionTemperature = 800
  267. ignitorType = Electric
  268. useUllageSimulation = true
  269. IGNITOR_RESOURCE
  270. {
  271. name = ElectricCharge
  272. amount = 4
  273. }
  274. }
  275.  
  276.  
  277. }
  278. CONFIG
  279. {
  280. name = Aerozine50+NTO
  281. maxThrust = 875
  282. heatProduction = 172
  283. PROPELLANT
  284. {
  285. name = Aerozine50
  286. ratio = 50.17301038062284
  287. DrawGauge = True
  288. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  289. }
  290. PROPELLANT
  291. {
  292. name = NTO
  293. ratio = 49.82698961937716
  294. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  295. }
  296. IspSL = 0.9600
  297. IspV = 0.9500
  298. throttle = 0
  299. ModuleEngineIgnitor
  300. {
  301. ignitionsAvailable = 2
  302. autoIgnitionTemperature = 800
  303. ignitorType = Electric
  304. useUllageSimulation = true
  305. IGNITOR_RESOURCE
  306. {
  307. name = ElectricCharge
  308. amount = 4
  309. }
  310. }
  311.  
  312.  
  313. }
  314. CONFIG
  315. {
  316. name = Kerosene+LqdOxygen
  317. maxThrust = 875
  318. heatProduction = 172
  319. PROPELLANT
  320. {
  321. name = Kerosene
  322. ratio = 36.699903505950466
  323. DrawGauge = True
  324. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  325. }
  326. PROPELLANT
  327. {
  328. name = LqdOxygen
  329. ratio = 63.300096494049534
  330. %ResourceFlowMode = STACK_PRIORITY_SEARCH
  331. }
  332. IspSL = 1.0000
  333. IspV = 1.0000
  334. throttle = 0
  335. ModuleEngineIgnitor
  336. {
  337. ignitionsAvailable = 1
  338. autoIgnitionTemperature = 800
  339. ignitorType = Electric
  340. useUllageSimulation = true
  341. IGNITOR_RESOURCE
  342. {
  343. name = ElectricCharge
  344. amount = 4
  345. }
  346. }
  347.  
  348.  
  349. }
  350. }
  351. !MODULE[ModuleEngineIgnitor] {}
  352. ModuleEngineIgnitor
  353. {
  354. ignitionsAvailable = 1
  355. autoIgnitionTemperature = 800
  356. ignitorType = Electric
  357. useUllageSimulation = true
  358. IGNITOR_RESOURCE
  359. {
  360. name = ElectricCharge
  361. amount = 4
  362. }
  363. }
  364.  
  365.  
  366. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement