Skip to content

Commit

Permalink
Add RD-108_8D75 Config
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Jun 13, 2017
1 parent e243343 commit 5a0cd06
Showing 1 changed file with 84 additions and 14 deletions.
98 changes: 84 additions & 14 deletions GameData/RealismOverhaul/Engine_Configs/RD108_RD118_Config.cfg
Expand Up @@ -2,7 +2,7 @@
// RD-108/118 series global engine configuration.

// Throttle Range: N/A
// Burn Time: 140 s
// Burn Time: 340 s
// O/F Ratio: ~2.5 (differs between different configurations)
// Vernier range: 45 degrees

Expand Down Expand Up @@ -48,7 +48,7 @@
name = ModuleEngineConfigs
type = ModuleEngines
origMass = 1.278
configuration = RD-108_8D75PS //FIXME: missing RD-108_8D75 ???
configuration = RD-108_8D75PS
modded = false

CONFIG
Expand Down Expand Up @@ -102,12 +102,67 @@
key = 1 241
}
}

CONFIG
{
name = RD-108_8D75
maxThrust = 936.2
minThrust = 936.2
massMult = 1.0

ullage = True
pressureFed = False
ignitions = 1

IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.5
}

IGNITOR_RESOURCE
{
name = TEATEB
amount = 1
}

PROPELLANT
{
name = Kerosene
ratio = 0.3531
DrawGauge = True
}

PROPELLANT
{
name = LqdOxygen
ratio = 0.6274
DrawGauge = False
}

PROPELLANT
{
name = HTP
ratio = 0.0195
ignoreForIsp = True
DrawGauge = False
}

atmosphereCurve
{
key = 0 311
key = 1 246
}

cost = 100
techRequired = advRocketry
}

CONFIG
{
name = RD-108_8D75K
maxThrust = 941.44
minThrust = 941.44
maxThrust = 945.4
minThrust = 945.4
massMult = 1.0

ullage = True
Expand Down Expand Up @@ -151,18 +206,18 @@
atmosphereCurve
{
key = 0 315
key = 1 248.10
key = 1 248
}

cost = 100
cost = 200
techRequired = advRocketry
}

CONFIG
{
name = RD-108MM_8D727
maxThrust = 973.8
minThrust = 973.8
maxThrust = 971.4
minThrust = 971.4
massMult = 0.895

ullage = True
Expand Down Expand Up @@ -209,7 +264,7 @@
key = 1 252.79
}

cost = 200
cost = 300
techRequired = heavyRocketry
}

Expand Down Expand Up @@ -263,7 +318,7 @@
key = 1 256.87
}

cost = 300
cost = 400
techRequired = heavierRocketry
}

Expand Down Expand Up @@ -318,7 +373,7 @@
key = 1 257.48
}

cost = 400
cost = 500
techRequired = experimentalRocketry
}
}
Expand Down Expand Up @@ -348,6 +403,19 @@
// many flights
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-108_8D75]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = RD-108_8D75
ratedBurnTime = 340
ignitionReliabilityStart = 0.865
ignitionReliabilityEnd = 0.9675
cycleReliabilityStart = 0.875
cycleReliabilityEnd = 0.966
techTransfer = RD-108_8D75PS:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-108_8D75K]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
Expand All @@ -358,7 +426,9 @@
ignitionReliabilityEnd = 0.975
cycleReliabilityStart = 0.9
cycleReliabilityEnd = 0.982
techTransfer = RD-108_8D75PS:50
reliabilityDataRateMultiplier = 0.2 // can get up to Vostok reliability but only after
// many flights
techTransfer = RD-108_8D75,RD-108_8D75PS:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-108MM_8D727]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand All @@ -371,7 +441,7 @@
ignitionReliabilityEnd = 0.985
cycleReliabilityStart = 0.915
cycleReliabilityEnd = 0.99
techTransfer = RD-108_8D75PS,RD-108_8D75K:50
techTransfer = RD-108_8D75,RD-108_8D75PS,RD-108_8D75K:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-118_11D512]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand All @@ -384,7 +454,7 @@
ignitionReliabilityEnd = 0.988
cycleReliabilityStart = 0.965
cycleReliabilityEnd = 0.995
techTransfer = RD-108_8D75K,RD-108MM_8D727:50
techTransfer = RD-108_8D75,RD-108_8D75K,RD-108MM_8D727:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-108A_14D21]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand Down

0 comments on commit 5a0cd06

Please sign in to comment.