cheahjs / palworld-save-tools

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

Is the `trailer` field in the output JSON always 8 chars/bytes? #122

Closed adefee closed 8 months ago

adefee commented 8 months ago

If it's always expected to be such, would be great to know for sure (seems like it is?) - would like to be able to apply some clear validation settings to this field when ingesting the Level.sav.json.

cheahjs commented 8 months ago

It's technically 4 0x00 bytes encoded as base64, I don't believe it should ever change from that value.