I've been doing a lot of work trying to support modding for Call of Cthulhu: Dark Corners of the Earth.
I've managed to get texture export and re-import of upscaled textures working by analysing some of the files.
I'm now looking at getting the 3d models exported.
There are .xbd files that contain different chunks such as CHAR, DOBS, DYNL, LNGL, PHYS, RESL.
As far as I can tell the models are in the CHAR chunk.
The only clues I have is that the developers originally used NetImmerse before switching to their own engine.
Any help on where to begin with this would be greatfuly received.
Attached is an example of the extracted CHAR chunk.
Help needed extracting Call of Cthulhu: Dark Corners of the Earth Models
Help needed extracting Call of Cthulhu: Dark Corners of the Earth Models
You do not have the required permissions to view the files attached to this post.
Re: Help needed extracting Call of Cthulhu: Dark Corners of the Earth Models
An extra clue seems to have been left behind on the xbox version of the game only.
There is an 06_REFINERY_PT5.nnf file that looks like this:
...
32760 CTHULHU_SHRINE_GEOM_01
32764 CTHULHU_SHRINE_GEOM_03
32766 CTHULHU_SHRINE_GEOM_04
32768 CTHULHU_SHRINE_GEOM_05
32770 CTHULHU_SHRINE_GEOM_06
32772 CTHULHU_SHRINE_GEOM_07
...
Full file attached.
There is an 06_REFINERY_PT5.nnf file that looks like this:
...
32760 CTHULHU_SHRINE_GEOM_01
32764 CTHULHU_SHRINE_GEOM_03
32766 CTHULHU_SHRINE_GEOM_04
32768 CTHULHU_SHRINE_GEOM_05
32770 CTHULHU_SHRINE_GEOM_06
32772 CTHULHU_SHRINE_GEOM_07
...
Full file attached.
You do not have the required permissions to view the files attached to this post.
Re: Help needed extracting Call of Cthulhu: Dark Corners of the Earth Models
Looking in some of the other files that aren't actually used I can see a mention of XPR0 in the RESL chunk.
From a quick google that would be the magic for an Xbox Packed Resource.
Although that text isn't present in the files that are used I guess it points to the models being in there.
I've now uploaded all chunks here https://drive.google.com/file/d/11e8hE0 ... 4NtsS/view
From a quick google that would be the magic for an Xbox Packed Resource.
Although that text isn't present in the files that are used I guess it points to the models being in there.
I've now uploaded all chunks here https://drive.google.com/file/d/11e8hE0 ... 4NtsS/view
- shakotay2
- MEGAVETERAN

- Posts: 3461
- Joined: Fri Apr 20, 2012 9:24 am
- Location: Nexus, searching for Jim Kirk
- Has thanked: 955 times
- Been thanked: 1876 times
Re: Help needed extracting Call of Cthulhu: Dark Corners of the Earth Models
Using hex2obj (view link in my sig):
.
.
You do not have the required permissions to view the files attached to this post.
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."
Re: Help needed extracting Call of Cthulhu: Dark Corners of the Earth Models
Thanks for this shakotay2 now I have some idea what I'm looking for I should be able to make some progress.
