This is the specifications for the archive file which is handled by the Game Extractor plugin Archive_0.

Endian Order:Little Endian
Compression:Explode
Encryption:None


This format is used by the following Games:
Alien Carnage *.-0
Halloween Harry *.-0


This is the format specification information:
 
// DETAILS AND FILE DATA
  // for each file
    1 - Header Length (4)
    4 - Header (-ID-)
    1 - Filename Length
    X - Filename
    X - Junk padding so the filename has a length of 12 bytes
    4 - Compressed Length
    4 - Decompressed Length
    X - File Data (Explode Compression)


Game Extractor is able to read files of this type, as well as files from thousands of other games. To give it a try, download Game Extractor (Basic Version) for free, and see what it can do.

For further information on this format, refer to the source code on our GitHub repository.