Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Quantic Dream Engine (quanticdream.dms) not working with PS4 versions of Heavy Rain/Beyond: Two Souls

Featured Replies

  • Author
  • Localization

B1naryKill3r, posted Mon Feb 04, 2019 7:06 pm (43162)


Hello,

I'm trying to unpack Heavy Rain game files, i found .'s script that seems to be partially working on PS4 games.
quickbms crashes due to file not found (it tries to load non-existing file BigFile_PS4.d11) so i'm assuming that their format changed a little bit.

Samples: https://drive.google.com/file/d/10EL5JB ... sp=sharing
(734Mb, I've included one archive, one .idx file, one .idm file, one .dep file)

Also here's file structure:
Code:
2018-01-27  16:15     1?049?405?272 BigFile_PS4.d01
2018-01-27  16:15     1?071?065?388 BigFile_PS4.d02
2018-01-27  16:15     1?016?242?818 BigFile_PS4.d03
2018-01-27  16:15       739?619?190 BigFile_PS4.d04
2018-01-27  16:15       994?713?675 BigFile_PS4.dat
2018-01-27  16:15         3?099?564 BigFile_PS4.dep
2018-01-27  16:15           106?600 BigFile_PS4.idm
2018-01-27  16:15           130?444 BigFile_PS4.idx
2018-01-27  16:15        25?325?184 eboot.bin
2019-01-27  21:06              GameData
2019-01-27  21:07              LanguageData
2019-01-27  21:07              Misc
2018-01-27  16:15             6?306 playgo-chunks.xml
2018-01-27  16:15             1?101 runtime.ini
2018-01-27  16:15         3?288?792 sce_discmap.plt
2019-01-27  21:15              sce_module
2019-01-27  21:23              sce_sys
2018-01-27  16:15               197 SKU.nosdat
2019-01-27  21:07              Videos


Thank you in advance!
  • Author
  • Localization

aluigi, posted Tue Feb 26, 2019 11:13 am (45305)


Better uploading only the idx/idm/dep files for analysis, just to make things quicker :)
  • Author
  • Localization

aluigi, posted Wed Mar 13, 2019 7:17 pm (45740)


I have made a new script because there is no way for making the original one working with both the formats.
http://aluigi.org/bms/heavy_rain.bms

Could you please upload BigFile_PS4.idm too?
I want to double check some fields.
  • Author
  • Localization

shadow_lonely, posted Fri Mar 15, 2019 1:03 am (45779)


aluigi wrote:
I have made a new script because there is no way for making the original one working with both the formats.
http://aluigi.org/bms/heavy_rain.bms

Could you please upload BigFile_PS4.idm too?
I want to double check some fields.

Yes! I can! I will upload BigFile_PS4.idm when I'm at home! Thanks!
  • Author
  • Localization

shadow_lonely, posted Thu Mar 21, 2019 1:12 am (45918)


aluigi wrote:
I did some magic and was able to make write a new script that now has the same link of the old quanticdream one, version 0.2
http://aluigi.org/bms/quanticdream.bms

Thanks! Quantic Dream prepare bring Heavy Rain and Beyond Two Souls to PC, I will research more when they released, both of them are greate game.
  • Author
  • Localization

shadow_lonely, posted Sat May 25, 2019 11:36 am (48011)


Hi aluigi! Today Heavy Rain released demo version on Epic Game: https://www.epicgames.com/store/en-US/p ... -rain/home

I'm trying to unpack Heavy Rain game files with quanticdream.bms: http://aluigi.org/bms/quanticdream.bms
but quickbms crashes after extracting some file so i'm assuming that their format changed a little bit.

My example files: https://drive.google.com/file/d/1lMRMpq ... sp=sharing

Install Game's Structure:

Code:
Misc\
Resources\
Videos\
user_setting.ini
gpudetect.ini
HeavyRain.exe
libexpat.dll
bink2w64.dll


All file in Resources folder
Code:
Resources\BigFile_WIN.pdbg
Resources\BigFile_WIN.idx
Resources\BigFile_WIN.idm
Resources\BigFile_WIN.dep
Resources\BigFile_WIN.dbg
Resources\BigFile_WIN.dat
Resources\BigFile_WIN.d04
Resources\BigFile_WIN.d03
Resources\BigFile_WIN.d02
Resources\BigFile_WIN.d01


