DotGGPK is a .NET standard library for parsing Path of Exile's GGPK archive file format.
NuGet packages are available here.
The following tools must be available:
Get the source code using the following command:
> git clone https://gitlab.com/tobiaskoch/DotGGPK.git
> ./build.ps1
The script will report if the tests succeeded; the coverage report will be located in the directory ./output/coverage/.
> ./build.ps1 --configuration Release
The libraries will be located in the directory ./src/DotGGPK/bin/Release if the build succeeds.
> ./build.ps1 --configuration Release --target Pack
The Nuget package will be located in the directory ./output if the build succeeds.
The documentation of this library can be found here: https://tobiaskoch.gitlab.io/DotGGPK/
see CONTRIBUTING.md
see AUTHORS.txt
Thanks for your interest in this project. You can show your appreciation and support further development by donating.
DotGGPK © 2018-2020 Tobias Koch. Released under the MIT License.