Transformers Rise of the Dark Spark (.3ds)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Wbryan16
Posts: 7
Joined: Mon Mar 13, 2017 7:46 pm

Transformers Rise of the Dark Spark (.3ds)

Post by Wbryan16 »

Hello, Can someone please when they have time check out how to extract the .vol files from this game?
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: Transformers Rise of the Dark Spark (.3ds)

Post by Acewell »

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

:D
Last edited by Acewell on Sat Jun 24, 2017 8:13 pm, edited 1 time in total.
Wbryan16
Posts: 7
Joined: Mon Mar 13, 2017 7:46 pm

Re: Transformers Rise of the Dark Spark (.3ds)

Post by Wbryan16 »

Thanks A Lot for your help. I appreciate it!