Skip to content

Commit

Permalink
Tweaked CPHS to work with KSP 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
olaisolheim committed Jun 24, 2015
1 parent 8311159 commit 62d2833
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,14 @@ PART
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 9
maxTemp = 3400
maxTemp = 3000
breakingForce = 200
breakingTorque = 200
fuelCrossFeed = False
explosionPotential = 0
stageOffset = 1
childStageOffset = 1
bulkheadProfiles = size2
thermalMassModifier = 0.001

MODULE
{
Expand All @@ -72,20 +71,14 @@ PART
jettisonDirection = 0 0 1
}
MODULE
{
name = ModuleSeeThroughObject
transformName = CommandPodHeatShieldShroud
}
MODULE
{
name = ModuleAblator
ablativeResource = Ablator
lossExp = -9000
lossConst = 20
pyrolysisLossFactor = 10000
lossExp = -6000
lossConst = 1
pyrolysisLossFactor = 600
reentryConductivity = 0.01
ablationTempThresh = 500

}
RESOURCE
{
Expand Down

0 comments on commit 62d2833

Please sign in to comment.