/Booldozer

A map editor for the GameCube version of Luigi's Mansion.

Primary LanguageCMIT LicenseMIT

Booldozer

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.

screenshot

Build Instructions

Cloning the Repository

git clone https://github.com/Sage-of-Mirrors/Booldozer.git

cd Booldozer

git submodule update --init --recursive

Linux

Ensure all required packages are installed (Iconv, libpng, zlib)

cmake -S . -B build
cd build
make

Windows

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.