SmokeyBedrockParser-Core is a C++ library for parsing Minecraft: Bedrock Edition worlds.
SmokeyBedrockParser is C++ library that interacts with the leveldb databases that Minecraft: Bedrock Edition uses to store world data. It is designed to be used as a submodule in other projects.
- Install Visual Studio Build Tools
- Install Vcpkg and set up command line integration as described in the Vcpkg docs. Remember the location of Vcpkg's
CMAKE_TOOLCHAIN_FILE - Run
vcpkg install zlib:x64-windows - Navigate to
compile.batand edit the path to Vcpkg'sCMAKE_TOOLCHAIN_FILEto match your installation. - Run
compile.batto build the project. - If this is successful, SmokeyBedrockParser-Core can be found in
build/Release/SmokeyBedrockParser-Core.lib.
This project uses the following third party software: