BIG

Description

.big files are an archive format that was used in many game titles created by EA Studios.

Specification

List of entries

After the header the follows a list with NumEntries elements, each entry looks the following:

Offset Bytes Type Name Endianness
0 4 UINT32 EntryOffset BE
4 4 UINT32 EntrySize BE
8 4 CSTRING EntryName -
  • EntryOffset: specified the start of this entry inside the file (in bytes)
  • EntrySize: the size of the specified entry
  • EntryName: the name of this entry, read as a nullterminated string. The maximum length is limited ny the Windows MAX_PATH (which is 260).