A tool that lets you extract the dialogue section from AREAxxx.EMI files found in Breath of Fire III's game files.
OS | Link |
---|---|
Windows and Ubuntu: |
Make sure GCC is installed and simply run make
to build both the English and Japanese extractors. Use make extractor
to build the English extractor only, and make jpextractor
to build the Japanese extractor.
English extractor:
extractor input output
Japanese extractor:
jpextractor input output
The python version is now deprcated
On Windows:
python extractor.py [-h] [-o path] file
On Linux:
python3 extractor.py [-h] [-o path] file
By default, if no output file is specified, it will print the text to stdout.