Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BDB Delta Configs #2821

Open
wants to merge 14 commits into
base: BDBStagingBranch
Choose a base branch
from
689 changes: 689 additions & 0 deletions GameData/RealismOverhaul/RO_SuggestedMods/Bluedog_DB/Delta/RO_DCSS.cfg

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
// -----------------------------------------------------------------------
// FIRST STAGE TANK CONFIGS FOR DELTA II and III ARE LOCATED IN THE THOR FOLDER!!!
// -----------------------------------------------------------------------



// ================================================================================
// Delta II Configs
// ================================================================================


// Engine Mount
@PART[bluedog_Thor_EngineMount]:FOR[RealismOverhaul]
{
%RSSROConfig = true
@rescaleFactor = 1.6
@title = Thor/Delta Engine Mount
@manufacturer = #roMfrDouglas
@mass = 1.1 //guessed
%skinTempTag = Aluminum
%internalTempTag = Aluminum
@MODULE[ModuleB9PartSwitch]
{
@SUBTYPE[Delta]
{
NODE
{
name = vernierNode1
position = -0.294, -0.298, 0.0
}
NODE
{
name = vernierNode2
position = 0.294, -0.298, 0.0
}
}
}
}


// Dual PAF Base
@PART[bluedog_Delta2_dpaf_base]:FOR[RealismOverhaul]
{
%RSSROConfig = true
@rescaleFactor = 1.6
@title = Delta II Dual Payload Adapter Base.
@manufacturer = #roMfrMD
@description = Dual payload adapter system for the Delta II rocket. Attach the first payload to the base and then attach the Dual Payload Adapter to the floating node. The node can be adjusted to match the two sizes of the adapter top half.
@mass = 0.125 //guessed
%skinTempTag = Aluminum
%internalTempTag = Aluminum
}


// Dual PAF Top
@PART[bluedog_Delta2_dpaf_top]:FOR[RealismOverhaul]
{
%RSSROConfig = true
@rescaleFactor = 1.6
@title = Delta II Dual Payload Adapter.
@manufacturer = #roMfrMD
@description = Dual payload adapter system for the Delta II rocket. Attach the first payload to the base and then attach this adapter to the floating node. The adapter is available in 2 sizes.
@mass = 0.150 //guessed
%skinTempTag = Aluminum
%internalTempTag = Aluminum
}

// Depreciated Part, Causing MM and B9PS Errors
!PART[bluedog_Delta2_RS27]:NEEDS[RealismOverhaul] {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
// ================================================================================
// Delta IV Configs
// ================================================================================



// Delta IV LOX Tank
@PART[bluedog_DeltaIV_s1_lowerTank]:FOR[RealismOverhaul]
{
%RSSROConfig = true
@rescaleFactor = 1.6
@mass = 12.551 //(226.4t Total - 199.65t prop - 1.32t Interstage - 6.604t engine) * 2/3
@title = Delta IV Common Booster Core LH2 Tank
@manufacturer = #roMfrBoeing
@description = Large 5m cryogenic fuel tank designed to be the upper half of the Delta IV rocket's first stage. <#ef7b06> AUTHOR'S NOTE: Includes optional side attach nodes for precise attachment to the heavy configuration booster decoupler. We recommend attaching the decoupler in symmetry and building the booster cores individually out of symmetry so the raceway and pipes all face the same way.</color>
%skinTempTag = Aluminum
%internalTempTag = Aluminum
!RESOURCE[],*{}
MODULE
{
name = ModuleFuelTanks
type = Cryogenic
volume = 401709.859 //28.5214t
basemass = -1
}
}


// Delta IV LH2 Tank
@PART[bluedog_DeltaIV_s1_upperTank]:FOR[RealismOverhaul]
{
%RSSROConfig = true
@rescaleFactor = 1.6
@mass = 6.276 //(226.4t Total - 199.65t prop - 1.32t Interstage - 6.604t engine) * 1/3
@title = Delta IV Common Booster Core LOX Tank
@manufacturer = #roMfrBoeing
@description = Large 3.125m cryogenic fuel tank designed to be the lower half of the Delta IV first stage. Includes a special structural extension at the bottom to attach to attach to the RS-68 engine boattail as well as a more generic option.
%skinTempTag = Aluminum
%internalTempTag = Aluminum
!RESOURCE[],*{}
MODULE
{
name = ModuleFuelTanks
type = Cryogenic
volume = 149981.245 //171.1286t
basemass = -1
}
}


// Delta IV Heavy Booster Nosecone
@PART[bluedog_DeltaIV_noseCone]:FOR[RealismOverhaul]
{
%RSSROConfig = true
@rescaleFactor = 1.6
%engineType = Star-5C
%engineTypeMult = 8
%skinTempTag = Steel
%internalTempTag = Aluminum
}
@PART[bluedog_DeltaIV_noseCone]:AFTER[RealismOverhaulEngines]
{
@MODULE[ModuleEngineConfigs]
{
@origMass = 0.15
}
!MODULE[ModuleFuelTanks],*{}
MODULE
{
name = ModuleFuelTanks
volume = 9.76
type = CTPB
basemass = -1
TANK
{
name = CTPB
amount = 9.76
maxAmount = 9.76
}
}
@title = Delta IV Booster Nosecone
@manufacturer = #roMfrBoeing
@description = Large 5m nose cone with built in separation motors.
}


// Radial Decoupler
@PART[bluedog_DeltaIV_heavyDecoupler]:FOR[RealismOverhaul]
{
%RSSROConfig = true
@rescaleFactor = 1.6
%engineType = Star-5C
%engineTypeMult = 8
%skinTempTag = Steel
%internalTempTag = Titanium
}
@PART[bluedog_DeltaIV_heavyDecoupler]:AFTER[RealismOverhaulEngines]
{
@title = Delta IV Radial Decoupler
@manufacturer = #roMfrBoeing
@description = Large radial decoupler for separating 5m boosters and core from each other. Includes separation motors at the bottom.
@MODULE[ModuleEngineConfigs]
{
@origMass = 0.2
}
!MODULE[ModuleFuelTanks],*{}
MODULE
{
name = ModuleFuelTanks
volume = 9.76
type = CTPB
basemass = -1
TANK
{
name = CTPB
amount = 9.76
maxAmount = 9.76
}
}
}
Loading