docs.xiv.zone/content/format/patch.md

15 lines
452 B
Markdown
Raw Normal View History

2022-07-16 18:54:44 -04:00
---
title: "ZiPatch (.patch)"
2022-07-16 18:54:44 -04:00
---
{{< note "This documentation is incomplete." >}}
Contains various deltas to be applied on top of existing game or boot data.
2022-07-16 18:54:44 -04:00
I recommend reading the ["ZiPatch" section](https://xiv.dev/data-files/zipatch) 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/patch.rs)
2022-07-16 18:54:44 -04:00
* [libxiv (C++)](https://git.sr.ht/~redstrate/libxiv/tree/main/item/src/patch.cpp)