Colin McRae 2005 BIG: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
||
| Line 12: | Line 12: | ||
<tt><b> | <tt><b> | ||
<font color="blue"> ''' // ARCHIVE HEADER ''' </font> <br> | |||
: char {4} - Header <font color="purple">(BIGF)</font> <br> | |||
uint32 {4} - | : uint32 {4} - Number Of Files <br> | ||
: uint32 {4} - First File Offset <br> | |||
: uint32 {4} - Padding Multiple <font color="purple">(2048)</font> <br> | |||
: byte {20} - <font color="red"> '' Description? Directory Name? <font color="purple">(null)</font> '' </font> <br> | |||
<br> | <br> | ||
<font color="blue"> ''' // | <font color="blue"> ''' // FILES DIRECTORY ''' </font> <br> | ||
: | : <font color="blue"> ''' // for each file ''' </font> <br> | ||
: | :: char {16} - Filename <font color="purple">(null)</font> <br> | ||
: | :: uint32 {4} - File Length <br> | ||
: | :: uint32 {4} - File Offset <font color="purple">(relative to the start of the file data)</font> <br> | ||
<br> | <br> | ||
byte {X} - File Data <br> | byte {0-2047} - null Padding to a multiple of 2048 bytes <br> | ||
<br> | |||
<font color="blue"> ''' // FILE DATA ''' </font> <br> | |||
: <font color="blue"> ''' // for each file ''' </font> <br> | |||
:: byte {X} - File Data <br> | |||
:: byte {0-2047} - null Padding to a multiple of 2048 bytes <br> | |||
</b></tt> | </b></tt> | ||
| Line 33: | Line 37: | ||
Not written yet<br><br> | Not written yet<br><br> | ||
=== | === Other Games === | ||
These games all use this archive format: | |||
* Colin McRae Rally 2004 *.big | |||
* Colin McRae Rally 2005 *.big | |||
* Toca Race Driver *.big | |||
* Toca Race Driver 2 *.big | |||
* Toca Race Driver 3: Honda Civic 2006 *.big | |||
=== Supported Programs === | === Supported Programs === | ||
* | * [[Game Extractor|Game Extractor]]<br> | ||
Revision as of 06:13, 4 January 2006
Choose archive extension:
BIG
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// ARCHIVE HEADER
- char {4} - Header (BIGF)
- uint32 {4} - Number Of Files
- uint32 {4} - First File Offset
- uint32 {4} - Padding Multiple (2048)
- byte {20} - Description? Directory Name? (null)
// FILES DIRECTORY
- // for each file
- char {16} - Filename (null)
- uint32 {4} - File Length
- uint32 {4} - File Offset (relative to the start of the file data)
- char {16} - Filename (null)
byte {0-2047} - null Padding to a multiple of 2048 bytes
// FILE DATA
- // for each file
- byte {X} - File Data
- byte {0-2047} - null Padding to a multiple of 2048 bytes
- byte {X} - File Data
MultiEx BMS
Not written yet
Other Games
These games all use this archive format:
- Colin McRae Rally 2004 *.big
- Colin McRae Rally 2005 *.big
- Toca Race Driver *.big
- Toca Race Driver 2 *.big
- Toca Race Driver 3: Honda Civic 2006 *.big