Goz3rr / SatisfactorySaveEditor

293 stars 75 forks source link

Write max chunk size in chunk header #204

Closed moritz-h closed 3 years ago

moritz-h commented 3 years ago

The size in the chunk header should be the maximum chunk size, not the size of the current chunk.

I noticed this while analysing the differences when just opening and saving a savegame without any modification. Seems the only other difference is the different binary encoding of the zlib stream, but I saw there is already a switch to directly using zlib in the newer_parser branch.

Goz3rr commented 3 years ago

Thanks, must've slipped through 👍