Scratches RES: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 31: | Line 31: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Latest revision as of 11:47, 21 January 2021
RES
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// ARCHIVE HEADER
- char {20} - Header (SCream resource file)
- uint32 {4} - Unknown
- uint32 {4} - Unknown (14)
- uint32 {4} - Version (1)
- byte {224} - Junk Padding to offset 256
// DIRECTORY
- uint32 {4} - Number Of Files
- // for each file (92 bytes per entry)
- byte {16} - Filename (null-terminated)
- byte {68} - Junk Padding
- uint32 {4} - File Offset
- uint32 {4} - File Length
- byte {16} - Filename (null-terminated)
// FILE DATA
- // for each file
- byte {X} - File Data
- byte {X} - File Data