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

[Feature-Request]: Command line #6

Closed wycaca closed 1 year ago

wycaca commented 1 year ago

Could you pls support Command line to repalce files, so that can be used by shell.

Thanks.

aianlinb commented 1 year ago

@wycaca You can easily write a C# Console program to achieve your goal Here is some sample code: https://github.com/aianlinb/LibGGPK3/blob/master/Examples/PatchBundledGGPK3/Program.cs

There are also compiled sample programs in Releases that you can try