Mutagen-Modding / Spriggit

A tool to facilitate converting Bethesda plugin files to a text based format that can be stored in Git
GNU General Public License v3.0
88 stars 10 forks source link

Starfield Cells losing the 'Compressed' header flag with 0.20.0 #64

Closed JMPZ11 closed 2 months ago

JMPZ11 commented 3 months ago

Just noticed all the Starfield .esm files I've processed through Spriggit 0.20.0 had the 'Compressed' header flag stripped off of cells.

I'm not sure if this happened in previous versions. All the vanilla cells (I've encountered so far) have the compressed flag and I make a point of double checking mine do as well; but it seems Spriggit is not serializing the Compressed header flags. I double checked that it is capable of serializing some flags - not sure why this one is getting dropped.

I assume it is important, since all the vanilla ones are.

Thanks!

Noggog commented 3 months ago

It's a known backburner task https://github.com/Mutagen-Modding/Mutagen/issues/235