Skip to content

Commit dba9d95

Browse files
committed
Update heatshield part.cfg
Changed thermalMassModifier to 1.0 (the old value of 0.001 causes weird temperature values (4) or excessive temperature gains, or both. (probably alternating between very hot and very cold. Much ablation even though temp = 4) Other changes made here result in very little ablation but are in keeping with stock behavior of low shield ablation rates. Let me know if any questions!
1 parent 7776b68 commit dba9d95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • GameData/SDHI/Service Module System/Parts/SDHI_2.5_Heatshield

GameData/SDHI/Service Module System/Parts/SDHI_2.5_Heatshield/part.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PART
3737
maxTemp = 3400
3838
PhysicsSignificance = 0
3939
bulkheadProfiles = size2
40-
thermalMassModifier = 0.001
40+
thermalMassModifier = 1.0
4141
4242
MODULE
4343
{
@@ -54,8 +54,8 @@ PART
5454
name = ModuleAblator
5555
ablativeResource = Ablator
5656
lossExp = -9000
57-
lossConst = 20
58-
pyrolysisLossFactor = 15000
57+
lossConst = 1
58+
pyrolysisLossFactor = 900
5959
reentryConductivity = 0.01
6060
ablationTempThresh = 500
6161
charMin = 1.0 // Disable ablative darkening (hopefully)

0 commit comments

Comments
 (0)