how to extract .ResDt file?

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
doppe1ganger
Posts: 12
Joined: Tue May 25, 2021 6:53 pm

how to extract .ResDt file?

Post by doppe1ganger »

I'm trying to extract files from a game that uses the Jupiter Ex game engine. I extracted Res00 files with FEAR bms, but I couldn't extract the ResDt file with FEAR bms.

Game: District 187
doppe1ganger
Posts: 12
Joined: Tue May 25, 2021 6:53 pm

Re: how to extract .ResDt file?

Post by doppe1ganger »

Anyone?
z4ruz
Posts: 75
Joined: Sun Jan 10, 2021 2:23 pm

Re: how to extract .ResDt file?

Post by z4ruz »

Please provide files you need to extract, or parts of them; filelist.
doppe1ganger
Posts: 12
Joined: Tue May 25, 2021 6:53 pm

Re: how to extract .ResDt file?

Post by doppe1ganger »

LinkOFF
Posts: 88
Joined: Thu Aug 11, 2016 6:52 pm

Re: how to extract .ResDt file?

Post by LinkOFF »

Zlib-compressed chunks. Try to use offzip.
z4ruz
Posts: 75
Joined: Sun Jan 10, 2021 2:23 pm

Re: how to extract .ResDt file?

Post by z4ruz »

Please use that script on file
http://aluigi.org/bms/filecutter.bms
it will copy first and last 2 Mb in 2 separate files
pack them in zip and attach here
Filelist might be useful as well
doppe1ganger
Posts: 12
Joined: Tue May 25, 2021 6:53 pm

Re: how to extract .ResDt file?

Post by doppe1ganger »

z4ruz
Posts: 75
Joined: Sun Jan 10, 2021 2:23 pm

Re: how to extract .ResDt file?

Post by z4ruz »

Thanks. Just like LinkOFF said, please try offzip.

You might not like the result, but it's better than nothing.

Also there's filelist in the end of file.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: how to extract .ResDt file?

Post by aluigi »

We need the arch00 file.
Are you sure you selected the arch00 file with fear.bms?
z4ruz
Posts: 75
Joined: Sun Jan 10, 2021 2:23 pm

Re: how to extract .ResDt file?

Post by z4ruz »

From fear.bms:

Code: Select all

elif SIGN == "HBEK"
    open FDDE "ResDt"
endif

Res00 is small header, ResDt is main data.
Just compare sizes of extracted data and Res00, then with ResDt and you'll see.
So, all files are already unpacked.

But Res00 is still required to solve the mystery of system.fsb.
doppe1ganger
Posts: 12
Joined: Tue May 25, 2021 6:53 pm

Re: how to extract .ResDt file?

Post by doppe1ganger »

z4ruz wrote:From fear.bms:

Code: Select all

elif SIGN == "HBEK"
    open FDDE "ResDt"
endif

Res00 is small header, ResDt is main data.
Just compare sizes of extracted data and Res00, then with ResDt and you'll see.
So, all files are already unpacked.

But Res00 is still required to solve the mystery of system.fsb.


I extracted the Res00 file, and there are audio files in FMOD folder too . But I still haven't been able to extract the system fsb audio file.
z4ruz
Posts: 75
Joined: Sun Jan 10, 2021 2:23 pm

Re: how to extract .ResDt file?

Post by z4ruz »

Could you please share the Res00 file?
The chances are the system.fsb is just improperly extracted, and we can test that.
As for original question, ResDt already got extracted by using script on Res00. Simply put, both files are extracted.
doppe1ganger
Posts: 12
Joined: Tue May 25, 2021 6:53 pm

Re: how to extract .ResDt file?

Post by doppe1ganger »

z4ruz wrote:Could you please share the Res00 file?
The chances are the system.fsb is just improperly extracted, and we can test that.
As for original question, ResDt already got extracted by using script on Res00. Simply put, both files are extracted.


I uploaded it https://drive.google.com/file/d/1RgPaqF ... sp=sharing
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: how to extract .ResDt file?

Post by aluigi »

It looks all perfectly extracted using the fear.bms script.

I guess you thought that Game.ResDt and Game.Res00 are two different files while they are just part of the same archive.
Run the script on Game.Res00 and that's all.
doppe1ganger
Posts: 12
Joined: Tue May 25, 2021 6:53 pm

Re: how to extract .ResDt file?

Post by doppe1ganger »

aluigi wrote:It looks all perfectly extracted using the fear.bms script.

I guess you thought that Game.ResDt and Game.Res00 are two different files while they are just part of the same archive.
Run the script on Game.Res00 and that's all.


Thanks guys i got it but i still cant extract the system.fsb file. Can you help me to extract system.fsb audio file?