This is an archive format used to organize game assets. It has the file extension .big.
The header takes up the first 0x10 bytes of the archive.
| Offset | #Bytes | Description | 
|---|---|---|
| 0x00 | 4 | “BIGF” | 
| 0x04 | 4 | Size of the archive | 
| 0x08 | 4 | Number of files | 
| 0x0C | 4 | Size of the index table | 
Following the header is the index table.
Each file in the archive has an entry in the index table.
| Offset | #Bytes | Description | 
|---|---|---|
| 0x00 | 4 | offset in archive | 
| 0x04 | 4 | Size of the file | 
| 0x08 | Varies | Filename |