Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XivExdUnpacker

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 | 简体中文 | 한국어 | 繁體中文

Usage

Requirements

Installation

  1. Download the latest release from Releases.
  2. Extract the archive.

Configuration

Copy config.yml.example to config.yml and edit the path and outputDir for each server.

Run

# 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

Command Line Arguments

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 -

Just want the data?

Check out ffxiv-datamining-hexcode-mixed.

Development

Setup

# Clone the repository
git clone https://github.com/Souma-Sumire/XivExdUnpacker.git
cd XivExdUnpacker
dotnet run -- --language cn

About

A Final Fantasy XIV EXD data unpacking tool based on Lumina, intended as a replacement for the `rawexd` functionality of `SaintCoinach.Cmd`.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages