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

Endian Order:Little Endian
Compression:none
Encryption:None


This format is used by the following Games:
White Tail Fever *.mpl


This is the format specification information:
 
// HEADER
  2 - Version? (1)
  4 - Unknown
  4 - null
  4 - Unknown (14)
  4 - Unknown
  4 - Unknown
  4 - Unknown
  4 - null
  4 - Unknown (34)
  4 - Unknown
  2 - Unknown
  4 - Unknown
  4 - Unknown
  4 - Number of Files
  2 - Unknown (1)
  2 - Unknown (1)

// DETAILS DIRECTORY
  // for each file
    26 - File Type (null terminated) (eg sceneStream)
    4 - File Offset
    4 - File Length
    
X - Unknown

// FILE DATA
  // for each file
    X - File Data


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.