Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.83 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.83 KB

PoE Asset Updater

PoE Asset Updater is a CLI tool built specifically to update the PoE asset files of the PoE Overlay

Usage

Use a Steam installation (because it has an unpacked Content.ggpk) Download the CLI tool and run it using the following command:

> PoEAssetUpdater.exe "C:\Steam PoE Folder\Bundles2" "C:\output" "C:\local-static-poe" "C:\Repos\PoE-Asset-Updater\Resources\stable.py"

Development

The project is written in C# and outputs an executable CLI.

You'll need Visual Studio or VSCode and .NET 5 (exactly this version), which you can get here. Get the SDK, not the Runtime.

Run tests

> dotnet test

Compile the app

> dotnet build

Check bin\ for binaries.

Run the app

Use a Steam installation (because it has an unpacked Content.ggpk)

> PoEAssetUpdater.exe "C:\Steam PoE Folder\Bundles2" "C:\output" "C:\local-static-poe" "C:\Repos\PoE-Asset-Updater\Resources\stable.py"

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments