Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.07 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.07 KB

Minecraft Alpha Mapper

A WIP program to map Alpha Minecraft worlds

This is a VERY incomplete program for mapping Minecraft worlds saved in versions using the Alpha Level Format. It was used starting in Infdev 20100327 except in Infdev 20100624, which used a different save format immediately scrapped afterward due to immensely increased filesize. It stopped being used with the release of Beta 1.3, meaning the last version to use this format was Beta 1.2_02.

Current progress:

  • Level Info Loading and Displaying: VERY INCOMPLETE
  • Chunk Loading and Displaying: SOMEWHAT INCOMPLETE

BUILDING

To build this program, use CMake. First, configure the CMake cache. Then, build the external libraries like SDL2 and zlib. Finally, build Minecraft Alpha Mapper.

Useful Resources

These resources helped in the development of this program