SAGA/Datafiles/String List

From ScummVM :: Wiki
< SAGA‎ | Datafiles
Revision as of 09:12, 9 November 2007 by Md5 (talk | contribs) (New page: == String List == A String List resource begins with a table of the following: {| border="1" cellpadding="2" width=100% |- style="background:lightgray" |Type||Order||Name||Description |- ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

String List

A String List resource begins with a table of the following:

Type Order Name Description
INT16 LE string_offset Offset of string from start of resource

The number of entries in the table can be determined by taking into account that the first string offset is immediately after the end of the table.

Each string begins on an even offset. Random characters are present as padding.