This is a Rust project that uses ironworks and EXDSchema to extract Final Fantasy XIV game data as CSV files. 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.
Check out xiv-data.
- Rust 1.87
- A local installation of FFXIV
git clone --recurse-submodules https://github.com/skyborn-industries/xiv-data-oxidizer
cd xiv-data-oxidizer
git submodule update --remote
cargo run -- "C:\Program Files (x86)\Square Enix\FINAL FANTASY XIV - A Realm Reborn"
FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.
FINAL FANTASY XIV © SQUARE ENIX CO., LTD.