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

Spriggit 25 is still saving TimeStamp (and shifting elements causing file touches) #74

Closed gir489returns closed 1 month ago

gir489returns commented 2 months ago

Related to #72

I am dropping an item I have into QASmoke, this requires touching QASmoke itself. However, it is still generating Timestamp (and PersistentTimestamp) line changes for this file.

The terminal files are also changing without anything done to the mod other than open -> save then doing a ESP -> Git conversion in Spriggit.

Here is a screenshot of my TortiseGit changes:

image image

I have included the Touched and Untouched files. All I did was, install Spriggit 25, tell it to open the old ESP file, and send it to git. Made a commit, then opened the mod again in Creation Kit, save, send it to Git again, and this was the result.

CheatTerminal-Cheats.zip

Noggog commented 2 months ago

The properties being randomized is a known CK issue, i believe. It's not spriggit reordering those. #48

I'll take a look at omitting the timestamps as well. Do you have a picture of those, just for reference?

gir489returns commented 2 months ago

Do you have a picture of those, just for reference?

image