This repository contains all of the code used in the Inazuma Eleven GO Strikers 2013 Xtreme mod.
It uses a modified version of Kamek and Syati to be able to compile custom code and link to existing functions in the game.
Most of the code is pretty hard to understand without context (and it's made even harder by the lack of comments), feel free to refer to the documentation. A rewrite of the code might be needed.
- CodeWarrior Special Edition. After installing it, you need
license.dat
from the installation root, and the DLL and EXE files insidePowerPC_EABI_Tools/Command_Line_Tools
. You need to store them in acw
folder. - Kamek. After compiling it, store it in a
km
folder. (sadly, the project uses an older version, from before 2022). - Python 3.7
Use the script in /loader/
order to create a modified main.dol that will be able to load custom code.
To build the custom code, use the build.py
script, it will create a CustomCode.bin
file that will be placed in a Code
folder at the root of your extracted game.