Skip to content

Commit 060f054

Browse files
committed
Tweak stock parachute fallback MM patch
For #55. Performance should now be comparable to stock parachutes as of KSP 1.0.4.
1 parent 6011ef9 commit 060f054

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

GameData/SDHI/Service Module System/Parts/MM_configs/SDHI_SMS_MMPatch_StockParachuteFallback.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
stowedDrag = 0.22
1818
semiDeployedDrag = 1
1919
fullyDeployedDrag = 700
20-
minAirPressureToOpen = 0.75
21-
deployAltitude = 700
20+
minAirPressureToOpen = 0.04
21+
clampMinAirPressure = 0.04
22+
deployAltitude = 1000
2223
deploymentSpeed = 6
2324
semiDeploymentSpeed = 1
25+
chuteMaxTemp = 650
2426
}
2527

2628
MODULE
@@ -35,4 +37,4 @@
3537
dragCubeName = DEPLOYED
3638
dragModifier = 25
3739
}
38-
}
40+
}

0 commit comments

Comments
 (0)