Migrate to XIVData Oxidizer, reorganize repo (#92)

* reorganize files

* en oxidizer export

* de, fr, ja oxidizer export

* cn, ko, tc submodules

* Update README.md
This commit is contained in:
xiashtra
2026-01-04 18:32:55 -06:00
committed by GitHub
parent 97ca35576c
commit d3eb86dc54
12428 changed files with 5382648 additions and 1714283 deletions
+5 -4
View File
@@ -12,15 +12,15 @@ This repository is to serve as a place to share data mining information related
### CSVs
This repository keeps a record of CSV's extracted via SaintCoinach using the command `rawexd`, this is so they can be easily linked and referenced when datamining, so we have a git history of changes and just to make life easier in some cases :)
This repository keeps a record of CSV's extracted via [XIVData Oxidizer](https://github.com/mattantonelli/xiv-data-oxidizer), this is so they can be easily linked and referenced when datamining, so we have a git history of changes and just to make life easier in some cases :)
- [Click here to view CSV files](csv/)
### Updating CSV files:
- Download and open **SaintCoinach.cmd**
- Run: `rawexd`
- Copy all the contents in the folder: `<date>/rawexd/**` to the `/csv` folder
- Download **XIVData Oxidizer**
- Build and run: `cargo run -- "C:\Program Files (x86)\Square Enix\FINAL FANTASY XIV - A Realm Reborn"`
- Copy all the contents in the folder: `output/**` to the `/csv` folder
- Push a PR
The idea is to maintain an easy diffing view of what has changed during a patch
@@ -69,3 +69,4 @@ Notable members that have contributed information in some way, If you're part of
- Miu (TeamCraft)
- Ioncannon (FFXIV Explorer)
- Vekien (xivapi)
- Raelys (XIVData Oxidizer)