/ffxiv_reverse

Collection of tools to dive in ffxiv dat files.

Primary LanguageC++

ffxiv_reverse

This repository is not maintained anymore, however it could well still work

You can issue pull requests, and I will make sure to integrate them if they make sense, but I think you're better off forking this repository. I hope you'll find the content interesting enough!

Note: These libs has the following dependencies:

  • zlib
  • boost
  • cmake

Interesting things to see

  • How to read the data files

  • How to read the csv files (the actual database)

  • How to read the texture files

  • How to read the model files

    • xivp/mdl
    • This is what has been used for xivmodels.com
    • Note that there are links between material/shader files (in addition to variable matrices) and one could use that to display models more accurately, but as xivmodels is powered by WebGL, the DirectX ones were not that useful to me.

Author