Skip to content

Commit 438348d

Browse files
committed
Merge pull request #49 from Starwaster/patch-6
Disable shield darkening for heat shield
2 parents a3fe529 + ef22c9f commit 438348d

1 file changed

Lines changed: 3 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ PART
5858
pyrolysisLossFactor = 15000
5959
reentryConductivity = 0.01
6060
ablationTempThresh = 500
61-
charMin = 0.0 // Disable ablative darkening (hopefully)
62-
charMax = 0.0 // Ditto
61+
charMin = 1.0 // Disable ablative darkening (hopefully)
62+
charMax = 1.0 // Ditto
63+
charAlpha = 0.0
6364

6465
}
6566
RESOURCE

0 commit comments

Comments
 (0)