Skip to content

Commit

Permalink
Update RO_Vulcan.cfg
Browse files Browse the repository at this point in the history
Ensure crossfeed enabled by default on engine adapter

Deleted duplicate fuel cell config
  • Loading branch information
SkyPhoenix999 authored Feb 3, 2024
1 parent 7b6e000 commit 3d03b20
Showing 1 changed file with 3 additions and 47 deletions.
50 changes: 3 additions & 47 deletions GameData/RealismOverhaul/RO_SuggestedMods/Hephaistos/RO_Vulcan.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ================================================================================
// ================================================================================
// Vulcan Core Stage
// ================================================================================

Expand Down Expand Up @@ -101,6 +101,7 @@
@description = Mount your BE-4s here
%skinTempTag = Aluminum
%internalTempTag = Instruments
@fuelCrossFeed = True
RESOURCE
{
name = ElectricCharge
Expand Down Expand Up @@ -141,56 +142,11 @@
}


// Fuel Cell
@PART[FuelCell_ACES]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.742
@name = Centaur V/ACES Fuel Cell
@manufacturer = United Launch Alliance
!MODULE[ModuleResourceConverter] {}
MODULE
{
name = ModuleResourceConverter
ConverterName = Fuel Cell
StartActionName = Start Fuel Cell
StopActionName = Stop Fuel Cell
ToggleActionName = Toggle Fuel Cell
FillAmount = 1
AutoShutdown = False
GeneratesHeat = True
UseSpecialistBonus = False
INPUT_RESOURCE
{
ResourceName = LqdHydrogen
Ratio = 0.001719
}
INPUT_RESOURCE
{
ResourceName = LqdOxygen
Ratio = 0.000855
}
OUTPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 7
DumpExcess = False
}
OUTPUT_RESOURCE
{
ResourceName = Water
Ratio = 0.00116666666666
DumpExcess = True
}
}
}


// BE-4
@PART[SP_engineBE4]:FOR[RealismOverhaul]:NEEDS[!ProvenanceAerospace]
{
%RSSROConfig = True
%rescaleFactor = 1.6
%engineType = BE4
}
!PART[SP_engineBE4]:NEEDS[ProvenanceAerospace] {}
!PART[SP_engineBE4]:NEEDS[ProvenanceAerospace] {}

0 comments on commit 3d03b20

Please sign in to comment.