Crates.io | rpkg-rs |
lib.rs | rpkg-rs |
version | 1.1.2 |
source | src |
created_at | 2024-04-08 15:01:33.641461 |
updated_at | 2024-10-21 20:53:59.374084 |
description | Parse Glacier ResourcePackage (rpkg) files, allowing access to the resources stored within. |
homepage | |
repository | https://github.com/dafitius/rpkg-rs |
max_upload_size | |
id | 1200428 |
size | 226,238 |
rpkg-rs
rpkg-rs
provides functionality for interacting with ResourcePackage
(rpkg) files found within Hitman games.
This crate facilitates parsing of these files, enabling seamless access to the contained resource files. By parsing configuration files such as thumbs.ini
and packagedefintion.txt
, rpkg-rs
offers extensive support for reading and manipulating these packages.
thumbs.ini
and packagedefintion.txt
.ResourcePackage v1 (RPKG) files found in Hitman 2016 and Hitman 2.
ResourcePackage v2 (RPK2) files found in Hitman 3.
IniFile (thumbs.dat) files.
PackageDefinitions (packagedefinition.txt) from Hitman 2016, Hitman 2, and Hitman 3, with API support for adding custom parsers.
ResourcePackge
support for the older alpha format, enabling extraction of alpha resources.rpkg-rs
crate.These upcoming features are designed to further solidify rpkg-rs
as a comprehensive solution for interacting with Glacier game files.
Bug reports, PRs and feature requests are welcome.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.