Evil 《神雕侠侣》pfs

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
CriticalError
Posts: 204
Joined: Thu Aug 14, 2014 8:52 pm

Evil 《神雕侠侣》pfs

Post by CriticalError »

Hello guys, well a old script made by aluigi, he help me with that, but for some reason it give me this error when unpack files, I got just few files and got this error.

Image

so well maybe somebody can take a look into files? many thanks guys.

BMS Script
http://aluigi.org/papers/bms/zip.bms
*edit aluigi* replaced loooong text with link to the script

Samples

https://www.mediafire.com/?ed426ljesdbuh2p
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Evil 《神雕侠侣》pfs

Post by aluigi »

It's possible that the central directory is not "sequential" and so it arrives at a certain point and can't continue.
The file you uploaded is not big enough for reaching that point, it's necessary the whole file or at least the first 16 megabytes.
CriticalError
Posts: 204
Joined: Thu Aug 14, 2014 8:52 pm

Re: Evil 《神雕侠侣》pfs

Post by CriticalError »

ok here you have first 16MB and last of the file.

http://puu.sh/bWyII/f5bc3efd28.7z
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Evil 《神雕侠侣》pfs

Post by aluigi »

My fault, it wasn't the first 16mb of the file :)

The whole archive is 400 mb, it's better if you upload the whole file.
CriticalError
Posts: 204
Joined: Thu Aug 14, 2014 8:52 pm

Re: Evil 《神雕侠侣》pfs

Post by CriticalError »

ok here the whole file, 470MB many thanks for support aluigi.

https://www.mediafire.com/?s3t6m6thltz12fw
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Evil 《神雕侠侣》pfs

Post by aluigi »

Yeah it's just a classical "gap" between the various central directories.
I have updated the zip.bms script to automatically guess the next directory and it worked with your sample.
There are also some statistical information at the end of the extraction that give an idea if there is data that has not been read or it's all ok (coverage >= 90%).

I guess it's a cool new feature for that magic script
CriticalError
Posts: 204
Joined: Thu Aug 14, 2014 8:52 pm

Re: Evil 《神雕侠侣》pfs

Post by CriticalError »

ummm well yeah thats great news, I try with file model and got this issue in the end anyway, thanks for your support Luigi.

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

Re: Evil 《神雕侠侣》pfs

Post by aluigi »

That message says that it's all fine, you have reached the end of the central directories and you have extracted 99% of the zip archive, the remaining 1% are the "end of central directories".
So it's a success :)