ividyon / WitchyBND

Unpacks/repacks FromSoftware archive formats and serializes FromSoftware data formats.
Other
116 stars 11 forks source link

Incorrect file header for AC6 save files #17

Closed meshal-h closed 10 months ago

meshal-h commented 11 months ago

When I tried to unpack and then repack an AC6 save file (without any edits), I noticed that the header of the repacked file did not match the original file:

AC6

The game can read the repacked file but it can not modify it ("Failed to save game due to corrupted save data." error whenever the game tries to save new data).

Did I miss something? I simply dragged and dropped the file/folder on the exe. Or are AC6 .sl2 save files not supported?

ividyon commented 10 months ago

It's more that nobody tried them out before you. Seems there's some kind of incompatibility! I'll try to make time sometime...

ividyon commented 10 months ago

@meshal-h I tried resolving the issue in the new version, let me know if it works.

meshal-h commented 10 months ago

It works! Thank you for the update.