Memento Mori RES: Difference between revisions
Jump to navigation
Jump to search
imported>DenizOezmen (restored revision from 2010-10-29 after restore) |
imported>Dinoguy1000 (→Games: replacing category) |
||
| Line 39: | Line 39: | ||
{{GRAFPageFooter}} | {{GRAFPageFooter}} | ||
[[Category: | [[Category:PC formats]] | ||
[[Category:Complete Almost Done]] | |||
[[Category:CE Compressed]] | |||
Revision as of 05:59, 7 December 2010
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