Command And Conquer MIX: Difference between revisions
Jump to navigation
Jump to search
imported>Mr.Mouse (→VQA) |
imported>Ikskoks No edit summary |
||
| (21 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
== MIX == | == MIX == | ||
| Line 13: | Line 9: | ||
<tt><b> | <tt><b> | ||
uint16 {2} - Number Of Files <br> | uint16 {2} - Number Of Files <br> | ||
uint32 {4} - File Data Length <br> | uint32 {4} - File Data Length (minus the header ((number of files*12)+6))<br> | ||
<br> | <br> | ||
<font color="blue"> ''' // for each file ''' </font> <br> | <font color="blue"> ''' // for each file ''' </font> <br> | ||
: uint32 {4} - File ID <br> | : uint32 {4} - File ID <br> | ||
: uint32 {4} - Data Offset <br> | : uint32 {4} - Data Offset relative to end of header<br> | ||
: uint32 {4} - File Length <br> | : uint32 {4} - File Length <br> | ||
<br> | <br> | ||
byte {X} - File Data <br> | byte {X} - File Data <br> | ||
<br> | |||
<br> | <br> | ||
</b></tt> | </b></tt> | ||
=== Notes and Comments === | |||
The File ID is generated from the filename using a nonreversible generator. Filenames are typically stored in the executable. | |||
=== MultiEx BMS Script === | === MultiEx BMS Script === | ||
| Line 30: | Line 30: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br><br> | ||
=== Other Games === | |||
These games also use this file format<br> | |||
* Command And Conquer *.mix | |||
* Command And Conquer: Red Alert 2 *.mix | |||
* Command And Conquer: Tiberian Sun *.mix | |||
* Command And Conquer: Yuri's Revenge *.mix | |||
* Lands of Lore 3 *.wsx | |||
* Blade Runner *.mix | |||
[[Category:File Format]] | |||
Latest revision as of 14:56, 3 January 2021
MIX
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint16 {2} - Number Of Files
uint32 {4} - File Data Length (minus the header ((number of files*12)+6))
// for each file
- uint32 {4} - File ID
- uint32 {4} - Data Offset relative to end of header
- uint32 {4} - File Length
byte {X} - File Data
Notes and Comments
The File ID is generated from the filename using a nonreversible generator. Filenames are typically stored in the executable.
MultiEx BMS Script
Not written yet
Compatible Programs
Other Games
These games also use this file format
- Command And Conquer *.mix
- Command And Conquer: Red Alert 2 *.mix
- Command And Conquer: Tiberian Sun *.mix
- Command And Conquer: Yuri's Revenge *.mix
- Lands of Lore 3 *.wsx
- Blade Runner *.mix