Skip to content

Commit

Permalink
Tabbed Out Comment Lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyPhoenix999 committed Aug 11, 2024
1 parent 9995832 commit 2240f7b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ================================================================================


// Jupiter Avionics
// Jupiter Avionics
@PART[bluedog_Jupiter_Guidance]:FOR[RealismOverhaul]
{
%RSSROConfig = True
Expand Down Expand Up @@ -76,7 +76,7 @@
}


// Long Tank
// Long Tank
@PART[bluedog_Juno4_FuelTank_1]:FOR[RealismOverhaul]
{
%RSSROConfig = True
Expand All @@ -98,7 +98,7 @@
}


// Short Tank
// Short Tank
@PART[bluedog_Juno4_FuelTank_2]:FOR[RealismOverhaul]
{
%RSSROConfig = True
Expand Down Expand Up @@ -173,7 +173,7 @@
}


// Main Tank
// Main Tank
@PART[bluedog_Jupiter_FuelTank]:FOR[RealismOverhaul]
{
%RSSROConfig = True
Expand All @@ -195,7 +195,7 @@
}


// Juno Engine Mount
// Juno Engine Mount
@PART[bluedog_Juno4_EngineMount]:FOR[RealismOverhaul]
{
%RSSROConfig = True
Expand All @@ -209,7 +209,7 @@
}


// Juno Interstage
// Juno Interstage
@PART[bluedog_Juno4_Interstage]:FOR[RealismOverhaul]
{
%RSSROConfig = True
Expand All @@ -220,7 +220,7 @@
@mass = 0.436
%skinTempTag = Aluminum
%internalTempTag = Aluminum

@MODULE[ModuleB9PartSwitch]
{
@SUBTYPE[Short]
Expand All @@ -231,7 +231,7 @@
}


// Engine Mount
// Engine Mount
@PART[bluedog_Jupiter_EngineMount]:FOR[RealismOverhaul]
{
%RSSROConfig = True
Expand All @@ -242,4 +242,4 @@
@mass = 0.575
%skinTempTag = Aluminum
%internalTempTag = Aluminum
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ================================================================================


// Juno 6K
// Juno 6K
@PART[bluedog_Juno4_Engine_6K]:FOR[RealismOverhaul]
{
//from ROE mostly
Expand All @@ -13,15 +13,15 @@
!MODULE[ModuleEnginesFX]:HAS[#thrustVectorTransformName[thrustTransform]] {}
MODULE
{
// For Thermal Patch, Do Not Delete
// For Thermal Patch, Do Not Delete
name = ModuleEnginesRF
maxThrust = 1
atmosphereCurve
{
key = 1, 1
key = 0, 0
}
// Back to Normal Stuff
// Back to Normal Stuff
THRUST_TRANSFORM
{
name = thrustTransform
Expand All @@ -30,12 +30,12 @@
THRUST_TRANSFORM
{
name = vernierTransform
multiplier = 0.01 // There are 2 of them (hidden)
multiplier = 0.01 // There are 2 of them (hidden)
}
THRUST_TRANSFORM
{
name = vernierFX
multiplier = 0.000001 // Prevent thrust; ModuleEnginesRF requires >0.
multiplier = 0.000001 // Prevent thrust; ModuleEnginesRF requires >0.
}
}
%engineType = Juno6k
Expand All @@ -47,7 +47,7 @@
}


// Juno 4 45K
// Juno 4 45K
@PART[bluedog_Juno4_Engine_45K]:FOR[RealismOverhaul]
{
%RSSROConfig = True
Expand All @@ -57,15 +57,15 @@
!MODULE[ModuleEnginesFX]:HAS[#thrustVectorTransformName[vernierTransform]] {}
MODULE
{
// For Thermal Patch, Do Not Delete
// For Thermal Patch, Do Not Delete
name = ModuleEnginesRF
maxThrust = 1
atmosphereCurve
{
key = 1, 1
key = 0, 0
}
// Back to Normal Stuff
// Back to Normal Stuff
THRUST_TRANSFORM
{
name = thrustTransform
Expand All @@ -88,7 +88,7 @@
}


// Jupiter Vernier
// Jupiter Vernier
@PART[bluedog_Jupiter_Vernier]:FOR[RealismOverhaul]
{
%RSSROConfig = True
Expand All @@ -102,14 +102,14 @@
name = ModuleEnginesRF
thrustVectorTransformName = thrustTransform

// For Thermal Patch, Do Not Delete
// For Thermal Patch, Do Not Delete
maxThrust = 1
atmosphereCurve
{
key = 1, 1
key = 0, 0
}
// Back to Normal Stuff
// Back to Normal Stuff
}
MODULE
{
Expand Down Expand Up @@ -188,7 +188,7 @@
}


// THERMAL PATCH
// THERMAL PATCH
@PART[bluedog_Jupiter_Vernier|bluedog_Juno4_Engine_*]:LAST[RealismOverhaulEngines]
{
@MODULE[ModuleEnginesRF]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ================================================================================


// Juno 6K
// Juno 6K
@PART[bluedog_Juno4_Engine_6K]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
ROWaterfall
Expand All @@ -19,7 +19,7 @@
}


// Juno 45k
// Juno 45k
@PART[bluedog_Juno4_Engine_45K]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
ROWaterfall
Expand Down Expand Up @@ -52,7 +52,7 @@
}


// Jupiter Vernier (REALPLUME)
// Jupiter Vernier (REALPLUME)
@PART[bluedog_Jupiter_Vernier]:BEFORE[RealPlume]
{
!EFFECTS {}
Expand Down Expand Up @@ -82,7 +82,7 @@



// Third Stage RCS
// Third Stage RCS
@PART[bluedog_Juno4_FuelTank_2]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
@MODULE[ModuleWaterfallFX]
Expand All @@ -96,7 +96,7 @@



// Guidance RCS
// Guidance RCS
@PART[bluedog_Jupiter_Guidance]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
@MODULE[ModuleWaterfallFX]
Expand Down

0 comments on commit 2240f7b

Please sign in to comment.