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

Endian Order:Little Endian
Compression:none
Encryption:None


This format is used by the following Games:
Kao the Kangaroo: Round 2 *.pak


This is the format specification information:
 
// HEADER
  4 - Header (TATE)
  4 - Unknown
  4 - Unknown
  4 - Number of Languages (7)
  48 - Archive Filename (no extension, null terminated, filled with nulls)
  
  // for each language
    4 - Language Code ("en" + nulls to fill)
    4 - Unknown
    
  8 - null
  
// DETAILS AND FILE DATA
  // for each file
    4 - Header (item)
    4 - File Length
    8 - null
    112 - Filename (null terminated, filled with nulls)
    X - File Data
    0-127 - null Padding to a multiple of 128 bytes


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.