SAGA/RSC
< SAGA
Jump to navigation
Jump to search
SAGA RSC File Format
At the end of an RSC file in Inherit the Earth and an RES file in I Have No Mouth, and I Must Scream is the following structure:
RSC_MARKER
Type | Order | Name | Description |
INT32 | LE | table_offset | Table Offset |
INT32 | LE | entry_count | Table Entry Count |
At table_offset in the RSC file is a table containing an entry_count number of RSC_TABLEENTRY structures.
RSC_TABLEENTRY
Type | Order | Name | Description |
INT32 | LE | offset | Resource Offset |
INT32 | LE | length | Resource Length |
There is no resource identification member.