Skip to content

Commit 43b7d95

Browse files
committed
Updated fairing to use cargo bay module
- Changed ModuleAnchoredDecoupler for ModuleAnimatedAnchoredDecoupler - Added ModuleCargoBay
1 parent f8e6d09 commit 43b7d95

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

  • GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModuleFairing

GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModuleFairing/part.cfg

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,18 @@ PART
4545

4646
MODULE
4747
{
48-
name = ModuleAnchoredDecoupler
48+
name = ModuleAnimatedAnchoredDecoupler
4949
anchorName = anchor
5050
ejectionForce = 100
5151
explosiveNodeID = bottom
5252
}
53+
MODULE
54+
{
55+
name = ModuleCargoBay
56+
DeployModuleIndex = 0
57+
closedPosition = 0
58+
lookupRadius = 1.25
59+
lookupCenter = 1.25, 0, 0
60+
}
5361

5462
}

0 commit comments

Comments
 (0)