Devil May Cry HD Collection .Bat archive extraction
-
- Posts: 25
- Joined: Thu Aug 23, 2018 4:15 pm
Devil May Cry HD Collection .Bat archive extraction
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Devil May Cry HD Collection .Bat archive extraction
The format is simple:
It's a sort of improved version of the one used in Piperworks (which is now updated)
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)
-
- Posts: 25
- Joined: Thu Aug 23, 2018 4:15 pm
Re: Devil May Cry HD Collection .Bat archive extraction
Hello thanks for your support, is there a BMS Script for this format?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Devil May Cry HD Collection .Bat archive extraction
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
The pipeworks script has been updated for containing that code so you can just download it:
http://aluigi.org/bms/pipeworks.bms
-
- Posts: 25
- Joined: Thu Aug 23, 2018 4:15 pm
Re: Devil May Cry HD Collection .Bat archive extraction
oh sorry didn't see, thanks for your help
-
- Posts: 25
- Joined: Thu Aug 23, 2018 4:15 pm
Re: Devil May Cry HD Collection .Bat archive extraction
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.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Devil May Cry HD Collection .Bat archive extraction
You can reuse the script on the .mom files for extracting additional files.
-
- Posts: 25
- Joined: Thu Aug 23, 2018 4:15 pm
Re: Devil May Cry HD Collection .Bat archive extraction
thank you I will give that a go.
-
- Posts: 25
- Joined: Thu Aug 23, 2018 4:15 pm
Re: Devil May Cry HD Collection .Bat archive extraction
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