Difference between revisions of "SAGA/RSC"

From ScummVM :: Wiki
Jump to navigation Jump to search
(adding SAGA RSC file format)
 
m (fix link)
Line 1: Line 1:
=SAGA RSC File Format=
=SAGA RSC File Format=
At the end of an RSC file in [[Inherit The Earth|Inherit the Earth]] and an RES file in [[I Have No Mouth and I Must Scream]] is the following structure:
At the end of an RSC file in [[Inherit The Earth|Inherit the Earth]] and an RES file in [[I Have No Mouth, and I Must Scream]] is the following structure:


==RSC_MARKER==
==RSC_MARKER==

Revision as of 16:43, 6 May 2007

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.