From 79bbf38e4bc91f3a8a52ffe867d16654e461bc20 Mon Sep 17 00:00:00 2001 From: Sgeo Date: Mon, 12 Jun 2017 22:54:43 -0400 Subject: [PATCH] Updated Persister (.world etc.) format (markdown) --- Persister-(.world-etc.)-format.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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