An extension for Game Maker 8 that integrates libsm64.
If you want to mod games with this, you'll need Game Maker 8 Pro.
You can find example projects in the "examples" directory.
- Follow steps 1-4 for setting up MSYS2 MinGW 64 here, but replace the repository URL with
https://github.com/headshot2017/libsm64-gm8.git
- Ensure SDL2 is installed.
- 32 bits:
pacman -S mingw-w64-i686-SDL2
.
- 32 bits:
- Run
make
to build - To run the test program in the 'gmk' folder, you'll need a SM64 US ROM in the gmk folder with the name
sm64.us.z64
.