Table of Contents

BIGF

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#BytesDescription
0x004“BIGF”
0x044Size of the archive
0x084Number of files
0x0C4Size of the index table

Following the header is the index table.

Index table entry

Each file in the archive has an entry in the index table.

Offset#BytesDescription
0x004offset in archive
0x044Size of the file
0x08VariesFilename

Trivia