Difference between revisions of "SAGA/RSC"
< SAGA
Jump to navigation
Jump to search
(adding SAGA RSC file format) |
m (→SAGA RSC File Format: fix link) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
=SAGA RSC File Format= | =SAGA RSC File Format= | ||
At the end of an RSC file in [[ | 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== | ==RSC_MARKER== |
Latest revision as of 01:07, 4 July 2015
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.