Zero Escape: Zero Time Dilemma 3DS Version.

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Adrot
Posts: 10
Joined: Wed Nov 08, 2017 2:36 pm

Zero Escape: Zero Time Dilemma 3DS Version.

Post by Adrot »

Hello.
I request some assistance with Zero Time Dilemma, the Nintendo 3DS one. The formats in question are .bin, .3ds.orb (Allegedly an Autodesk 3DS model with an ORB header, could be wrong), .rtz (never heard of it before), and .3ds.uaz (never heard of such header).

Any help on any of these would be appreciated.

Samples:

.bin: https://drive.google.com/open?id=17HgmSkduiGTsSl2Qd1ZWjwvmB7bGuYyY

.rtz: https://drive.google.com/open?id=15zjRekQCripImAlDdANLjVpwgUJq4_HH

.3ds.orb: https://drive.google.com/open?id=1ArLbjXsY8HHGKZXjppEkHWHp67YkrvXj

.3ds.uaz: https://drive.google.com/open?id=1XvgZ_Bu2HqBNW6BRUn9EF1sj7uoqtCl2
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Zero Escape: Zero Time Dilemma 3DS Version.

Post by aluigi »

They are all gzip compressed:

Code: Select all

comtype gzip
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE

I guess they are not known formats
Adrot
Posts: 10
Joined: Wed Nov 08, 2017 2:36 pm

Re: Zero Escape: Zero Time Dilemma 3DS Version.

Post by Adrot »

Sorry that I am late. I tried the script and the files don't display any 3D models on Blender or Milkshape. I gues it's another type of 3ds? The rest, I'm not sure about what can open those, since the script removes the extension.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Zero Escape: Zero Time Dilemma 3DS Version.

Post by aluigi »

The script removes only the second extension, the .uaz one.