Skip to content

Commit

Permalink
Parachute tweaks
Browse files Browse the repository at this point in the history
- No longer will you decelerate at 26g's when the chutes deploy! Rejoice!
  • Loading branch information
SofieBrink committed Nov 8, 2024
1 parent 917454a commit fa89b8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ PART
fullyDeployedAnimation = fullDeploy
stowedDrag = 0.22
semiDeployedDrag = 8
fullyDeployedDrag = 15
minAirPressureToOpen = 0.2
clampMinAirPressure = 0.01
deployAltitude = 7000
deploymentSpeed = 0.4
deploymentSpeed = 0.26
semiDeploymentSpeed = 0.8 //0.125
chuteMaxTemp = 1600
machHeatMultBase = 0.25
Expand All @@ -82,6 +81,6 @@ PART
{
name = ModuleDragModifier
dragCubeName = DEPLOYED
dragModifier = 4
dragModifier = 1.9
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ PART
capName = Cap
canopyName = canopy
stowedDrag = 0.22
semiDeployedDrag = 65
semiDeployedDrag = 1
fullyDeployedDrag = 6000 //6500
minAirPressureToOpen = 0.6
clampMinAirPressure = 0.01
deployAltitude = 1000
deployAltitude = 800
deploymentSpeed = 0.9
semiDeploymentSpeed = 0.6
chuteMaxTemp = 650
Expand All @@ -90,12 +90,12 @@ PART
{
name = ModuleDragModifier
dragCubeName = SEMIDEPLOYED
dragModifier = 6 //1.25
dragModifier = 0.4
}
MODULE
{
name = ModuleDragModifier
dragCubeName = DEPLOYED
dragModifier = 10.7 //12
dragModifier = 10.2 //12
}
}

0 comments on commit fa89b8e

Please sign in to comment.