-
Notifications
You must be signed in to change notification settings - Fork 7
How to test FRAY
William Carter edited this page Jun 17, 2020
·
6 revisions
- Install devkitPro and devkitPPC
- Open MSYS that comes with devkitPro, change to the directory the source code is in using Ex. "cd D:/MeleeRE/"
- Run "make" which will produce a main.dol and main.elf
For Console (GC only, Nintendont not support due to LibOGC incompatibilities and Wii support requires disabling PAD functionality presently):
You will need an SD card + adapter, as the file is becoming too large for a standard HomeBros launch.
- Download HomeBros (https://www.gc-forever.com/forums/viewtopic.php?t=3023)
- Copy the HomeBros save file onto your memory card
- Rename your "main.dol" that you created earlier to "boot.dol" and place it in the root of the SD card. Alternatively, you can use Swiss-GC and rename the DOL to "boot.dol" and use it for loading the FRAY DOL.
- Open the Nametag screen on Super Smash Bros. Melee to trigger the loader
For Dolphin:
- Use Dolphin's "Extract DVD Filesystem" to a directory of your choice
- Navigate to where you extracted the ISO and rename the original main.dol from the game's "sys" directory and place the new one in the directory, or simply use place main.elf as it contains debug symbols for identifying functions and variables in Dolphin's debugger.
- Set your default ISO as your copy of Melee (Either the one in this directory, or the original. This makes Dolphin think it's in the DVD drive.)
Following these steps will trick Dolphin into running the Apploader and setting the GAME ID as GALE01, as well as providing access to the disc as though it were in the drive.