Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1superchip/ty-decomp
Decompilation of Ty the Tasmanian Tiger
https://github.com/1superchip/ty-decomp
Last synced: about 1 month ago
JSON representation
Decompilation of Ty the Tasmanian Tiger
- Host: GitHub
- URL: https://github.com/1superchip/ty-decomp
- Owner: 1superchip
- Created: 2022-10-19T20:16:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T23:36:44.000Z (about 1 month ago)
- Last Synced: 2024-11-11T00:25:33.303Z (about 1 month ago)
- Language: C++
- Size: 2.28 MB
- Stars: 23
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gamecube-development - Ty the Tasmanian Tiger - An in-progress decompilation of _Ty the Tasmanian Tiger_ (Reverse Engineering / Projects)
README
# ty1-decomp [![Discord Channel][discord-badge]][discord] ![dol progress]
[discord]: https://discord.gg/hKx3FJJgrV
[discord-badge]: https://img.shields.io/discord/727908905392275526?color=%237289DA&logo=discord&logoColor=%23FFFFFF
[dol progress]: https://img.shields.io/endpoint?label=Code&url=https%3A%2F%2Fprogress.decomp.club%2Fdata%2Fty%2Fus%2FCode%2F%3Fmode%3Dshield%26measure%3DcodeDecompilation of Ty the Tasmanian Tiger NTSC-U (GTYE69)
## Building
Dump a copy of the game
- Place main.dol in *orig/*
- Place CodeWarrior 1.3.2 in *tools/1.3.2/*, 1.2.5 in *tools/1.2.5/*, and 1.2.5n in *tools/1.2.5n/*
- Install DevkitPPC, Ninja and Python
- DevkitPPC r39
- Ninja 1.3
- Install the required modules from requirements.txt (`pip install -r requirements.txt`)
- Run configure.py
- Run ninja
## Checking Progress
Run progress.py after a successful build to see the current .text section progress## Credits
- SeekyCt for ppcdis and spm decomp