Skip to content

Commit

Permalink
Revert "Support thrust offset (for engines where some models have ver…
Browse files Browse the repository at this point in the history
…niers and others don't). See especially RD-107/8. @PhineasFreak and @SirKeplan you two do the most global configs yes?"

This reverts commit 8fd1716.
  • Loading branch information
NathanKell committed Jun 9, 2017
1 parent 3e6d9ec commit b04742d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions GameData/RealismOverhaul/Engine_Configs/EngineVariants_Config.cfg
Expand Up @@ -51,24 +51,6 @@
}
}

// ==================================================
// For engines with verniers where we default to
// configuring one way (e.g. has them) but this one
// lacks them, or vice versa.
// ==================================================

@PART[*]:HAS[#thrustOffset[*]]:AFTER[RealismOverhaulEngines]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG,*
{
@minThrust += #$../../thrustOffset$
@minThrust += #$../../thrustOffset$
}
}
}

// ==================================================
// Deletes origmass if ignoreMass field is found, use
// it to avoid the engine changing the mass of a part.
Expand Down Expand Up @@ -109,6 +91,5 @@
!minActiveEngines = NULL
!useVerniers = NULL
!massOffset = NULL
!thrustOffset = NULL
!ignoreMass = NULL
}

0 comments on commit b04742d

Please sign in to comment.