Memento Mori RES: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 (GRAFPageMisc cleanup) |
imported>Ikskoks No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 41: | Line 41: | ||
[[Category:Complete Almost Done]] | [[Category:Complete Almost Done]] | ||
[[Category:CE Compressed]] | [[Category:CE Compressed]] | ||
[[Category:File Format]] | |||
Latest revision as of 16:02, 12 January 2021
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