User:Matrethewey!9776/ALttPR/Installation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Not yet working = <div style="float:right;">[https://old.reddit.com/r/miniSNES/comments/8hh3y9/anyone_else_tried_the_metroidzelda_lttp/dyu738f/ src]</div> # Download the cod...") |
No edit summary |
||
Line 5: | Line 5: | ||
#*: ''Extract to <code>C:\ALttPR\randomizer\</code>'' | #*: ''Extract to <code>C:\ALttPR\randomizer\</code>'' | ||
# Install some apps | # Install some apps | ||
#* Install [https://git-scm.com/download/win Git] | |||
#*: ''Uncheck "Windows Explorer Integration"'' | |||
#* Install [https://windows.php.net/download php] to <code>C:\ALttPR\PHP</code> | |||
#*: ''Edit <code>php.ini-production</code> and remove the <code>;</code> from the beginning of <code>extension=curl</code>'' | |||
#* Install [https://python.org python] to <code>C:\Python\</code> | #* Install [https://python.org python] to <code>C:\Python\</code> | ||
#*: ''Be sure to Add Python to Environment Variables'' | #*: ''Be sure to Add Python to Environment Variables'' | ||
#* Install [https:// | #* Install [https://visualstudio.microsoft.com/downloads/ Visual C++ Redistributable] (under "Other Tools and Frameworks") | ||
#* Install [https://getcomposer.org Composer] | #* Install [https://getcomposer.org Composer] | ||
#*: ''Select the PHP executable from <code>C:\ALttPR\PHP</code>'' | #*: ''Select the PHP executable from <code>C:\ALttPR\PHP</code>'' |
Revision as of 17:07, 20 October 2018
Not yet working
- Download the code
- Clone/Download
alttp_vt_randomizer
- Extract to
C:\ALttPR\randomizer\
- Extract to
- Clone/Download
- Install some apps
- Install Git
- Uncheck "Windows Explorer Integration"
- Install php to
C:\ALttPR\PHP
- Edit
php.ini-production
and remove the;
from the beginning ofextension=curl
- Edit
- Install python to
C:\Python\
- Be sure to Add Python to Environment Variables
- Install Visual C++ Redistributable (under "Other Tools and Frameworks")
- Install Composer
- Select the PHP executable from
C:\ALttPR\PHP
- Select the PHP executable from
- Install Git
- Acquire ROM
- Zelda no Densetsu Kamigami no Triforce 1.0
- Rename to
alttp_orig.sfc
and place in a folder calledC:\ALttPR\randomizer\input\
- Rename to
- Zelda no Densetsu Kamigami no Triforce 1.0
- Run some stuff
- Open a command-line prompt and navigate to
C:\ALttPR\randomizer\
folder - Run
composer install
- I needed to add the
--ignore-platform-reqs
flag to make it run:shrug:
- I needed to add the
- 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:\ALttPR\randomizer\output\
- Run the thing!
- Generate a random ALttPR game file
- Navigate to
C:\ALttPR\randomizer\
- Run
php artisan alttp:randomize .\input\alttp_orig.sfc .\output\
- Navigate to
- Generate a random ALttPR game file
If nothing blew up, you should have a randomized ALttPR game file in C:\ALttPR\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