You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if you just remove the :BEFORE[] clause from those patches? You don't really depend on a specific pass, you just need to add those ignore flags early enough.
I noticed that you have a specific patch to deal with this: https://github.com/Nils277/FelineUtilityRovers/blob/master/For%20Release/GameData/KerbetrotterLtd/FelineUtilityRover/Patches/SimpleRepaint.cfg
But it seems like SimpleRepaint may have changed what pass specifiers it uses:
What if you just remove the
:BEFORE[]clause from those patches? You don't really depend on a specific pass, you just need to add those ignore flags early enough.