From 43b7d951096e1d8d2c876505fb3ab68b5b082eb9 Mon Sep 17 00:00:00 2001 From: Starwaster Date: Sat, 30 May 2015 18:17:58 -0400 Subject: [PATCH] Updated fairing to use cargo bay module - Changed ModuleAnchoredDecoupler for ModuleAnimatedAnchoredDecoupler - Added ModuleCargoBay --- .../Parts/SDHI_2.5_ServiceModuleFairing/part.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModuleFairing/part.cfg b/GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModuleFairing/part.cfg index 777625b..b71ef2a 100644 --- a/GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModuleFairing/part.cfg +++ b/GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModuleFairing/part.cfg @@ -45,10 +45,18 @@ PART MODULE { - name = ModuleAnchoredDecoupler + name = ModuleAnimatedAnchoredDecoupler anchorName = anchor ejectionForce = 100 explosiveNodeID = bottom } + MODULE + { + name = ModuleCargoBay + DeployModuleIndex = 0 + closedPosition = 0 + lookupRadius = 1.25 + lookupCenter = 1.25, 0, 0 + } }