PoE Asset Updater is a CLI tool built specifically to update the PoE asset files of the PoE Overlay
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"
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"
This project is licensed under the MIT License - see the LICENSE.md file for details
- Grinding Gear Games the game
- libggpk parsing PoE's Content.ggpk
- libOoz parsing PoE's Bundle format
- Omega2K - PyPoE for providing the initial .dat definitions
- brather1ng - PyPoE fork for providing .dat definitions
- PoE Tool Devs for providing .dat definitions