A Final Fantasy XIV EXD data unpacking tool based on Lumina, intended as a replacement for the rawexd functionality of SaintCoinach.Cmd.
English | 日本語 | Deutsch | Français | 简体中文 | 한국어 | 繁體中文
- .NET 10 SDK
- Local installation of FFXIV
- Download the latest release from Releases.
- Extract the archive.
Copy config.yml.example to config.yml and edit the path and outputDir for each server.
# Show help
XivExdUnpacker.exe --help
# Export all tables for Chinese
XivExdUnpacker.exe --language cn
# Export Action and Item tables for English and Japanese
XivExdUnpacker.exe --language en ja --sheets Action Item
# Export all languages, output hexcode, clear output directory before exporting
XivExdUnpacker.exe --language all --hexcode --clear| Argument | Short | Description | Default |
|---|---|---|---|
--language |
-l |
Specify languages to export (Required) | - |
--sheets |
-s |
Specify sheet names to export | All |
--hexcode |
-x |
Keep raw data | false |
--clear |
-c |
Clear output directory before exporting | false |
--skip-offset |
-o |
Skip CSV offset rows | false |
--help |
-h |
Show help information | - |
Check out ffxiv-datamining-hexcode-mixed.
# Clone the repository
git clone https://github.com/Souma-Sumire/XivExdUnpacker.git
cd XivExdUnpacker
dotnet run -- --language cn