Game mod for OCW
- C++ 91.3%
- C 5.4%
- Assembly 1.2%
- Python 1%
- Makefile 0.6%
- Other 0.5%
| misc | ||
| source | ||
| vendor | ||
| .gitignore | ||
| .gitmodules | ||
| build.dockerfile | ||
| build.sh | ||
| config.json | ||
| config.mk | ||
| docker-compose.yml | ||
| donk.sh | ||
| exlaunch.sh | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
OpenCourseWorld client mod
A mod for Mario Maker 2 that allows connecting to OCW servers. Based on exlaunch by shadowninja108.
Building
The best way to build is with Docker. This is cross-compilation for the Switch, and we need some very specific libraries and python stuff set up. Simply ./build.sh or:
docker compose run --rm build make
This should result in a file deploy/ocw-mod.zip, which can be extracted to your SD card or virtual SD card to apply the mod.