MarocZan / Ocarina-of-Time-REDUX

11 stars 2 forks source link

This is the source code for the Ocarina of Time REDUX hack (http://www.romhacking.net/hacks/5138/) by Maroc. This project is based off Roman971's fork of OoT-Randomizer (https://github.com/Roman971/OoT-Randomizer)

NB: To select the 2x text speed version instead of the 3x, rename the patch2xtext.bps file to patch.bps inside the patch directory, overwriting the previous one. The default patch.bps is the one with 3x text speed.

Instructions:

To recompile the C modules, use the --compile-c option. This requires the N64 development tools to be installed: https://github.com/glankk/n64

To generate symbols for the Project 64 debugger, use the --pj64sym option:

python build.py --pj64sym 'path_to_pj64/Saves/THE LEGEND OF ZELDA.sym'

To use the 32-bit compressor, use the --compress32 option.