101 Dalmatians: Escape from DeVil Manor files

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

101 Dalmatians: Escape from DeVil Manor files

Post by Puterboy1 »

Would you like to have a look at these? File formats are .ACT, .DFA and .PIG among others.

Here is a sample of one of the .PIG files: https://archive.org/download/Disney_Int ... X03X04.PIG
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: 101 Dalmatians: Escape from DeVil Manor files

Post by aluigi »

Are they some sort of images?
Puterboy1
Posts: 382
Joined: Wed Sep 12, 2018 2:22 am

Re: 101 Dalmatians: Escape from DeVil Manor files

Post by Puterboy1 »

Here is the entire directory for you to look at: https://ia802806.us.archive.org/isoview ... 0Manor.iso
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: 101 Dalmatians: Escape from DeVil Manor files

Post by aluigi »

The only files I see there that aren't cinematics or images or videos are the PIG*.USR archives.
They seem to contain raw data or raw images, probably they are a video/image format too:

Code: Select all

get FILES long
for i = 0 < FILES
    get OFFSET long
    savepos TMP
    goto OFFSET
    idstring "\x45\x48\x04\x00\x00\x00"
    get SIZE long
    savepos OFFSET
    log "" OFFSET SIZE
    goto TMP
next i

I guess DATA.Z and DATA2.Z are part of the installer and contain other files like PIG5.USR and so on.
Check in your game folder if you already have that file.