 |
Description |
FF7Tools is a suite of Python command-line translation and hacking tools for the PlayStation 1 version of Final Fantasy VII. It can be used for modding the game, searching for hidden content, and creating fan translations. The main focus of the tools is on the dumping and editing of in-game text.
The included tools are:
[list]
[li]trans / untrans: Dump or reinsert all translatable text in the game to or from a set of plain text files.[/li]
[li]fixup: Recalculate absolute sector references to files in a CD image of the game.[/li]
[li]mapinfo: Dump the text tables and script code of all field map files.[/li]
[li]worldinfo: Dump the script code of all world map files.[/li]
[li]unscene: Extract battle scenes from the game's SCENE.BIN file.[/li]
[li]lzss / unlzss: Compress or uncompress files with the game's variant of the LZSS compression algorithm.[/li]
[li]unbingz / unbinlz: Extract files from the game's GZIP- or LZSS-compressed archive files.[/li]
[li]tim2png: Convert a PlayStation TIM format image to a PNG file.[/li]
[li]subending: Losslessly replace the subtitles in the game's ending movie.[/li]
[/list] |
|