Booldozer is a work-in-progress editor for the original Luigi's Mansion on GameCube, written by SpaceCats (@kittensandals) and Gamma (@SageOfMirrors). It aims to cover as many aspects of modding the game as possible.
git clone https://github.com/Sage-of-Mirrors/Booldozer.git
cd Booldozer
git submodule update --init --recursive
Ensure all required packages are installed (Iconv, libpng, zlib)
cmake -S . -B build
cd build
make
Open the repository in Visual Studio as a CMake Project and compile like any other VS Project.
Must be a version of VS that includes vcpkg.