Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BDB Generic Configs #2823

Open
wants to merge 7 commits into
base: BDBStagingBranch
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 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
1 change: 1 addition & 0 deletions GameData/RealismOverhaul/Localization/en-us-Mfr.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Localization
#roMfrDalmoVictor = Textron Dalmo Victor //(1954-1986) Sold to Singer in 1986
//U
#roMfrUA = United Aircraft //(1934-1975) Renamed to United Technologies in 1975
#roMfrULA = United Launch Alliance (ULA) //(2006-present) formed from the rocketry divisions of Lockheed Martin and Boeing in December 2006
#roMfrUTC = United Technologies //(1975-2020) merged with Raytheon to form Raytheon Technologies in 2020
//V
//W
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,221 @@
// ================================================================================
// Payload Seperator Configs
// ================================================================================


@PART[bluedog_PSM_0p625m_HighProfile]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BDB Payload Separator 1
@description = A small, 1m decoupler designed especially for deploying a satellite from the launch vehicle. Rather than using explosive bolts to separate the part above it, a spring loaded plate gently pushes the payload away. This one is taller than most, for payloads that need a large standoff from the upper stage below. Additional height (needed for solar panels or instruments hanging below the bottom plane of the payload, for example) can be gained by attaching structural payload adapters to the bottom.
@mass = 0.063
%skinTempTag = Aluminum
%internalTempTag = Steel
}

@PART[bluedog_PSM_0p625m_LowProfile]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BDB Payload Separator 2
@description = A small, 1m decoupler designed especially for deploying a satellite from the launch vehicle. Rather than using explosive bolts to separate the part above it, a spring loaded plate gently pushes the payload away. This one is designed to be as low profile as possible, to minimize the length of the fairing. Additional height (needed for solar panels or instruments hanging below the bottom plane of the payload, for example) can be gained by attaching structural payload adapters to the bottom.
@mass = 0.063
%skinTempTag = Aluminum
%internalTempTag = Steel
}

@PART[bluedog_PSM_0p625m_MediumProfile]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BDB Payload Separator 3
@description = A small, 1m decoupler designed especially for deploying a satellite from the launch vehicle. Rather than using explosive bolts to separate the part above it, a spring loaded plate gently pushes the payload away. This one is medium height, for when only a slight standoff is needed. Additional height (needed for solar panels or instruments hanging below the bottom plane of the payload, for example) can be gained by attaching structural payload adapters to the bottom.
@mass = 0.063
%skinTempTag = Aluminum
%internalTempTag = Steel
}

@PART[bluedog_PSM_0p3125m_HighProfile]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BDB Payload Separator 4
@description = A small, 0.5m decoupler designed especially for deploying a satellite from the launch vehicle. Rather than using explosive bolts to separate the part above it, a spring loaded plate gently pushes the payload away. This one is taller than most, for payloads that need a large standoff from the upper stage below. Additional height (needed for solar panels or instruments hanging below the bottom plane of the payload, for example) can be gained by attaching structural payload adapters to the bottom.
@mass = 0.018
%skinTempTag = Aluminum
%internalTempTag = Steel
}

@PART[bluedog_PSM_0p3125m_LowProfile]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BDB Payload Separator 5
@description = A small, 0.5m decoupler designed especially for deploying a satellite from the launch vehicle. Rather than using explosive bolts to separate the part above it, a spring loaded plate gently pushes the payload away. This one is designed to be as low profile as possible, to minimize the length of the fairing. Additional height (needed for solar panels or instruments hanging below the bottom plane of the payload, for example) can be gained by attaching structural payload adapters to the bottom.
@mass = 0.018
%skinTempTag = Aluminum
%internalTempTag = Steel
}

@PART[bluedog_PSM_0p3125m_MediumProfile]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BDB Payload Separator 6
@description = A small, 0.5m decoupler designed especially for deploying a satellite from the launch vehicle. Rather than using explosive bolts to separate the part above it, a spring loaded plate gently pushes the payload away. This one is medium height, for when only a slight standoff is needed. Additional height (needed for solar panels or instruments hanging below the bottom plane of the payload, for example) can be gained by attaching structural payload adapters to the bottom.
@mass = 0.018
%skinTempTag = Aluminum
%internalTempTag = Steel
}

@PART[bluedog_FairingBase_0p9375m_Static]:NEEDS[ProceduralFairings]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = Agena 1.5m Static Fairing Base
@manufacturer = Thiokol
@description = Low-profile 1.5m fairing base for rockets produced by Thiokol. Features side attach nodes for use with the Agena GATV Nose Cone set. Also features an optional floating node for a dual payload adapter.
@mass = 0.124
%skinTempTag = Magnesium
%internalTempTag = Magnesium
}


// Spin Decoupler
@PART[bluedog_SpinDecoupler_p3125m]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BDB Spin Decoupler
@description = Small 0.5m decoupler. Used on the Sergeant stack between the 1x and 3x stages.
@mass = 0.026
%skinTempTag = Aluminum
%internalTempTag = Steel
!RESOURCE[SolidFuel] {}
MODULE
{
name = ModuleFuelTanks
volume = 2.5
type = PSPC
basemass = -1
TANK
{
name = PSPC
amount = 2.5
maxAmount = 2.5
}
}
MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
configuration = Spin Table
CONFIG
{
name = Spin Table
minThrust = 0.0
maxThrust = 10.0
heatProduction = 100

PROPELLANT
{
name = PSPC
ratio = 1.0
DrawGauge = True
}
}
}
}


