Skip to content

Commit

Permalink
Clone RealEngines S5.92 for a pretty RD-0105/0109.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jun 9, 2017
1 parent 5875d84 commit 3194ec0
Showing 1 changed file with 101 additions and 27 deletions.
Expand Up @@ -2221,44 +2221,118 @@
// NK-9, 9V, and 21/19/31/39.
+PART[NK33engine]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
{
@name = RO-RealEngines-NK9
@name = RO-RealEngines-NK9

%RSSROConfig = True
%rescaleFactor = 0.88
%mass = 0.316 // guess TWR of 120
@crashTolerance = 10
%RSSROConfig = True
%rescaleFactor = 0.88
%mass = 0.316 // guess TWR of 120
@crashTolerance = 10
%breakingForce = 250
%breakingTorque = 250
@maxTemp = 573.15
%skinMaxTemp = 673.15
@MODULE[ModuleEngines*]
{
@name = ModuleEnginesRF
}
%engineType = NK9
@MODULE[ModuleEngines*]
{
@name = ModuleEnginesRF
}
%engineType = NK9
}

+PART[NK43engine]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
{
@name = RO-RealEngines-NK9V
@name = RO-RealEngines-NK9V

%RSSROConfig = True
%rescaleFactor = 0.88
%mass = 0.45
@crashTolerance = 10
%RSSROConfig = True
%rescaleFactor = 0.88
%mass = 0.45
@crashTolerance = 10
%breakingForce = 250
%breakingTorque = 250
@maxTemp = 573.15
%skinMaxTemp = 673.15

@MODULE[ModuleEngines*]
{
@name = ModuleEnginesRF
}

%engineType = NK9V
}

@MODULE[ModuleEngines*]
{
@name = ModuleEnginesRF
}

%engineType = NK9V
}

// RD-0105/9
+PART[S5_92fversion]:FOR[RealismOverhaul]
{
@name = RO-RealEngines-RD0105
%RSSROConfig = True

@mass = 0.125
@crashTolerance = 10
@maxTemp = 573.15
%skinMaxTemp = 673.15
%stageOffset = 1
%childStageOffset = 1
%stagingIcon = LIQUID_ENGINE
@bulkheadProfiles = size1
@tags = ascent vostok luna launch propuls rocket vac

%engineType = RD0105
%engineTypeMult = 1
%ignoreMass = False
%massOffset = 0
%useVerniers = True
%vernierThrust = 0.5

// Gas generator exhaust.

// The thrust values have been set to 1/100 of
// the nominal thrust value of the main engine.
// True values unknown.

@MODULE[ModuleEngines*]:HAS[#thrustVectorTransformName[tt2]]
{
%engineID = GasGenerator
@minThrust = 0.5
@maxThrust = 0.5

@PROPELLANT[UDMH]
{
@name = Kerosene
@ratio = 0.3594
}

@PROPELLANT[NTO]
{
@name = LqdOxygen
@ratio = 0.6406
}

@atmosphereCurve
{
@key,0 = 0 316
@key,1 = 1 100
}
}

// FIXME should this gimbal even be here, or just verniers?
@MODULE[ModuleGimbal]
{
%gimbalRange = 5.0
!gimbalRangeYP = NULL
!gimbalRangeYN = NULL
!gimbalRangeXP = NULL
!gimbalRangeXN = NULL
%gimbalResponseSpeed = 16
}
MODULE
{
name = ModuleGimbal
gimbalTransformName = tt2
gimbalRange = 45
useGimbalResponseSpeed = True
gimbalResponseSpeed = 16
}
}

0 comments on commit 3194ec0

Please sign in to comment.