Project IGI RES
(Redirected from RES ILFF)
RES
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (ILFF)
uint32 {4} - Archive Size
uint32 {4} - Unknown (4)
uint32 {4} - null
char {4} - Resources Header (IRES)
// for each file
- char {4} - Entry Header (NAME)
- uint32 {4} - Filename Length (including 1 null)
- uint32 {4} - Unknown (4)
- uint32 {4} - Offset to BODY header (relative to the start of this file entry)
- char {X} - Filename
- byte {1-4} - (null) Padding to a multiple of 4 bytes
- char {4} - Body Header (BODY)
- uint32 {4} - File Size (including all file entry data)
- uint32 {4} - Unknown (4)
- uint32 {4} - File Size (including all file entry data, but excluding this and the previous 3 fields)
- char {4} - File Data Header (ILSF)
- byte {X} - File Data
MultiEx BMS Script
Not written yet