Skip to content

Commit

Permalink
Add configs for VSR small fuel tanks.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 17, 2014
1 parent fcf872d commit 4dd29fb
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions RealismOverhaul/RO_VSR_FuelTank.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
@PART[OscarDtank]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%MODULE[TweakScale]
{
%name = TweakScale
%type = RealismOverhaulStackSolid
%defaultScale = 0.625
}
!RESOURCE[LiquidFuel]
{
}
!RESOURCE[Oxidizer]
{
}
}

@PART[OscarEtank]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%MODULE[TweakScale]
{
%name = TweakScale
%type = RealismOverhaulStackSolid
%defaultScale = 0.625
}
!RESOURCE[LiquidFuel]
{
}
!RESOURCE[Oxidizer]
{
}
}

0 comments on commit 4dd29fb

Please sign in to comment.