blixt / py-starbound

Python package for working with Starbound files.
MIT License
104 stars 22 forks source link

Figure out the purpose of the 0x0100000001 sequence in documents #8

Closed blixt closed 10 years ago

blixt commented 10 years ago

"Documents" being the data type that has a Starbound string followed by 0x0100000001, followed by dynamic data (usually a map).

blixt commented 10 years ago

The first byte is still unknown, but the following four bytes are some kind of versioning scheme (world metadata now have 2 as the value). I'll close this for now since its function has been figured out.