cheahjs / palworld-save-tools

Tools for converting Palworld .sav files to JSON and back
MIT License
795 stars 71 forks source link

Cannot convert Json to Sav #5

Closed Reibunn closed 9 months ago

Reibunn commented 9 months ago

image There is a little problem when it comes to convert Json to sav... The screen says it all, if anyone know the problem.

cheahjs commented 9 months ago

Did you modify an ID in the JSON? The error indicates that there's an ID that has an incorrect length (7 characters in the first set of characters instead of the expected 8).

Reibunn commented 9 months ago

After numerous re-checks, it appears i forgot a 0 on my player ID. Thank you, i was just stupid ! (I'm really bad when it comes to manipulating files) i tried and did the replacement of level.sav too and i have this, does that mean i don't have the right things too? image

cheahjs commented 9 months ago

The JSON file might be incomplete.

Before continuing any further, please update to https://github.com/cheahjs/palworld-save-tools/releases/tag/v0.4 as older versions will produce corrupt Level.sav files.