We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6011ef9 commit 060f054Copy full SHA for 060f054
1 file changed
GameData/SDHI/Service Module System/Parts/MM_configs/SDHI_SMS_MMPatch_StockParachuteFallback.cfg
@@ -17,10 +17,12 @@
17
stowedDrag = 0.22
18
semiDeployedDrag = 1
19
fullyDeployedDrag = 700
20
- minAirPressureToOpen = 0.75
21
- deployAltitude = 700
+ minAirPressureToOpen = 0.04
+ clampMinAirPressure = 0.04
22
+ deployAltitude = 1000
23
deploymentSpeed = 6
24
semiDeploymentSpeed = 1
25
+ chuteMaxTemp = 650
26
}
27
28
MODULE
@@ -35,4 +37,4 @@
35
37
dragCubeName = DEPLOYED
36
38
dragModifier = 25
39
-}
40
+}
0 commit comments