how to extract .ResDt file?
-
- Posts: 12
- Joined: Tue May 25, 2021 6:53 pm
how to extract .ResDt file?
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
Game: District 187
-
- Posts: 75
- Joined: Sun Jan 10, 2021 2:23 pm
Re: how to extract .ResDt file?
Please provide files you need to extract, or parts of them; filelist.
-
- Posts: 12
- Joined: Tue May 25, 2021 6:53 pm
-
- Posts: 88
- Joined: Thu Aug 11, 2016 6:52 pm
Re: how to extract .ResDt file?
Zlib-compressed chunks. Try to use offzip.
-
- Posts: 75
- Joined: Sun Jan 10, 2021 2:23 pm
Re: how to extract .ResDt file?
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
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
-
- Posts: 12
- Joined: Tue May 25, 2021 6:53 pm
-
- Posts: 75
- Joined: Sun Jan 10, 2021 2:23 pm
Re: how to extract .ResDt file?
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.
You might not like the result, but it's better than nothing.
Also there's filelist in the end of file.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: how to extract .ResDt file?
We need the arch00 file.
Are you sure you selected the arch00 file with fear.bms?
Are you sure you selected the arch00 file with fear.bms?
-
- Posts: 75
- Joined: Sun Jan 10, 2021 2:23 pm
Re: how to extract .ResDt file?
From fear.bms:
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.
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.
-
- Posts: 12
- Joined: Tue May 25, 2021 6:53 pm
Re: how to extract .ResDt file?
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.
-
- Posts: 75
- Joined: Sun Jan 10, 2021 2:23 pm
Re: how to extract .ResDt file?
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.
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.
-
- Posts: 12
- Joined: Tue May 25, 2021 6:53 pm
Re: how to extract .ResDt file?
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: how to extract .ResDt file?
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.
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.
-
- Posts: 12
- Joined: Tue May 25, 2021 6:53 pm
Re: how to extract .ResDt file?
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?