Difference between revisions of "Myst INIT resources"

From A look inside The Link @ wiki
Jump to: navigation, search
(init resources contain scripts)
(corrections)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Myst}}
 
{{Myst}}
  
Each INIT resource contains a [[Myst scripts|script]] used when entering a card.
+
Each INIT resource contains an "extended" version of a [[Myst scripts|script]] that's probably executed when entering the associated card.
  
==Old Case Studies==
+
The script structure is modified with an unknown field attached before each command opcode. The unknown field is usually in the range 0-9.
====CHANNEL====
+
 
*0.12 1 0 1 30 1 0
+
Observed scripts are usually very short and just set a variable or call command opcodes in the range 200-217.
*1.10 1 6 201 0 0
+
====DUNNY====
+
*1.18 2 0 26 0 0 0 200 0 0
+
====MYST====
+
*2.30 2 1 209 0 0 0 206 0 6 6044 7044 8044 9044 10044 11044
+
*4.18 1 0 205 0 4 6156 7156 8156 9156
+
*5.16 1 0 201 0 3 0 4 5
+
*6.12 1 0 204 0 1 6180
+

Latest revision as of 11:52, 19 September 2008

Myst
Mohawk Overview
CLRC EXIT HINT INIT
MJMP MSND PICT RLST
VIEW WDIB HELP RSFL
Scripts Variables

Each INIT resource contains an "extended" version of a script that's probably executed when entering the associated card.

The script structure is modified with an unknown field attached before each command opcode. The unknown field is usually in the range 0-9.

Observed scripts are usually very short and just set a variable or call command opcodes in the range 200-217.