This repo contains a WIP decompilation of The Legend of Zelda: Twilight Princess (GCN USA).
It builds the following DOL:
main.dol - sha1: 4997D93B9692620C40E90374A0F1DBF0E4889395
And will eventually build all the RELs.
- Download and run the latest release of the Windows devkitpro installer
- Run the executable located at
devkitPro\msys2\msys2.exe
- Update pacman by running the following command:
pacman -Syu
- Install the necessary dependencies by running the following command:
pacman -S python3-pip base-devel gcc vim cmake
- Change to the directory of where you cloned this repository
- Install the required python dependencies with
python3 -mpip install -r tools/requirements.txt
- Obtain a clean DOL of TP (GCN USA) and place it at the root of the repo and name it
baserom.dol
. - Obtain a copy of the MWCC PowerPC compiler (version 2.7 to be exact). See below for a link to our Discord server which has the CodeWarrior compilers pinned in the #tp-decomp channel.
- Replace
tools/mwcc_compiler/2.7/mwcceppc.exe
with the custom one also pinned in the #tp-decomp channel. - Run
make
at the root of the repo.
- Place a vanilla copy of the NTSC-U version at the root of the folder and call it
gz2e01.iso
. - Make the game directory.
mkdir game
- Run make assets.
make assets
All contributions are welcome. This is a group effort, and even small contributions can make a difference. Some tasks also don't require much knowledge to get started.
Most discussions happen on our Discord Server, where you are welcome to ask if you need help getting started, or if you have any questions regarding this project and other decompilation projects.