mirror of
https://github.com/XorTroll/vtpack.git
synced 2024-11-23 01:39:45 +00:00
Simple Rust library for reading/extracting "vtPack" format files (used in Torrente 3: The Protector)
vtpack | ||
.gitignore | ||
LICENSE | ||
README.md |
vtpack
vtpack
is a simple Rust library for reading/extracting "vtPack" format files.
This format doesn't seem to be documented anywhere. The only usage of this format (that I know of) is the main asset file of Torrente 3: The Protector
.
Usage
Check the example.
TODO: document the format here, check other possible places where this format is used