Crates.io | poe_bundle |
lib.rs | poe_bundle |
version | 0.1.5 |
source | src |
created_at | 2022-11-11 20:23:05.080832 |
updated_at | 2022-11-18 19:34:26.770049 |
description | Library for extracting Oodle bundles used by the game Path of Exile |
homepage | |
repository | |
max_upload_size | |
id | 713035 |
size | 809,728 |
Reads compressed bundles for the game Path of Exile created by Grinding Gear Games.
As of patch 3.11.2 Grinding Gear Games began using a new way of storing game files. Some files are now compressed in bundles using RAD Game Tools proprietary Oodle Compression suite.
This project uses this fork of ooz (an open source imlementation of Oodle).
Cargo will look for libooz in the root of the repository, you can change this in the build.rs
file.
The usual cargo commands work.
$ cargo build --release
There is not CLI implemented yet, as my initial use case only requires needs a lib.