SAGA/RSC

From ScummVM :: Wiki
< SAGA
Revision as of 16:36, 6 May 2007 by Clone2727 (talk | contribs) (adding SAGA RSC file format)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.