Skip to content

Commit

Permalink
Update RO_BDB_Apollo.cfg
Browse files Browse the repository at this point in the history
Fixed the RCS on the Service Module, all working great now.
  • Loading branch information
pap1723 committed Jun 21, 2017
1 parent 44d24cb commit ebd5849
Showing 1 changed file with 15 additions and 9 deletions.
Expand Up @@ -614,21 +614,19 @@
@PART[bluedog_Apollo_Block2_RCSquad]:FOR[RealismOverhaul]:NEEDS[Bluedog_DB]
{
%RSSROConfig = True
%useRcsConfig = RCSBlock
%rescaleFactor = 1.5646



@title = Apollo Service Module RCS Quad Thrusters
%manufacturer = North American
@description = This is the RCS Quad Thrusters for the Apollo Service Module. Place 4 pods 90 degrees apart. 2:1 O/F Ratio.
@description = These are the RCS Quad Thrusters for the Apollo Service Module. Place 4 pods 90 degrees apart. 2:1 O/F Ratio.
@mass = 0.036
@maxTemp = 1973.15
%stagingIcon = RCS_MODULE

@MODULE[ModuleRCSFX]
@MODULE[ModuleRCS*]
{
%stagingEnabled = True
%thrusterTransformName = RCSthruster
%resourceFlowMode = STACK_PRIORITY_SEARCH
%thrusterPower = 0.4448222
!resourceName = DELETE
Expand All @@ -642,15 +640,23 @@
name = NTO
ratio = 0.544
}
@atmosphereCurve
!atmosphereCurve,* {}
atmosphereCurve
{
@key,0 = 0 260
@key,1 = 1 100
!key,4 = DELETE
key,0 = 0 260
key,1 = 1 100
}
}
}

@PART[bluedog_Apollo_Block2_RCSquad]:AFTER[RO-RCS]
{
@MODULE[ModuleEngineConfigs]
{
@configuration = MMH+NTO
}
}

// AJ10-137 Service Engine
@PART[bluedog_Apollo_Block2_ServiceEngine]:FOR[RealismOverhaul]:NEEDS[Bluedog_DB]
{
Expand Down

0 comments on commit ebd5849

Please sign in to comment.