Memento Mori RES: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 (→Games: replacing category) |
imported>Dinoguy1000 (GRAFPageMisc cleanup) |
||
| Line 2: | Line 2: | ||
== RES == | == RES == | ||
{{GRAFPageMisc | {{GRAFPageMisc}} | ||
=== Format Specifications === | === Format Specifications === | ||
Revision as of 21:42, 1 November 2011
Back to index | Edit this page
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