Psychedelica of the Black Butterfly .pck files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Riesz
Posts: 9
Joined: Mon Nov 15, 2021 8:56 pm

Psychedelica of the Black Butterfly .pck files

Post by Riesz »

I've tried many tools for unpacking .pck files but couldn't get any of them to work with the .pck files used by Psychedelica of the Black Butterfly Steam version.

Here's a sample file:
https://www.mediafire.com/file/got6kemn ... m.zip/file
rabatini
Posts: 179
Joined: Tue Jan 18, 2022 12:21 am

Re: Psychedelica of the Black Butterfly .pck files

Post by rabatini »

Riesz wrote:I've tried many tools for unpacking .pck files but couldn't get any of them to work with the .pck files used by Psychedelica of the Black Butterfly Steam version.

Here's a sample file:
https://www.mediafire.com/file/got6kemn ... m.zip/file


Code: Select all

getdstring folder 0x14
get pack long
savepos name_table
goto pack
get zeros long
getdstring pack 0x14
get unk long
get entries long
savepos pointer_table
goto name_table
get name_off long
xmath name_off "(name_off + name_table)"
goto name_off
get name string
savepos name_table
goto pointer_table

for rip = 1 to entries
get offset long
get size long
savepos table
log name offset size
goto name_table
get name string
savepos name_table
goto table
next rip