Skip to content

Commit

Permalink
Quick configs for the BDB Atlas engines because I want some better lo…
Browse files Browse the repository at this point in the history
…oking Atlas engines than VSR's, and FASA's have either butts or no actual engine just nozzle.
  • Loading branch information
NathanKell committed Jun 4, 2017
1 parent 3a66482 commit 9a98f0a
Showing 1 changed file with 38 additions and 0 deletions.
@@ -0,0 +1,38 @@
// LR89
@PART[bluedog_atlasBooster]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
{
%RSSROConfig = True
%rescaleFactor = 1.6256

@crashTolerance = 10
@maxTemp = 573.15
%skinMaxTemp = 673.15

engineType = LR89
}

// LR105
@PART[bluedog_atlasSustainer]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
{
%RSSROConfig = True
%rescaleFactor = 1.6256

@crashTolerance = 10
@maxTemp = 573.15
%skinMaxTemp = 673.15

%engineType = LR105
}

// LR101
@PART[bluedog_atlasVernier]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines]
{
%RSSROConfig = True
%rescaleFactor = 1.6256

@crashTolerance = 10
@maxTemp = 573.15
%skinMaxTemp = 673.15

engineType = LR101
}

0 comments on commit 9a98f0a

Please sign in to comment.