Memento Mori RES
From XentaxWiki
Back to index | Edit this page
Contents
RES
- Format type: Archive
- Endianness: Little-endian
Format Specifications
char {82} - Identifier "Centauri Production Resource File 3.10" 0A 0A // zero-terminated unicode (!) string
uint32 {4} - Number of files
uint32 {4} - Directory offset
byte {x} - File data
// starting from Directory offset, for each file
- char {x} - File name // zero-terminated unicode(!) string
- byte {8} - File time // using Windows FILETIME structure
- uint32 {4} - Compression type
- uint32 {4} - Data Offset
- uint32 {4} - Uncompressed size
- uint32 {4} - Data size
- uint32 {4} - Unknown
Notes and Comments
The Compression type field is known to have the values 0 (uncompressed data) or 2 (ZLib compression), in which case the Data size field specifies the compressed size of the file.
MultiEx BMS Script
None written yet.
Supported by Programs
Unknown
Links
None