Skip to content
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
2 changes: 1 addition & 1 deletion GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryCM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ PART
buoyancyUseSine = False
CoPOffset = 0.0, 0.3, 0.0
CoLOffset = 0.0, -0.3, 0.0
CoMOffset = 0, -0.15, 0
CoMOffset = 0, -0.55, 0

// --Original values
// CenterOfBuoyancy = 0.0, 0.5, 0.0
Expand Down
42 changes: 2 additions & 40 deletions GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetro.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ PART

tags = shepherd hermes solid booster decent retro motor engine mercury

engineType = TEM316

MODULE
{
name = ModuleEnginesRF
Expand All @@ -60,46 +62,6 @@ PART
fxOffset = 0, 0, 0.0
}

//Source: Solid rocket propulsion technology for de-orbiting spacecraft
//https://www.sciencedirect.com/science/article/pii/S1000936121003319
MODULE
{
name = ModuleEngineConfigs
modded = false
configuration = MercuryRetro
CONFIG
{
name = MercuryRetro
minThrust = 5.1 //nominal thrust 5.1 kN
maxThrust = 5.1
heatProduction = 2

powerEffectName = Solid-Upper

PROPELLANT
{
name = PSPC
ratio = 1
DrawGauge = True
}
atmosphereCurve
{
key = 0 206
key = 1 85
}
chamberNominalTemp = 1400
maxEngineTemp = 1740
}
}

MODULE
{
name = ModuleFuelTanks
type = PSPC
volume = 12.57 //48.25 lbs propellant
basemass = -1
}

MODULE
{
name = ModuleJettison
Expand Down
45 changes: 12 additions & 33 deletions GameData/ROCapsules/PartConfigs/Vostok/VostokService.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ PART
skinTempTag = Aluminum
internalTempTag = Instruments

engineType = S5_4
ignoreMass = True //Obviously, this contains a lot more than just the engine. Don't use engine weight

// ============================================================================
// Animations and Textures
// ============================================================================
Expand Down Expand Up @@ -154,39 +157,6 @@ PART
thrustTransformName = thrustTransform
}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
configuration = S5.4
modded = false

CONFIG
{
name = S5.4
minThrust = 15.83
maxThrust = 15.83
heatProduction = 100
ignitions = 1 //only 1 start provided
PROPELLANT
{
name = AK20
ratio = 0.6360
DrawGauge = True
}
PROPELLANT
{
name = Tonka250
ratio = 0.3640
}
atmosphereCurve
{
key = 0 266
key = 1 112
}
}
}

//Vostok had two RCS systems. Deorbit orientation thrusters ran off main engine gas generator
//On-orbit attitude control was provided by cold-gas nitrogen thrusters
MODULE
Expand Down Expand Up @@ -321,6 +291,15 @@ PART
}
}

// ================================================================================
// Stop MEC from overriding our description
// ================================================================================
@PART[ROC-VostokService]:AFTER[RealismOverhaulEngines]
{
%title = Vostok/Voskhod/Zenit Service Module
%manufacturer = #roMfrOKB1
%description = A service module with batteries a simple de-orbit engine that has only 1 ignition. This is the same service module that you use for Vostok, Voskhod, and Zenit. Attach the Decoupler to the Descent Module first and attach this to the bottom of the Descent Module.
}
// ================================================================================
// Configure RealAntennas
// ================================================================================
Expand Down