Go to file
tmpz23 2069455756
dol overflows control / std comments
10 news custom exceptions for tests
remove the tmp folder or iso when command fail
std comments
dol overflow control:
    overflow on FST
    overflow on first file offset
2022-06-12 18:58:52 +02:00
afstool Update afstool.py 2022-04-12 17:34:22 +02:00
data Update README.md 2022-04-17 17:53:40 +02:00
doc Add files via upload 2022-04-17 09:12:11 +02:00
doltool Added 00 opcode support. 2022-06-12 07:18:33 +02:00
gcmtool dol overflows control / std comments 2022-06-12 18:58:52 +02:00
pzztool Update README.md 2022-04-17 19:03:59 +02:00
LICENSE New clean branch 2022-04-11 20:24:07 +02:00
README.md Update README.md 2022-04-17 19:04:42 +02:00

NeoGF

NeoGF is a library of tools for GameCube and Gotcha Force.

This project is still under "heavy" development. It not yet 100% ready to use.

Do not hesitate to contribute.

If you want more infos about the game, go read our Gotcha Force Wiki.

gcmtool

Python3 script for unpack/pack/rebuild GCM/iso file format. This tool can rebuild FileStringTable (FST) of GCM and patch boot.bin with a new apploader.img, boot.dol, add/remove/edit folder and files of the game.

afstool

Python3 script for unpack/pack/rebuild AFS file format. Rebuild of Table of content (TOC) and Filename directory (FD) is possible with full controll of every parameters.

doltool

Python3 script for manipuling dol file format. This tool can stats with all informations from dol header and patch dol .text and .data using a list of write Action Replay code in an formated .ini file.

pzztool

Python3 script for unpack/repack unpzz/pzz and uncompress/compress of PZZ archive. MDT files are also handled by pzztool.py. Handle also ARZ files decompression.

data

CSV and datas for Gotcha Force game.

doc

Documentation about reverse engineering Gotcha Force.