SAGA/Datafiles/Object Name List

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.

Object Name List Resource Format

An Object Name List is consists simply of a table of strings, these correspond to the names of objects as they appear in the game.

A Object Name List resource begins with a simple header:

Type Order Name Description
INT16 LE table_len String offset table length in bytes

Followed by a table of ( table_len / 2 ) of the following:

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

A string_offset equal to the length of the resource followed by a string_offset of 0 appears to signify the end of the offset table.

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