Transformers Rise of the Dark Spark (.3ds)
-
- Posts: 7
- Joined: Mon Mar 13, 2017 7:46 pm
Transformers Rise of the Dark Spark (.3ds)
Hello, Can someone please when they have time check out how to extract the .vol files from this game?
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: Transformers Rise of the Dark Spark (.3ds)
Code: Select all
# script for QuickBMS http://aluigi.org/papers.htm#quickbms
comtype deflate_noerror
idstring "\x50\xF0\x77\xD1"
get UNK long
get ZSIZE long
get SIZE long
get NAME basename
string NAME + "_uncomp.vol"
clog NAME 0x10 ZSIZE SIZE
Last edited by Acewell on Sat Jun 24, 2017 8:13 pm, edited 1 time in total.
-
- Posts: 7
- Joined: Mon Mar 13, 2017 7:46 pm
Re: Transformers Rise of the Dark Spark (.3ds)
Thanks A Lot for your help. I appreciate it!