Can someone help me to extract .pck files from this game?
THX!!!
Samples:http://www32.zippyshare.com/v/93621910/file.html
Pier Solar HD(*.pck)
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Pier Solar HD(*.pck)
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.
-
- Posts: 157
- Joined: Sun Aug 24, 2014 8:54 am
Re: Pier Solar HD(*.pck)
thx!!!,aluigi,Thanks for your help!