aianlinb / LibGGPK3

Library for Content.ggpk of game PathOfExile (Rewrite of LibGGPK2)
GNU Affero General Public License v3.0
75 stars 21 forks source link

What exactly are left and right windows are represent ? #12

Closed Azperin closed 12 months ago

Azperin commented 12 months ago

When I have used ExtractBundledGGPK3.exe with no second argument it extracts right window, but why not videos folder from left window ?

screenshot

aianlinb commented 12 months ago

Left one are bundles and other miscellaneous in ggpk. (Also are what you see in VisualGGPK2 when opening it using BundleMode.bat) Right one are files compressed in bundles (Also are the contents in Bundles2 of VisualGGPK2, which is not actually the real structure in ggpk).

To extract things in left one you need to use VisualGGPK3 or write your own program which reference LibGGPK3.

Azperin commented 12 months ago

Which exe I can use to parse .dat64 files ? Really miss some readme =)

aianlinb commented 12 months ago

@Azperin Use VisualGGPK2 please. This repository is for developers only and is still under development.