Skip to content

Commit

Permalink
Stop Gemini surviving w/o heat shield
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Jun 28, 2024
1 parent 4a02424 commit 2156241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
12 changes: 3 additions & 9 deletions GameData/ROCapsules/PartConfigs/GeminiBDB/GeminiCM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ PART
skinTempTag = Inconel
internalTempTag = Instruments
skinInsulationTag = True
paintEmissivityTag = 0.90 //high emissivity coating
skinTempOverride = 1750 //Raising this until we find a way to deal with excess heat flux

tags = capsule pod gemini

Expand All @@ -375,7 +377,7 @@ PART
MODULE
{
name = AdjustableCoMShifter
DescentModeCoM = 0.0, 0.0, 0.08 //Gemini reentered "upside-down" to protect crew hatches
DescentModeCoM = 0.0, 0.0, 0.072 //Gemini reentered "upside-down" to protect crew hatches
}

MODULE
Expand Down Expand Up @@ -761,11 +763,3 @@ PART
}
}
}

// ================================================================================
// Override RO global settings to get our temperatures back
// ================================================================================
@PART[ROC-GeminiCMBDB]:AFTER[RealismOverhaul_Materials]
{
@skinMaxTemp = 2000 //Raising this until we can find a better way to deal with excess heat flux
}
9 changes: 1 addition & 8 deletions GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryCM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ PART
skinTempTag = Inconel
internalTempTag = Instruments
skinInsulationTag = True
paintEmissivityTag = 0.90 //high emissivity coating

breakingForce = 250
breakingTorque = 250
Expand Down Expand Up @@ -627,14 +628,6 @@ PART
}
}

// ================================================================================
// Override RO global settings to get our temperatures back
// ================================================================================
@PART[ROC-MercuryCMBDB]:AFTER[RealismOverhaul]
{
@skinMaxTemp = 1144
}

// ================================================================================
// Final Pass to Make Sure TAC does not add extra resources
// ================================================================================
Expand Down

0 comments on commit 2156241

Please sign in to comment.