Skip to content

DexrnZacAttack/libLCE

Repository files navigation

LibLCE

C++ Library for Minecraft: Legacy Console Edition file formats

Downloads for Linux, Windows, and Emscripten are available at https://nightly.link/DexrnZacAttack/libLCE/workflows/cmake-multi-platform/main?preview

NOTE: Some of this project's work will go towards Project Lodestone and libLodestone.
Project Lodestone is an in-progress universal world converter, go check it out!

Progress

  • Savegame
    • Reading
    • Writing
  • Compression
    • Zlib
    • LZX
    • Deflate (non-Zlib)
    • Split Save
    • Vita
    • Chunk
  • Decompression
    • Zlib
    • LZX
    • Deflate (non-Zlib)
    • Split Save
    • Vita
    • Chunk
  • World info (THUMB)
    • Reading
    • Writing
  • World folder
    • Reading
    • Writing
  • Region
    • Reading
      • Split Save
      • Normal regions
    • Writing
  • Chunks
    • Reading
      • V12
      • V11
      • V10
    • Writing
      • V12
      • V11
      • V10
  • Other file formats
    • ARC
      • Reading
      • Writing
    • LOC
      • Reading
      • Writing
    • PCK
      • Reading
      • Writing
    • COL
      • Reading
      • Writing
    • MSSCMP
      • Reading
      • Writing