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
|
|
|
|
|
|
|
* [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)
|
2024-05-22 00:09:37 -04:00
|
|
|
* [Physis (Rust)](https://github.com/redstrate/physis/blob/main/src/gamedata.rs)
|