Pier Solar HD(*.pck)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
happyend
Posts: 157
Joined: Sun Aug 24, 2014 8:54 am

Pier Solar HD(*.pck)

Post by happyend »

Can someone help me to extract .pck files from this game?
THX!!!
Samples:http://www32.zippyshare.com/v/93621910/file.html
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Pier Solar HD(*.pck)

Post by aluigi »

Code: Select all

for
    getdstring NAME 8
    if NAME == ""
        break
    endif
    get OFFSET long
    get SIZE long
    log NAME OFFSET SIZE
next

The extracted files with the MUPS header are custom Ogg files.
They have "OggS" replaced with "PssH" and I guess there are other customization because they still don't play after the full replacement of the signatures.
happyend
Posts: 157
Joined: Sun Aug 24, 2014 8:54 am

Re: Pier Solar HD(*.pck)

Post by happyend »

thx!!!,aluigi,Thanks for your help!