Skip to content
AzazelN28 edited this page May 29, 2020 · 1 revision

Star Wars: Dark Forces - GOB File format

GOB files are containers for files of other types.

.GOB Header

Range Size Value Description
0x00-0x03 4 GOB\xA0 File signature
0x04-0x07 4 ? Directory offset

.GOB Directory Header

This directory header can be found at directory offset.

Range Size Value Description
0x00-0x03 4 ? File entry count

.GOB Directory Entry

The first directory entry can be found inmediately after file entry count

Range Size Value Description
0x00-0x03 4 ? File entry offset
0x04-0x07 4 ? File entry size
0x08-0x15 13 ? File entry name
Clone this wiki locally