6 releases
0.1.5 | Nov 18, 2022 |
---|---|
0.1.4 | Nov 13, 2022 |
#440 in Games
31 downloads per month
625KB
16K
SLoC
Path of Exile Bundle Reader
Reads compressed bundles for the game Path of Exile created by Grinding Gear Games.
Table of Contents
Background
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.
Building
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
Usage
There is not CLI implemented yet, as my initial use case only requires needs a lib.
Dependencies
~1.8–2.5MB
~42K SLoC