Skip to content

Commit

Permalink
Improve heat resistance of Apollo D2
Browse files Browse the repository at this point in the history
Improve heat resistance of Apollo D2 parts to avoid overheating on ascent.
  • Loading branch information
Capkirk123 committed Oct 15, 2023
1 parent 9e04bf7 commit ec0f422
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GameData/ROCapsules/PartConfigs/Apollo D2/D2Adapter.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ PART
stageOffset = 1
childStageOffset = 1

//Fiberglass over steel frame
skinTempTag = Fiberglass
//Aluminum over steel frame
skinTempTag = Aluminum
internalTempTag = Steel

// ============================================================================
Expand Down
4 changes: 2 additions & 2 deletions GameData/ROCapsules/PartConfigs/Apollo D2/D2Block2LES.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ PART
childStageOffset = 1
stagingIcon = SOLID_BOOSTER

//Aluminum skin over Titanium structure
skinTempTag = Aluminum
//Aluminum skin over Titanium structure, with Steel nose cap
skinTempTag = Steel
internalTempTag = Titanium

// ============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ PART
breakingTorque = 250
fuelCrossFeed = true

//Aluminum skin over titanium structure
skinTempTag = Aluminum
//Aluminum skin over titanium structure, with steel nose cap
skinTempTag = Steel
internalTempTag = Instruments
skinInsulationTag = True
skinMassPerArea = 7.9 //1 mm thick stainless, 7.9 kg/m^2?

// ============================================================================
// Modules and Resources
Expand Down

0 comments on commit ec0f422

Please sign in to comment.