Skip to content

Commit 3194ec0

Browse files
committedJun 9, 2017
Clone RealEngines S5.92 for a pretty RD-0105/0109.
1 parent 5875d84 commit 3194ec0

File tree

1 file changed

+101
-27
lines changed

1 file changed

+101
-27
lines changed
 

‎GameData/RealismOverhaul/RO_SuggestedMods/RealEngines/RO_RealEngines_Russian.cfg

+101-27
Original file line numberDiff line numberDiff line change
@@ -2221,44 +2221,118 @@
22212221
// NK-9, 9V, and 21/19/31/39.
22222222
+PART[NK33engine]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
22232223
{
2224-
@name = RO-RealEngines-NK9
2224+
@name = RO-RealEngines-NK9
22252225

2226-
%RSSROConfig = True
2227-
%rescaleFactor = 0.88
2228-
2229-
%mass = 0.316 // guess TWR of 120
2230-
@crashTolerance = 10
2226+
%RSSROConfig = True
2227+
%rescaleFactor = 0.88
2228+
2229+
%mass = 0.316 // guess TWR of 120
2230+
@crashTolerance = 10
22312231
%breakingForce = 250
22322232
%breakingTorque = 250
22332233
@maxTemp = 573.15
22342234
%skinMaxTemp = 673.15
2235-
2236-
@MODULE[ModuleEngines*]
2237-
{
2238-
@name = ModuleEnginesRF
2239-
}
2240-
2241-
%engineType = NK9
2235+
2236+
@MODULE[ModuleEngines*]
2237+
{
2238+
@name = ModuleEnginesRF
2239+
}
2240+
2241+
%engineType = NK9
22422242
}
22432243

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

2248-
%RSSROConfig = True
2249-
%rescaleFactor = 0.88
2250-
2251-
%mass = 0.45
2252-
@crashTolerance = 10
2248+
%RSSROConfig = True
2249+
%rescaleFactor = 0.88
2250+
2251+
%mass = 0.45
2252+
@crashTolerance = 10
22532253
%breakingForce = 250
22542254
%breakingTorque = 250
22552255
@maxTemp = 573.15
22562256
%skinMaxTemp = 673.15
2257-
2258-
@MODULE[ModuleEngines*]
2259-
{
2260-
@name = ModuleEnginesRF
2261-
}
2262-
2263-
%engineType = NK9V
2264-
}
2257+
2258+
@MODULE[ModuleEngines*]
2259+
{
2260+
@name = ModuleEnginesRF
2261+
}
2262+
2263+
%engineType = NK9V
2264+
}
2265+
2266+
// RD-0105/9
2267+
+PART[S5_92fversion]:FOR[RealismOverhaul]
2268+
{
2269+
@name = RO-RealEngines-RD0105
2270+
%RSSROConfig = True
2271+
2272+
@mass = 0.125
2273+
@crashTolerance = 10
2274+
@maxTemp = 573.15
2275+
%skinMaxTemp = 673.15
2276+
%stageOffset = 1
2277+
%childStageOffset = 1
2278+
%stagingIcon = LIQUID_ENGINE
2279+
@bulkheadProfiles = size1
2280+
@tags = ascent vostok luna launch propuls rocket vac
2281+
2282+
%engineType = RD0105
2283+
%engineTypeMult = 1
2284+
%ignoreMass = False
2285+
%massOffset = 0
2286+
%useVerniers = True
2287+
%vernierThrust = 0.5
2288+
2289+
// Gas generator exhaust.
2290+
2291+
// The thrust values have been set to 1/100 of
2292+
// the nominal thrust value of the main engine.
2293+
// True values unknown.
2294+
2295+
@MODULE[ModuleEngines*]:HAS[#thrustVectorTransformName[tt2]]
2296+
{
2297+
%engineID = GasGenerator
2298+
@minThrust = 0.5
2299+
@maxThrust = 0.5
2300+
2301+
@PROPELLANT[UDMH]
2302+
{
2303+
@name = Kerosene
2304+
@ratio = 0.3594
2305+
}
2306+
2307+
@PROPELLANT[NTO]
2308+
{
2309+
@name = LqdOxygen
2310+
@ratio = 0.6406
2311+
}
2312+
2313+
@atmosphereCurve
2314+
{
2315+
@key,0 = 0 316
2316+
@key,1 = 1 100
2317+
}
2318+
}
2319+
2320+
// FIXME should this gimbal even be here, or just verniers?
2321+
@MODULE[ModuleGimbal]
2322+
{
2323+
%gimbalRange = 5.0
2324+
!gimbalRangeYP = NULL
2325+
!gimbalRangeYN = NULL
2326+
!gimbalRangeXP = NULL
2327+
!gimbalRangeXN = NULL
2328+
%gimbalResponseSpeed = 16
2329+
}
2330+
MODULE
2331+
{
2332+
name = ModuleGimbal
2333+
gimbalTransformName = tt2
2334+
gimbalRange = 45
2335+
useGimbalResponseSpeed = True
2336+
gimbalResponseSpeed = 16
2337+
}
2338+
}

0 commit comments

Comments
 (0)
Please sign in to comment.