diff --git a/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_Dragon.cfg b/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_Dragon.cfg new file mode 100644 index 0000000000..aed4e79152 --- /dev/null +++ b/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_Dragon.cfg @@ -0,0 +1,431 @@ +//Sources +//https://www.spacex.com/vehicles/dragon/ +//https://www.wikiwand.com/en/Crew_Dragon_Demo-1 +//https://www.nasa.gov/feature/top-10-things-to-know-for-nasa-s-spacex-demo-2-return +//https://www.reddit.com/r/spacex/comments/k7uu9b/whats_the_mass_of_dragon_2_heres_what_i_could_dig/ + +@PART[TE_18_DRAGONV2_HEATSHIELD]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Dragon v2 PICA-X Heatshield + @manufacturer = SpaceX + @description = Heatshield to safely return to Earth after spending time in orbit aboard the Dragon capsule. + + @mass = 0.35 +} + +@PART[TE_18_DRAGONV2_POD]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Dragon v2 Crew Capsule + @manufacturer = SpaceX + @description = Dragon v2 is the crewed capsule from SpaceX, used ot ferry astronatus and send cargo to orbit and space stations. + + @mass = 8.877 + + MODULE + { + name = ModuleRealAntenna + antennaDiameter = 1.5 + } + + @MODULE[ModuleEnginesFX] + { + %EngineType = LiquidFuel + } + + MODULE + { + name = ModuleEngineConfigs + type = ModuleEngines + configuration = SuperDraco + origMass = 0.065 + + CONFIG + { + name = SuperDraco + description = Abort engines on Dragon v2, initially also to be used for landing. + minThrust = 14.2 //20% minimum throttle + maxThrust = 71 + heatProduction = 54 + + PROPELLANT + { + name = MMH + ratio = 0.5629 + DrawGauge = True + } + PROPELLANT + { + name = NTO + ratio = 0.4371 + } + PROPELLANT + { + name = Helium + ratio = 108.35 + ignoreForIsp = True + } + + atmosphereCurve + { + key = 0 280 //guess + key = 1 235 + } + + ullage = False + pressureFed = True + ignitions = 0 + + IGNITOR_RESOURCE + { + name = ElectricCharge + ratio = 0.5 + } + } + } + + @MODULE[ModuleRCSFX],* + { + @thrusterPower = 1.2 //3x400N per axis thrusters + !resourceName = NULL + + !PROPELLANT[MonoPropellant] + { + } + + PROPELLANT + { + name = MMH + ratio = 0.5629 + DrawGauge = True + } + PROPELLANT + { + name = NTO + ratio = 0.4371 + } + PROPELLANT + { + name = Helium + ratio = 108.35 + ignoreForIsp = True + } + + atmosphereCurve + { + key = 0 300 + key = 1 255 //guess + } + } + + @MODULE[ModuleReactionWheel] + { + @PitchTorque = 0.6 + @YawTorque = 0.6 + @RollTorque = 0.6 + } + + @RESOURCE[ElectricCharge] + { + @amount = 5500 + @maxAmount = 5500 + } + + MODULE + { + name = ModuleFuelTanks + type = ServiceModule + volume = 3301.43 //1.1t MMH + 1.45t NTO + basemass = -1 + + TANK + { + name = MMH + amount = 1265.81 + maxAmount= 1265.81 + } + TANK + { + name = NTO + amount = 1005.62 + maxAmount = 1005.62 + } + TANK + { + name = Helium + amount = 249276.89 + } + } +} + +@PART[TE_18_DRAGONV2_TRUNK]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Dragon v2 Trunk + @manufacturer = SpaceX + @description = The trunk attaches the Dragon to the Falcon 9 upper stage, and can also hold cargo within the large palyoad bay. + + @mass = 0.7 + + @RESOURCE[ElectricCharge] + { + @amount = 1700 + @maxAmount = 1700 + } +} + +@PART[TE_20_CargoRodan]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Dragon v2 Cargo Capsule + @manufacturer = SpaceX + @description = Cargo version of Dragon v2. + + @mass = 8.877 + + MODULE + { + name = ModuleRealAntenna + antennaDiameter = 1.5 + } + + @MODULE[ModuleRCSFX*] + { + @thrusterPower = 1.2 //3x400N per axis thrusters + !resourceName = NULL + + !PROPELLANT[MonoPropellant] + { + } + + PROPELLANT + { + name = MMH + ratio = 0.5629 + DrawGauge = True + } + PROPELLANT + { + name = NTO + ratio = 0.4371 + } + PROPELLANT + { + name = Helium + ratio = 108.35 + ignoreForIsp = True + } + + atmosphereCurve + { + key = 0 300 + key = 1 255 //guess + } + } + + @MODULE[ModuleReactionWheel] + { + @PitchTorque = 0.6 + @YawTorque = 0.6 + @RollTorque = 0.6 + } + + @RESOURCE[ElectricCharge] + { + @amount = 5500 + @maxAmount = 5500 + } + + MODULE + { + name = ModuleFuelTanks + type = ServiceModule + volume = 3301.43 //1.1t MMH + 1.45t NTO + basemass = -1 + + TANK + { + name = MMH + amount = 1265.81 + maxAmount= 1265.81 + } + TANK + { + name = NTO + amount = 1005.62 + maxAmount = 1005.62 + } + TANK + { + name = Helium + amount = 249276.89 + } + } +} + +@PART[TE_21_DXL_Docking]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Dragon XL Docking + @manufacturer = SpaceX + @description = The command module for the Dragon XL cargo vehicle. Attach a dokcing port on top. + + @mass = 0.44 + + @MODULE[ModuleRCSFX],* + { + @thrusterPower = 0.8 //assumed 800N per axis thrusters + !resourceName = NULL + + !PROPELLANT[MonoPropellant] + { + } + + PROPELLANT + { + name = MMH + ratio = 0.5629 + DrawGauge = True + } + PROPELLANT + { + name = NTO + ratio = 0.4371 + } + PROPELLANT + { + name = Helium + ratio = 108.35 + ignoreForIsp = True + } + + atmosphereCurve + { + key = 0 307 //guess + key = 1 259 //guess + } + } + + !RESOURCE,*{} + MODULE + { + name = ModuleFuelTanks + type = ServiceModule + volume = 3584.42 //1.25t MMH + 1.625t NTO + basemass = -1 + + TANK + { + name = MMH + amount = 1420.45 + maxAmount = 1420.45 + } + TANK + { + name = NTO + amount = 1128.47 + maxAmount = 1128.47 + } + TANK + { + name = Helium + amount = 279729.41 + maxAmount = 279729.41 + } + TANK + { + name = ElectricCharge + amount = 5500 + maxAmount = 5500 + } + } +} + +@PART[TE_21_DXL_RCS]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Dragon XL RCS + @manufacturer = SpaceX + @description = 3 axis RCS to be used on Dragon XL. + + @mass = 0.18 + + @MODULE[ModuleRCSFX*] + { + @thrusterPower = 0.8 //assumed 800N per axis thrusters + !resourceName = NULL + + !PROPELLANT[MonoPropellant] + { + } + + PROPELLANT + { + name = MMH + ratio = 0.5629 + DrawGauge = True + } + PROPELLANT + { + name = NTO + ratio = 0.4371 + } + PROPELLANT + { + name = Helium + ratio = 108.35 + ignoreForIsp = True + } + + atmosphereCurve + { + key = 0 307 //guess + key = 1 259 //guess + } + } +} + +@PART[TE_21_DXL_Storage]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Dragon XL Storage Container + @manufacturer = SpaceX + @description = Being a cargo vehicle, it is important to have a good storage capacity, especially since it is going to Lunar Gateway + + @mass = 1.3 + + MODULE + { + name = ModuleFuelTanks + type = ServiceModule + volume = 5000 + basemass = -1 + } +} + +@PART[TE_21_DXL_Utility]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Dragon XL Utility + @manufacturer = SpaceX + @description = Tail end of Dragon XL, controls the Dragon XL autonomously, probably. + + @mass = 0.88 +} \ No newline at end of file diff --git a/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_Falcon9.cfg b/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_Falcon9.cfg new file mode 100644 index 0000000000..99bc9e92e0 --- /dev/null +++ b/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_Falcon9.cfg @@ -0,0 +1,1105 @@ +//Sources +//http://www.b14643.de/Spacerockets_2/United_States_1/Falcon-9/Description/Frame.htm +//http://www.b14643.de/Spacerockets_2/United_States_1/Falcon-9/Merlin/index.htm + +@PART[TE_19_F9_Fairing]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Fairing + @manufacturer = SpaceX + @description = Fairing to house your payload inside while launching. + + @mass = 0.85 //1.7t / 2 +} + +@PART[TE_F9_Fairing_Adapter]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Fairing Adapter + @manufacturer = SpaceX + @description = An adapter to place your payload on and attach fairings to. + + @mass = 0.5 +} + +@PART[TE_F9_Fairing_Adapter]:BEFORE[RealAntennas]:FOR[RealAntennas] +{ + !MODULE[ModuleDataTransmitter]{} + MODULE + { + name = ModuleRealAntenna + referenceGain = 2.0 + RFBand = UHF + } +} + +@PART[TE_19_F9_S1_Engine]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Merlin 1D Octaweb + @manufacturer = SpaceX + @description = Merlin 1D engines for Falcon 9 first stage. Used on v1.1 variants. + + !MODULE[ModuleAlternator],*{} + @MODULE[ModuleGimbal] + { + @gimbalRange = 5 + @gimbalResponseSpeed = 8 + } + + MODULE + { + name = ModuleEngineConfigs + type = ModuleEngines + engineID = AllEngines + engineName = AllEngines + configuration = Merlin1D + origMass = 4.73 + + CONFIG + { + name = Merlin1D All Engines + description = Used on Falcon-9 v1.1. + minThrust = 2672.676 //40% minimum throttle + maxThrust = 6681.69 + heatProduction = 196 + + //2.34 O/F mixture ratio + PROPELLANT + { + name = Kerosene + ratio = 0.3758 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.6242 + } + atmosphereCurve + { + key = 0 311 + key = 1 282 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + CONFIG + { + name = Merlin1D+ All Engines + description = Used on Falcon-9 v1.2. + minThrust = 2991.6 //40% minimum throttle + maxThrust = 7479 + heatProduction = 225 + + //2.36 O/F mixture ratio + PROPELLANT + { + name = ChilledRP-1 + ratio = 0.3910 + DrawGauge = True + } + PROPELLANT + { + name = SubcooledLqdOxygen + ratio = 0.6090 + } + atmosphereCurve + { + key = 0 311 + key = 1 282 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + CONFIG + { + name = Merlin1D++ All Engines + description = Used on Falcon-9 Block 5. + minThrust = 3290.796 //40% minimum throttle + maxThrust = 8226.99 + heatProduction = 196 + + //2.36 O/F mixture ratio + PROPELLANT + { + name = ChilledRP-1 + ratio = 0.3910 + DrawGauge = True + } + PROPELLANT + { + name = SubcooledLqdOxygen + ratio = 0.6090 + } + atmosphereCurve + { + key = 0 312 + key = 1 288.5 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + } + + MODULE + { + name = ModuleEngineConfigs + type = ModuleEngines + engineID = ThreeLanding + engineName = ThreeLanding + configuration = Merlin1D + origMass = 4.73 + + CONFIG + { + name = Merlin1D Three Landing + description = Used on Falcon-9 v1.1. + minThrust = 890.892 //40% minimum throttle + maxThrust = 2227.23 + heatProduction = 196 + + //2.34 O/F mixture ratio + PROPELLANT + { + name = Kerosene + ratio = 0.3758 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.6242 + } + atmosphereCurve + { + key = 0 311 + key = 1 282 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + CONFIG + { + name = Merlin1D+ Three Landing + description = Used on Falcon-9 v1.2. + minThrust = 997.2 //40% minimum throttle + maxThrust = 2493 + heatProduction = 225 + + //2.36 O/F mixture ratio + PROPELLANT + { + name = ChilledRP-1 + ratio = 0.3910 + DrawGauge = True + } + PROPELLANT + { + name = SubcooledLqdOxygen + ratio = 0.6090 + } + atmosphereCurve + { + key = 0 311 + key = 1 282 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + CONFIG + { + name = Merlin1D++ Three Landing + description = Used on Falcon-9 Block 5. + minThrust = 1096.932 //40% minimum throttle + maxThrust = 2742.33 + heatProduction = 196 + + //2.36 O/F mixture ratio + PROPELLANT + { + name = ChilledRP-1 + ratio = 0.3910 + DrawGauge = True + } + PROPELLANT + { + name = SubcooledLqdOxygen + ratio = 0.6090 + } + atmosphereCurve + { + key = 0 312 + key = 1 288.5 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + } + + MODULE + { + name = ModuleEngineConfigs + type = ModuleEngines + engineID = CenterOnly + engineName = CenterOnly + configuration = Merlin1D + origMass = 4.73 + + CONFIG + { + name = Merlin1D Center Only + description = Used on Falcon-9 v1.1. + minThrust = 296.964 //40% minimum throttle + maxThrust = 742.41 + heatProduction = 196 + + //2.34 O/F mixture ratio + PROPELLANT + { + name = Kerosene + ratio = 0.3758 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.6242 + } + atmosphereCurve + { + key = 0 311 + key = 1 282 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + CONFIG + { + name = Merlin1D+ Center Only + description = Used on Falcon-9 v1.2. + minThrust = 332.4 //40% minimum throttle + maxThrust = 831 + heatProduction = 225 + + //2.36 O/F mixture ratio + PROPELLANT + { + name = ChilledRP-1 + ratio = 0.3910 + DrawGauge = True + } + PROPELLANT + { + name = SubcooledLqdOxygen + ratio = 0.6080 + } + atmosphereCurve + { + key = 0 311 + key = 1 282 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + CONFIG + { + name = Merlin1D++ Center Only + description = Used on Falcon-9 Block 5. + minThrust = 365.644 //40% minimum throttle + maxThrust = 914.11 + heatProduction = 196 + + //2.36 O/F mixture ratio + PROPELLANT + { + name = ChilledRP-1 + ratio = 0.3910 + DrawGauge = True + } + PROPELLANT + { + name = SubcooledLqdOxygen + ratio = 0.6090 + } + atmosphereCurve + { + key = 0 312 + key = 1 288.5 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + } +} + +@PART[TE_19_F9_S1_Interstage]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Interstage + @manufacturer = SpaceX + @description = Interstage between Stage 1 and 2. Also houses control point for landing. + + @mass = 2.5 + + @MODULE[ModuleReactionWheel] + { + @PitchTorque = 0.35 + @YawTorque = 0.35 + @RollTorque = 0.35 + } + + @MODULE[ModuleEngines] + { + @minThrust = 200 + + @PROPELLANT[SolidFuel] + { + @name = PSPC + @ratio = 0.1 + } + } + + !RESOURCE[],*{} + MODULE + { + name = ModuleFuelTanks + type = ServiceModule + volume = 582.718 + basemass = -1 + + TANK + { + name = ElectricCharge + amount = 12000 //guess + maxAmount = 12000 + } + TANK + { + name = Nitrogen + amount = 277859 //650kg N2 + maxAmount = 277859 + } + TANK + { + name = PSPC + amount = 15 + maxAmount = 15 + } + } +} + +@PART[TE_19_F9_S1_Interstage]:BEFORE[RealAntennas]:FOR[RealAntennas] +{ + !MODULE[ModuleDataTransmitter]{} + MODULE + { + name = ModuleRealAntenna + referenceGain = 1.75 + RFBand = UHF + } +} + +@PART[TE_19_F9_S1_Octaweb]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Octaweb + @manufacturer = SpaceX + @description = Octaweb for housing 9 engines for the first stage. + + @mass = 0.32 +} + +@PART[TE_19_F9_S1_Tank]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 v1.1 Tank Stage 1 + @manufacturer = SpaceX + @description = First stage Al-Li tank that is reused on multiple launches for Falcon 9 v1.1. + + @mass = 18.37 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + + !RESOURCE[],*{} + MODULE + { + name = ModuleFuelTanks + type = Cryogenic + volume = 386929.52 //117.77t Kerosene + 275.59t LOX + basemass = -1 + + TANK + { + name = Kerosene + amount = 145397.531 + maxAmount = 145397.531 + } + TANK + { + name = LqdOxygen + amount = 241531.989 + maxAmount = 241531.989 + } + } +} + ++PART[TE_19_F9_S1_Tank]:FOR[RealismOverhaul] +{ + @name = TE_19_F9_S1_Tank_12 + + @title = Falcon 9 v1.2 Tank Stage 1 + @manufacturer = SpaceX + @description = First stage Al-Li skin tank that is reused on multiple launches for Falcon 9 v1.2. + + @mass = 20.87 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + + !RESOURCE[],*{} + + MODULE + { + name = ModuleFuelTanks + type = Cryogenic + volume = 391620.336 //126.71t Chilled RP-1 + 299.03t Subcooled LOX + basemass = -1 + + TANK + { + name = ChilledRP-1 + amount = 153216.445 + maxAmount = 153216.445 + } + TANK + { + name = SubcooledLqdOxygen + amount = 238403.891 + maxAmount = 238403.891 + } + } +} + ++PART[TE_19_F9_S1_Tank]:FOR[RealismOverhaul] +{ + @name = TE_19_F9_S1_Tank_B5 + + @title = Falcon 9 Block 5 Tank Stage 1 + @manufacturer = SpaceX + @description = First stage Al-Li skin tank that is reused on multiple launches for Falcon 9 Block 5. + + @mass = 15.32 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + + !RESOURCE[],*{} + + MODULE + { + name = ModuleFuelTanks + type = Cryogenic + volume = 444765.7 //134.66t Chilled RP-1 + 317.79t Subcooled LOX + basemass = -1 + + TANK + { + name = ChilledRP-1 + amount = 162829.504 + maxAmount = 162829.504 + } + TANK + { + name = SubcooledLqdOxygen + amount = 253360.44 + maxAmount = 253360.44 + } + } +} + +@PART[TE_19_F9_S2_Engine]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Merlin 1DV + @manufacturer = SpaceX + @description = Merlin 1DV engines for Falcon 9 second stage. Used on v1.1, v1.2, and Block 5 variants. + + !MODULE[ModuleAlternator],*{} + @MODULE[ModuleGimbal] + { + @gimbalRange = 5 + @gimbalResponseSpeed = 8 + } + + MODULE + { + name = ModuleEngineConfigs + type = ModuleEngines + configuration = Merlin1D + origMass = 0.49 + + CONFIG + { + name = Merlin1DVac + description = Used on Falcon-9 v1.1. + minThrust = 362.31 //45% minimum throttle + maxThrust = 805.13 + heatProduction = 233 + + //2.36 O/F mixture ratio + PROPELLANT + { + name = Kerosene + ratio = 0.3738 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.6262 + } + atmosphereCurve + { + key = 0 347 + key = 1 200 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + CONFIG + { + name = Merlin1DVac+ + description = Used on Falcon-9 v1.2. + minThrust = 362.31 //45% minimum throttle + maxThrust = 805.13 + heatProduction = 233 + + //2.36 O/F mixture ratio + PROPELLANT + { + name = ChilledRP-1 + ratio = 0.3910 + DrawGauge = True + } + PROPELLANT + { + name = SubcooledLqdOxygen + ratio = 0.6090 + } + atmosphereCurve + { + key = 0 347 + key = 1 200 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + CONFIG + { + name = Merlin1DVac++ + description = Used on Falcon-9 Block 5. + minThrust = 420.3 //45% minimum throttle + maxThrust = 934 + heatProduction = 233 + + //2.36 O/F mixture ratio + PROPELLANT + { + name = ChilledRP-1 + ratio = 0.3910 + DrawGauge = True + } + PROPELLANT + { + name = SubcooledLqdOxygen + ratio = 0.6090 + } + atmosphereCurve + { + key = 0 347 + key = 1 200 + } + + ullage = True + pressureFed = False + ignitions = 4 + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 0.5 + } + IGNITOR_RESOURCE + { + name = TEATEB + amount = 1.0 + } + } + } + + @MODULE[ModuleRCSFX] + { + @stagingEnabled = True + @thrusterPower = 0.4 + !resourceName = NULL + + !PROPELLANT[],*{} + PROPELLANT + { + name = Nitrogen + amount = 1.0 + } + @atmosphereCurve + { + @key = 0 65 + @key = 1 30 + } + } +} + +@PART[TE_19_F9_S2_Tank]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Tank Stage 2 + @manufacturer = SpaceX + @description = Second stage tank for Falcon 9. + + @mass = 2.74 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + + !RESOURCE[],*{} + + MODULE + { + name = ModuleFuelTanks + type = ServiceModule + volume = 107250.8603 //32.34t Kerosene + 76.33t LOX + 500kg N2 + basemass = -1 + + TANK + { + name = Kerosene + amount = 39925.9259 + maxAmount = 39925.9259 + } + TANK + { + name = LqdOxygen + amount = 66897.4584 + maxAmount = 66897.4584 + } + TANK + { + name = Nitrogen + amount = 213738 + maxAmount = 213738 + } + } +} + ++PART[TE_19_F9_S2_Tank]:FOR[RealismOverhaul] +{ + @name = TE_19_F9B5_S2_Tank + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Block 5 Stage 2 Tank + @manufacturer = SpaceX + @description = Second stage tank for Falcon 9 Block 5. + + @mass = 2.74 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + + !RESOURCE[],*{} + + MODULE + { + name = ModuleFuelTanks + type = ServiceModule + volume = 107427.476 + basemass = -1 + + TANK + { + name = ChilledRP-1 + amount = 40000 + maxAmount = 40000 + } + TANK + { + name = SubcooledLqdOxygen + amount = 67000 + maxAmount = 67000 + } + TANK + { + name = Nitrogen + amount = 213738 + maxAmount = 213738 + } + } +} + +@PART[TE_19_FH_NoseCone]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon Heavy Nosecone + @manufacturer = SpaceX + @description = Nosecone for Falcon Heavy variant. Also includes control point for controlling the landing. + + @mass = 3.2 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + + @MODULE[ModuleReactionWheel] + { + @PitchTorque = 0.35 + @YawTorque = 0.35 + @RollTorque = 0.35 + } + + MODULE + { + name = ModuleFuelTanks + type = ServiceModule + volume = 567.718 + basemass = -1 + + TANK + { + name = ElectricCharge + amount = 12000 //guess + maxAmount = 12000 + } + TANK + { + name = Nitrogen + amount = 277859 //650kg N2 + maxAmount = 277859 + } + } +} + +@PART[TE_19_FH_NoseCone]:BEFORE[RealAntennas]:FOR[RealAntennas] +{ + !MODULE[ModuleDataTransmitter]{} + MODULE + { + name = ModuleRealAntenna + referenceGain = 1.75 + RFBand = UHF + } +} + +@PART[TE_21_F9_Extended_Fairing]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Extended Fairing + @manufacturer = SpaceX + @description = Large fairing to house your large payload inside while launching. + + @mass = 0.95 //1.9t assumed / 2 +} + +@PART[TE_21_Rideshare_Adapter_0625]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Rideshare Adapter + @manufacturer = SpaceX + @description = An adapter for launching multiple payloads at once. + + @mass = 0.23 +} + +@PART[TE_21_Rideshare_Adapter_TOP]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Rideshare Adapter 2 + @manufacturer = SpaceX + @description = A smaller adapter for launching multiple payloads at once. + + @mass = 0.13 +} + +@PART[TE_FH_Decoupler]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon Heavy Radial Decoupler + @manufacturer = SpaceX + @description = Falcon Heavy Booster Decoupler + + @mass = 0.5 + + @MODULE[ModuleAnimatedAnchoredDecoupler] + { + @ejectionForce = 2000 + } +} + +@PART[TE2_19_F9_CGT]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Cold Gas Thruster + @manufacturer = SpaceX + @description = An attitude control thruster based on cold gas. + + @mass = 0.26 + + @MODULE[ModuleRCSFX] + { + @stagingEnabled = true + @thrusterPower = 0.4 + !resourceName = NULL + + !PROPELLANT[],*{} + PROPELLANT + { + name = Nitrogen + ratio = 1.0 + } + @atmosphereCurve + { + @key = 0 65 + @key = 1 30 + } + } +} + +@PART[TT_21_Rideshare_Adapter_03125]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Rideshare Adapter 3 + @manufacturer = SpaceX + @description = Amuch smaller, 5 sided adapter for multiple payloads. + + @mass = 0.13 +} + +//Launch Clamp + +@PART[TE_Ghidorah_Erector]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Transporter-Erector (LC-39A) + @manufacturer = SpaceX + @description = Falcon launch clamp. +} + +@PART[TE_Ghidorah_Erector_2]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Transporter-Erector (SLC-40) + @manufacturer = SpaceX + @description = Falcon launch clamp. +} + +@PART[TE_Ghidorah_Erector_3]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.48 + + @title = Falcon 9 Transporter-Erector (SLC-40) + @manufacturer = SpaceX + @description = Falcon 9 launch clamp. +} + +//Following taken from nessux's config + ++PART[KRE-FalconLeg-L]:FOR[RealismOverhaul] +{ + @name = KRE-FalconLeg-L-RO + + %RSSROConfig = True + + @mass = 0.5 + + @maxTemp = 2000 + + @title = Falcon 9 Landing Leg + %description = The Falcon 9 first stage carries these landing legs which will deploy after stage separation and allow for the rocket's soft return to Earth. The four legs are made of state-of-the-art carbon fiber with aluminum honeycomb. Placed symmetrically around the base of the rocket, they stow along the side of the vehicle during liftoff and later extend outward and down for landing. + + @MODULE[ModulePartVariants] + { + %baseVariant = Dark + } +} + ++PART[Grid Fin L]:FOR[RealismOverhaul] +{ + @name = KRE-GridFin-L-RO + + %RSSROConfig = True + + @mass = 0.5 + + @maxTemp = 2000 + + @title = Falcon 9 Grid Fin + @description = The Falcon 9 interstage carries these grid fins and are deployed right after boostback to control the booster aerodynamically during landing. +} \ No newline at end of file diff --git a/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_Starship.cfg b/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_Starship.cfg new file mode 100644 index 0000000000..13dba31159 --- /dev/null +++ b/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_Starship.cfg @@ -0,0 +1,872 @@ +//Sources +//https://en.wikipedia.org/wiki/SpaceX_Raptor +//https://twitter.com/elonmusk/status/1420826978102435845 +//http://spacelaunchreport.com/bfr.html +//https://www.quora.com/What-mass-of-propellant-did-Starship-SN8-launch-with + +@PART[TE2_19_BFS_SL_RAPTOR]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.62265 + + @title = Raptor Sea Level + @manufacturer = SpaceX + @description = Sea level methalox engine + + @mass = 1.5 + + @MODULE{ModuleGimbal} + { + @gimbalRange = 8 //Center 7 have upto 15 deg + @useGimbalResponseSpeed = true + @gimbalResponseSpeed = 10 + } + !MODULE[ModuleAlternator] + { + } + MODULE + { + name = ModuleEngineConfigs + type = ModuleEngines + configuration = Raptor + origMass = 1.5 + + CONFIG + { + name = Raptor 1 + minThrust = 729.508 //40% min throttle + maxThrust = 1823.77 //~185 tons of thrust + heatProduction = 100 + + //3.6 O/F mixture ratio + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + atmosphereCurve + { + //values taken from RPAlite + key = 0 355 + key = 1 334 + } + + ullage = true + pressureFed = false + ignitions = 0 + + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 1.0 + } + IGNITOR_RESOURCE + { + name = LqdMethane + amount = 0.4268 + } + IGNITOR_RESOURCE + { + name = LqdOxygen + amount = 0.5732 + } + } + CONFIG + { + name = Raptor 2 + minThrust = 907.436 //40% min throttle + maxThrust = 2268.59 //~230 tons of thrust + heatProduction = 100 + + //3.6 O/F mixture ratio + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + atmosphereCurve + { + //values taken from RPAlite + key = 0 356 + key = 1 335 + } + + ullage = true + pressureFed = false + ignitions = 0 + + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 1.0 + } + IGNITOR_RESOURCE + { + name = LqdMethane + amount = 0.4268 + } + IGNITOR_RESOURCE + { + name = LqdOxygen + amount = 0.5732 + } + } + } +} + +@PART[TE2_19_SH_Engine]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.62265 + + @title = SuperHeavy Engine + @manufacturer = SpaceX + @description = With around 33 engines, SuperHeavy would produce one of the largest liftoff thrusts ever. Shuts down outer engines when landing. + + @mass = 59.5 //33x1.5t engines + 10t assumed for extra landing structures + + @MODULE{ModuleGimbal} + { + @gimbalRange = 8 + @useGimbalResponseSpeed = true + @gimbalResponseSpeed = 10 + } + !MODULE[ModuleAlternator] + { + } + MODULE + { + name = ModuleEngineConfigs + type = ModuleEngines + engineID = AllEngines + configuration = 37 Raptor + origMass = 59.5 + + CONFIG + { + name = Raptor 1 All Engines + minThrust = 26991.796 //40% min throttle + maxThrust = 67479.49 + heatProduction = 3700 + + gimbalRange = 7 + + //3.6 O/F mixture ratio + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + atmosphereCurve + { + //values taken from RPAlite + key = 0 355 + key = 1 334 + } + + ullage = true + pressureFed = false + ignitions = 0 + + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 33.0 + } + IGNITOR_RESOURCE + { + name = LqdMethane + amount = 0.4268 + } + IGNITOR_RESOURCE + { + name = LqdOxygen + amount = 0.5732 + } + } + CONFIG + { + name = Raptor 2 All Engines + minThrust = 33575.132 //40% min throttle + maxThrust = 83937.83 + heatProduction = 3700 + + gimbalRange = 7 + + //3.6 O/F mixture ratio + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + atmosphereCurve + { + //values taken from RPAlite + key = 0 356 + key = 1 335 + } + + ullage = true + pressureFed = false + ignitions = 0 + + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 33.0 + } + IGNITOR_RESOURCE + { + name = LqdMethane + amount = 0.4268 + } + IGNITOR_RESOURCE + { + name = LqdOxygen + amount = 0.5732 + } + } + } + + MODULE + { + name = ModuleEngineConfigs + type = ModuleEngines + engineID = CenterOnly + configuration = 7 Raptor + origMass = 59.5 + + CONFIG + { + name = Raptor 1 CenterOnly + minThrust = 5106.556 //40% min throttle + maxThrust = 12766.39 + heatProduction = 700 + + gimbalRange = 15 + + //3.6 O/F mixture ratio + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + atmosphereCurve + { + //values taken from RPAlite + key = 0 355 + key = 1 334 + } + + ullage = true + pressureFed = false + ignitions = 0 + + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 33.0 + } + IGNITOR_RESOURCE + { + name = LqdMethane + amount = 0.4268 + } + IGNITOR_RESOURCE + { + name = LqdOxygen + amount = 0.5732 + } + } + CONFIG + { + name = Raptor 2 CenterOnly + minThrust = 6352.052 //40% min throttle + maxThrust = 15880.13 + heatProduction = 700 + + gimbalRange = 15 + + //3.6 O/F mixture ratio + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + atmosphereCurve + { + //values taken from RPAlite + key = 0 356 + key = 1 335 + } + + ullage = true + pressureFed = false + ignitions = 0 + + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 33.0 + } + IGNITOR_RESOURCE + { + name = LqdMethane + amount = 0.4268 + } + IGNITOR_RESOURCE + { + name = LqdOxygen + amount = 0.5732 + } + } + } +} + +@PART[TE2_19_SH_GRIDFIN]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = SuperHeavy Grid Fin + @manufacturer = SpaceX + @description = The grid fins help steer the booster when landing and keep it aerodynamically stable. + + @mass = 2.27 +} + +@PART[TE2_19_SH_HGT]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = SuperHeavy Hot Gas Thruster + @manufacturer = SpaceX + @description = The hot gas thruster is use don the booster at the time of boostback and coast to maintain the orientation. The thruster works by using "hot gases" such as methane and oxygen as propellant to provide the necessary thrust. + + @mass = 0.33 + + @MODULE[ModuleRCSFX] + { + @thrusterPower = 7 + !resourceName = NULL + + !PROPELLANT,*{} + //Using Liquid because I am not sure how to use CH4 and O2 + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + } +} + +@PART[TE2_19_SH_Interstage]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = SuperHeavy Interstage + @manufacturer = SpaceX + @description = The interstage goes between the Starship and SuperHeavy booster. + + @mass = 25.5 + + @MODULE[ModuleReactionWheel] + { + @PitchTorque = 0.75 + @YawTorque = 0.75 + @RollTorque = 0.75 + } + + @RESOURCE[ElectricCharge] + { + @amount = 12500 + @maxAmount = 12500 + } + + MODULE + { + name = ModuleRealAntenna + antennaDiameter = 1.25 + } +} + +@PART[TE2_19_SH_Tank]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = SuperHeavy Tank + @manufacturer = SpaceX + @description = The Superheavy tank holds an insane amount of propellant needed to boost the massive Starship to suborbital trajectory. + + @mass = 169.6 + + !RESOURCE,*{} + + MODULE + { + name = ModuleFuelTanks + type = Cryogenic + volume = 4128673 //779.82t CH4l + 2620.18t LOX + basemass = -1 + + %TANK + { + %name = LqdMethane + %amount = 1762117.7 + %maxAmount = 1762117.7 + } + %TANK + { + %name = LqdOxygen + %amount = 2366555.3 + %maxAmount = 2366555.3 + } + } +} + +@PART[TE2_19_SS_AFT]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship Aft + @manufacturer = SpaceX + @description = The aft cargo part of Starship, carries some amount of cargo. + + @mass = 0.26 +} + +@PART[TE2_19_SS_CARGO]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship Cargo Pod + @manufacturer = SpaceX + @description = The cargo version of Starship has a vast payload volume and a large payload capacity. + + @mass = 22.7 + + @RESOURCE[ElectricCharge] + { + @amount = 5500 + @maxAmount = 5500 + } + + @MODULE[ModuleReactionWheel] + { + @PitchTorque = 0.35 + @YawTorque = 0.35 + @RollTorque = 0.35 + + @RESOURCE[ElectricCharge] + { + @rate = 0.52 + } + } + + MODULE + { + name = ModuleRealAntenna + antennaDiameter = 2.75 + } + + @MODULE[ModuleRCSFX] + { + @thrusterPower = 9.5 + !resourceName = NULL + + !PROPELLANT,*{} + //Using Liquid because I am not sure how to use CH4 and O2 + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + } +} + +@PART[TE2_19_SS_Crew_Pod]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship Crew Pod + @manufacturer = SpaceX + @description = The crew version of Starship, with a modest cargo capacity and ability to seat upto 100 people, although this will probably go unrealised. + + @mass = 22.7 + + @RESOURCE[ElectricCharge] + { + @amount = 5500 + @maxAmount = 5500 + } + + @MODULE[ModuleReactionWheel] + { + @PitchTorque = 0.3 + @YawTorque = 0.3 + @RollTorque = 0.3 + + @RESOURCE[ElectricCharge] + { + @rate = 0.52 + } + } + + MODULE + { + name = ModuleRealAntenna + antennaDiameter = 2.75 + } + + @MODULE[ModuleRCSFX] + { + @thrusterPower = 9.5 + !resourceName = NULL + + !PROPELLANT,*{} + //Using Liquid because I am not sure how to use CH4 and O2 + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + } +} + +@PART[TE2_19_SS_FF_L]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship Forward Left Actuating Wing + @manufacturer = SpaceX + @description = The actuating wing controls the Starship during reentry and landing. + + @mass = 1.56 +} + +@PART[TE2_19_SS_FF_R]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship Forward Right Actuating Wing + @manufacturer = SpaceX + @description = The actuating wing controls the Starship during reentry and landing. + + @mass = 1.56 +} + +@PART[TE2_19_SS_RF_L]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship Rear Left Actuating Wing + @manufacturer = SpaceX + @description = The actuating wing controls the Starship during reentry and landing. + + @mass = 5.84 +} + +@PART[TE2_19_SS_RF_R]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship Rear Right Actuating Wing + @manufacturer = SpaceX + @description = The actuating wing controls the Starship during reentry and landing. + + @mass = 5.84 +} + +@PART[TE2_19_SS_Fuel_Tank]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship Tank + @manufacturer = SpaceX + @description = The Starship tank holds a large amount of propellant needed to reach orbital velocity, although it is still not enough for BLEO missions necessitating refuelling. + + @mass = 47.24 + + !RESOURCE,*{} + + MODULE + { + name = ModuleFuelTanks + type = Cryogenic + volume = 1515074.4 //275.23t CH4l + 990.83t LOX + basemass = -1 + + %TANK + { + %name = LqdMethane + %amount = 646633.8 + %maxAmount = 646633.8 + } + %TANK + { + %name = LqdOxygen + %amount = 868440.6 + %maxAmount = 868440.6 + } + } + + MODULE + { + name = ModuleRealAntenna + antennaDiameter = 2.75 + } + + @MODULE[ModuleRCSFX] + { + @thrusterPower = 9.5 + !resourceName = NULL + + !PROPELLANT,*{} + //Using Liquid because I am not sure how to use CH4 and O2 + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + } +} + +@PART[TE2_19_SS_RPTR_VAC]:FOR[RealismOverhaul] +{ + %RSSROConfig = true + @rescaleFactor = 1.62265 + + @title = Raptor Vacuum + @manufacturer = SpaceX + @description = Vacuum methalox engine + + @mass = 1.9 + + @MODULE{ModuleGimbal} + { + @gimbalRange = 6 + @useGimbalResponseSpeed = true + @gimbalResponseSpeed = 10 + } + !MODULE[ModuleAlternator] + { + } + MODULE + { + name = ModuleEngineConfigs + type = ModuleEngines + configuration = RaptorVac + origMass = 1.5 + + CONFIG + { + name = Raptor1Vac + minThrust = 880 //40% min throttle + maxThrust = 2200 //guessed + heatProduction = 100 + + //3.6 O/F mixture ratio + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + atmosphereCurve + { + //values taken from RPAlite + key = 0 370 + key = 1 314 + } + + ullage = true + pressureFed = false + ignitions = 0 + + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 1.0 + } + IGNITOR_RESOURCE + { + name = LqdMethane + amount = 0.4268 + } + IGNITOR_RESOURCE + { + name = LqdOxygen + amount = 0.5732 + } + } + CONFIG + { + name = Raptor2Vac + minThrust = 1094.6 //40% min throttle + maxThrust = 2736.6 //guessed + heatProduction = 100 + + //3.6 O/F mixture ratio + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + DrawGauge = True + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + atmosphereCurve + { + //values taken from RPAlite + key = 0 371 + key = 1 324 + } + + ullage = true + pressureFed = false + ignitions = 0 + + IGNITOR_RESOURCE + { + name = ElectricCharge + amount = 1.0 + } + IGNITOR_RESOURCE + { + name = LqdMethane + amount = 0.4268 + } + IGNITOR_RESOURCE + { + name = LqdOxygen + amount = 0.5732 + } + } + } +} + +@PART[TE2_21_SN_LEG]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship Landing Leg + @manufacturer = SpaceX + @description = Optional landing leg placed on the inside of the aft part. + + @mass = 0.26 +} + +@PART[TE2_21_SN8]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + @rescaleFactor = 1.62265 + + @title = Starship SN 8 + @manufacturer = SpaceX + @description = SN8 was a prototype Starship flown in December 2020. It had three SL Raptors, and was the first prototype with movable wings/flaps. It launched to a height of 12.5 km and performed a belly flop attempting to make a controlled landing. + + @mass = 22.7 //guessed, assuming lesser than actual Starship mass + + !RESOURCE,*{} + + MODULE + { + name = ModuleRealAntenna + antennaDiameter = 2.75 + } + + @MODULE[ModuleRCSFX] + { + @thrusterPower = 9.5 + !resourceName = NULL + + !PROPELLANT,*{} + //Using Liquid because I am not sure how to use CH4 and O2 + PROPELLANT + { + name = LqdMethane + ratio = 0.4268 + } + PROPELLANT + { + name = LqdOxygen + ratio = 0.5732 + } + } +} \ No newline at end of file diff --git a/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_TundraResources.cfg b/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_TundraResources.cfg new file mode 100644 index 0000000000..cd65753a8a --- /dev/null +++ b/GameData/RealismOverhaul/RO_SuggestedMods/Tundra Exploration/RO_TundraResources.cfg @@ -0,0 +1,68 @@ +// Sources: + +// https://twitter.com/elonmusk/status/677666779494248449 + +RESOURCE_DEFINITION +{ + //Cooled to 266.5K (Falcon 9 FT) + name = ChilledRP-1 + displayName = ChilledRP-1 + density = 0.000827 //According to https://kinetics.nist.gov/RealFuels/macccr/macccr2008/Bruno2.pdf + unitCost = 0.0007160 //2.71/gallon, 1965$ + hsp = 1882 // specific heat capacity (kJ/tonne-K as units). + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/CooledRP-1 +} + +RESOURCE_DEFINITION +{ + //Cooled to 66.5 K (Falcon 9 FT) + name = SubcooledLqdOxygen + displayName = SubcooledLOX + density = 0.001253 //According to https://webbook.nist.gov/chemistry/fluid/ (at 1 atm) + unitCost = 0.00002815 + hsp = 918 // specific heat capacity (kJ/tonne-K as units) // recalc, mols are for O2 on wiki + vsp = 213000 // heat of vapourization (KJ/tonne as units) + flowMode = STACK_PRIORITY_SEARCH + transfer = PUMP + isTweakable = True + isVisible = true + ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/LiquidOxygen +} + +@TANK_DEFINITION[Default|Structural|Balloon|BalloonCryo|Cryogenic|Fuselage|ServiceModule]:FOR[RealismOverhaul]:NEEDS[RealFuels] +{ + TANK + { + name = ChilledRP-1 + mass = 0.000012 + utilization = 1 + fillable = True + amount = 0.0 + maxAmount = 0.0 + } + TANK + { + name = SubcooledLqdOxygen + mass = 0.000014 + utilization = 1 + fillable = True + amount = 0.0 + maxAmount = 0.0 + } +} + +@TANK_DEFINITION[Fuselage|ServiceModule]:FOR[RealismOverhaul]:NEEDS[RealFuels] +{ + @TANK[ChilledRP-1] + { + @mass = 0.000077 + } + @TANK[SubcooledLqdOxygen] + { + @mass = 0.000079 + } +} \ No newline at end of file