nextgal / pfs_upk

An simple Artemis Engine archive (un)packer
GNU General Public License v3.0
65 stars 9 forks source link

*.pfs.(number) folder #6

Closed apkpeaks closed 1 year ago

apkpeaks commented 2 years ago

Hello sir thank you so much for creating this amazing tool Can you add function to extract filename.pfs.(number) to folder named filename.pfs.(number)? Tool only extract the all file into the root.pfs folder and when packing it merges all into 1 file, it doesn't split the files like the original

ryank231231 commented 2 years ago

the tool currently only strip the "extension" part, and take the basename of the archive as the output path.

that's why all the files are extracted into the same folder.

so we have two ways to do split folders:

ryank231231 commented 1 year ago

fixed in v1.2.0 release.