Skip to content

Commit 9467696

Browse files
committed
improved aerodynamics
Moved center of pressure up. (less flippy) Moved center of lift down (not sure why except that every stock pod and shield is set up this way so assuming it helps body lift so we can do lifting reentries)
1 parent ea95ee1 commit 9467696

1 file changed

Lines changed: 3 additions & 1 deletion

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ PART
2525
attachRules = 1,0,1,0,1
2626
2727
mass = 0.45
28+
CoPOffset = 0, 0.125, 0
29+
CoLOffset = 0, -0.1, 0
2830
dragModelType = default
2931
maximum_drag = 0.2
3032
minimum_drag = 0.2
@@ -93,4 +95,4 @@ PART
9395
buoyancyForceInflated = 150
9496
forcePointName = buoy4
9597
}
96-
}
98+
}

0 commit comments

Comments
 (0)