Myst HELP resources
From A look inside The Link @ wiki
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.