Skip to content

Commit

Permalink
Fix RealEngines NK-9, NK-9V sizing based on http://spacemodels.nuxit.…
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 18, 2017
1 parent 6fd3d5f commit 087d3eb
Showing 1 changed file with 31 additions and 31 deletions.
Expand Up @@ -2158,7 +2158,7 @@
// ==================================================
// NK-9 engine.

// Dimensions: 1.3 m x 3.5 m
// Dimensions: 1.1 m x 2.9 m
// Gross Mass: 316 Kg
// ==================================================

Expand All @@ -2170,11 +2170,11 @@

@MODEL
{
@scale = 0.88, 0.88, 0.88
@scale = 0.72, 0.72, 0.72
}

@node_stack_top = 0.0, 0.956, 0.0, 0.0, 1.0, 0.0, 2
@node_stack_bottom = 0.0, -1.994, 0.0, 0.0, -1.0, 0.0, 2
@node_stack_top = 0.0, 0.7822, 0.0, 0.0, 1.0, 0.0, 2
@node_stack_bottom = 0.0, -1.6315, 0.0, 0.0, -1.0, 0.0, 2

@mass = 0.316
@tags = ascent GR-1 icbm launch N-1 NK-9 propuls rocket surf
Expand All @@ -2201,33 +2201,10 @@
}
}

/// Extras
// RD-856
+PART[STEERING_MOTOR_RD0110engine]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
{
@name = RO-RealEngines-RD-856

%RSSROConfig = True
//%rescaleFactor = 1.0 // FIXME

@crashTolerance = 10
%breakingForce = 250
%breakingTorque = 250
@maxTemp = 573.15
%skinMaxTemp = 673.15

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

%engineType = RD856
}

// ==================================================
// NK-9V series engine (9V/21/19/31/39).

// Dimensions: 2.23 m x 4.7 m
// Dimensions: 1.84 m x 3.9 m
// Gross Mass: 450 Kg
// ==================================================

Expand All @@ -2239,11 +2216,11 @@

@MODEL
{
@scale = 0.88, 0.88, 0.88
@scale = 0.72, 0.72, 0.72
}

@node_stack_top = 0.0, 0.955, 0.0, 0.0, 1.0, 0.0, 3
@node_stack_bottom = 0.0, -3.255, 0.0, 0.0, -1.0, 0.0, 3
@node_stack_top = 0.0, 0.7814, 0.0, 0.0, 1.0, 0.0, 3
@node_stack_bottom = 0.0, -2.6632, 0.0, 0.0, -1.0, 0.0, 3

@mass = 0.45
@bulkheadProfiles = size3
Expand Down Expand Up @@ -2377,3 +2354,26 @@
%gimbalResponseSpeed = 16
}
}

/// Extras
// RD-856
+PART[STEERING_MOTOR_RD0110engine]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
{
@name = RO-RealEngines-RD-856

%RSSROConfig = True
//%rescaleFactor = 1.0 // FIXME

@crashTolerance = 10
%breakingForce = 250
%breakingTorque = 250
@maxTemp = 573.15
%skinMaxTemp = 673.15

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

%engineType = RD856
}

0 comments on commit 087d3eb

Please sign in to comment.