ZScript and Decorate Load Order For Replacing
Posted: Thu Apr 13, 2017 1:53 pm
I'm currently working on a mod that I use with other various mods where my mod is loaded last and replaces monsters with random spawners. The problem is since I've moved to Zscript, even with my mod loading last, other mod's replacements are taking priority.
I think this is down to Decorate loading after Zscript and I've been able to combat this by making a decorate script that re-replaces everything, but this is cumbersome and feels hacky. Is this the only way to deal with this or is there another way. Ultimately I could just make tiny decorate mods for each specific mod that I'm playing with. An example is the Playstation Doom mod which replaces all monsters and weapons with slightly altered versions.
I think this is down to Decorate loading after Zscript and I've been able to combat this by making a decorate script that re-replaces everything, but this is cumbersome and feels hacky. Is this the only way to deal with this or is there another way. Ultimately I could just make tiny decorate mods for each specific mod that I'm playing with. An example is the Playstation Doom mod which replaces all monsters and weapons with slightly altered versions.