Devil May Cry HD Collection .Bat archive extraction

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
shaunanthonywheeldon
Posts: 25
Joined: Thu Aug 23, 2018 4:15 pm

Devil May Cry HD Collection .Bat archive extraction

Post by shaunanthonywheeldon »

Hello I wondered if someone would be willing to search these archives for the models, I have tried ninja ripper but the meshes are not in T-pose so the archive is the only way left to go. I have attached one of the files for you all to take a look at. any help would be much appreciated Thank you :D
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Devil May Cry HD Collection .Bat archive extraction

Post by aluigi »

The format is simple:

Code: Select all

idstring "MOMO"
get FILES long
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    log "" OFFSET SIZE
next i
get FILES long
get ZERO long
for i = 0 < FILES
    get OFFSET longlong
    get SIZE longlong
    log "" OFFSET SIZE
next i

It's a sort of improved version of the one used in Piperworks (which is now updated)
shaunanthonywheeldon
Posts: 25
Joined: Thu Aug 23, 2018 4:15 pm

Re: Devil May Cry HD Collection .Bat archive extraction

Post by shaunanthonywheeldon »

Hello thanks for your support, is there a BMS Script for this format? :)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Devil May Cry HD Collection .Bat archive extraction

Post by aluigi »

Don't you like the script I posted in my previous post?

The pipeworks script has been updated for containing that code so you can just download it:
http://aluigi.org/bms/pipeworks.bms
shaunanthonywheeldon
Posts: 25
Joined: Thu Aug 23, 2018 4:15 pm

Re: Devil May Cry HD Collection .Bat archive extraction

Post by shaunanthonywheeldon »

oh sorry didn't see, thanks for your help :D
shaunanthonywheeldon
Posts: 25
Joined: Thu Aug 23, 2018 4:15 pm

Re: Devil May Cry HD Collection .Bat archive extraction

Post by shaunanthonywheeldon »

I have used the script, there are some bat files, and a .mom file I can only assume the model is within the .mom but I am not sure I attach it.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Devil May Cry HD Collection .Bat archive extraction

Post by aluigi »

You can reuse the script on the .mom files for extracting additional files.
shaunanthonywheeldon
Posts: 25
Joined: Thu Aug 23, 2018 4:15 pm

Re: Devil May Cry HD Collection .Bat archive extraction

Post by shaunanthonywheeldon »

thank you I will give that a go. :D
shaunanthonywheeldon
Posts: 25
Joined: Thu Aug 23, 2018 4:15 pm

Re: Devil May Cry HD Collection .Bat archive extraction

Post by shaunanthonywheeldon »

I have found another file which may hold a model, a SDB file. if anyone can confirm this or create a Noesis Plugin so that I can view the model that would be grand :D