Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions GameData/BoringCrewServices/Compatibility/Shaddy/Parachutes.cfg
Original file line number Diff line number Diff line change
@@ -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
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -65,7 +66,7 @@ PART
chuteThermalMassPerArea = 0.09
}

MODULE:NEEDS[KSPCommunityPartModules&!RealChute]
MODULE:NEEDS[KSPCommunityPartModules&!FerramAerospaceResearch]
{
name = ModuleAutoCutDrogue
isDrogueChute = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ PART
transformName = canopy
}

MODULE:NEEDS[KSPCommunityPartModules&!RealChute]
MODULE:NEEDS[KSPCommunityPartModules&!FerramAerospaceResearch]
{
name = ModuleAutoCutDrogue
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -58,13 +58,15 @@ PART
ejectionForce = 50
explosiveNodeID = top
stagingEnabled = True
menuName = Decouple Payload
}
MODULE
{
name = ModuleDecouple
ejectionForce = 50
explosiveNodeID = bottom
stagingEnabled = False
menuName = Decouple Bottom node
}
MODULE
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -94,13 +94,15 @@ PART
ejectionForce = 50
explosiveNodeID = top
stagingEnabled = True
menuName = Decouple Top node
}
MODULE
{
name = ModuleDecouple
ejectionForce = 50
explosiveNodeID = bottom
stagingEnabled = False
menuName = Decouple Base node
}
MODULE
{
Expand Down