Forza MotorSport BIN
From XentaxWiki
Contents
BIN
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Version (1)
uint32 {4} - First File Offset
uint32 {4} - Length Of File Data? (not quite)
uint32 {4} - Number Of Files
byte {44} - null
// for each file
- char {44} - Filename (null)
- uint32 {4} - Unknown
- uint64 {8} - Unknown
- uint16 {2} - Unknown (1)
- uint16 {2} - Unknown (4)
- uint32 {4} - Offset [+FirstFileOffset]
- uint32 {4} - null
- uint32 {4} - Unknown (73513)
- uint32 {4} - Unknown
- byte {64} - null Padding to the next filename
byte {X} - File Data
MultiEx BMS
Not written yet
Notes and Comments
- The entire archive is ZLib compressed - so you need to decompress it first.
- For some reason, the structure is not fixed like the format shown here. The first few files are jagged, but then the remaining files follow the consistent structure in the "//for each file" section.
Supported Programs
- None - Incomplete Format Specifications