Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doldecomp/gnt4
A decompilation of Naruto: Gekitō Ninja Taisen! 4 brought to you by a bunch of clever folks.
https://github.com/doldecomp/gnt4
Last synced: 30 days ago
JSON representation
A decompilation of Naruto: Gekitō Ninja Taisen! 4 brought to you by a bunch of clever folks.
- Host: GitHub
- URL: https://github.com/doldecomp/gnt4
- Owner: doldecomp
- Created: 2020-08-14T00:21:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T18:52:05.000Z (over 2 years ago)
- Last Synced: 2024-08-03T17:12:56.791Z (4 months ago)
- Language: Assembly
- Homepage:
- Size: 26.2 MB
- Stars: 19
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gamecube-development - Naruto: Gekitō Ninja Taisen! 4 - An in-progress decompilation of _Naruto: Gekitō Ninja Taisen! 4_ (Reverse Engineering / Projects)
README
# Naruto: Gekitou Ninja Taisen 4
This repo contains a WIP decompilation of Naruto: Gekitou Ninja Taisen 4 (GNT4).
It builds the following DOL:
main.dol: `sha1: 0eb4cc3bd4c7363f8cb7baff79de7a964cbdeadb`
## Windows Prerequisites
1. Download and run the latest release of the [Windows devkitpro installer](https://github.com/devkitPro/installer/releases)
2. Run the executable located at `devkitPro\msys2\msys2.exe`
3. Update pacman by running the following command: `pacman -Syu`
4. Install the necessary dependencies by running the following command: `pacman -S python3-pip base-devel gcc vim cmake`
5. Change to the directory of where you cloned this repository and you are ready to build!## Build Instructions
1. Obtain a clean DOL of GNT4 and place it in the build folder and name it `baserom.dol`.
2. Obtain a copy of the MWCC (Build 158) PowerPC and place it in tools/mwcc_compiler/1.1/ folder in tools/. (NOTE: This compiler's executables [mwcceppc.exe mwasmeppc.exe and mwldeppc.exe] can be installed with Codewarrior 1.1 for Gamecube, but no license or crack is provided with this project. Please obtain access to the compiler on your own.) If you are in the Gamecube/Wii Decompilation discord (not public at this time), download GC_COMPILERS.zip and extract it to tools/mwcc_compiler/.
3. Change to the directory of the tools folder and run `make`
4. Change back to the parent directory and run `make`## Contributions
Contributions and PRs are welcome.