Skip to content

Commit 30e9148

Browse files
author
Robin Chang
committed
(WIP) Tweak heatshield aero parameters
For #107
1 parent b760651 commit 30e9148

1 file changed

Lines changed: 17 additions & 0 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ PART
1616
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z, Node Size
1717
node_stack_top = 0.0, 0.15625, 0.0, 0.0, 1.0, 0.0, 2
1818
node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0, 2
19+
CoPOffset = 0.0, 1.1, 0.0
20+
CoLOffset = 0.0, -0.36, 0.0
1921

2022
TechRequired = advLanding
2123
entryCost = 1000
@@ -65,5 +67,20 @@ PART
6567
maxAmount = 800
6668
}
6769
70+
MODULE
71+
{
72+
name = ModuleLiftingSurface
73+
useInternalDragModel = False
74+
deflectionLiftCoeff = 1.5
75+
liftingSurfaceCurve = CapsuleBottom
76+
disableBodyLift = False
77+
omnidirectional = False
78+
perpendicularOnly = True
79+
transformDir = Y
80+
transformSign = -1
81+
nodeEnabled = True
82+
attachNodeName = bottom
83+
}
84+
6885
// Note: airbag animation name is SDHI_heatshield_airbag_inflate
6986
}

0 commit comments

Comments
 (0)