2022-07-16 18:54:44 -04:00
|
|
|
---
|
2023-10-06 20:13:46 -04:00
|
|
|
title: "Game Data (.dat)"
|
2022-07-16 18:54:44 -04:00
|
|
|
---
|
|
|
|
|
2023-10-06 20:13:46 -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.
|
|
|
|
|
2023-10-06 20:13:46 -04:00
|
|
|
# Alternative Implementations
|
2022-07-16 18:54:44 -04:00
|
|
|
|
2023-10-06 20:13:46 -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)
|