Fork of sm64pc/sm64ex with additional features.
- pypng
- bitstring
- Restored N64 build.
- Additional backends merged from other forks (3DS, Wii U, Switch) (more incoming)
This repo has been forked from sm64ex_alo to be optimized for porting romhacks from binary to every possible target.
Each branch of this repository should be a hack that has finished being ported or is currently being ported.
RM2C is the tool I developed to be able to port romhacks: RM2C
When using the data from RM2C, make sure to set RM2C to 1 in the makefile.
- CI texture support
- New Mario Model - by Yoshi Milkman
- Custom version of Puppycam
- Extended Bounds
- Various Bugfixes
- Skip Intro
- Separated Custom Leveldata From Vanilla Leveldata
- Various defines added to accept RM2C output configurations in single config file
- WINDOWS_BUILD
- make clean && make RM2CPC
- N64 BUILD
- make -j4 RM2C=1
- To build for sm64ex platforms, click here.
- To build for N64, click here. (TARGET_N64=1)
- To build for Wii U, click here. (TARGET_WII_U=1)
- To build for N3DS, click here. (TARGET_N3DS=1)
- To build for Switch, click here. (TARGET_SWITCH=1)