Experimental C++ reimplementation of Super Smash Bros. Brawl module (.rel) files.
This project is primarily aimed at functional reimplementations of the modules, not 1:1 binary matches. While some of the files built by this repo may be 1:1 binary matches, that is not the goal or a priority for this project.
- Git LFS
git lfs installon windows
- DevkitPro
devkitPro/msys2/usr/binin your system path (optional)- lets you run make from CLI instead of an MSYS2 window
- In a CLI window, run the command:
git clone --recursive https://github.com/Sammi-Husky/BrawlModules.git - Run
cd BrawlModules - Run
make