This is a Rust project that uses ironworks and EXDSchema to extract Final Fantasy XIV game data as CSV sheets. It is a spiritual successor to SaintCoinach.Cmd and provides functionality similar to its rawexd
command.
Game data is parsed using the schemas provided by EXDSchema which is included as a git submodule. Because the schemas are cloned locally, you can easily make changes to them and extract game data without waiting for the upstream schemas to update.
- Rust 1.87
- A local installation of FFXIV
git clone --recurse-submodules https://github.com/mattantonelli/xiv-data-oxidizer
cp config.yml.example config.yml
# Configure the game directory and sheets you want to extract
cargo run
FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.
FINAL FANTASY XIV © SQUARE ENIX CO., LTD.