Page 11 of 11

Re: Devil may cry 5 RE engine file list.

Posted: Thu Apr 04, 2019 4:25 pm
by Zekfad
ponaromixxx wrote: Sat Mar 16, 2019 3:40 pm A new list of hashes, + 241 hash names!

dmc5_pak_names_release.list
To help people in searching by file I sorted it: dmc5_pack_names_sorted.zip (GDrive)
Statistics:

Code: Select all

Listed 66948 files from ...Steam\steamapps\common\Devil May Cry 5\re_chunk_000.pak
4766 (7%) files stored uncompressed
22268 (33%) files stored compressed with deflate
39914 (59%) files stored compressed with zstd
61926 (92%) known filenames
5022 (7%) unknown filenames

Re: Devil may cry 5 RE engine file list.

Posted: Wed Apr 17, 2019 1:14 pm
by pepodmc
Zekfad wrote: Thu Apr 04, 2019 4:25 pm
ponaromixxx wrote: Sat Mar 16, 2019 3:40 pm A new list of hashes, + 241 hash names!

dmc5_pak_names_release.list
To help people in searching by file I sorted it: dmc5_pack_names_sorted.zip (GDrive)
Statistics:

Code: Select all

Listed 66948 files from ...Steam\steamapps\common\Devil May Cry 5\re_chunk_000.pak
4766 (7%) files stored uncompressed
22268 (33%) files stored compressed with deflate
39914 (59%) files stored compressed with zstd
61926 (92%) known filenames
5022 (7%) unknown filenames

I extracted "re_chunk_000.pak" but i cant find the dlc music files, and i have the deluxe edition :o

Re: Devil may cry 5 RE engine file list.

Posted: Wed Apr 17, 2019 3:44 pm
by Zekfad
pepodmc wrote: Wed Apr 17, 2019 1:14 pm I extracted "re_chunk_000.pak" but i cant find the dlc music files, and i have the deluxe edition :o
It need to be reindexed by using dll hook, read about it in 1-4 pages.

Re: Devil may cry 5 RE engine file list.

Posted: Mon Apr 29, 2019 3:25 pm
by Azelician
Hello guys, how to convert back to mesh.1808282334 the edited objects (.obj, .fbx etc)?

Re: Devil may cry 5 RE engine file list.

Posted: Fri Jun 21, 2019 11:10 am
by Sectus
New filelist which includes files related to Bloody Palace:

Code: Select all

4766 (7%) files stored uncompressed
22268 (33%) files stored compressed with deflate
39914 (59%) files stored compressed with zstd
62827 (93%) known filenames
4121 (6%) unknown filenames
https://cdn.discordapp.com/attachments/ ... elease.rar

Re: Devil may cry 5 RE engine file list.

Posted: Fri Aug 28, 2020 1:09 am
by nerosparda
any update to the file list for dante's office/agency (the one from the in-game cutscene in mission 10)?

Re: Devil may cry 5 RE engine file list.

Posted: Tue Dec 29, 2020 4:28 pm
by 09williamsad
Nicknine wrote: Sun Mar 10, 2019 10:30 am Where's the tool you're using to extract the files? This list is not suitable for BMS script since it just has names and not corresponding hashes.

EDIT: Ah, found some C# code for generating hashes: https://zenhax.com/viewtopic.php?p=42344#p42344. I've adapted it to convert the log into hash dictionary. Attaching the resulting file. Here's BMS script for extraction: https://pastebin.com/TctyRd8s
The link for that BMS script is 404 and I cannot find it anywhere else in the thread, is it avaliable anywhere?
I have been trying to get the new vergil audio and models, which are not in the latest list file, RE2Hook logs https://mega.nz/file/OG5VwapD#-XZT164Zz ... Hp1awutDlM

On a side note In my troubleshooting I found that Win 10 2020 and 1909 do not work with REHook, Win 10 1903 sometimes works and RE2Hook_0.05 crashes alot with DMC5 while RE2Hook_0.04 does not crash as much.
The logs are from a Win 7 PC.

Update
Nevermind, I did not reasile that for RETool they are both usable.

Re: Devil may cry 5 RE engine file list.

Posted: Thu May 20, 2021 3:02 am
by errormdl
Does anyone have an updated file list (or even just logs) including the Vergil DLC content? Unfortunately the link to the log 09williamsad posted is dead, and as I'm on windows 10 I can't get either version 0.04 or 0.05 of Ekey's RE2 hook to work (obtained from here:https://zenhax.com/viewtopic.php?f=9&t= ... ook#p52885).

Re: Devil may cry 5 RE engine file list.

Posted: Thu May 20, 2021 4:59 pm
by 09williamsad
errormdl wrote: Thu May 20, 2021 3:02 am Does anyone have an updated file list (or even just logs) including the Vergil DLC content? Unfortunately the link to the log 09williamsad posted is dead, and as I'm on windows 10 I can't get either version 0.04 or 0.05 of Ekey's RE2 hook to work (obtained from here:https://zenhax.com/viewtopic.php?f=9&t= ... ook#p52885).
Its here https://residentevilmodding.boards.net/ ... iting-tool

Re: Devil may cry 5 RE engine file list.

Posted: Thu May 20, 2021 9:59 pm
by errormdl
Thanks! I saw that thread, but I assumed the file list was old. Since the provided list was just the filenames, I've made a list with the hashes:

https://mega.nz/file/AKp0RCCS#YyPL9xr4p ... sncqSF46uU

I also made a list for use with Scobalula's Tyrant RE Engine Extractor (https://github.com/Scobalula/Tyrant). Just remove DevilMayCry5NameCache0.tcache from the TyrantCache folder and replace it with the below file

https://mega.nz/file/caoC3ASB#gwoLCyEoO ... QXKQPFusFo

Re: Devil may cry 5 RE engine file list.

Posted: Fri May 27, 2022 10:34 am
by XieLongWu
errormdl wrote: Thu May 20, 2021 9:59 pm
Thanks! I saw that thread, but I assumed the file list was old. Since the provided list was just the filenames, I've made a list with the hashes:

https://mega.nz/file/AKp0RCCS#YyPL9xr4p ... sncqSF46uU

I also made a list for use with Scobalula's Tyrant RE Engine Extractor (https://github.com/Scobalula/Tyrant). Just remove DevilMayCry5NameCache0.tcache from the TyrantCache folder and replace it with the below file

https://mega.nz/file/caoC3ASB#gwoLCyEoO ... QXKQPFusFo
The information you provided helped me a lot and saved me a lot of time, thank you very much.