Updated Persister (.world etc.) format (markdown)

Sgeo 2017-06-12 22:54:43 -04:00
parent 7899eb5b67
commit 79bbf38e4b

@ -21,4 +21,8 @@ Worlds generally uses the format described by [Java's DataInput](https://docs.or
Assuming empty class and object table, an object consists of an object ID (integer), a class ID (integer), class name (String), and then data as determined by the specific class.
## Example from GroundZero
## Example from GroundZero
|"PERSISTER Worlds, Inc." | Persister version | Object ID | Class ID | Class name |
|-------------------------|-------------------|-----------|----------|----------|------------|
| 0x00 0x00 0x16 "PERSISTER Worlds, Inc." | 0x00 0x00 0x00 0x07 | 0x00 0x00 0x03 0x67 | 0x00 0x00 0x02 0xE6 | 0x00 0x00 0x16 "NET.worlds.scape.World" |