PoE Asset Updater is a CLI tool built specifically to update the PoE asset files of the PoE Overlay
Download the CLI tool and run it using the following command:
PoEAssetUpdater <path-to-Content.ggpk> <asset-output-directory>
The project is written in C# and outputs an executable CLI.
You'll need Visual Studio or VSCode and .NET Framework v4.7.1 (exactly this version), which you can get here. Get the Developer Pack, not the Runtime.
Note: We should port this from .NET Framework to .NET Core for better multiplatform support.
Run tests
> dotnet test
Compile the app
> dotnet build
Check bin\
for binaries.
Run the app
> mkdir output
> PoEAssetUpdater.exe G:\PoE\Content.ggpk output
This project is licensed under the MIT License - see the LICENSE.md file for details
- Grinding Gear Games the game
- libggpk parsing content.ggpk