From 01380b01287f7c945d25774606fe963c9e07a5e1 Mon Sep 17 00:00:00 2001 From: SkyPhoenix999 <54157874+SkyPhoenix999@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:55:50 -0400 Subject: [PATCH 1/5] BDB LDC Configs Configs for LDC parts from BDB. Require the experimental RealFuels and B9PS dlls that support ModuleFuelTanks --- .../Bluedog_DB/LDC/RO_LDC.cfg | 294 ++++++++++++++++++ 1 file changed, 294 insertions(+) create mode 100644 GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg diff --git a/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg new file mode 100644 index 0000000000..0a552d3c40 --- /dev/null +++ b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg @@ -0,0 +1,294 @@ +// ================================================================================ +// LDC Configs +// ================================================================================ + + +// Stage 1 Tank 1 +@PART[bluedog_LDC_S1_Tank1]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC-1 Lower Tank + @manufacturer = Martin Marietta + @description = Large 5m fuel tank designed to be the lower half of the LDC Rocket. Includes mounting points for 8 STAR 5F Separation Motors. + @mass = 6 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + !RESOURCE,* {} + MODULE + { + name = ModuleFuelTanks + type = Default + volume = 219000 + basemass = -1 + } +} + + +// Stage 1 Tank 2 +@PART[bluedog_LDC_S1_Tank2]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC-1 Upper Tank + @manufacturer = Martin Marietta + @description = Large 5m fuel tank designed to be the upper half of the first stage of the LDC Rocket. Includes three different height variants. The short variant (when combined with the lower tank and engine mount) is the proper height for UA1207 Solid Rocket Boosters. + @mass = 5 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + !RESOURCE,* {} + MODULE + { + name = ModuleFuelTanks + type = Default + volume = 164000 + basemass = -1 + } + !MODULE[ModuleB9PartSwitch]:HAS[#moduleID[meshSwitchLength]] {} + MODULE + { + name = ModuleB9PartSwitch + moduleID = meshSwitchLength + switcherDescription = Length + switcherDescriptionPlural = Lengths + affectDragCubes = True + affectFARVoxels = True + SUBTYPE + { + name = Medium + transform = Medium + } + SUBTYPE + { + name = Long + transform = Long + MODULE + { + IDENTIFIER { name = ModuleFuelTanks } + DATA + { + volume = 209920 + } + } + NODE + { + name = top + position = 0.0, 4.8158, 0.0 + } + NODE + { + name = bottom + position = 0.0, -4.8252, 0.0 + } + } + SUBTYPE + { + name = Short + transform = Short + MODULE + { + IDENTIFIER { name = ModuleFuelTanks } + DATA + { + volume = 118080 + } + } + NODE + { + name = top + position = 0.0, 2.681, 0.0 + } + NODE + { + name = bottom + position = 0.0, -2.6904, 0.0 + } + } + } +} + + +// Second Stage Tank 1 +@PART[bluedog_LDC_S2_Tank1]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @manufacturer = Martin Marietta + @title = LDC-2 Main Propellant Tank + @description = Large fuel tank for the second stage of the LDC rocket. + @mass = 2.7 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + !RESOURCE,* {} + MODULE + { + name = ModuleFuelTanks + type = Default + volume = 90500 + basemass = -1 + } +} + + +// LDC Tank Extension +@PART[bluedog_LDC_S2_Tank2]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @manufacturer = Martin Marietta + @title = LDC-2 Tank Extension + @description = A short extension tank for the LDC rocket second stage. + @mass = 1.5 + @maxTemp = 773.15 + @skinMaxTemp = 873.15 + !RESOURCE,* {} + MODULE + { + name = ModuleFuelTanks + type = Default + volume = 50500 + basemass = -1 + } +} + + +// Engine Mount +@PART[bluedog_LDC_S2_EngineMount]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC Second Stage Engine Mount + @manufacturer = Martin Marietta + @description = 5m engine mount for the LDC second stage. Includes numerous options for mounting engines ranging from 1x mounts all the way up to 7x. + @mass = 0.3 + !RESOURCE,* {} +} + + +// Interstage +@PART[bluedog_LDC_S2_Interstage]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC Interstage + @manufacturer = Martin Marietta + @description = 5m interstage adapter for the LDC rocket. + @mass = 0.2 +} + + +// Short Interstage +@PART[bluedog_LDC_S2_ShortInterstage]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC Short Interstage + @manufacturer = Martin Marietta + @description = 5m interstage adapter for the LDC rocket. + @mass = 0.1 +} + + +// 3m Adapter +@PART[bluedog_LDC_1p875mAdapter]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC 3m Structural Adapter + @manufacturer = Martin Marietta + @description = This structural adapter can be used to transition the stack diameter from 5m to 3m. Includes an optional decoupler that is disabled by default. + @mass = 0.3 +} + + +// 4m Adapter +@PART[bluedog_LDC_2p5mAdapter]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC 4m Structural Adapter + @manufacturer = Martin Marietta + @description = This structural adapter can be used to transition the stack diameter from 5m to 4m. Includes an optional decoupler that is disabled by default. + @mass = 0.35 +} + + +// 6m Adapter +@PART[bluedog_LDC_375mAdapter]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC 6m Structural Adapter + @manufacturer = Martin Marietta + @description = This structural adapter can be used to transition the stack diameter from 5m to 6m. Includes an optional decoupler that is disabled by default. + @mass = 0.4 +} + + +// Nosecone +@PART[bluedog_LDC_NoseCone]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC 5m Structural Adapter + @manufacturer = Martin Marietta + @description = A tried and proven 5m nose cone. + @mass = 0.3 +} + + +// S1 Engine Mount +@PART[bluedog_LDC_S1_EngineMount]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC First Stage Engine Mount + @manufacturer = Martin Marietta + @description = 5m engine mount for the LDC first stage. Includes numerous options for mounting engines ranging from 1x mounts all the way up to 9x. The low profile 4x set up is the version used on the Titan Barbarian. + @mass = 1.2 +} + + +// LDC Avionics +@PART[bluedog_LDC_S2_Avionics]:FOR[RealismOverhaul] +{ + %RSSROConfig = True + %rescaleFactor = 1.6 + @title = LDC 5m Avionics Unit + @manufacturer = Honeywell + @description = A large and advanced avionics compartment for the LDC rocket. + @mass = 0.6 + @MODULE[ModuleCommand] + { + @RESOURCE[ElectricCharge] + { + @rate = 0.1 + } + } + !RESOURCE,* {} + @MODULE[ModuleSAS] + { + %SASServiceLevel = 1 + } + !MODULE[ModuleFuelTanks] {} + MODULE + { + name = ModuleFuelTanks + volume = 2 + basemass = -1 + type = Fuselage + TANK + { + name = ElectricCharge + amount = 2000 + maxAmount = 2000 + } + } + !MODULE[ModuleDataTransmitter] {} + MODULE + { + name = ModuleRealAntenna + referenceGain = 1.5 + RFband = VHF + } +} From 6b5d70286d8bf8878ffaf775b66b5f009050e63b Mon Sep 17 00:00:00 2001 From: SkyPhoenix999 <54157874+SkyPhoenix999@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:51:29 -0500 Subject: [PATCH 2/5] Update RO_LDC.cfg Y'all know the drill already --- .../Bluedog_DB/LDC/RO_LDC.cfg | 75 +++++++++++-------- 1 file changed, 43 insertions(+), 32 deletions(-) diff --git a/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg index 0a552d3c40..96bc73c3c3 100644 --- a/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg +++ b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg @@ -9,11 +9,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC-1 Lower Tank - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = Large 5m fuel tank designed to be the lower half of the LDC Rocket. Includes mounting points for 8 STAR 5F Separation Motors. @mass = 6 - @maxTemp = 773.15 - @skinMaxTemp = 873.15 + %skinTempTag = Aluminum + %internalTempTag = Aluminum !RESOURCE,* {} MODULE { @@ -31,11 +31,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC-1 Upper Tank - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = Large 5m fuel tank designed to be the upper half of the first stage of the LDC Rocket. Includes three different height variants. The short variant (when combined with the lower tank and engine mount) is the proper height for UA1207 Solid Rocket Boosters. @mass = 5 - @maxTemp = 773.15 - @skinMaxTemp = 873.15 + %skinTempTag = Aluminum + %internalTempTag = Aluminum !RESOURCE,* {} MODULE { @@ -113,12 +113,12 @@ { %RSSROConfig = True %rescaleFactor = 1.6 - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @title = LDC-2 Main Propellant Tank @description = Large fuel tank for the second stage of the LDC rocket. @mass = 2.7 - @maxTemp = 773.15 - @skinMaxTemp = 873.15 + %skinTempTag = Aluminum + %internalTempTag = Aluminum !RESOURCE,* {} MODULE { @@ -135,12 +135,12 @@ { %RSSROConfig = True %rescaleFactor = 1.6 - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @title = LDC-2 Tank Extension @description = A short extension tank for the LDC rocket second stage. @mass = 1.5 - @maxTemp = 773.15 - @skinMaxTemp = 873.15 + %skinTempTag = Aluminum + %internalTempTag = Aluminum !RESOURCE,* {} MODULE { @@ -158,9 +158,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC Second Stage Engine Mount - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = 5m engine mount for the LDC second stage. Includes numerous options for mounting engines ranging from 1x mounts all the way up to 7x. @mass = 0.3 + %skinTempTag = Aluminum + %internalTempTag = Aluminum !RESOURCE,* {} } @@ -171,9 +173,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC Interstage - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = 5m interstage adapter for the LDC rocket. @mass = 0.2 + %skinTempTag = Aluminum + %internalTempTag = Aluminum } @@ -183,9 +187,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC Short Interstage - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = 5m interstage adapter for the LDC rocket. @mass = 0.1 + %skinTempTag = Aluminum + %internalTempTag = Aluminum } @@ -195,9 +201,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC 3m Structural Adapter - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = This structural adapter can be used to transition the stack diameter from 5m to 3m. Includes an optional decoupler that is disabled by default. @mass = 0.3 + %skinTempTag = Aluminum + %internalTempTag = Aluminum } @@ -207,9 +215,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC 4m Structural Adapter - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = This structural adapter can be used to transition the stack diameter from 5m to 4m. Includes an optional decoupler that is disabled by default. @mass = 0.35 + %skinTempTag = Aluminum + %internalTempTag = Aluminum } @@ -219,9 +229,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC 6m Structural Adapter - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = This structural adapter can be used to transition the stack diameter from 5m to 6m. Includes an optional decoupler that is disabled by default. @mass = 0.4 + %skinTempTag = Aluminum + %internalTempTag = Aluminum } @@ -231,9 +243,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC 5m Structural Adapter - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = A tried and proven 5m nose cone. @mass = 0.3 + %skinTempTag = Aluminum + %internalTempTag = Aluminum } @@ -243,9 +257,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC First Stage Engine Mount - @manufacturer = Martin Marietta + @manufacturer = #roMfrMM @description = 5m engine mount for the LDC first stage. Includes numerous options for mounting engines ranging from 1x mounts all the way up to 9x. The low profile 4x set up is the version used on the Titan Barbarian. @mass = 1.2 + %skinTempTag = Aluminum + %internalTempTag = Aluminum } @@ -255,9 +271,11 @@ %RSSROConfig = True %rescaleFactor = 1.6 @title = LDC 5m Avionics Unit - @manufacturer = Honeywell + @manufacturer = #roMfrHoneywell @description = A large and advanced avionics compartment for the LDC rocket. @mass = 0.6 + %skinTempTag = Aluminum + %internalTempTag = Instruments @MODULE[ModuleCommand] { @RESOURCE[ElectricCharge] @@ -271,18 +289,11 @@ %SASServiceLevel = 1 } !MODULE[ModuleFuelTanks] {} - MODULE + RESOURCE { - name = ModuleFuelTanks - volume = 2 - basemass = -1 - type = Fuselage - TANK - { - name = ElectricCharge - amount = 2000 - maxAmount = 2000 - } + name = ElectricCharge + amount = 2000 + maxAmount = 2000 } !MODULE[ModuleDataTransmitter] {} MODULE From 433d822889650419e73ea79a9494254fbc8b4c03 Mon Sep 17 00:00:00 2001 From: SkyPhoenix999 <54157874+SkyPhoenix999@users.noreply.github.com> Date: Sat, 10 Feb 2024 08:22:23 -0500 Subject: [PATCH 3/5] Update RO_LDC.cfg Resized parts to meet a 15ft (4.572m) Diameter --- .../Bluedog_DB/LDC/RO_LDC.cfg | 88 ++++++------------- 1 file changed, 27 insertions(+), 61 deletions(-) diff --git a/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg index 96bc73c3c3..7b5f27f993 100644 --- a/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg +++ b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg @@ -7,10 +7,10 @@ @PART[bluedog_LDC_S1_Tank1]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC-1 Lower Tank @manufacturer = #roMfrMM - @description = Large 5m fuel tank designed to be the lower half of the LDC Rocket. Includes mounting points for 8 STAR 5F Separation Motors. + @description = Large 4.57m (15ft) Diameter fuel tank designed to be the lower half of the LDC Rocket. Includes mounting points for 8 STAR 5F Separation Motors. @mass = 6 %skinTempTag = Aluminum %internalTempTag = Aluminum @@ -29,10 +29,10 @@ @PART[bluedog_LDC_S1_Tank2]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC-1 Upper Tank @manufacturer = #roMfrMM - @description = Large 5m fuel tank designed to be the upper half of the first stage of the LDC Rocket. Includes three different height variants. The short variant (when combined with the lower tank and engine mount) is the proper height for UA1207 Solid Rocket Boosters. + @description = Large 4.57m (15ft) Diameter fuel tank designed to be the upper half of the first stage of the LDC Rocket. Includes three different height variants. The short variant (when combined with the lower tank and engine mount) is the proper height for UA1207 Solid Rocket Boosters. @mass = 5 %skinTempTag = Aluminum %internalTempTag = Aluminum @@ -44,24 +44,11 @@ volume = 164000 basemass = -1 } - !MODULE[ModuleB9PartSwitch]:HAS[#moduleID[meshSwitchLength]] {} - MODULE + @MODULE[ModuleB9PartSwitch]:HAS[#moduleID[meshSwitchLength]] { - name = ModuleB9PartSwitch - moduleID = meshSwitchLength - switcherDescription = Length - switcherDescriptionPlural = Lengths - affectDragCubes = True - affectFARVoxels = True - SUBTYPE + @SUBTYPE[Long] { - name = Medium - transform = Medium - } - SUBTYPE - { - name = Long - transform = Long + %addedMass = 1.4 MODULE { IDENTIFIER { name = ModuleFuelTanks } @@ -70,21 +57,10 @@ volume = 209920 } } - NODE - { - name = top - position = 0.0, 4.8158, 0.0 - } - NODE - { - name = bottom - position = 0.0, -4.8252, 0.0 - } } - SUBTYPE + @SUBTYPE[Short] { - name = Short - transform = Short + %addedMass = -1.4 MODULE { IDENTIFIER { name = ModuleFuelTanks } @@ -93,16 +69,6 @@ volume = 118080 } } - NODE - { - name = top - position = 0.0, 2.681, 0.0 - } - NODE - { - name = bottom - position = 0.0, -2.6904, 0.0 - } } } } @@ -112,7 +78,7 @@ @PART[bluedog_LDC_S2_Tank1]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @manufacturer = #roMfrMM @title = LDC-2 Main Propellant Tank @description = Large fuel tank for the second stage of the LDC rocket. @@ -134,7 +100,7 @@ @PART[bluedog_LDC_S2_Tank2]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @manufacturer = #roMfrMM @title = LDC-2 Tank Extension @description = A short extension tank for the LDC rocket second stage. @@ -156,10 +122,10 @@ @PART[bluedog_LDC_S2_EngineMount]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC Second Stage Engine Mount @manufacturer = #roMfrMM - @description = 5m engine mount for the LDC second stage. Includes numerous options for mounting engines ranging from 1x mounts all the way up to 7x. + @description = 4.57m (15ft) Diameter engine mount for the LDC second stage. Includes numerous options for mounting engines ranging from 1x mounts all the way up to 7x. @mass = 0.3 %skinTempTag = Aluminum %internalTempTag = Aluminum @@ -171,10 +137,10 @@ @PART[bluedog_LDC_S2_Interstage]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC Interstage @manufacturer = #roMfrMM - @description = 5m interstage adapter for the LDC rocket. + @description = 4.57m (15ft) Diameter interstage adapter for the LDC rocket. @mass = 0.2 %skinTempTag = Aluminum %internalTempTag = Aluminum @@ -185,10 +151,10 @@ @PART[bluedog_LDC_S2_ShortInterstage]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC Short Interstage @manufacturer = #roMfrMM - @description = 5m interstage adapter for the LDC rocket. + @description = 4.57m (15ft) Diameter interstage adapter for the LDC rocket. @mass = 0.1 %skinTempTag = Aluminum %internalTempTag = Aluminum @@ -199,10 +165,10 @@ @PART[bluedog_LDC_1p875mAdapter]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC 3m Structural Adapter @manufacturer = #roMfrMM - @description = This structural adapter can be used to transition the stack diameter from 5m to 3m. Includes an optional decoupler that is disabled by default. + @description = This structural adapter can be used to transition the stack diameter from 4.57m to 2.74m. Includes an optional decoupler that is disabled by default. @mass = 0.3 %skinTempTag = Aluminum %internalTempTag = Aluminum @@ -213,10 +179,10 @@ @PART[bluedog_LDC_2p5mAdapter]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC 4m Structural Adapter @manufacturer = #roMfrMM - @description = This structural adapter can be used to transition the stack diameter from 5m to 4m. Includes an optional decoupler that is disabled by default. + @description = This structural adapter can be used to transition the stack diameter from 4.57m to 3.66m. Includes an optional decoupler that is disabled by default. @mass = 0.35 %skinTempTag = Aluminum %internalTempTag = Aluminum @@ -227,10 +193,10 @@ @PART[bluedog_LDC_375mAdapter]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC 6m Structural Adapter @manufacturer = #roMfrMM - @description = This structural adapter can be used to transition the stack diameter from 5m to 6m. Includes an optional decoupler that is disabled by default. + @description = This structural adapter can be used to transition the stack diameter from 4.57m to 5.5m. Includes an optional decoupler that is disabled by default. @mass = 0.4 %skinTempTag = Aluminum %internalTempTag = Aluminum @@ -241,10 +207,10 @@ @PART[bluedog_LDC_NoseCone]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC 5m Structural Adapter @manufacturer = #roMfrMM - @description = A tried and proven 5m nose cone. + @description = A tried and proven 4.57m nose cone. @mass = 0.3 %skinTempTag = Aluminum %internalTempTag = Aluminum @@ -255,10 +221,10 @@ @PART[bluedog_LDC_S1_EngineMount]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 + %rescaleFactor = 1.463 @title = LDC First Stage Engine Mount @manufacturer = #roMfrMM - @description = 5m engine mount for the LDC first stage. Includes numerous options for mounting engines ranging from 1x mounts all the way up to 9x. The low profile 4x set up is the version used on the Titan Barbarian. + @description = 4.57m (15ft) Diameter engine mount for the LDC first stage. Includes numerous options for mounting engines ranging from 1x mounts all the way up to 9x. The low profile 4x set up is the version used on the Titan Barbarian. @mass = 1.2 %skinTempTag = Aluminum %internalTempTag = Aluminum From d096d55397c5dd1179f20726522ae6850c9146e7 Mon Sep 17 00:00:00 2001 From: SkyPhoenix999 <54157874+SkyPhoenix999@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:33:35 -0400 Subject: [PATCH 4/5] Update RO_LDC.cfg Updated Tank Volumes --- .../Bluedog_DB/LDC/RO_LDC.cfg | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg index 7b5f27f993..f252ab1535 100644 --- a/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg +++ b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg @@ -11,7 +11,7 @@ @title = LDC-1 Lower Tank @manufacturer = #roMfrMM @description = Large 4.57m (15ft) Diameter fuel tank designed to be the lower half of the LDC Rocket. Includes mounting points for 8 STAR 5F Separation Motors. - @mass = 6 + @mass = 9.34 %skinTempTag = Aluminum %internalTempTag = Aluminum !RESOURCE,* {} @@ -19,7 +19,7 @@ { name = ModuleFuelTanks type = Default - volume = 219000 + volume = 166630.43 basemass = -1 } } @@ -33,7 +33,7 @@ @title = LDC-1 Upper Tank @manufacturer = #roMfrMM @description = Large 4.57m (15ft) Diameter fuel tank designed to be the upper half of the first stage of the LDC Rocket. Includes three different height variants. The short variant (when combined with the lower tank and engine mount) is the proper height for UA1207 Solid Rocket Boosters. - @mass = 5 + @mass = 7.01 %skinTempTag = Aluminum %internalTempTag = Aluminum !RESOURCE,* {} @@ -41,32 +41,32 @@ { name = ModuleFuelTanks type = Default - volume = 164000 + volume = 128234.35 basemass = -1 } @MODULE[ModuleB9PartSwitch]:HAS[#moduleID[meshSwitchLength]] { @SUBTYPE[Long] { - %addedMass = 1.4 + %addedMass = 2.08 MODULE { IDENTIFIER { name = ModuleFuelTanks } DATA { - volume = 209920 + volume = 166288.31 } } } @SUBTYPE[Short] { - %addedMass = -1.4 + %addedMass = -2.08 MODULE { IDENTIFIER { name = ModuleFuelTanks } DATA { - volume = 118080 + volume = 90180.39 } } } @@ -82,7 +82,7 @@ @manufacturer = #roMfrMM @title = LDC-2 Main Propellant Tank @description = Large fuel tank for the second stage of the LDC rocket. - @mass = 2.7 + @mass = 6.88 %skinTempTag = Aluminum %internalTempTag = Aluminum !RESOURCE,* {} @@ -90,7 +90,7 @@ { name = ModuleFuelTanks type = Default - volume = 90500 + volume = 70654.43 basemass = -1 } } @@ -104,7 +104,7 @@ @manufacturer = #roMfrMM @title = LDC-2 Tank Extension @description = A short extension tank for the LDC rocket second stage. - @mass = 1.5 + @mass = 3.88 %skinTempTag = Aluminum %internalTempTag = Aluminum !RESOURCE,* {} @@ -112,7 +112,7 @@ { name = ModuleFuelTanks type = Default - volume = 50500 + volume = 39926 basemass = -1 } } @@ -166,7 +166,7 @@ { %RSSROConfig = True %rescaleFactor = 1.463 - @title = LDC 3m Structural Adapter + @title = LDC Structural Adapter 1 @manufacturer = #roMfrMM @description = This structural adapter can be used to transition the stack diameter from 4.57m to 2.74m. Includes an optional decoupler that is disabled by default. @mass = 0.3 @@ -180,7 +180,7 @@ { %RSSROConfig = True %rescaleFactor = 1.463 - @title = LDC 4m Structural Adapter + @title = LDC Structural Adapter 2 @manufacturer = #roMfrMM @description = This structural adapter can be used to transition the stack diameter from 4.57m to 3.66m. Includes an optional decoupler that is disabled by default. @mass = 0.35 @@ -194,7 +194,7 @@ { %RSSROConfig = True %rescaleFactor = 1.463 - @title = LDC 6m Structural Adapter + @title = LDC Structural Adapter 3 @manufacturer = #roMfrMM @description = This structural adapter can be used to transition the stack diameter from 4.57m to 5.5m. Includes an optional decoupler that is disabled by default. @mass = 0.4 @@ -208,7 +208,7 @@ { %RSSROConfig = True %rescaleFactor = 1.463 - @title = LDC 5m Structural Adapter + @title = LDC Nosecone @manufacturer = #roMfrMM @description = A tried and proven 4.57m nose cone. @mass = 0.3 @@ -235,8 +235,8 @@ @PART[bluedog_LDC_S2_Avionics]:FOR[RealismOverhaul] { %RSSROConfig = True - %rescaleFactor = 1.6 - @title = LDC 5m Avionics Unit + %rescaleFactor = 1.463 + @title = LDC 4.57m (15ft) Avionics Unit @manufacturer = #roMfrHoneywell @description = A large and advanced avionics compartment for the LDC rocket. @mass = 0.6 From 8e4c97cb01449ed987bd5d879b33d47c547be697 Mon Sep 17 00:00:00 2001 From: SkyPhoenix999 Date: Sun, 11 Aug 2024 08:29:59 -0400 Subject: [PATCH 5/5] Merged Interstage Parts --- .../Bluedog_DB/LDC/RO_LDC.cfg | 53 +++++++++---------- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg index f252ab1535..45ac996145 100644 --- a/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg +++ b/GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/LDC/RO_LDC.cfg @@ -3,7 +3,7 @@ // ================================================================================ -// Stage 1 Tank 1 +// Stage 1 Tank 1 @PART[bluedog_LDC_S1_Tank1]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -25,7 +25,7 @@ } -// Stage 1 Tank 2 +// Stage 1 Tank 2 @PART[bluedog_LDC_S1_Tank2]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -74,7 +74,7 @@ } -// Second Stage Tank 1 +// Second Stage Tank 1 @PART[bluedog_LDC_S2_Tank1]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -96,7 +96,7 @@ } -// LDC Tank Extension +// LDC Tank Extension @PART[bluedog_LDC_S2_Tank2]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -118,7 +118,7 @@ } -// Engine Mount +// Engine Mount @PART[bluedog_LDC_S2_EngineMount]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -133,7 +133,7 @@ } -// Interstage +// Interstage @PART[bluedog_LDC_S2_Interstage]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -141,27 +141,24 @@ @title = LDC Interstage @manufacturer = #roMfrMM @description = 4.57m (15ft) Diameter interstage adapter for the LDC rocket. - @mass = 0.2 - %skinTempTag = Aluminum - %internalTempTag = Aluminum -} - - -// Short Interstage -@PART[bluedog_LDC_S2_ShortInterstage]:FOR[RealismOverhaul] -{ - %RSSROConfig = True - %rescaleFactor = 1.463 - @title = LDC Short Interstage - @manufacturer = #roMfrMM - @description = 4.57m (15ft) Diameter interstage adapter for the LDC rocket. - @mass = 0.1 + @mass = 0.35 %skinTempTag = Aluminum %internalTempTag = Aluminum + @MODULE[ModuleB9PartSwitch]:HAS[#moduleID[meshSwitchType]] + { + @SUBTYPE[Solid] + { + %addedMass = 0.15 + } + @SUBTYPE[Short] + { + %addedMass = -0.175 + } + } } -// 3m Adapter +// 3m Adapter @PART[bluedog_LDC_1p875mAdapter]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -175,7 +172,7 @@ } -// 4m Adapter +// 4m Adapter @PART[bluedog_LDC_2p5mAdapter]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -189,7 +186,7 @@ } -// 6m Adapter +// 6m Adapter @PART[bluedog_LDC_375mAdapter]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -203,7 +200,7 @@ } -// Nosecone +// Nosecone @PART[bluedog_LDC_NoseCone]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -217,7 +214,7 @@ } -// S1 Engine Mount +// S1 Engine Mount @PART[bluedog_LDC_S1_EngineMount]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -231,7 +228,7 @@ } -// LDC Avionics +// LDC Avionics @PART[bluedog_LDC_S2_Avionics]:FOR[RealismOverhaul] { %RSSROConfig = True @@ -268,4 +265,4 @@ referenceGain = 1.5 RFband = VHF } -} +} \ No newline at end of file