Synthesis-Collective / SynFloraFix

Flora Respawn fix patcher
0 stars 3 forks source link

SynFloraFix is generating bad formIDs for ResourcePack.esl #4

Open NukuNookee opened 7 months ago

NukuNookee commented 7 months ago

SynFloraFix is generating Skyrim.esm override form IDs instead of correct form IDs for _ResourcePack.esl which is part of the Skyrim 1.6.1130 update. This .esl file uses the lower 000-7FF form ID space enabled for use as part of the 1.6.1130 update. This may be a bug in the main Synthesis Mutagen patch engine and not specific to this patcher.

NukuNookee commented 7 months ago

Specifically, the issue was with the Aloe records in the resource pack being patched incorrectly.

Minizbot2012 commented 7 months ago

Want to confirm with @Noggog is this a synthesis issue?

NukuNookee commented 7 months ago

I've created a separate issue under Synthesis for this, https://github.com/Mutagen-Modding/Synthesis/issues/432

It's more likely to be an issue in Mutagen as it is the low level library for processing plugin files. I did check the issues on Synthesis and Mutagen to see if one already existed, but I didn't see anything that matched this issue caused by the Skyrim SE 1.6.1130 update.