Skip to content

Commit ef22c9f

Browse files
committed
Update part.cfg
shield darkening wasn't being disabled upon ablation or 0 ablative resource. This will fix that.
1 parent a3fe529 commit ef22c9f

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)