Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
huehuehue
Posts: 36
Joined: Tue Aug 26, 2014 7:33 am

Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by huehuehue »

hello, can someone extract files from hyperdevotion noire

here is example of file:
https://drive.google.com/open?id=0BzpSy ... 3RGamxVQW8
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by aluigi »

TheUkrainianBard
Posts: 121
Joined: Sun May 01, 2016 10:06 pm

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by TheUkrainianBard »

Damn, that's much more elegant than my first baby try...
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by makc_ar »

aluigi wrote:http://aluigi.org/bms/hyperdevotion_pck.bms

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

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by aluigi »

Script 0.1.1.
I don't know if it's alignment or not because I don't have the other samples and that CHUNK_OFF+2 means it wasn't alignment (the first thing I check).
I simply added a 0x00 scanner to fix the problem.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by makc_ar »

aluigi wrote:Script 0.1.1.
I don't know if it's alignment or not because I don't have the other samples and that CHUNK_OFF+2 means it wasn't alignment (the first thing I check).
I simply added a 0x00 scanner to fix the problem.

Error: incomplete input file 0: Venv.pck
Can't read 147 bytes from offset 0056e964.
Anyway don't worry, it's possible that the BMS script has been written
to exit in this way if it's reached the end of the archive so check it
or contact its author or verify that all the files have been extracted.
Please check the following coverage information to know if it's ok.

coverage file 0 98% 5621687 5695844

Last script line before the error or that produced the error:
27 log NAME OFFSET SIZE

e.t.c. .pck
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by aluigi »

Apparently the SIZE field was wrong.
It's very strange that nobody reported these errors before, are you sure this is not a new or different version of the game?
Anyway script 0.1.2
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by makc_ar »

Version Noire.exe + 2 DLC

Image

aluigi, thanks a lot!
TheUkrainianBard
Posts: 121
Joined: Sun May 01, 2016 10:06 pm

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by TheUkrainianBard »

makc_ar
Try this.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by makc_ar »

@TheUkrainianBard
Thanks!

REIMPORT?
Error: script invalid for reimporting, it uses MEMORY_FILEs
Last script line before the error or that produced the error:
65 log NAME OFFSET SIZE MEMORY_FILE
TheUkrainianBard
Posts: 121
Joined: Sun May 01, 2016 10:06 pm

Re: Hyperdevotion Noire Goddess Black Heart *.pck [REQUEST]

Post by TheUkrainianBard »

Yeah, my bad, I didn't care about reimport...
Try replacing all MEMORY_FILE (case sensitive) in .bms with TEMPORARY_FILE first, or copy the ZLIB unpack part from my script to Aluigi's. Or ZLIB it manually. Or don't ZLIB it at all.