User:Matrethewey!9776/SMALttPR/Installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
# Run the thing! | # Run the thing! | ||
#* Generate a random SMALttPR game file | #* Generate a random SMALttPR game file | ||
#*: Navigate to <code>C:\SMALttPR\randomizer | #*: Navigate to <code>C:\SMALttPR\randomizer\</code> | ||
#*: Run <code>php artisan alttp:randomize --skip-md5 --mode=open --variation=combo .\zsm.sfc .\output\</code> | #*: Run <code>php artisan alttp:randomize --skip-md5 --mode=open --variation=combo .\output\zsm.sfc .\output\</code> | ||
If nothing blew up, you should have a randomized SMALttPR game file in <code>C:\SMALttPR\randomizer\output\</code> | If nothing blew up, you should have a randomized SMALttPR game file in <code>C:\SMALttPR\randomizer\output\</code> | ||
For each new code update that you want to implement (provided you haven't altered any of the files yourself) repeat Steps 5 & 6 | For each new code update that you want to implement (provided you haven't altered any of the files yourself) repeat Steps 5 & 6 |
Revision as of 00:00, 5 October 2018
- Download the code
- Clone/Download
alttp_sm_combo_randomizer_rom
- Extract to
C:\SMALttPR\combiner\
- Extract to
- Clone/Download
alttp_sm_combo_randomizer
- Extract to
C:\SMALttPR\randomizer\
- Extract to
- Clone/Download
- Install some apps
- Acquire ROMs
- Super Metroid
- Rename to
sm_orig.sfc
- Rename to
- Zelda no Densetsu Kamigami no Triforce 1.0
- Rename to
alttp_orig.sfc
- Rename to
- Super Metroid
- Run some stuff
- Open a command-line prompt and navigate to
C:\SMALttPR\randomizer\
folder - Run
composer install
- Open a command-line prompt and navigate to
- Do a little clean-up
- Be sure to have the latest stable release of the code
- Re-extract the code repositories, overwrite all files
- Create a folder at
C:\SMALttPR\randomizer\output\
- Create a folder at
C:\SMALttPR\combiner\build\
- Move
sm_orig.sfc
&alttp_orig.sfc
intoC:\SMALttPR\combiner\resources\
- Run
C:\SMALttPR\combiner\build.bat
- This creates your base ROM for SMALttPR at
C:\SMALttPR\combiner\build\zsm.sfc
- This creates your base ROM for SMALttPR at
- Copy
zsm.sfc
toC:\SMALttPR\randomizer\output\
- Run the thing!
- Generate a random SMALttPR game file
- Navigate to
C:\SMALttPR\randomizer\
- Run
php artisan alttp:randomize --skip-md5 --mode=open --variation=combo .\output\zsm.sfc .\output\
- Navigate to
- Generate a random SMALttPR game file
If nothing blew up, you should have a randomized SMALttPR game file in C:\SMALttPR\randomizer\output\
For each new code update that you want to implement (provided you haven't altered any of the files yourself) repeat Steps 5 & 6