This repository contains all of the code used in the Inazuma Eleven GO Strikers 2013 Xtreme game 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.
- 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. - 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.
- Complete the header files (some of them are very empty right now)