diff --git a/Persister-(.world-etc.)-format.md b/Persister-(.world-etc.)-format.md index 083ee9c..6c5980d 100644 --- a/Persister-(.world-etc.)-format.md +++ b/Persister-(.world-etc.)-format.md @@ -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 \ No newline at end of file +## 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" | \ No newline at end of file