Skip to content

ex-nihil/poe-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Path of Exile bundle reader

Resources

Stars

Watchers

Forks

Packages

No packages published