Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Leo's mod replaces several functions where the Bugfix mod attempts to modify lines, thus the line numbers are wrong if the Bugfix is applied second. Applying Leo's mod after the Bugfix mod should safely resolve all conflicts, though it will undo a couple fixes.

The following files have conflicts: outside.gd, joblist.gd, and enchantments.gd. Only the conflicting bugfixs to outside.gd are significant, as those improve the handling of removed slaves. Part of your change to joblist.gd has the same result as the bugfix, and the bugfix's change to enchantments.gd is not important.

(1 edit)

Would there be any harm in a general instruction to put the bugfix mod top of the load order? For any mods using file replacement I'm assuming there will be more stability if the file replacement is applied second. For mods using line changes I'm assuming clashes would be rare (identical line changes) but Strive would still be more stable with the bugfix applied first so the other mod remains internally consistent.

Added some instructions, though there is no guarantee that putting the bugfix first will help all cases, too many possibilities.

Agreed. I was trying to think of ways I could change my mod so the load order didn't matter but nothing seemed better than this rule.