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

BCS V1.0.0 Config Update (New Branch) #3023

Merged
Merged
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
105 changes: 105 additions & 0 deletions GameData/RealismOverhaul/Engine_Configs/BANTAM_15_Config.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
// ==================================================
// BANTAM
// BAR-15
//
// Manufacturer: Aerojet Rocketdyne
//
// =================================================================================
// BAR-50-LRF
// Prototype
//
// Dry Mass: 162.84 Kg (359 lbm)
// Thrust (SL): ??? kN
// Thrust (Vac): 66.723 kN (15 klbf)
// ISP: 293.48 SL / 305.3 Vac
// Chamber Pressure: 1.379 MPa (200 psi)
// Propellant: LOX / RP1
// Prop Ratio: 2.4
// Throttle: 50% - 100%
// Nozzle Ratio: 100
// Ignitions: Unlimited (No Idea but this is more useful since it's in space)
// =================================================================================

// Sources:

// Bantam Family of Aerojet Rocketdyne Commercial Rocket Engines: https://arc.aiaa.org/doi/abs/10.2514/6.2013-5459


// Used by:

// Boring Crew Services

// ==================================================

@PART[*]:HAS[#engineType[BANTAM15]]:FOR[RealismOverhaulEngines]
{
%category = Engine
%title = BANTAM-15
%manufacturer = #roMfrAerojetRocketdyne
%description = 15,000lbf engine derived from the RS-88 engine, part of a family of engines designed and developed by Aerojet Rocketdyne. This one designed to use LOX/RP-1 in Vacuum Conditions.

@tags ^= :$: USA aerojet rocketdyne rs88 liquid pressure-fed booster ethanol mmh lqdoxygen nto

%specLevel = prototype

@MODULE[ModuleEngines*]
{
%EngineType = LiquidFuel

!IGNITOR_RESOURCE,*{}
}

!MODULE[ModuleGimbal],*{}

!MODULE[ModuleEngineConfigs],*{}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
configuration = BAR-15-LRF
modded = False
origMass = 0.163

CONFIG
{
name = BAR-15-LRF
description = LOX/RP1 powered pressure-fed engine.
specLevel = prototype
maxThrust = 66.723
minThrust = 33.3615
ullage = False
pressureFed = True
ignitions = 0
massMult = 1.0
PROPELLANT
{
name = RP-1
ratio = 0.37255
DrawGauge = True
}
PROPELLANT
{
name = LqdOxygen
ratio = 0.62745
DrawGauge = False
}
PROPELLANT
{
name = Helium
ratio = 10.0
DrawGauge = False
}
atmosphereCurve
{
key = 0 305.3
key = 1 293.477 // Calculated
}
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.1
}
}
}
}
105 changes: 105 additions & 0 deletions GameData/RealismOverhaul/Engine_Configs/BANTAM_25_Config.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
// ==================================================
// BANTAM
// BAR-25
//
// Manufacturer: Aerojet Rocketdyne
//
// =================================================================================
// BAR-25-LRRP
// Prototype
//
// Dry Mass: 231.786 Kg (511 lbm)
// Thrust (SL): ??? kN
// Thrust (Vac): 111.20554 kN (25 klbf)
// ISP: 293.48 SL / 329.0 Vac
// Chamber Pressure: 5.17 MPa (750 psi)
// Propellant: LOX / RP1
// Prop Ratio: 2.4
// Throttle: 50% - 100%
// Nozzle Ratio: 100
// Ignitions: 5 (No Idea but this is more useful since it's in space, pump-fed so assume not infinite)
// =================================================================================

// Sources:

// Bantam Family of Aerojet Rocketdyne Commercial Rocket Engines: https://arc.aiaa.org/doi/abs/10.2514/6.2013-5459


// Used by:

// Boring Crew Services

// ==================================================

@PART[*]:HAS[#engineType[BANTAM25]]:FOR[RealismOverhaulEngines]
{
%category = Engine
%title = BANTAM-25
%manufacturer = #roMfrAerojetRocketdyne
%description = 25,000lbf engine derived from the RS-88 engine, part of a family of engines designed and developed by Aerojet Rocketdyne. This one designed to use LOX/RP-1 in Vacuum Conditions.

@tags ^= :$: USA aerojet rocketdyne rs88 liquid pump booster rp1 lqdoxygen

%specLevel = prototype

@MODULE[ModuleEngines*]
{
%EngineType = LiquidFuel

!IGNITOR_RESOURCE,*{}
}

!MODULE[ModuleGimbal],*{}

!MODULE[ModuleEngineConfigs],*{}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
configuration = BAR-25-LRRP
modded = False
origMass = 0.2318

CONFIG
{
name = BAR-25-LRRP
description = LOX/RP1 powered engine using a Gas Generator Cycle.
specLevel = prototype
maxThrust = 111.206
minThrust = 55.603
ullage = False
pressureFed = True
ignitions = 0
massMult = 1.0
PROPELLANT
{
name = RP-1
ratio = 0.37255
DrawGauge = True
}
PROPELLANT
{
name = LqdOxygen
ratio = 0.62745
DrawGauge = False
}
PROPELLANT
{
name = Helium
ratio = 10.0
DrawGauge = False
}
atmosphereCurve
{
key = 0 329.0
key = 1 316.26 // Best Guess
}
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.1
}
}
}
}
Loading
Loading