// 1m Spin Table
@PART[bluedog_Spintable_0p625]:FOR[RealismOverhaul]
{
%RSSROConfig = true
@rescaleFactor = 0.90909
@title = Delta 1m Spin Table
@mass = 0.065
%skinTempTag = Aluminum
%internalTempTag = Steel
!RESOURCE[SolidFuel] {}
MODULE
{
name = ModuleFuelTanks
volume = 5
type = PSPC
basemass = -1
TANK
{
name = PSPC
amount = 5
maxAmount = 5
}
}
MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
configuration = Spin Table
CONFIG
{
name = Spin Table
minThrust = 0.0
maxThrust = 20.0
heatProduction = 100

PROPELLANT
{
name = PSPC
ratio = 1.0
DrawGauge = True
}
}
}
}


// 1.5m Spin Table
@PART[bluedog_Spintable_0p9375]:FOR[RealismOverhaul]
{
%RSSROConfig = true
@rescaleFactor = 1.5
@title = Delta 1.5m Spin Table
@mass = 0.160
%skinTempTag = Aluminum
%internalTempTag = Steel
!RESOURCE[SolidFuel] {}
MODULE
{
name = ModuleFuelTanks
volume = 7.5
type = PSPC
basemass = -1
TANK
{
name = PSPC
amount = 7.5
maxAmount = 7.5
}
}
MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
configuration = Spin Table
CONFIG
{
name = Spin Table
minThrust = 0.0
maxThrust = 30.0
heatProduction = 100

PROPELLANT
{
name = PSPC
ratio = 1.0
DrawGauge = True
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// ================================================================================
// KIS Configs
// ================================================================================


@PART[bluedog_conformalDecal]:FOR[RealismOverhaul]
{
%RSSROConfig = True
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
// ================================================================================
// Decoupler Configs
// ================================================================================


@PART[bluedog_Decoupler_0p625m]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BD-SPD-0 1m Decoupler
@description = Standard low-profile 1m decoupler for rockets produced by Bluedog Design Bureau.
@mass = 0.063
%skinTempTag = Aluminum
%internalTempTag = Steel
}


@PART[bluedog_Decoupler_0p9375m]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BD-SPD-0 1.5m Decoupler
@description = Standard low-profile 1.5m decoupler for rockets produced by Bluedog Design Bureau.
@mass = 0.152
%skinTempTag = Aluminum
%internalTempTag = Steel
}


@PART[bluedog_Decoupler_1p5m]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BD-SPD-0 2.4m Decoupler
@description = Standard low-profile 2.4m decoupler for rockets produced by Bluedog Design Bureau.
@mass = 0.471
%skinTempTag = Aluminum
%internalTempTag = Steel
}


@PART[bluedog_Decoupler_1p25m]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BD-SPD-0 2m Decoupler
@description = Standard low-profile 2m decoupler for rockets produced by Bluedog Design Bureau.
@mass = 0.300
%skinTempTag = Aluminum
%internalTempTag = Steel
}


@PART[bluedog_Decoupler_1p875m]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BD-SPD-0 3m Decoupler
description = Standard low-profile 3m decoupler for rockets produced by Bluedog Design Bureau.
@mass = 0.834
%skinTempTag = Aluminum
%internalTempTag = Steel
}


@PART[bluedog_Decoupler_3p125m]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = BD-SPD-0 5m Decoupler
@description = Standard low-profile 5m decoupler for rockets produced by Bluedog Design Bureau.
@mass = 3.298
%skinTempTag = Aluminum
%internalTempTag = Steel
}


@PART[bluedog_Lateraltron]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@mass = 0.01
@MODULE[ModuleEnginesFX]
{
@minThrust = 14
@maxThrust = 14
@PROPELLANT[SolidFuel]
{
@name = HTPB
}
@atmosphereCurve
{
@key = 0 254.2
@key = 1 243
}
}
@RESOURCE[SolidFuel]
{
@name = HTPB
@amount = 6
@maxAmount = 6
}
}


@PART[bluedog_Perfectron]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@mass = 0.01
@MODULE[ModuleEnginesFX]
{
@minThrust = 7
@maxThrust = 7
@PROPELLANT[SolidFuel]
{
@name = HTPB
}
@atmosphereCurve
{
@key = 0 254.2
@key = 1 243
}
}
@RESOURCE[SolidFuel]
{
@name = HTPB
@amount = 6
@maxAmount = 6
}
}


@PART[bluedog_RadialDecoupler_Medium]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@mass = 0.15
@description = Medium radial decoupler for decoupling medium (1.5m - 2.4m) things.
@MODULE[ModuleAnchoredDecouplerBdb]
{
@ejectionForce = 900
}
}


@PART[bluedog_RadialDecoupler_Mini]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@mass = 0.1
@MODULE[ModuleAnchoredDecouplerBdb]
{
@ejectionForce = 375
}
}
Loading
Loading