2022-07-16 18:54:44 -04:00
|
|
|
---
|
2023-10-06 20:13:46 -04:00
|
|
|
title: "Game Data Index (.index/.index2)"
|
2022-07-16 18:54:44 -04:00
|
|
|
---
|
|
|
|
|
2023-10-06 20:13:46 -04:00
|
|
|
{{< note "This documentation is incomplete." >}}
|
|
|
|
|
|
|
|
Index files for [compressed game data](/format/sqpack-dat).
|
2022-07-16 18:54:44 -04:00
|
|
|
|
|
|
|
I recommend reading the ["Reading Index Data" section](https://xiv.dev/data-files/sqpack#reading-index-data) on xiv.dev's SqPack docs.
|
|
|
|
|
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/Index.cs)
|
|
|
|
* [Lumina (C#)](https://github.com/NotAdam/Lumina/blob/master/src/Lumina/Data/SqPackIndex.cs)
|
2024-05-22 00:09:37 -04:00
|
|
|
* [Physis (Rust)](https://github.com/redstrate/physis/blob/main/src/index.rs)
|