Skip to content

Commit

Permalink
Rename the HS part since it is no longer LEO-only
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed May 19, 2022
1 parent 78b3bd1 commit f9e670d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
PART
{
module = Part
name = ROH-LEOHeatshield
name = ROH-AdjustableHS
author = Shadowmage, Pap

RSSROConfig:NEEDS[RealismOverhaul] = True
RP0conf:NEEDS[RP-0] = True

// ============================================================================
// Model and Dimensions
// Model and Dimensions
// ============================================================================

MODEL
Expand All @@ -25,8 +25,8 @@ PART
scale = 1.0
rescaleFactor = 1.0

node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.454, 0.0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.454, 0.0, 0.0, -1.0, 0.0, 2

// stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0
Expand Down Expand Up @@ -73,7 +73,7 @@ PART
buoyancy = 0.95

// ============================================================================
// Modules and Resources
// Modules and Resources
// ============================================================================

MODULE
Expand Down Expand Up @@ -172,8 +172,6 @@ PART
pyrolysisLossFactor = 6000
ablationTempThresh = 500
reentryConductivity = 0.01
//reentryConductivity = 0.12
//@reentryConductivity = #$../heatConductivity$ // if it exists, use it
}

RESOURCE
Expand Down
12 changes: 6 additions & 6 deletions GameData/ROHeatshields/Parts/Upgrade.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}
PARTUPGRADE
{
//WARNING: name must be equal to preset name!!
// WARNING: name must be equal to preset name!!
name = Heatsink
partIcon = ROH-LEOHeatshield
partIcon = ROH-AdjustableHS
techRequired = entryDescentLanding
title = Heat sink thermal protection
description = Unlocks beryllium heat sink technology designed for ballistic re-entry
Expand All @@ -19,7 +19,7 @@ PARTUPGRADE
PARTUPGRADE
{
name = MercuryHS
partIcon = ROH-LEOHeatshield
partIcon = ROH-AdjustableHS
techRequired = humanRatedEDL
title = Mercury Heatshields
description = Unlocks ablative heatshield technology designed for ballistic re-entry
Expand All @@ -28,7 +28,7 @@ PARTUPGRADE
PARTUPGRADE
{
name = GeminiHS
partIcon = ROH-LEOHeatshield
partIcon = ROH-AdjustableHS
techRequired = earlyLanding
title = Gemini Heatshields
description = Unlocks ablative heatshield technology designed for lifting re-entry
Expand All @@ -37,7 +37,7 @@ PARTUPGRADE
PARTUPGRADE
{
name = EarlyLunarHS
partIcon = ROH-LEOHeatshield
partIcon = ROH-AdjustableHS
techRequired = lunarRatedHeatshields
title = Early Lunar Heatshields
description = Unlocks early Lunar capable heatshield technology
Expand All @@ -46,7 +46,7 @@ PARTUPGRADE
PARTUPGRADE
{
name = LunarHS
partIcon = ROH-LEOHeatshield
partIcon = ROH-AdjustableHS
techRequired = lunarLanding
title = Lunar Heatshields
description = Unlocks Lunar and interplanetary capable heatshield technology
Expand Down

0 comments on commit f9e670d

Please sign in to comment.