User:Matrethewey!9776/ALttPR/Dev
Jump to navigation
Jump to search
- ALttPR Base Game File:
3322EFFC - ALttPR Game Code GitHub:
mmxbass/z3randomizer - ALttPR Site Code GitHub:
sporchia/alttp_vt_randomizer
- SMALttPR Base Game File:
3322EFFC&D63ED5F8 - SMALttPR Game Code GitHub:
tewtal/alttp_sm_combo_randomizer_rom - SMALttPR Site Code GitHub:
tewtal/alttp_sm_combo_randomizer
- Dev on the ASM code.
- SMALttPR: Use
build.batto combine the base game files and patch the combined game file. - ALttPR: Use
build.shto patch the base game file.
- SMALttPR: Use
- Use
sandbox.asmto test stuff. Have another.asmfile for setting base settings if you need it, or just work with vanilla locations.
- Once that's working, use something like
php artisan alttp:updatebase .\input\alttp_orig.sfc .\build\working.sfcto write the.jsonfile that has the patches in text format.
- Dev on the php code.
- Test with something like
php artisan alttp:randomize .\input\alttp_orig.sfc .\output\to output a randomized game file.
- Once that's working, push everything to a testing web environment and use the web interface.
- Once that's working, push to production.