Skip to content

Commit

Permalink
README - Update Usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephiles committed Apr 14, 2021
1 parent 21c32f6 commit ee11d2c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
This is a simple webpage for hacking a Paper Mario: The Thousand-Year Door GCI save file to load a DOL file from memory card slot A. More specifically, it is set to load a `boot.dol` file converted to a GCI file via `dol2gci` (included in the `Home Bros.` project).

## Usage
The webpage part of this project is on Github Pages, which can be found [here](https://zephiles.github.io/ttyd-exploit/). You simply upload a proper GCI file, select the file in it to hack, and then click the hack button.
First, use one of these two methods to apply this project's exploit to a TTYD GCI file:
1. Download a premade GCI file from the [releases page](https://github.com/Zephiles/ttyd-exploit/releases).
2. Use the [Github Pages](https://zephiles.github.io/ttyd-exploit/) website to upload your own GCI file, select the file in it to hack, and then click the `hack` button.

To trigger the exploit, simply load the file at the file select screen (should be named `DOL Loader`). Upon loading it, the curtain will close like normal, and then the exploit will trigger.
Once you have the GCI file with the exploit, use a Homebrew app such as [GCMM](https://wiibrew.org/wiki/GCMM) to put both this project's GCI file and the `boot.dol` GCI file onto your memory card. Once the files are on your memory card, you are free to boot up the game like normal. To trigger the exploit, simply load the file at the file select screen (should be named `DOL Loader`). Upon loading it, the curtain will close like normal, and then the exploit will trigger.

It's also important to note that the other three files can still be used for standard gameplay, as this exploit only affects the file that it is applied to.

## Prerequisites
`devkitPPC` (can be found [here](https://devkitpro.org/wiki/Getting_Started))
Expand Down

0 comments on commit ee11d2c

Please sign in to comment.