Colin McRae Rally 2: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Latest revision as of 14:55, 3 January 2021
Choose archive extension:
BFL
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (CMPR)
uint32 {4} - Archive Size
byte {X} - File Data
// Directory
- // for each file
- uint32 {4} - File Size
- uint32 {4} - Offset [+8]
- uint32 {4} - Filename Length
- char {X} - Filename
- byte {0-3} - Padding to a multiple of 4 bytes
- uint32 {4} - File Size
uint32 {4} - Directory Offset [+8]
MultiEx BMS Script
Not written yet