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

Endian Order:Little Endian
Compression:none
Encryption:None


This format is used by the following Games:
Long And Hard... Summer! *.txtr
Cook, Serve, Delicious! 3?! *.txtr
Flooded *.txtr
Loretta *.txtr


This is the format specification information:
 
// ARCHIVE HEADER
  4 - Number of Files
  
// ENTRIES DIRECTORY
  // for each file
    4 - Directory Entry Offset (absolute, offset to this file data in the original WIN archive)
    
// DETAILS DIRECTORY
  // for each file
    4 - Unknown (0/1)
    4 - Unknown (0)
    4 - File Length (not including padding)
    4 - File Data Offset (absolute, offset to this file data in the original WIN archive)
  
  X - null Padding to a multiple of 64? bytes
  
// FILE DATA
  // for each file
    X - File Data
    X - null Padding to a multiple of 32? bytes


These are the accompanying notes and further information:
 
Ref: https://github.com/panzi/cook-serve-hoomans/blob/master/fileformat.md


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.