Skip to content

Commit

Permalink
MCS has no split saves therefore no split save compression
Browse files Browse the repository at this point in the history
Signed-off-by: Dexrn ZacAttack <[email protected]>
  • Loading branch information
DexrnZacAttack authored Oct 30, 2024
1 parent 651ff5c commit c552ee4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions LCE/Basic Info.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
### LCE compression
| Platform | SAVEGAME | REGION | CHUNK/GRF |
| :-:|:-:|:-:|:-:|
| Switch | Zlib | Split Save RLE | Zlib (+ RLE)
| PS4 | Zlib | Split Save RLE | Zlib (+ RLE?) <!-- rle unconfirmed but likely. -->
| XboxOne | Zlib | Split Save RLE | Zlib (+ RLE?) <!-- rle unconfirmed but likely. -->
| Xbox360 | XMemcompress/LZX | None | XMemcompress/LZX (+ RLE)
| PS3 | [Deflate(Algorithm)](https://en.wikipedia.org/wiki/Deflate) or None | None | Deflate(Algorithm) (+ RLE)
| WiiU | Zlib | None | Zlib (+ RLE)
| PSVita | Vita RLE | None | Zlib (+ RLE)
| 3DS | Zlib | None | Zlib (no RLE)
| Windows | Unknown | Unknown | Unknown <!-- apparently this exists, source: ESavePlatform -->
| Switch | Zlib | Split Save RLE/None (MCS) | Zlib (+ RLE)
| PS4 | Zlib | Split Save RLE/None (MCS) | Zlib (+ RLE?) <!-- rle unconfirmed but likely. -->
| XboxOne | Zlib | Split Save RLE/None (MCS) | Zlib (+ RLE?) <!-- rle unconfirmed but likely. -->
| Xbox360 | XMemcompress/LZX | None | XMemcompress/LZX (+ RLE)
| PS3 | [Deflate(Algorithm)](https://en.wikipedia.org/wiki/Deflate) or None | None | Deflate(Algorithm) (+ RLE)
| WiiU | Zlib | None | Zlib (+ RLE)
| PSVita | Vita RLE | None | Zlib (+ RLE)
| 3DS | Zlib | None | Zlib (no RLE)
| Windows | Unknown | Unknown | Unknown <!-- apparently this exists, source: ESavePlatform -->

#### note: Xbox One may be inaccurate. -Dexrn
### note: 3DS is not LCE so documentation will be off for it. -Cracko298

0 comments on commit c552ee4

Please sign in to comment.