Mutagen-Modding / Mutagen.Bethesda.Analyzers

A project to diagnose and analyze the health of a mod or a load order
GNU General Public License v3.0
14 stars 4 forks source link

EDID (Editor ID) for Cells should not have underscores in them #33

Open Deigue opened 3 years ago

Deigue commented 3 years ago

Due to the naming template (delimiter being used is underscore) used for Skyrim SE saves , and the cell EDID being pulled into the name of your save file ... this seems to cause unexpected parsing and strange save file names ... Underscores breaking save sorting

Hishy has an xEdit script that rectifies this on per plugin basis . Hishy's random xEdit scripts

This can definitely be tracked and logged on a load-order, and also serves as a nice-to-have Synth patcher to run on a load-order (Might try making this myself to get myself more familiar with things and kick off making convenience patchers)

alsa64 commented 3 years ago

If either the EditorID or FormID gets changed to fix this in the plugin, it also needs to be changed in the script. As a reference, zMerge handles the FormID part as part of the Relink feature for merged mods.

Troy1010 commented 1 year ago

related discussion: https://github.com/Mutagen-Modding/Mutagen.Bethesda.Analyzers/discussions/112