Skip to content

Commit

Permalink
Fix ordering of PF tech level patch (#1934)
Browse files Browse the repository at this point in the history
Using :FOR[RealismOverhaul] means the patch may be ordered before RO's
 own patch on some platforms (MM is not consistent about folder order),
 with the result that 'density' ends up being 0.05 and thus the first
 upgrade is a huge downgrade.
Instead, use :AFTER[RealismOverhaul] to ensure the correct ordering.
  • Loading branch information
ec429 authored May 13, 2023
1 parent 5f0648e commit 041ef8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameData/RP-0/Tree/PFTechLevels.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ PARTUPGRADE
description = You can now use 2010s advanced composite monocoque fairings. The new minimum density is 0.040, compared with 0.042 at the previous tech level. NOTE: This is not a part you can use, it just symbolizes the new capabilities you can unlock.
}

@PART:HAS[@MODULE[ProceduralFairingSide]]:FOR[RealismOverhaul]
@PART:HAS[@MODULE[ProceduralFairingSide]]:AFTER[RealismOverhaul]
{
@MODULE[ProceduralFairingSide]
{
Expand Down

0 comments on commit 041ef8a

Please sign in to comment.