[ PC ] Project - z (.PAK)
-
- Posts: 192
- Joined: Sun Oct 04, 2015 2:27 am
[ PC ] Project - z (.PAK)
Game Site : http://pz.changyou.com/
Solution : need unpack.pak
Download : https://drive.google.com/open?id=0B0b7s ... lBKNy1pcDg
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [ PC ] Project - z (.PAK)
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
Better than nothing
-
- Posts: 192
- Joined: Sun Oct 04, 2015 2:27 am
Re: [ PC ] Project - z (.PAK)
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [ PC ] Project - z (.PAK)
Read my previous post more carefully.