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

Endian Order:Little Endian
Compression:None
Encryption:None


This format is used by the following Games:
80 Days *.0000
Adventures Of Sherlock Holmes: The Case Of The Silver Earring *.0000
Journey To The Center Of The Earth *.0000


This is the format specification information:
 
// ARCHIVE HEADER
  7 - Header (package)
  4 - Version (1)
  8 - CRC?
  4 - Number Of Files
  4 - Padding Size (1)
  1 - null Padding

// FILES DIRECTORY
  // for each file
    4 - File Offset (relative to the end of the directory)
    4 - File Length
    4 - Filename Length
    X - Filename

  4 - Padding Size (0-4)
  X - null Padding
  4 - Unknown
  4 - File Data Length

// 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.

Game Extractor (Full Version) is also able to modify and save files of this type. Visit the Game Extractor website for more information on this, and the other great features that come with Game Extractor (Full Version).

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