Skip to content

Source code of an Inazuma Eleven GO Strikers 2013 mod.

Notifications You must be signed in to change notification settings

obluda3/strikers2013-xtreme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inazuma Eleven GO Strikers 2013 Xtreme

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.

Requirements

  • CodeWarrior Special Edition. After installing it, you need license.dat from the installation root, and the DLL and EXE files inside PowerPC_EABI_Tools/Command_Line_Tools. You need to store them in a cw folder.
  • Kamek. After compiling it, store it in a km folder.
  • Python 3.7

Usage

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.

TODO

  • Complete the header files (some of them are very empty right now)