SAGA/RSC

From ScummVM :: Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.