Zwei The Arges Adventure .dat

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Zwei The Arges Adventure .dat

Post by makc_ar »

Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: Zwei The Arges Adventure .dat

Post by Acewell »

i'm not good with filecutted samples but it seems ok with the SETUP.DAT, give it a try :D

Code: Select all

# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get FOLDER basename
idstring "\x4E\x61\xBC\x00"
get NUM_TYPES long
for i = 0 < NUM_TYPES
   get EXT string
   get START_TABLE_OFFSET long
   get FILES_OF_TYPE long
   savepos TMP
   goto START_TABLE_OFFSET
   for j = 0 < FILES_OF_TYPE
      getdstring NAME 0x8
      get SIZE long
      get OFFSET long
      string NAME p "%s\%s.%s" FOLDER NAME EXT
      log NAME OFFSET SIZE
   next j
   goto TMP
next i
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Zwei The Arges Adventure .dat

Post by makc_ar »

Thanks a lot! This two full archives https://mega.nz/#!AbZEULoJ!AIzWqa1DVSWx ... 1qE2sKDm_0. Support for other files in the script? en.dat unpacked .mmv and .tor files https://mega.nz/#!EGRiGaoB!V60dLiQHkO1E ... rHhiOvgr2Q
Fix to new archive data.dat?
Image
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: Zwei The Arges Adventure .dat

Post by Acewell »

makc_ar wrote:Thanks a lot! This two full archives

the script works on those fine it seems :D
makc_ar wrote:Support for other files in the script? en.dat unpacked .mmv and .tor files

i looked at these and i don't know what they are, some kind of image data, maybe headerless bmp? don't know :?
makc_ar wrote:Fix to new archive data.dat?

data.dat extracts fine for me, maybe you just had a bad extraction at this time, try it again :)
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: Zwei The Arges Adventure .dat

Post by Delutto »

Zwei The Arges Adventure DAT Unpacker
By Delutto
See Readme.txt for instructions.
Zwei_The_Arges_Adventure_DAT_Unpacker_By_Delutto.7z

Ps.: The game read files from extracted folder.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Zwei The Arges Adventure .dat

Post by makc_ar »

Delutto wrote:Zwei The Arges Adventure DAT Unpacker
Ps.: The game read files from extracted folder.

Wow! Thanks a lot!

Containers .mmv or .tor textures hard format for UnPacker tool? Example http://dropmefiles.com/YEqoI unpacked .mmv and .tor.
Do you know where the text files ...maybe .txm?
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: Zwei The Arges Adventure .dat

Post by Delutto »

Sorry but textures is not my thing...
About the texts, I don't checked this, but seeing your attachment files, I think they are encrypted, like xored or something like that. Is needed disassembly skills to brake this, and I don't have such knowledge to do that.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Zwei The Arges Adventure .dat

Post by makc_ar »

Someone key?