There's a semi-coherent method of organization with the files of this game, however, assets are packed within archives. I was hoping to extract the models and textures from this game finally. Can anyone please help?
https://www.dropbox.com/s/wf28yj65nfzp8r7/CoC.zip?dl=0
Call of Cthulhu: Dark Corners of the Earth
-
- Posts: 376
- Joined: Sun May 31, 2015 2:23 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Call of Cthulhu: Dark Corners of the Earth
Very strange format, probably just a container... don't know.
Anyway the following lame method at least allows to dump the DDS from the *.pc.xbd archives but you have better luck using a normal file ripper:
Anyway the following lame method at least allows to dump the DDS from the *.pc.xbd archives but you have better luck using a normal file ripper:
Code: Select all
for
get ID short
getdstring DXT_SIGN 4
get DUMMY long
get SIZE long
savepos OFFSET
log "" OFFSET SIZE
math OFFSET + SIZE
goto OFFSET
next
-
- Posts: 376
- Joined: Sun May 31, 2015 2:23 am
Re: Call of Cthulhu: Dark Corners of the Earth
They are archives, particularly containing character models and textures.
-
- Posts: 376
- Joined: Sun May 31, 2015 2:23 am
Re: Call of Cthulhu: Dark Corners of the Earth
Sorry to bump, but I really need a way to get the models from this type of archive...an aspect of my future project needs a few of them.
-
- Posts: 376
- Joined: Sun May 31, 2015 2:23 am
Re: Call of Cthulhu: Dark Corners of the Earth
Sorry about another bump, but I have some updated files. These archives contain the models, textures, etc...I need a way to extract them.
https://www.dropbox.com/s/jh3ee9zd0xjqucs/DCOTE.zip?dl=0
https://www.dropbox.com/s/jh3ee9zd0xjqucs/DCOTE.zip?dl=0
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Call of Cthulhu: Dark Corners of the Earth
They are still a confusing mess of files so no format.
Use a file ripper as I already suggested one year ago.
Use a file ripper as I already suggested one year ago.
-
- Posts: 376
- Joined: Sun May 31, 2015 2:23 am
Re: Call of Cthulhu: Dark Corners of the Earth
Oh uh, do you have any good recommendations?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Call of Cthulhu: Dark Corners of the Earth
Sure, I forgot to post the usual link to the topic:
viewtopic.php?f=17&t=712
The HyperRipper feature of DragonUnpacker is ok, if you need a suggestion go with it.
viewtopic.php?f=17&t=712
The HyperRipper feature of DragonUnpacker is ok, if you need a suggestion go with it.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm