Enter The Matrix DCX: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 02:09, 12 December 2005
DCX
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - null
char {16} - Filename (null)
byte {24} - Unknown
uint32 {4} - Number Of Files
byte {48} - Unknown
// for each file
- char {32} - Filename (null)
- uint32 {4} - Unknown
- uint32 {4} - Unknown (same as above unknown)
- uint32 {4} - File Type?
- uint32 {4} - File Size
- uint32 {4} - File ID or Timestamp?
- byte {12} - null
byte {X} - File Data
MultiEx BMS Script
Not written yet
Notes and Comments
If a filename is too long to fit in the 32-bytes allocated for it, it is cut off at 32 bytes