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
			
			
									
						
										
						Shadow of Destiny/Memories (*.wad)
- 
				Nightshades
 - Posts: 5
 - Joined: Thu Nov 19, 2015 1:18 pm
 
Re: Shadow of Destiny/Memories (*.wad)
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.
			
			
									
						
										
						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)
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