Skip to content

An Asset Updater for the PoE Overlay Community Fork

License

Notifications You must be signed in to change notification settings

leMicin/PoE-Asset-Updater

 
 

Repository files navigation

PoE Asset Updater

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

Usage

Download the CLI tool and run it using the following command:
PoEAssetUpdater <path-to-Content.ggpk> <asset-output-directory>

Development

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

License

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

Acknowledgments

About

An Asset Updater for the PoE Overlay Community Fork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.5%
  • Python 7.5%