Project IGI RES: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
No edit summary
 
(One intermediate revision by the same user not shown)
Line 37: Line 37:


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>
[[Category:File Format]]

Latest revision as of 13:17, 17 January 2021

RES


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

Compatible Programs