diff --git a/GameData/BoringCrewServices/Compatibility/Shaddy/Parachutes.cfg b/GameData/BoringCrewServices/Compatibility/Shaddy/Parachutes.cfg new file mode 100644 index 0000000..a37e1c0 --- /dev/null +++ b/GameData/BoringCrewServices/Compatibility/Shaddy/Parachutes.cfg @@ -0,0 +1,30 @@ +KSP_MODEL_SHADER:NEEDS[Shaddy] +{ + name = BCSParachutes + model = BoringCrewServices/Parts/Starliner/BCS_Centauri_MainChute + model = BoringCrewServices/Parts/Starliner/BCS_Centauri_DrogueChutes + MATERIAL + { + shader = Shaddy/Translucent Cutoff (Bumped) + mesh = Sphere.002 + mesh = Sphere.003 + mesh = Sphere.004 + mesh = Sphere.005 + mesh = Sphere.006 + mesh = Sphere.007 + mesh = Sphere.008 + mesh = Sphere.009 + mesh = Sphere.010 + mesh = Sphere.011 + PROPERTY + { + name = _TransmissionColor + color = 255,255,255 + } + PROPERTY + { + name = _AmbientBase + float = 0.5 + } + } +} \ No newline at end of file diff --git a/GameData/BoringCrewServices/Parts/Starliner/BCS_Centauri_DrogueChutes.cfg b/GameData/BoringCrewServices/Parts/Starliner/BCS_Centauri_DrogueChutes.cfg index fcdc27c..d80bd28 100644 --- a/GameData/BoringCrewServices/Parts/Starliner/BCS_Centauri_DrogueChutes.cfg +++ b/GameData/BoringCrewServices/Parts/Starliner/BCS_Centauri_DrogueChutes.cfg @@ -18,6 +18,7 @@ PART rescaleFactor = 1 node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 + CoMOffset = 0, 0, 0.6275 //node_attach = 0.0, -0.120649, 0.0, 0.0, -1.0, 0.0 buoyancyUseCubeNamed = PACKED @@ -65,7 +66,7 @@ PART chuteThermalMassPerArea = 0.09 } - MODULE:NEEDS[KSPCommunityPartModules&!RealChute] + MODULE:NEEDS[KSPCommunityPartModules&!FerramAerospaceResearch] { name = ModuleAutoCutDrogue isDrogueChute = true diff --git a/GameData/BoringCrewServices/Parts/Starliner/BCS_Centauri_MainChute.cfg b/GameData/BoringCrewServices/Parts/Starliner/BCS_Centauri_MainChute.cfg index 2304190..50bce97 100644 --- a/GameData/BoringCrewServices/Parts/Starliner/BCS_Centauri_MainChute.cfg +++ b/GameData/BoringCrewServices/Parts/Starliner/BCS_Centauri_MainChute.cfg @@ -82,7 +82,7 @@ PART transformName = canopy } - MODULE:NEEDS[KSPCommunityPartModules&!RealChute] + MODULE:NEEDS[KSPCommunityPartModules&!FerramAerospaceResearch] { name = ModuleAutoCutDrogue } diff --git a/GameData/BoringCrewServices/Parts/Starliner/BCS_multiAdapterBase.cfg b/GameData/BoringCrewServices/Parts/Starliner/BCS_multiAdapterBase.cfg index 7f8c17f..4621243 100644 --- a/GameData/BoringCrewServices/Parts/Starliner/BCS_multiAdapterBase.cfg +++ b/GameData/BoringCrewServices/Parts/Starliner/BCS_multiAdapterBase.cfg @@ -31,7 +31,7 @@ PART subcategory = 0 title = Centauri-DPB46 Dual Adapter Base manufacturer = Boring Crew Services - description = A series of large adapters available in multiple sizes to suit a variety of launch vehicles. These voluminous adapters have sufficient space to allow for a secondary payload beneath the capsule. Use with the dual payload adapter base. Available in 4.25m, 4.375m and 5m. + description = Base for the Centauri-SA46 Dual Adapter fairing, with integrated payload decoupler, as well as an optional decoupler for the bottom mode (disabled by default). Available in 4.25m, 4.375m and 5m. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 mass = 0.05 @@ -58,6 +58,7 @@ PART ejectionForce = 50 explosiveNodeID = top stagingEnabled = True + menuName = Decouple Payload } MODULE { @@ -65,6 +66,7 @@ PART ejectionForce = 50 explosiveNodeID = bottom stagingEnabled = False + menuName = Decouple Bottom node } MODULE { diff --git a/GameData/BoringCrewServices/Parts/Starliner/BCS_multiAdapterDual.cfg b/GameData/BoringCrewServices/Parts/Starliner/BCS_multiAdapterDual.cfg index a0923d9..ddc373c 100644 --- a/GameData/BoringCrewServices/Parts/Starliner/BCS_multiAdapterDual.cfg +++ b/GameData/BoringCrewServices/Parts/Starliner/BCS_multiAdapterDual.cfg @@ -52,7 +52,7 @@ PART subcategory = 0 title = Centauri-SA46 Dual Adapter manufacturer = Boring Crew Services - description = A series of large adapters available in multiple sizes to suit a variety of launch vehicles. These voluminous adapters have sufficient space to allow for a secondary payload beneath the capsule. Best used with the Centauri-DPB46 Dual Adapter Base. Available in 4.25m, 4.375m and 5m. + description = A series of large adapters available in multiple sizes to suit a variety of launch vehicles. These voluminous adapters have sufficient space to allow for a secondary payload beneath the capsule. Best used with the Centauri-DPB46 Dual Adapter Base. Top node decoupler enabled and bottom node decoupler disabled by default. Available in 4.25m, 4.375m and 5m. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 mass = 0.1 @@ -94,6 +94,7 @@ PART ejectionForce = 50 explosiveNodeID = top stagingEnabled = True + menuName = Decouple Top node } MODULE { @@ -101,6 +102,7 @@ PART ejectionForce = 50 explosiveNodeID = bottom stagingEnabled = False + menuName = Decouple Base node } MODULE {