Simple Rust library for reading/extracting "vtPack" format files (used in Torrente 3: The Protector)
Go to file
2023-10-18 20:18:52 +02:00
vtpack Current work 2023-10-18 20:18:52 +02:00
.gitignore Current work 2023-10-18 20:18:52 +02:00
LICENSE Initial commit 2023-10-18 20:12:25 +02:00
README.md Current work 2023-10-18 20:18:52 +02:00

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