Important information: this site is currently scheduled to go offline indefinitely by end of the year.

dark siders 2

Read or post about compression. And decompression. Or ask questions how to decompress your files.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

dark siders 2

Post by lllccc »

hey guys iv been looking around here about this game i see people talking about the pc version and using offzip to unzip the files i wanted to know if this will work for the xbox verison? and if so what do i have to type in to extract the files if offzip doesnt work can some one help make a script to unpack the core.pck file im willing to upload it it's 1.1gb big and the header is akpk i cant find any info on how to extract it
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: dark siders 2

Post by chrrox »

its the same.
offzip -a c:\file c:\export 0
WRS
ultra-veteran
ultra-veteran
Posts: 603
Joined: Fri Nov 06, 2009 12:13 am
Has thanked: 74 times
Been thanked: 137 times

Re: dark siders 2

Post by WRS »

im working to extract data with filenames (pc.mnfst)
Useful tool links:
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: dark siders 2

Post by Ekey »

Try this
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: dark siders 2

Post by lllccc »

Ekey wrote:Try this
hey ekey that didnt work i will post a screen shot later

Image
Last edited by lllccc on Fri Aug 17, 2012 3:31 pm, edited 1 time in total.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: dark siders 2

Post by lllccc »

chrrox wrote:its the same.
offzip -a c:\file c:\export 0
hey chrrox it didnt work this is what i got

Image


(im uploading the file as we speak its going to take 3 hrs since its 1.1 gbs but i will be able to send it to anyone that willing to make a script and a unpacker)
User avatar
Haoose
mega-veteran
mega-veteran
Posts: 280
Joined: Tue Mar 01, 2011 9:34 pm
Has thanked: 70 times
Been thanked: 193 times
Contact:

Re: dark siders 2

Post by Haoose »

lllccc
For core.pck use Dragon Unpacker
And

Code: Select all

FOR %%a in (*.wav) do ww2ogg.exe --pcb packed_codebooks_aoTuV_603.bin "%%a"
-= GP-team =-
Image
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: dark siders 2

Post by lllccc »

Haoose wrote:lllccc
For core.pck use Dragon Unpacker
And

Code: Select all

FOR %%a in (*.wav) do ww2ogg.exe --pcb packed_codebooks_aoTuV_603.bin "%%a"
just one question does it repack files?


*edit* so you now im not after the sound files i just want a stright extract off all the files in the .pck
Last edited by lllccc on Fri Aug 17, 2012 8:02 pm, edited 1 time in total.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: dark siders 2

Post by aluigi »

what's the exact situation of this game?
I mean if there is an unique file extension because I have seen various posts talking about archives or files having completelye different names and extensions like upks, bin, pck, mnfst and others.

what a chaos :)
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: dark siders 2

Post by lllccc »

aluigi wrote:what's the exact situation of this game?
I mean if there is an unique file extension because I have seen various posts talking about archives or files having completelye different names and extensions like upks, bin, pck, mnfst and others.

what a chaos :)
hey aluigi the headers are AKPK and the extension is pck if you like i can upload the file so you can give it a look over
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: dark siders 2

Post by aluigi »

ok hope it's not too big (more than 500mb), in which case just split it.

and what are all the other extensions?
where are they used?
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: dark siders 2

Post by lllccc »

aluigi wrote:ok hope it's not too big (more than 500mb), in which case just split it.

and what are all the other extensions?
where are they used?

its 1.1 gbs but im spliting them into 95 mbs each
the only other header i see is sfx under hexeditor and its one of main files for the game if thats what you mean
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: dark siders 2

Post by aluigi »

regarding the AKPK header I have 3 scripts that match it:
http://aluigi.org/papers/bms/apb_pck.bms
http://aluigi.org/papers/bms/others/dea ... undpck.bms
http://aluigi.org/papers/bms/others/ufc ... undpck.bms

maybe try them first.

then about the archive I prefer the first and last 10 megabytes if you can do it.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: dark siders 2

Post by lllccc »

aluigi wrote:regarding the AKPK header I have 3 scripts that match it:
http://aluigi.org/papers/bms/apb_pck.bms
http://aluigi.org/papers/bms/others/dea ... undpck.bms
http://aluigi.org/papers/bms/others/ufc ... undpck.bms

maybe try them first.

then about the archive I prefer the first and last 10 megabytes if you can do it.

hey first link didnt do anything 2ed link extracted 3 .dat files and 3rd did the same
but they all had errors
for archive i cant make them smaller then 95 mbs each but its half way done now so it wont be longer
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: dark siders 2

Post by lllccc »

aluigi wrote:regarding the AKPK header I have 3 scripts that match it:
http://aluigi.org/papers/bms/apb_pck.bms
http://aluigi.org/papers/bms/others/dea ... undpck.bms
http://aluigi.org/papers/bms/others/ufc ... undpck.bms

maybe try them first.

then about the archive I prefer the first and last 10 megabytes if you can do it.
hey aluigi the files are in your inbox now ^_^
Post Reply