Skip to content

Commit

Permalink
RealEngines NK-9 and NK-9V
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jun 9, 2017
1 parent c360d80 commit 18c7385
Showing 1 changed file with 47 additions and 0 deletions.
Expand Up @@ -2215,3 +2215,50 @@
@gimbalRangeXN = 25.0
}
}


/// Extras
// NK-9, 9V, and 21/19/31/39.
+PART[NK33engine]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
{
@name = RO-RealEngines-NK9

%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
}

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

%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
}

0 comments on commit 18c7385

Please sign in to comment.