Skip to content

MuxaJIbI4/libggpk

Folders and files

NameName
Last commit message
Last commit date
Dec 31, 2019
Dec 25, 2019
Jan 13, 2019
Jan 13, 2019
Sep 27, 2020
Jan 21, 2021
Jan 13, 2019
Jun 29, 2020
Jun 22, 2022
Jun 29, 2020
Jan 13, 2019
Sep 10, 2014
Feb 22, 2013
Sep 14, 2014
Jun 2, 2017
Sep 15, 2014

Repository files navigation

libggpk

This is collection of projects to work with Path of Exile® Content.ggpk file.

  • DefragmentGPPK console application to defragment Content.ggpk. It removes all FREE records in it and rewrites other content to specific file.

  • LibDat library for handling .dat file parsing, viewing, changing, exporting, exporting as CSV, etc ...

  • LibGGPK library for working with GGPK files

  • PatchGGPK ???

  • PoeStrings ???

  • VPatchGGPK ???

  • VisualGGPK This is viewer for GGPK files. It shows internal structure of files and folders in tree view and allows:

    • viewing data in the internal Viewer: pictues, text files, or special table viewer for .dat files
    • exporting fiels or directories from context menu
    • replacing content of files with other data
    • delete files and directories and save clipped GGPK file. For example, clipped GGPK filewith only Data\ folder occupies only 15 Mb of space and loads in 1 second in VisualGGPK instead of 20-40 seconds. Of course, such file couldn't be used for game.
    • opening file in the external application on double mouse click (.dat files open as CSV file)

Original source can be found at https://code.google.com/p/libggpk/, but it's not updated often.