Myst HELP resources

From A look inside The Link @ wiki
Revision as of 16:34, 21 August 2008 by Clone2727 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Myst
Mohawk Overview
CLRC EXIT HINT INIT
MJMP MSND PICT RLST
VIEW WDIB HELP RSFL
Scripts Variables

HELP resources hold the text strings that are used in the Myst Masterpiece Edition help system. They are found in Help.dat.

short u0
short u1[u0]
char* string
  • u0 is a count of the shorts that follow, which can be 0.
  • u1 is an array of shorts, purpose unknown. The last value appears to always equal u0.
  • string is a null-terminated string containing the text for the help entry.