Spy Kids Mega Mission Zone .wad
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Spy Kids Mega Mission Zone .wad
I want to extract them.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Spy Kids Mega Mission Zone .wad
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
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Spy Kids Mega Mission Zone .wad
Now for the .sp5 files found within them. Can they be converted to a viewable image format?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Spy Kids Mega Mission Zone .wad
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
Some files have a string between the header and the data while most of the others don't