docs.xiv.zone/content/format/sqpack-index.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
731 B
Markdown

---
title: "Game Data Index (.index/.index2)"
---
{{< note "This documentation is incomplete." >}}
Index files for [compressed game data](/format/sqpack-dat).
I recommend reading the ["Reading Index Data" section](https://xiv.dev/data-files/sqpack#reading-index-data) on xiv.dev's SqPack docs.
# Alternative Implementations
* [Physis (Rust)](https://git.sr.ht/~redstrate/physis/tree/main/item/src/index.rs)
* [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)
* [libxiv (C++)](https://git.sr.ht/~redstrate/libxiv/tree/main/item/src/indexparser.cpp)