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

Endian Order:Little Endian
Compression:none
Encryption:None


This format is used by the following Games:
Lara Croft and the Temple of Osiris *.tiger
Tomb Raider (2013) *.tiger
Rise of the Tomb Raider *.tiger


This is the format specification information:
 
// HEADER
  4 - Header (TAFS)
  4 - Version? (4)
  4 - Number of Split Archives (eg 8 = archives 000-007)
  4 - Number of Files
  4 - Unknown (1/10)
  32 - Description (null terminated, filled with nulls)
  
// DETAILS DIRECTORY
  // for each file
    4 - Hash
    4 - Unknown (-1)
    4 - File Length
    4 - null
    2 - Archive Number
    2 - Unknown (1)
    4 - File Offset

X - null Padding to a multiple of 2048 bytes

// FILE DATA
  // for each file
    X - File Data
    X - null Padding to a multiple of 2048 bytes


These are the accompanying notes and further information:
 
Archives are split int 000, 001, 002... at ~2GB in size


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.