Added mottool.py documentation.

This commit is contained in:
tmpz23 2023-04-11 10:29:46 +02:00 committed by GitHub
parent 7941445a43
commit dc4388994d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,20 +8,23 @@ NeoGF is a library of tools for GameCube and Gotcha Force.
If you want more infos about the game, go read our [Gotcha Force Wiki](http://re.wiki.virtualworld.fr/index.php/Gotcha_Force). If you want more infos about the game, go read our [Gotcha Force Wiki](http://re.wiki.virtualworld.fr/index.php/Gotcha_Force).
#### gcmtool #### 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. 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.
#### afstool #### 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. 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.
#### doltool #### 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. 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.
#### pzztool #### pzztool
Python3 script for unpack/repack unpzz/pzz and uncompress/compress of PZZ archive. Handle also ARZ files decompression. Python3 script for unpack/repack unpzz/pzz and uncompress/compress of PZZ archive. Handle also ARZ files decompression. MIT License.
#### mdttool #### mdttool
Python3 script for unpack/pack MDT file format. Allow to edit texts files extracted. MIT License. Python3 script for unpack/pack MDT file format. Allow to edit texts files extracted. MIT License.
#### mdttool
Python3 script for unpack/pack MOT file format. Currently under development. MIT License.
#### data #### data
CSV and datas for Gotcha Force game. CSV and datas for Gotcha Force game.