hadeutscher / OvercookedTool

Overcooked 2 savegame conversion tool
45 stars 8 forks source link

The tool doesn't correctly decrypt the save file if .NET6 or higher runtime is used #23

Open SergejKiller opened 1 month ago

SergejKiller commented 1 month ago

I was trying to unencrypt the Overcooded 2 save file and the json file was truncated, where last 9 bytes of a save file were replaced by 16 zeros.

SergejKiller commented 1 month ago

Should be fixed by https://github.com/hadeutscher/OvercookedTool/pull/24