Shadow of Destiny/Memories (*.wad)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Doctor Loboto
Posts: 376
Joined: Sun May 31, 2015 2:23 am

Shadow of Destiny/Memories (*.wad)

Post by Doctor Loboto »

This is a hard game to do searches for, and they all turn up with virtually nothing. I was hoping to extract models and textures from this game at some point. This is from the PC version of the game.

https://www.dropbox.com/s/0pnctjh8uoypeox/Shadow%20Of%20Destiny.zip?dl=0
Nightshades
Posts: 5
Joined: Thu Nov 19, 2015 1:18 pm

Re: Shadow of Destiny/Memories (*.wad)

Post by Nightshades »

Hey .wad is indeed textures/models, did you tested to open it with some tomb raider ".wad" editor or something ?

This remind me from making level with "Tomb Raider Level Editor" on tr4 engine haha.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Shadow of Destiny/Memories (*.wad)

Post by aluigi »

Code: Select all

comtype zlib_noerror
get ARCHIVE_SIZE asize
for OFFSET = 0 != ARCHIVE_SIZE
    get SIZE long
    savepos OFFSET
    clog "" OFFSET SIZE SIZE
    math OFFSET + SIZE
    goto OFFSET
next