Spy Kids Mega Mission Zone .wad

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Puterboy1
Posts: 382
Joined: Wed Sep 12, 2018 2:22 am

Spy Kids Mega Mission Zone .wad

Post by Puterboy1 »

I want to extract them.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Spy Kids Mega Mission Zone .wad

Post by aluigi »

Sequentially-stored files:

Code: Select all

# Spy Kids Mega Mission Zone .wad

get LIMIT asize
for NEXT_OFF = 0 != LIMIT
    savepos TMP
    get NEXT_OFF long
    math NEXT_OFF + TMP
    getdstring NAME 0x28
    savepos OFFSET
    xmath SIZE "NEXT_OFF - OFFSET"
    log NAME OFFSET SIZE
    goto NEXT_OFF
next
Puterboy1
Posts: 382
Joined: Wed Sep 12, 2018 2:22 am

Re: Spy Kids Mega Mission Zone .wad

Post by Puterboy1 »

Now for the .sp5 files found within them. Can they be converted to a viewable image format?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Spy Kids Mega Mission Zone .wad

Post by aluigi »

You can try asking in the Graphics section.
Some files have a string between the header and the data while most of the others don't