docs.xiv.zone/content/format/sqpack-dat.md

17 lines
628 B
Markdown
Raw Normal View History

2022-07-16 18:54:44 -04:00
---
title: "Game Data (.dat)"
2022-07-16 18:54:44 -04:00
---
{{< note "This documentation is incomplete." >}}
Compressed game data.
2022-07-16 18:54:44 -04:00
I recommend reading the ["SqPack" page](https://xiv.dev/data-files/sqpack) on xiv.dev.
# Alternative Implementations
2022-07-16 18:54:44 -04:00
* [Physis (Rust)](https://git.sr.ht/~redstrate/physis/tree/main/item/src/gamedata.rs)
2022-07-16 18:54:44 -04:00
* [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)