Thank you in advance!
  • Author
  • Localization

Puterboy1, posted Sun May 26, 2019 2:00 am (48029)


shadow_lonely wrote:
Hi aluigi! Today Heavy Rain released demo version on Epic Game: https://www.epicgames.com/store/en-US/p ... -rain/home

I'm trying to unpack Heavy Rain game files with quanticdream.bms: http://aluigi.org/bms/quanticdream.bms
but quickbms crashes after extracting some file so i'm assuming that their format changed a little bit.

My example files: https://drive.google.com/file/d/1lMRMpq ... sp=sharing

Install Game's Structure:

Code:
Misc\
Resources\
Videos\
user_setting.ini
gpudetect.ini
HeavyRain.exe
libexpat.dll
bink2w64.dll


All file in Resources folder
Code:
Resources\BigFile_WIN.pdbg
Resources\BigFile_WIN.idx
Resources\BigFile_WIN.idm
Resources\BigFile_WIN.dep
Resources\BigFile_WIN.dbg
Resources\BigFile_WIN.dat
Resources\BigFile_WIN.d04
Resources\BigFile_WIN.d03
Resources\BigFile_WIN.d02
Resources\BigFile_WIN.d01


Thank you in advance!


Could you post the sound files as well? It would do us some good for the researching process.
  • Author
  • Localization

shadow_lonely, posted Mon May 27, 2019 4:14 am (48061)


Puterboy1 wrote:
shadow_lonely wrote:
Hi aluigi! Today Heavy Rain released demo version on Epic Game: https://www.epicgames.com/store/en-US/p ... -rain/home

I'm trying to unpack Heavy Rain game files with quanticdream.bms: http://aluigi.org/bms/quanticdream.bms
but quickbms crashes after extracting some file so i'm assuming that their format changed a little bit.

My example files: https://drive.google.com/file/d/1lMRMpq ... sp=sharing

Install Game's Structure:

Code:
Misc\
Resources\
Videos\
user_setting.ini
gpudetect.ini
HeavyRain.exe
libexpat.dll
bink2w64.dll


All file in Resources folder
Code:
Resources\BigFile_WIN.pdbg
Resources\BigFile_WIN.idx
Resources\BigFile_WIN.idm
Resources\BigFile_WIN.dep
Resources\BigFile_WIN.dbg
Resources\BigFile_WIN.dat
Resources\BigFile_WIN.d04
Resources\BigFile_WIN.d03
Resources\BigFile_WIN.d02
Resources\BigFile_WIN.d01


Thank you in advance!


Could you post the sound files as well? It would do us some good for the researching process.

Sound storage in BigFile too. You can download demo version, only 4GB.
  • Author
  • Localization

aluigi, posted Sun Jun 02, 2019 3:16 am (48332)


Script 0.2.1
  • Author
  • Localization

aluigi, posted Wed Jun 05, 2019 11:14 pm (48513)


Script 0.2.2.
The only difference is that here "segs" uses deflate compression instead of zlib.
No way to know that except by checking the endianess.
I can set it to unzip_dynamic but I will loose the chance of reimporting.

Ah, I have removed the usage of MEMORY_FILE.
In theory there are better chances of reimporting if your file has the same size.
  • Author
  • Localization

BGmoder, posted Tue Jul 09, 2019 5:23 am (49230)


Hi, I see you are trying to get the same files from Heavy Rain on the PC? I have the full version here and I tried to get the files already, but for some reason most of the music files are not unpacked.I am currently trying to use Quick BMS.
  • Author
  • Localization

BGmoder, posted Tue Jul 09, 2019 5:45 am (49231)


But instead of files we get a lot of obscure parts ? 20kb
  • Author
  • Localization

kotn3l, posted Sun Sep 29, 2019 2:22 pm (51126)


aluigi wrote:
Script 0.2.2.
The only difference is that here "segs" uses deflate compression instead of zlib.
No way to know that except by checking the endianess.
I can set it to unzip_dynamic but I will loose the chance of reimporting.

Ah, I have removed the usage of MEMORY_FILE.
In theory there are better chances of reimporting if your file has the same size.

Hello! Unfortunately this script doesn't work with detroit become human PS4 files.
Image

