Updated Persister (.world etc.) format (markdown)
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.
|
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" |
|
Loading…
Reference in New Issue
Block a user