Forza MotorSport CA2: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Happykillmore
imported>Ikskoks
No edit summary
Line 52: Line 52:
== Links ==
== Links ==
[http://forzawiki.info http://forzawiki.info]
[http://forzawiki.info http://forzawiki.info]
[[Category:File Format]]

Revision as of 13:01, 6 January 2021

CA2


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


Links

http://forzawiki.info