I have found an edited version of this script on another forum, which extracts files: qzi, com, dc, and seq extensions. *edit: oh and .dat
The qzi files I assume are Quantic Dream Zip files. Would it be possible to find a script that extracts those files? Or a whole new script that works with the dbh ps4 files and extracts these too? Thanks in advance! Sample file with a bigfile and idm and dep: https://drive.google.com/file/d/1MWe2vxKUG_odJJiyAXaou7pIXuXWkygM/view?usp=sharing
Sample with only dep and idm: https://drive.google.com/file/d/14VvxfuqbEoA6jS_2pbkLN8Xxpol_Ceb6/view?usp=sharing

Thanks in advance!!
  • Author
  • Localization

ProGamer, posted Wed Oct 02, 2019 11:29 am (51286)


I managed to extract the files.
BigFile_PS4.d01
BigFile_PS4.d02
BigFile_PS4.d03
BigFile_PS4.d04
BigFile PS4.d05
BigFile_PS4.dep

with
QuanticDream.bms I edited the version of QuanticDream (script 0.2).

I use the other Quantic Dream Script 0.2.2. This one does not extract the files

BigFile_PS4.d01
BigFile_PS4.d02
BigFile_PS4.d03
BigFile_PS4.d04
BigFile PS4.d05
BigFile_PS4.dep

As mentioned by kotn3l
Is it possible to extract its files

dc
qzi
seg
MS-DOS

with a script or a tool, I share the script that works

QuanticDream.bms
(script 0.2).

https://mega.nz/#!K7531QCQ!zNufluFgnBip ... Ag7OB1eP4s

he extracts
BigFile_PS4.d01
BigFile_PS4.d02
BigFile_PS4.d03
BigFile_PS4.d04
BigFile PS4.d05
BigFile_PS4.dep

Thanks in advance
  • Author
  • Localization

juka, posted Thu Oct 03, 2019 6:16 am (51304)


ProGamer wrote:
I managed to extract the files.
BigFile_PS4.d01
BigFile_PS4.d02
BigFile_PS4.d03
BigFile_PS4.d04
BigFile PS4.d05
BigFile_PS4.dep

with
QuanticDream.bms I edited the version of QuanticDream (script 0.2).

I use the other Quantic Dream Script 0.2.2. This one does not extract the files

BigFile_PS4.d01
BigFile_PS4.d02
BigFile_PS4.d03
BigFile_PS4.d04
BigFile PS4.d05
BigFile_PS4.dep

As mentioned by kotn3l
Is it possible to extract its files

dc
qzi
seg
MS-DOS

with a script or a tool, I share the script that works

QuanticDream.bms
(script 0.2).

https://mega.nz/#!K7531QCQ!zNufluFgnBip ... Ag7OB1eP4s

he extracts
BigFile_PS4.d01
BigFile_PS4.d02
BigFile_PS4.d03
BigFile_PS4.d04
BigFile PS4.d05
BigFile_PS4.dep

Thanks in advance

Could I translate this game? Thanks!
  • Author
  • Localization

ProGamer, posted Thu Oct 03, 2019 9:12 am (51307)


no it's just to recover the animation. the videos. and the sound
  • Author
  • Localization

kotn3l, posted Tue Oct 15, 2019 7:58 pm (51556)


juka wrote:
Could I translate this game? Thanks!


If someone could help us understand the gamefiles, sure!! But as I see noone is willing to help, which is pretty sad. Maybe a new thread?
  • Author
  • Localization

shadow_lonely, posted Thu Nov 28, 2019 4:48 pm (52296)


I can decomp .segs files, but I can not reimport files to bigfile (Heavy Rain on Pc)
  • Author
  • Localization

binlv1, posted Mon Dec 16, 2019 7:53 am (52609)


shadow_lonely wrote:
I can decomp .segs files, but I can not reimport files to bigfile (Heavy Rain on Pc)


hi u, you have research detroit become human?, i really want to translate this great game for my country, if you know please help me any
  • Author
  • Localization

ProGamer, posted Sat Dec 28, 2019 9:37 am (52835)


could you help me

a person to make a script
I extracted the PS4 files with the QuanticDream script BigFile PS4.d01 BigFile_PS4.d02 BigFile_PS4.d03 BigFile_PS4.d04 BigFile PS4.d05 BigFile_PS4.dep The problem is how to extract the files I can't extract

dc
qzi
seg
MS-DOS

you could help if someone can do a script or extract

dc
qzi
seg
MS-DOS

I would like to recover the voices and the music
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.