The Fairly OddParents: Breakin' Da Rules PC .wad

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
LokiReborn
Posts: 190
Joined: Fri Aug 26, 2016 3:11 pm

Re: The Fairly OddParents: Breakin' Da Rules PC .wad

Post by LokiReborn »

I don't work with image stuff much so I'm not sure on a few things but the basic structure is

long - Block length including itself
0x28 aka 40 bytes ascii file name
0x28 Description of file, examples plt files say Palette sp5 say sprite image, alf say alpha channel etc.
possibly another 0x28 block or start of file format
data

then repeat for each block in there.

Arranging the bytes from one of the alphas a bit it gives you this so it seems bytes by bytes alphas and not another compress format etc. hope it helps a bit.

Image