PlayZone! Kid Pilot .vol

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

PlayZone! Kid Pilot .vol

Post by Puterboy1 »

I am in the mood of extracting all the files. For now, here is the SFX archive: https://drive.google.com/open?id=1KWYPb ... OjIqtg80z4
Puterboy1
Posts: 382
Joined: Wed Sep 12, 2018 2:22 am

Re: PlayZone! Kid Pilot .vol

Post by Puterboy1 »

Bump. Here's the .vol file in an attachment.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: PlayZone! Kid Pilot .vol

Post by aluigi »

No idea since it's not clear if it's encrypted or what.
This is a dumper of all the sections:

Code: Select all

get VOL_SIZE asize
idstring "VOL "
get DUMMY long
do
    getdstring VOL_TYPE 4
    get SIZE long
    math SIZE & 0x7fffffff
    savepos OFFSET
    log "" OFFSET SIZE
    goto SIZE 0 SEEK_CUR
    padding 4
    savepos TMP
while TMP != VOL_SIZE