[ PC ] Project - z (.PAK)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
godskin
Posts: 192
Joined: Sun Oct 04, 2015 2:27 am

[ PC ] Project - z (.PAK)

Post by godskin »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [ PC ] Project - z (.PAK)

Post by aluigi »

I guess that all the information are encrypted but the data isn't so you can still extract the content with: offzip -a -z -15 -Q.
Better than nothing :)
godskin
Posts: 192
Joined: Sun Oct 04, 2015 2:27 am

Re: [ PC ] Project - z (.PAK)

Post by godskin »

aluigi wrote:I guess that all the information are encrypted but the data isn't so you can still extract the content with: offzip -a -z -15 -Q.
Better than nothing :)


don't work

Code: Select all

for %%G in (*.pak) do offzip.exe -q %%G
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [ PC ] Project - z (.PAK)

Post by aluigi »

Read my previous post more carefully.