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

Endian Order:Little Endian
Compression:none
Encryption:None


This format is used by the following Games:
Deathtrap Dungeon *.box


This is the format specification information:
 
// ARCHIVE HEADER
  4 - Directory Offset
  
// FILE DATA
  // for each file
    X - File Data
    
// DETAILS DIRECTORY
  4 - Number of Files
  
  // for each file
    4 - File Offset
    4 - File Length
    4 - File Extension (including the ".". Can be null)


These are the accompanying notes and further information:
 
Some files have zero length and empty file extensions


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.