Jump to content

SDL:Myst: Difference between revisions

From The Open Cave Wiki
Created page with "== SDL vars == <syntaxhighlight lang="XML" class="mw-collapsible mw-collapsed"> STATEDESC Myst { VERSION 3 # Boolean variables VAR BOOL KveerBookVis[1] DEFAULT=0 DEFAULTOPTION=VAULT VAR BOOL mystYeeshaPageFireplaceVis[1] DEFAULT=0 DEFAULTOPTION=VAULT VAR BOOL ByronsEggsVis[1] DEFAULT=0 DEFAULTOPTION=VAULT VAR BOOL mystCalendarSpark12[1] DEFAULT=0 DEFAULTOPTION=VAULT ## Reward Clothing VAR BOOL mystCatherineVis[1]..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:SDL|DEFAULTSORT]]
== SDL vars ==
== SDL vars ==
<syntaxhighlight lang="XML" class="mw-collapsible mw-collapsed">
<syntaxhighlight lang="XML" class="mw-collapsible mw-collapsed">
STATEDESC Myst
STATEDESC Myst
{
{
VERSION 3
    VERSION 4


# Boolean variables
# Boolean variables
     VAR BOOL    KveerBookVis[1]   DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    KveerBookVis[1]                     DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    mystYeeshaPageFireplaceVis[1]   DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    mystYeeshaPageFireplaceVis[1]       DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    ByronsEggsVis[1]   DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    ByronsEggsVis[1]                   DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    mystCalendarSpark12[1] DEFAULT=0 DEFAULTOPTION=VAULT
     VAR BOOL    mystCalendarSpark12[1]             DEFAULT=0 DEFAULTOPTION=VAULT
 
## Reward Clothing
    VAR BOOL    mystCatherineVis[1]    DEFAULT=1 DEFAULTOPTION=VAULT


# Reward Clothing
    VAR BOOL    mystCatherineVis[1]                DEFAULT=1 DEFAULTOPTION=VAULT
    VAR BOOL    mystCatherineShoeVis[1]            DEFAULT=1 DEFAULTOPTION=VAULT
}
}
</syntaxhighlight>
</syntaxhighlight>
Line 22: Line 23:
! SDL !! type !! vars !! description !! Image
! SDL !! type !! vars !! description !! Image
|-
|-
| KveerBookVis || bool || * 0 hide<br>1 show ||  || [[File:KveerBookVis.png|400px|right|KveerBookVis]]
| KveerBookVis || bool || * 0 hide<br>* 1 show ||  || [[File:KveerBookVis.png|400px|right|KveerBookVis]]
|-
|-
| mystYeeshaPageFireplaceVis || bool || * 0 hide<br>1 show ||  || [[File:mystYeeshaPageFireplaceVis.png|400px|right|mystYeeshaPageFireplaceVis]]
| mystYeeshaPageFireplaceVis || bool || * 0 hide<br>* 1 show ||  || [[File:mystYeeshaPageFireplaceVis.png|400px|right|mystYeeshaPageFireplaceVis]]
|-
|-
| ByronsEggsVis || bool || * 0 hide<br>1 show ||  || [[File:ByronsEggsVis.png|400px|right|ByronsEggsVis]]
| ByronsEggsVis || bool || * 0 hide<br>* 1 show ||  || [[File:ByronsEggsVis.png|400px|right|ByronsEggsVis]]
|-
|-
| mystCalendarSpark12 || bool || * 0 hide<br>1 show ||  || [[File:mystCalendarSpark12.png|400px|right|mystCalendarSpark12]]
| mystCalendarSpark12 || bool || * 0 hide<br>* 1 show ||  || [[File:mystCalendarSpark12.png|400px|right|mystCalendarSpark12]]
|}
|}


Line 36: Line 37:
! SDL !! type !! vars !! description !! Image
! SDL !! type !! vars !! description !! Image
|-
|-
| mystCatherineVis || bool || 0 hide<br>* 1 show ||  || [[File:mystCatherineVis.png|400px|right|mystCatherineVis]]
| mystCatherineVis || bool || * 0 hide<br>* 1 show ||  || [[File:mystCatherineVis.png|400px|right|mystCatherineVis]]
|-
| mystCatherineShoeVis|| bool || * 0 hide<br>* 1 show ||  || [[File:mystCatherineShoeVis.png|400px|right|mystCatherineShoeVis]]
|}
|}

Latest revision as of 11:10, 21 March 2025

SDL vars

STATEDESC Myst
{
    VERSION 4

# Boolean variables
    VAR BOOL    KveerBookVis[1]                     DEFAULT=0 DEFAULTOPTION=VAULT
    VAR BOOL    mystYeeshaPageFireplaceVis[1]       DEFAULT=0 DEFAULTOPTION=VAULT
    VAR BOOL    ByronsEggsVis[1]                    DEFAULT=0 DEFAULTOPTION=VAULT
    VAR BOOL    mystCalendarSpark12[1]              DEFAULT=0 DEFAULTOPTION=VAULT

# Reward Clothing
    VAR BOOL    mystCatherineVis[1]                 DEFAULT=1 DEFAULTOPTION=VAULT
    VAR BOOL    mystCatherineShoeVis[1]             DEFAULT=1 DEFAULTOPTION=VAULT
}

Boolean variables

SDL type vars description Image
KveerBookVis bool * 0 hide
* 1 show
KveerBookVis
KveerBookVis
mystYeeshaPageFireplaceVis bool * 0 hide
* 1 show
mystYeeshaPageFireplaceVis
mystYeeshaPageFireplaceVis
ByronsEggsVis bool * 0 hide
* 1 show
ByronsEggsVis
ByronsEggsVis
mystCalendarSpark12 bool * 0 hide
* 1 show
mystCalendarSpark12
mystCalendarSpark12

Boolean variables

SDL type vars description Image
mystCatherineVis bool * 0 hide
* 1 show
mystCatherineVis
mystCatherineVis
mystCatherineShoeVis bool * 0 hide
* 1 show
mystCatherineShoeVis
mystCatherineShoeVis