NeoGF/README.md

33 lines
1.4 KiB
Markdown
Raw Normal View History

2022-04-11 20:18:15 +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](http://re.wiki.virtualworld.fr/index.php/Gotcha_Force).
2022-04-17 19:04:42 +02:00
#### gcmtool
2023-04-11 10:29:46 +02:00
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. MIT License.
2022-04-17 19:04:42 +02:00
#### afstool
2023-04-11 10:29:46 +02:00
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. MIT License.
2022-04-17 19:04:42 +02:00
#### doltool
2023-04-11 10:29:46 +02:00
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. MIT License.
2022-04-17 19:04:42 +02:00
#### pzztool
2023-04-11 10:29:46 +02:00
Python3 script for unpack/repack unpzz/pzz and uncompress/compress of PZZ archive. Handle also ARZ files decompression. MIT License.
2022-12-17 11:01:28 +01:00
#### mdttool
Python3 script for unpack/pack MDT file format. Allow to edit texts files extracted. MIT License.
2022-04-17 19:04:42 +02:00
2023-04-11 10:30:06 +02:00
#### mottool
2023-04-12 22:36:47 +02:00
Python3 script for unpack/pack MOT file format. MIT License.
2023-04-11 10:29:46 +02:00
2022-04-17 19:04:42 +02:00
#### data
CSV and datas for Gotcha Force game.
#### doc
Documentation about reverse engineering Gotcha Force.