Skip to content

Commit b04742d

Browse files
committedJun 9, 2017
Revert "Support thrust offset (for engines where some models have verniers and others don't). See especially RD-107/8. @PhineasFreak and @SirKeplan you two do the most global configs yes?"
This reverts commit 8fd1716.
1 parent 3e6d9ec commit b04742d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed
 

‎GameData/RealismOverhaul/Engine_Configs/EngineVariants_Config.cfg

-19
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,6 @@
5151
}
5252
}
5353

54-
// ==================================================
55-
// For engines with verniers where we default to
56-
// configuring one way (e.g. has them) but this one
57-
// lacks them, or vice versa.
58-
// ==================================================
59-
60-
@PART[*]:HAS[#thrustOffset[*]]:AFTER[RealismOverhaulEngines]
61-
{
62-
@MODULE[ModuleEngineConfigs]
63-
{
64-
@CONFIG,*
65-
{
66-
@minThrust += #$../../thrustOffset$
67-
@minThrust += #$../../thrustOffset$
68-
}
69-
}
70-
}
71-
7254
// ==================================================
7355
// Deletes origmass if ignoreMass field is found, use
7456
// it to avoid the engine changing the mass of a part.
@@ -109,6 +91,5 @@
10991
!minActiveEngines = NULL
11092
!useVerniers = NULL
11193
!massOffset = NULL
112-
!thrustOffset = NULL
11394
!ignoreMass = NULL
11495
}

0 commit comments

Comments
 (0)
Please sign in to comment.