docs.xiv.zone/content/format/sqpack-dat.md
Joshua Goins 0c890dee30 Overhaul site
I'm way too lazy to write this commit message, sorry.
2023-10-06 20:13:46 -04:00

16 lines
628 B
Markdown

---
title: "Game Data (.dat)"
---
{{< note "This documentation is incomplete." >}}
Compressed game data.
I recommend reading the ["SqPack" page](https://xiv.dev/data-files/sqpack) on xiv.dev.
# Alternative Implementations
* [Physis (Rust)](https://git.sr.ht/~redstrate/physis/tree/main/item/src/gamedata.rs)
* [xivModdingFramework (C#)](https://github.com/TexTools/xivModdingFramework/blob/master/xivModdingFramework/SqPack/FileTypes/Dat.cs)
* [Lumina (C#)](https://github.com/NotAdam/Lumina/blob/master/src/Lumina/Data/SqPackStream.cs)
* [libxiv (C++)](https://git.sr.ht/~redstrate/libxiv/tree/main/item/src/gamedata.cpp)