Shade RES
Jump to navigation
Jump to search
Choose archive extension:
RES
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- char {4} - File Type ("PK" + (byte)3,4 or "IPF1")
- uint16 {2} - Unknown (20)
- uint16 {2} - Unknown (2)
- uint16 {2} - Unknown (File=8, Dir=0)
- uint32 {4} - Directory/File Identifier? (Dir=823760679, File=823701178)
- // Note: If it is a Directory - the next 3 fields are null
- uint32 {4} - Timestamp???
- uint32 {4} - File Size
- uint32 {4} - Decompressed File Size?
- uint32 {4} - Filename Length
- char {X} - Filename
- byte {X} - File Data
MultiEx BMS Script
Not written yet
Notes and Comments
- The first field can be used as a format verifier header field, by looking for "IPF1"