From 69d4bb33ede8f9123ceafdc83bcee655abb45498 Mon Sep 17 00:00:00 2001 From: Dexrn ZacAttack <60078656+DexrnZacAttack@users.noreply.github.com> Date: Thu, 24 Oct 2024 02:13:24 -0700 Subject: [PATCH] Create Split Saves.md Signed-off-by: Dexrn ZacAttack <60078656+DexrnZacAttack@users.noreply.github.com> --- LCE/Saving/Split Saves.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 LCE/Saving/Split Saves.md diff --git a/LCE/Saving/Split Saves.md b/LCE/Saving/Split Saves.md new file mode 100644 index 0000000..edb1a21 --- /dev/null +++ b/LCE/Saving/Split Saves.md @@ -0,0 +1,9 @@ +# Split Save Format +Not much seems to be known about split saves, so some info may be inaccurate. + +Split saves are just region files that are compressed with special RLE, it seems. + +| Name | Size (in bytes) | Description | +| :-:|:-:|:-:| +| Decompressed Size | 0x04 (uint) | | +| Compressed Region | Variable | Compressed with what seems to be a special RLE that is only used for split saves. |