poe_bundle

Crates.iopoe_bundle
lib.rspoe_bundle
version0.1.5
sourcesrc
created_at2022-11-11 20:23:05.080832
updated_at2022-11-18 19:34:26.770049
descriptionLibrary for extracting Oodle bundles used by the game Path of Exile
homepage
repository
max_upload_size
id713035
size809,728
Daniel (ex-nihil)

documentation

README

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.

Commit count: 0

cargo fmt