summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSgeo <[email protected]>2017-06-12 22:54:43 -0400
committerSgeo <[email protected]>2017-06-12 22:54:43 -0400
commit79bbf38e4bc91f3a8a52ffe867d16654e461bc20 (patch)
tree1d44e75061485ea338977928e00dfe8cee498ac7
parentUpdated Persister (.world etc.) format (markdown) (diff)
downloadlibreworlds-wiki-79bbf38e4bc91f3a8a52ffe867d16654e461bc20.tar.xz
libreworlds-wiki-79bbf38e4bc91f3a8a52ffe867d16654e461bc20.zip
Updated Persister (.world etc.) format (markdown)
-rw-r--r--Persister-(.world-etc.)-format.md6
1 files changed, 5 insertions, 1 deletions
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