Forza MotorSport CA2
CA2
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
byte {4} - Header? (170 170 192 192)
uint32 {4} - Unknown (15)
uint32 {4} - Number Of Files
uint32 {4} - Version (1)
uint32 {4} - Archive Size
uint32 {4} - Decompressed Archive Size
uint32 {4} - Filename Directory Length
uint32 {4} - Filename Directory Length
byte {16} - null
uint16 {2} - Unknown (1)
byte {256} - Archive Directory (null)
// for each file
- uint32 {4} - File Offset
- uint32 {4} - Compressed File Size
- uint32 {4} - Decompressed File Size
- uint32 {4} - String name offset // Relative to beginning of string name table
- uint32 {4} - null
- uint32 {4} - Unknown
// for each file
- char {X} - Filename
- byte {1} - null Filename Terminator
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. After decompression, it has the same format as the *.cab files from this game. Each file is still compressed using ZLib aswell!
Supported Programs