Star Wars Jedi Academy XBox GOB
From XentaxWiki
Contents
GOB
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- char {4} - File Start Header (STBL)
- byte {1} - Compression tag (z=Compressed, 0=uncompressed) // note the 0 is the number 'zero'
- byte {X} - File Data
- char {4} - File End Header (ENBL)
- byte {0-2047} - null Padding to a multiple of 2048 bytes
MultiEx BMS
Not written yet
Notes and Comments
Compressed files use ZLib compression
Supported Programs
None - more investigation needed.