Skip to content

A tool script that can extract text from AREAxxx.EMI files found in the Breath of Fire III game files

License

Notifications You must be signed in to change notification settings

watchinofoye/bof3-text-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breath of Fire III Text Extractor

A tool that lets you extract the dialogue section from AREAxxx.EMI files found in Breath of Fire III's game files.

Downloads

OS Link
Windows and Ubuntu:

Building

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.

Usage

C

English extractor:

extractor input output

Japanese extractor:

jpextractor input output

Python version:

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.

About

A tool script that can extract text from AREAxxx.EMI files found in the Breath of Fire III game files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.2%
  • Python 11.7%
  • Makefile 1.1%