Game: http://store.steampowered.com/app/42768 ... _Adventure
.dat filecutter 2 and 4 megabytes: https://mega.nz/#!NeIUhSAQ!8vjgF4vyE7VP ... zTz_eifKTQ
Zwei The Arges Adventure .dat
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: Zwei The Arges Adventure .dat
i'm not good with filecutted samples but it seems ok with the SETUP.DAT, give it a try
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
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Zwei The Arges Adventure .dat
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?
Fix to new archive data.dat?
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: Zwei The Arges Adventure .dat
makc_ar wrote:Thanks a lot! This two full archives
the script works on those fine it seems
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
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: Zwei The Arges Adventure .dat
Zwei The Arges Adventure DAT Unpacker
By Delutto
See Readme.txt for instructions.
Ps.: The game read files from extracted folder.
By Delutto
See Readme.txt for instructions.
Ps.: The game read files from extracted folder.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Zwei The Arges Adventure .dat
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?
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: Zwei The Arges Adventure .dat
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.
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.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Zwei The Arges Adventure .dat
Someone key?