Difference between revisions of "Data Structure"

From The Official Visionaire Studio: Adventure Game Engine Wiki
 
(16 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
Every field is accessible through scripting, can be read from or written to. However, in practice it does not make sense to edit the majority of them, because the Visionaire Player does not react to all changes (without first reloading the scene) and certain fields are not stored into the savegame files. For this purpose there is a column '''Scriptable''' next to each field, which indicates whether or not the field can be manipulated through code.
 
Every field is accessible through scripting, can be read from or written to. However, in practice it does not make sense to edit the majority of them, because the Visionaire Player does not react to all changes (without first reloading the scene) and certain fields are not stored into the savegame files. For this purpose there is a column '''Scriptable''' next to each field, which indicates whether or not the field can be manipulated through code.
 +
 +
<span class="red">Please note that the information on whether a field is scriptable may not be 100% accurate. If it is marked as scriptable, it usually is. If it is marked as not scriptable, it may be nonetheless though. Feel free to try things out.</span>
  
 
The tables starting with '''Active''' contain dynamically created objects. For example all actions are stored in the "Actions" table but once an action gets executed an object in "ActiveActions" will be created where the currently active action is stored.
 
The tables starting with '''Active''' contain dynamically created objects. For example all actions are stored in the "Actions" table but once an action gets executed an object in "ActiveActions" will be created where the currently active action is stored.
  
You may have noticed some of these <span class="tip-t" title="hello I'm a naughty little tooltip">[?]</span> symbols floating around here & there on this page. They represent information. To access said information, you just need to hover your mouse cursor over the symbol. - <small>''very informative, no?''</small>
+
 
 +
'''For information on the field types and on how to access the data structure through scripting, please refer to the [[Scripting|basic scripting page]].'''
  
  
 
== Actions ==
 
== Actions ==
Table id: '''7 (eActions)'''
+
Table id: 7 <small>(eActions)</small>
 
{| class="ts sortable"
 
{| class="ts sortable"
 
|-
 
|-
Line 79: Line 82:
  
 
== ActionAreas ==
 
== ActionAreas ==
Table id: '''32 (eActionAreas)'''
+
Table id: 32 <small>(eActionAreas)</small>
 
{| class="ts sortable"
 
{| class="ts sortable"
 
|-
 
|-
Line 106: Line 109:
  
 
== ActionParts ==
 
== ActionParts ==
Table id: '''8 (eActionParts)'''
+
Table id: 8 <small>(eActionParts)</small>
 
{| class="ts sortable"
 
{| class="ts sortable"
 
|-
 
|-
Line 175: Line 178:
  
 
== ActiveActions ==
 
== ActiveActions ==
Table id: '''25 (eActiveActions)'''
+
Table id: 25 <small>(eActiveActions)</small>
  
 
''This is a dynamic table. It contains all actions which are currently running. Once an action is finished, it is removed from the "ActiveActions" table again.''
 
''This is a dynamic table. It contains all actions which are currently running. Once an action is finished, it is removed from the "ActiveActions" table again.''
Line 223: Line 226:
 
|-
 
|-
 
| SavedObject
 
| SavedObject
| t_link to [[#Characters|Characters]] or [[#Objects|Objects]] or [[#Buttons|Buttons]]
+
| t_link to [[#Actions|Actions]]
| Object which is currently saved to execute an action on (usually through the "Save object" action part).
+
| Link to the original action object.
 
| 625
 
| 625
 
| class="cent" | <div class="cross"></div>  
 
| class="cent" | <div class="cross"></div>  
Line 239: Line 242:
  
 
== ActiveAnimations ==
 
== ActiveAnimations ==
Table id: '''26 (eActiveAnimations)'''
+
Table id: 26 <small>(eActiveAnimations)</small>
  
 
''This is a dynamic table. It contains all animations which are currently running. Once an animation is finished, it is removed from the "ActiveAnimations" table again.''
 
''This is a dynamic table. It contains all animations which are currently running. Once an animation is finished, it is removed from the "ActiveAnimations" table again.''
Line 329: Line 332:
 
|-
 
|-
 
| SavedObject
 
| SavedObject
| t_link to [[#Characters|Characters]] or [[#Objects|Objects]] or [[#Buttons|Buttons]]
+
| t_link to [[#Animations|Animations]]
| Object which is currently saved to execute an action on (usually through the "Save object" action part).
+
| Link to the original animation object.
 
| 626
 
| 626
 
| class="cent" | <div class="cross"></div>  
 
| class="cent" | <div class="cross"></div>  
Line 366: Line 369:
  
 
== ActiveTexts ==
 
== ActiveTexts ==
Table id: '''24 (eActiveTexts)'''
+
Table id: 24 <small>(eActiveTexts)</small>
  
 
''This is a dynamic table. It contains all texts which are currently displayed. Once a text disappears, it is removed from the "ActiveTexts" table again.''
 
''This is a dynamic table. It contains all texts which are currently displayed. Once a text disappears, it is removed from the "ActiveTexts" table again.''
Line 441: Line 444:
 
|-
 
|-
 
| SavedObject
 
| SavedObject
| t_link to [[#Characters|Characters]] or [[#Objects|Objects]] or [[#Buttons|Buttons]]
+
| t_link to [[#Texts|Texts]]
| Object which is currently saved to execute an action on (usually through the "Save object" action part).
+
| Link to the original text object.
 
| 624
 
| 624
 
| class="cent" | <div class="cross"></div>  
 
| class="cent" | <div class="cross"></div>  
Line 471: Line 474:
  
 
== Animations ==
 
== Animations ==
Table id: '''9 (eAnimations)'''
+
Table id: 9 <small>(eAnimations)</small>
 
{| class="ts sortable"
 
{| class="ts sortable"
 
|-
 
|-
Line 613: Line 616:
  
 
== AnimationFrames ==
 
== AnimationFrames ==
Table id: '''28 (eAnimationFrames)'''
+
Table id: 28 <small>(eAnimationFrames)</small>
 
{| class="ts sortable"
 
{| class="ts sortable"
 
|-
 
|-
Line 661: Line 664:
  
 
== AreaActions ==
 
== AreaActions ==
Table id: '''33 (eAreaActions)'''
+
Table id: 33 <small>(eAreaActions)</small>
 
{| class="ts sortable"
 
{| class="ts sortable"
 
|-
 
|-
Line 694: Line 697:
  
  
== Buttons ==
+
== AudioBusses ==
Table id: '''2 (eButtons)'''
+
Table id: 37 <small>(eAudioBusses)</small>
 
{| class="ts sortable"
 
{| class="ts sortable"
 
|-
 
|-
Line 705: Line 708:
 
! style="width:5%" class="unsortable" | Storage
 
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| Actions
+
| Events
| t_links to [[#Actions|Actions]] (parent)
+
| t_links to [[#Events|Events]]
| All actions of this button.
+
|  
| 455
+
| 837
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ActiveSprite
+
| LinkedObjects
| t_link to [[#Sprites|Sprites]] (parent)
+
| t_links to [[#Objects|Objects]]
| Sprite which is shown if the button is active. If "Type" is 3 or 6 (command) and this button is currently selected then the button is active. If "Type" is 1 or 2 (scroll arrow) and it is possible to scroll the items then the button is also active. In all other situations the button is inactive (also see "InactiveSprite").
+
|  
| 342
+
| 881
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Animation
+
| Links
| t_link to [[#Animations|Animations]]
+
| t_links
| Animation which will be played automatically if the button is shown (see "Condition").
+
|  
| 545
+
| 830
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Animations
+
| OutputBus
| t_links to [[#Animations|Animations]] (parent)
+
| t_link to [[#AudioBusses|AudioBusses]]
| All animations of the button.
+
|  
| 546
+
| 850
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| CommandType
+
| Setings
| t_int
+
| t_string
| Only used if the button is a command ("Type" = 3 or 6). Defines the type of this command. Possible values:
+
|  
* 0 (eButtonNormal): normal command (e.&nbsp;g. "Look at", "Push").
+
| 831
* 1 (eButtonCombined): combined command (e.&nbsp;g. "Use", "Give").
 
* 2 (eButtonGive): give command (e.&nbsp;g. "Give").
 
| 612
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Condition
+
| Type
| t_link to [[#Conditions|Conditions]]
+
| t_int
| If not empty then the button is only shown and detected by the cursor if the condition is true (or the condition is false and "ConditionNegate" is true). If this condition query results in false and a "Value" is also defined, it depends on the value whether the button is active.
+
|  
| 543
+
| 829
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ConditionNegate
+
| Values
| t_bool
+
| t_links to [[#Values|Values]]
| If true then the condition linked under "Condition" is negated.
+
|  
| 544
+
| 837
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== Blocks ==
 +
Table id: 41 <small>(eBlocks)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| Conjunction
+
| Active
| t_link to [[#Texts|Texts]]
+
| t_bool
| The conjunction word for the action text (e.&nbsp;g. "with" in action text "Use item with&nbsp;..."). Only used if the button is a combined command ("Type" = 3 or 6 and "CommandType" = 1 or 2).
+
|  
| 296
+
| 878
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Cursor
+
| Config
| t_link to [[#Cursors|Cursors]]
+
| t_string
| Only used if button is a command ("Type" = 3 or 6). The cursor which is shown if the command is active.
+
|  
| 229
+
| 874
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Draggable
+
| Links
| t_bool
+
| t_links
| If true then items can be dragged (the item is shown instead of the cursor and can be dropped on any object) with this command (only if "Game >DraggableItems" is true and "Type" of this button is 3).
+
|  
| 567
+
| 873
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Group
+
| Position
| t_links to [[#Buttons|Buttons]]
+
| t_point
| List of commands ("Type" of the linked buttons must be 3 or 6) which are used for the button group. With a button group it is possible to define an action for a various number of commands (all commands which are linked by this button).
+
|  
| 584
+
| 876
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| InactiveSprite
+
| Type
| t_link to [[#Sprites|Sprites]] (parent)
+
| t_int
| Sprite which is shown if the button is inactive (also see "ActiveSprite").
+
|  
| 343
+
| 889
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| MatrixId
+
| TypeName
| t_int
+
| t_string
 
|  
 
|  
| 800
+
| 875
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| Name
 
| t_link to [[#Texts|Texts]]
 
| Only used if button is a command ("Type" = 3 or 6). The name of the command which is shown in the action text.
 
| 295
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== BlockContainers ==
 +
Table id: 40 <small>(eBlockContainers)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| Polygon
+
| Blocks
| t_vpoint
+
| t_links to [[#Blocks|Blocks]]
| Polygon which defines the border of the button. The button is detected if the cursor is inside the polygon.
+
|  
| 454
+
| 870
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== Buttons ==
 +
Table id: 2 <small>(eButtons)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| Rotation
+
! style="width:15%" | Field
| t_float
+
! style="width:15%" class="unsortable" | Type
| Defines the rotation in degrees.
+
! class="unsortable" | Description
| 796
+
! style="width:3%" | id
| class="cent" | <div class="tick"></div>
+
! style="width:5%" class="unsortable" | Scriptable
| class="cent" | S
+
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| RotationCenter
+
| Actions
| t_point
+
| t_links to [[#Actions|Actions]] (parent)
| Defines the center point of rotation.
+
| All actions of this button.
| 797
+
| 455
| class="cent" | <div class="tick"></div>
+
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| Scale
+
| ActiveSprite
| t_float
+
| t_link to [[#Sprites|Sprites]] (parent)
| Factor for scaling of the button (100 is original size).
+
| Sprite which is shown if the button is active. If "Type" is 3 or 6 (command) and this button is currently selected then the button is active. If "Type" is 1 or 2 (scroll arrow) and it is possible to scroll the items then the button is also active. In all other situations the button is inactive (also see "InactiveSprite").
| 799
+
| 342
| class="cent" | <div class="tick"></div>
+
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| ScaleX
+
| Animation
| t_float
+
| t_link to [[#Animations|Animations]]
| Factor for horizontal scaling of the button (100 is original width).
+
| Animation which will be played automatically if the button is shown (see "Condition").
| 814
+
| 545
| class="cent" | <div class="tick"></div>
+
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| ScaleY
+
| Animations
| t_float
+
| t_links to [[#Animations|Animations]] (parent)
| Factor for vertical scaling of the button (100 is original height).
+
| All animations of the button.
| 815
+
| 546
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| ShaderSet
 
| t_int
 
|
 
| 798
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| Type
 
| t_int
 
| Defines the type of this button. Possible values:
 
* 0 (eButtonPlaceholder): Placeholder for an item.
 
* 1 (eButtonScrollUp): Scroll arrow to scroll items up (number of items to scroll is defined by "Interface > ScollStepSize").
 
* 2 (eButtonScrollDown): Scroll arrow to scroll items down (number of items to scroll is defined by "Interface > ScollStepSize").
 
* 3 (eButtonCommand): Command.
 
* 4 (eButtonActionArea): Action area (only used to define individual actions for an area).
 
* 5 (eButtonCommandGroup): Command group (buttons in the group defined by "Group").
 
* 6 (eButtonCommandInGroup): Command in a command group (group defined by "Group"). This is basically the same as a command (3) with the only difference that this command cannot be selected for actions (because it is only selected through its group).
 
| 297
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Use
+
| CommandType
 
| t_int
 
| t_int
| Only used if button is a command ("Type" = 3 or 6). Defines on what the command can be used on. Possible values:
+
| Only used if the button is a command ("Type" = 3 or 6). Defines the type of this command. Possible values:
* 0 (eUseOnAll): on objects (scene objects and items) and characters.
+
* 0 (eButtonNormal): normal command (e.&nbsp;g. "Look at", "Push").
* 1 (eUseOnCharacters): only on characters.
+
* 1 (eButtonCombined): combined command (e.&nbsp;g. "Use", "Give").
* 2 (eUseOnObjects): only on objects (scene objects and items).
+
* 2 (eButtonGive): give command (e.&nbsp;g. "Give").
| 336
+
| 612
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| UseOnCurrentCharacter
+
| Condition
| t_bool
+
| t_link to [[#Conditions|Conditions]]
| Only used if button is a command ("Type" = 3 or 6) and "Use" is 1 or 2. If false the command can be used on all characters except the current character. If true the command can also be used on the current character.
+
| If not empty then the button is only shown and detected by the cursor if the condition is true (or the condition is false and "ConditionNegate" is true). If this condition query results in false and a "Value" is also defined, it depends on the value whether the button is active.
| 613
+
| 543
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Value
+
| ConditionNegate
| t_link to [[#Values|Values]]
+
| t_bool
| If not empty then the button is only shown and detected by the cursor if the value query (consisting of "Value", "ValueOperator" and "ValueInt") is met. If this query results in false and a "Condition" is also defined, it depends on the condition whether the button is active.
+
| If true then the condition linked under "Condition" is negated.
| 882
+
| 544
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ValueInt
+
| Conjunction
| t_int
+
| t_link to [[#Texts|Texts]]
| Integer value for querying the value linked under "Value".
+
| The conjunction word for the action text (e.&nbsp;g. "with" in action text "Use item with&nbsp;..."). Only used if the button is a combined command ("Type" = 3 or 6 and "CommandType" = 1 or 2).
| 884
+
| 296
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ValueOperator
+
| Cursor
| t_int
+
| t_link to [[#Cursors|Cursors]]
| Operator for querying the value linked under "Value". Possible values:
+
| Only used if button is a command ("Type" = 3 or 6). The cursor which is shown if the command is active.
* 0: equals (=)
+
| 229
* 1: doesn't equal (!=)
 
* 2: equal or greater than (>=)
 
* 3: greater than (>)
 
* 4: equal or less than (<=)
 
* 5: less than (<)
 
| 883
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Visibility
+
| Draggable
| t_int
+
| t_bool
| Visibility of the button in percent. Must be between 0 and 100. A value of 0 means the object is not visible at all (but is still recognized by the cursor).
+
| If true then items can be dragged (the item is shown instead of the cursor and can be dropped on any object) with this command (only if "Game >DraggableItems" is true and "Type" of this button is 3).
| 888
+
| 567
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|}
 
 
 
 
 
== Characters ==
 
Table id: '''0 (eCharacters)'''
 
{| class="ts sortable"
 
|-
 
! style="width:15%" | Field
 
! style="width:15%" class="unsortable" | Type
 
! class="unsortable" | Description
 
! style="width:3%" | id
 
! style="width:5%" class="unsortable" | Scriptable
 
! style="width:5%" class="unsortable" | Storage
 
|-
 
| ActionCharacter
 
| t_link to [[#Characters|Characters]]
 
|
 
| 505
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| Actions <span class="tip-r" title='Characters["Tom"].Actions'>[?]</span>
+
| Group
| t_links to [[#Actions|Actions]] (parent)
+
| t_links to [[#Buttons|Buttons]]
| All actions of the character.
+
| List of commands ("Type" of the linked buttons must be 3 or 6) which are used for the button group. With a button group it is possible to define an action for a various number of commands (all commands which are linked by this button).
| 280
+
| 584
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ActionDestPosition <span class="tip-r" title='getObject("Characters[Tom]"):getPoint(VCharacterActionDestPosition)'>[?]</span>
+
| InactiveSprite
| t_point
+
| t_link to [[#Sprites|Sprites]] (parent)
| If this position is set and an action is executed on this character then the current character walks to this position (instead of directly to the character) to execute the action.  
+
| Sprite which is shown if the button is inactive (also see "ActiveSprite").
| 734
+
| 343
| class="cent" | <div class="tick"></div>
+
| class="cent" | <div class="cross"></div>
| class="cent" | V/S
+
| class="cent" | V
 
|-
 
|-
| Active <span class="tip-r" title='getObject("Characters[Tom]"):getBool(VCharacterActive)'>[?]</span>
+
| MatrixId
| t_bool
+
| t_int
| If true (default) the character is shown and detected by the cursor.
+
|  
| 502
+
| 800
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| ActiveCommand <span class="tooltip" title='getObject("Characters[Tom]"):getLink(VCharacterActiveCommand)'>[?]</span>
 
| t_link to [[#Buttons|Buttons]]
 
| Currently active command for this character. The button must have "Type" = 3.
 
| 517
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| ActiveDialogFont
+
| Name
| t_link to [[#Fonts|Fonts]]
+
| t_link to [[#Texts|Texts]]
| Font which is used for a currently selected dialog part.
+
| Only used if button is a command ("Type" = 3 or 6). The name of the command which is shown in the action text.
| 457
+
| 295
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| AnimIndex <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterAnimIndex)'>[?]</span>
 
| t_int
 
| Index for character animations. If there is more than one animation for a direction (e.&nbsp;g. two talk animations for direction 90°) this value decides which animation is used. The index starts with 0 (default, use first animation).
 
| 564
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
 
|-
 
|-
| AnimState <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterAnimState)'>[?]</span>
+
| Polygon
| t_int
+
| t_vpoint
| Type of currently playing character animation. Possible values:
+
| Polygon which defines the border of the button. The button is detected if the cursor is inside the polygon.
* 0 (eNoAnim): No animation.
+
| 454
* 1 (eWalkAnim): Walk animation.
 
* 2 (eTalkAnim): Talk animation.
 
* 3 (eStandingAnim): Standing animation.
 
* 4 (eCharacterAnim): Character animations.
 
* 5 (eRandomAnim): Random animations.
 
| 508
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Rotation
 +
| t_float
 +
| Defines the rotation in degrees.
 +
| 796
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
|-  
+
|-
| AudioBus
+
| RotationCenter
| t_link to [[#AudioBusses|AudioBusses]]
+
| t_point
|  
+
| Defines the center point of rotation.
| 855
+
| 797
| class="cent" | <div class="cross"></div>
+
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| CommentSets
+
| Scale
| t_links to [[#CommentSets|CommentSets]] (parent)
+
| t_float
| All comment sets of the character.
+
| Factor for scaling of the button (100 is original size).
| 282
+
| 799
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| Conditions <span class="tip-r" title='getObject("Characters[Tom]"):getLinks(VCharacterConditions)'>[?]</span>
 
| t_links to [[#Conditions|Conditions]]
 
| All conditions of the character.
 
| 331
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| CurrentCommentSet <span class="tip-r" title='getObject("Characters[Tom]"):getLink(VCharacterCurrentCommentSet)'>[?]</span>
 
| t_link to [[#CommentSets|CommentSets]]
 
| Currently used comment set.
 
| 277
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| CurrentOutfit <span class="tip-r" title='getObject("Characters[Tom]"):getLink(VCharacterCurrentOutfit)'>[?]</span>
 
| t_link to [[#Outfits|Outfits]]
 
| Currently used outfit.
 
| 276
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| Destination <span class="tip-r" title='getObject("Characters[Tom]"):getPoint(VCharacterDestination)'>[?]</span>
 
| t_point
 
| Destination where the character is currently walking to.
 
| 513
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
|-  
+
|-
| DestinationObject <span class="tip-r" title='getObject("Characters[Tom]"):getPoint(VCharacterDestinationObject)'>[?]</span>
+
| ScaleX
| t_point
+
| t_float
| Scene object the character is currently walking to. The character will be aligned to the scene object when it is reached and an action is executed (see "Game > DestinationCommand", "Game > DestinationItem" and "Game > DestinationItemPicked").
+
| Factor for horizontal scaling of the button (100 is original width).
| 515
+
| 814
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
|-  
+
|-
| DestVisibility <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterDestVisibility)'>[?]</span>
+
| ScaleY
 +
| t_float
 +
| Factor for vertical scaling of the button (100 is original height).
 +
| 815
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| ShaderSet
 
| t_int
 
| t_int
| The visibility of the character is fading to the visibility defined by this value. Must be between 0 and 100. A value of 0 means the character will not be visible at all (but is still recognized by the cursor). The time to fade from the current visibility to "DestVisibility" is defined by "TimeToDestVisibility".
+
| Sets shader configuration id for a button and all of its animations, see "shaderSetOptions()" command.
| 596
+
| 798
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| DialogActiveScrollDown
+
| Type
| t_sprite
+
| t_int
| Active scroll arrow (for scrolling down). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea").
+
| Defines the type of this button. Possible values:
| 461
+
* 0 (eButtonPlaceholder): Placeholder for an item.
 +
* 1 (eButtonScrollUp): Scroll arrow to scroll items up (number of items to scroll is defined by "Interface > ScollStepSize").
 +
* 2 (eButtonScrollDown): Scroll arrow to scroll items down (number of items to scroll is defined by "Interface > ScollStepSize").
 +
* 3 (eButtonCommand): Command.
 +
* 4 (eButtonActionArea): Action area (only used to define individual actions for an area).
 +
* 5 (eButtonCommandGroup): Command group (buttons in the group defined by "Group").
 +
* 6 (eButtonCommandInGroup): Command in a command group (group defined by "Group"). This is basically the same as a command (3) with the only difference that this command cannot be selected for actions (because it is only selected through its group).
 +
| 297
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| DialogActiveScrollUp
+
| Use
| t_sprite
+
| t_int
| Active scroll arrow (for scrolling up). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea").
+
| Only used if button is a command ("Type" = 3 or 6). Defines on what the command can be used on. Possible values:
| 459
+
* 0 (eUseOnAll): on objects (scene objects and items) and characters.
 +
* 1 (eUseOnCharacters): only on characters.
 +
* 2 (eUseOnObjects): only on objects (scene objects and items).
 +
| 336
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| DialogArea
+
| UseOnCurrentCharacter
| t_rect
+
| t_bool
| Defines the absolutely positioned rectangle on the screen where the dialog is displayed.
+
| Only used if button is a command ("Type" = 3 or 6) and "Use" is 1 or 2. If false the command can be used on all characters except the current character. If true the command can also be used on the current character.
| 458
+
| 613
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| DialogCursor
+
| Value
| t_link to [[#Cursors|Cursors]]
+
| t_link to [[#Values|Values]]
| Cursor which will be displayed if a dialog is currently active.
+
| If not empty then the button is only shown and detected by the cursor if the value query (consisting of "Value", "ValueOperator" and "ValueInt") is met. If this query results in false and a "Condition" is also defined, it depends on the condition whether the button is active.
| 283
+
| 882
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| DialogInactiveScrollDown
+
| ValueInt
| t_sprite
+
| t_int
| Inactive scroll arrow (for scrolling down). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea").
+
| Integer value for querying the value linked under "Value".
| 462
+
| 884
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| DialogInactiveScrollUp
+
| ValueOperator
| t_sprite
+
| t_int
| Inactive scroll arrow (for scrolling up). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea").
+
| Operator for querying the value linked under "Value". Possible values:
| 460
+
* 0: equals (=)
 +
* 1: doesn't equal (!=)
 +
* 2: equal or greater than (>=)
 +
* 3: greater than (>)
 +
* 4: equal or less than (<=)
 +
* 5: less than (<)
 +
| 883
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Dialogs
+
| Visibility
| t_links to [[#Dialogs|Dialogs]]
+
| t_int
| All dialogs which can be spoken with this character.
+
| Visibility of the button in percent. Must be between 0 and 100. A value of 0 means the object is not visible at all (but is still recognized by the cursor).
| 278
+
| 888
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|}
 +
 
 +
 
 +
== Characters ==
 +
Table id: 0 <small>(eCharacters)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| ActionCharacter
 +
| t_link to [[#Characters|Characters]]
 +
|  
 +
| 505
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | S
 
|-
 
|-
| DialogSprite
+
| Actions
| t_sprite
+
| t_links to [[#Actions|Actions]] (parent)
| Sprite which is used as a background for dialogs.
+
| All actions of the character.
| 463
+
| 280
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| DialogVerticalSpace
+
| ActionDestPosition
| t_int
+
| t_point
| Distance between two dialog part selections (in pixels).
+
| If this position is set and an action is executed on this character then the current character walks to this position (instead of directly to the character) to execute the action.  
| 464
+
| 734
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| Direction <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterDirection)'>[?]</span>
 
| t_int
 
| Direction (in degress from 0 to 360) the character is currently looking at. The animation (or sprite) which best fits the direction is shown (e.&nbsp;g. if there are 4 animations for 0, 90, 180 and 270 degress and "Direction" is set to 80 then the second animation is shown).
 
| 599
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | S
+
| class="cent" | V/S
|-  
+
|-
| FollowAction <span class="tip-r" title='getObject("Characters[Tom]"):getLink(VCharacterFollowAction)'>[?]</span>
+
| Active
| t_link to [[#Actions|Actions]]
+
| t_bool
| Action which is executed if this character is following another character ("FollowCharacter") and the other character is within reach (less pixel than "FollowReachDistance").
+
| If true (default) the character is shown and detected by the cursor.
| 506
+
| 502
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-  
 
|-  
| FollowCharacter <span class="tip-r" title='getObject("Characters[Tom]"):getLink(VCharacterFollowCharacter)'>[?]</span>
+
| ActiveCommand
| t_link to [[#Characters|Characters]]
+
| t_link to [[#Buttons|Buttons]]
| Character which this character is currently following.
+
| Currently active command for this character. The button must have "Type" = 3.
| 504
+
| 517
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| FollowReachDistance <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterFollowReachDistance)'>[?]</span>
 
| t_int
 
| If this character is following another character ("FollowCharacter") this value (in pixels) defines when the other character is within reach (see "FollowAction").
 
| 507
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| Font
+
| ActiveDialogFont
 
| t_link to [[#Fonts|Fonts]]
 
| t_link to [[#Fonts|Fonts]]
| Font which is used for all texts which are spoken by this character.
+
| Font which is used for a currently hovered dialog part.
| 275
+
| 457
| class="cent" | <div class="cross"></div>
+
| class="cent" | <div class="tick"></div>
| class="cent" | V
 
|-
 
| HarmonizeWalkAnimations
 
| t_bool
 
|
 
| 839
 
| class="cent" | <div class="cross"></div>
 
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| InactiveDialogFont
+
| ActiveUsedDialogFont
 
| t_link to [[#Fonts|Fonts]]
 
| t_link to [[#Fonts|Fonts]]
| Font which is used for all dialog parts except the selected one (see "ActiveDialogFont").
+
| Font which is used for a currently hovered – and previously selected – dialog part.
| 581
+
| 920
| class="cent" | <div class="cross"></div>
+
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| Interfaces <span class="tip-r" title='getObject("Characters[Tom]"):getLinks(VCharacterInterfaces)'>
 
| t_links to [[#Interfaces|Interfaces]]
 
| All interfaces currently used for this character.
 
| 585
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V/S
 
 
|-  
 
|-  
| Items <span class="tip-r" title='getObject("Characters[Tom]"):getLinks(VCharacterItems)'>
+
| AnimIndex
| t_links to [[#Objects|Objects]]
+
| t_int
| All items which are picked up by this character.
+
| Index for character animations. If there is more than one animation for a direction (e.&nbsp;g. two talk animations for direction 90°) this value decides which animation is used. The index starts with 0 (default, use first animation).
| 663
+
| 564
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| LightmapActive
+
| AnimState
| t_bool
 
|
 
| 801
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| MatrixId
 
 
| t_int
 
| t_int
 +
| Type of currently playing character animation. Possible values:
 +
* 0 (eNoAnim): No animation.
 +
* 1 (eWalkAnim): Walk animation.
 +
* 2 (eTalkAnim): Talk animation.
 +
* 3 (eStandingAnim): Standing animation.
 +
* 4 (eCharacterAnim): Character animations.
 +
* 5 (eRandomAnim): Random animations.
 +
| 508
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 +
|-
 +
| AudioBus
 +
| t_link to [[#AudioBusses|AudioBusses]]
 
|  
 
|  
| 793
+
| 855
| class="cent" | <div class="tick"></div>
+
| class="cent" | <div class="cross"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| Name
+
| CommentSets
| t_link to [[#Texts|Texts]]
+
| t_links to [[#CommentSets|CommentSets]] (parent)
| The name of the character (as shown in the action text).
+
| All comment sets of the character.
| 271
+
| 282
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Outfits <span class="tip-r" title='getObject("Characters[Tom]"):getLinks(VCharacterOutfits)'>
+
| Conditions
| t_links to [[#Outfits|Outfits]] (parent)
+
| t_links to [[#Conditions|Conditions]]
| All outfits of the character.
+
| All conditions of the character.
| 281
+
| 331
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| Position <span class="tip-r" title='getObject("Characters[Tom]"):getPoint(VCharacterPosition)'>
+
| CurrentCommentSet
| t_point
+
| t_link to [[#CommentSets|CommentSets]]
| Current position of character (if field is set and character is walking, then it will stop walking).
+
| Currently used comment set.
| 512
+
| 277
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | S
+
| class="cent" | V/S
 
|-  
 
|-  
| Scale <span class="tip-r" title='getObject("Characters[Tom]"):getBool(VCharacterScale)'>
+
| CurrentOutfit
| t_bool
+
| t_link to [[#Outfits|Outfits]]
| If false the character is not scaled and will always be drawn in the original size.
+
| Currently used outfit.
| 456
+
| 276
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V
+
| class="cent" | V/S
 
|-  
 
|-  
| ScaleFactor <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterScale)'>
+
| Destination
| t_int
+
| t_point
| Factor in percent the character is scaled with. Must be > 0 (default is 100).
+
| Destination where the character is currently walking to.
| 566
+
| 513
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
 
|-  
 
|-  
| Scene <span class="tip-r" title='getObject("Characters[Tom]"):getLink(VCharacterScene)'>
+
| DestinationObject
| t_link to [[#Scenes|Scenes]]
+
| t_point
| Scene where the character is currently on.
+
| Scene object the character is currently walking to. The character will be aligned to the scene object when it is reached and an action is executed (see "Game > DestinationCommand", "Game > DestinationItem" and "Game > DestinationItemPicked").
| 503
+
| 515
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
|-
+
|-  
| ShaderSet
+
| DestVisibility
 
| t_int
 
| t_int
|  
+
| The visibility of the character is fading to the visibility defined by this value. Must be between 0 and 100. A value of 0 means the character will not be visible at all (but is still recognized by the cursor). The time to fade from the current visibility to "DestVisibility" is defined by "TimeToDestVisibility".
| 795
+
| 596
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| Size <span class="tip-r" title='getObject("Characters[Tom]"):getFloat(VCharacterSize)'>
+
| DialogActiveScrollDown
| t_float
+
| t_sprite
| Current size of character in percent (100 = original size) taking "Scale", "ScaleFactor" and the current character position on the scene into account.
+
| Active scroll arrow (for scrolling down). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea").
| 749
+
| 461
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| StartObject
+
| DialogActiveScrollUp
| t_link to [[#Objects|Objects]]
+
| t_sprite
| Scene object where the character is standing ("Object > Position") at the beginning of the game.
+
| Active scroll arrow (for scrolling up). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea").
| 311
+
| 459
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| State  <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterState)'>
 
| t_int
 
| Current state of character (only set to 2 to stop walking, do not set 3). Possible values:
 
* 2: standing.
 
* 3: walking.
 
| 511
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| TimeToDestVisibility <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterTimeToDestVisibility)'>
 
| t_int
 
| Defines the time (in milliseconds) until the destination visibility ("DestVisibility") is reached. This value is used the next time when "DestVisibility" is set.
 
| 597
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| Tint <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterTint)'>
 
| t_int
 
| Color (in BGR notation) the character will be drawn with. If the most significant byte is not 0 then this color will be ignored (default) and the lightmap (if present) and scene brightness will be used for the tint of the character. Otherwise the three lower bytes are used for the tint the character will be drawn with. The least significant byte specifies red, then green and the third byte specifies blue. E.&nbsp;g. with 0xFF0000 the character would be drawn with a blue light.
 
| 664
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
 
|-
 
|-
| Values <span class="tip-r" title='getObject("Characters[Tom]"):getLinks(VCharacterValues)'>
+
| DialogArea
| t_links to [[#Values|Values]]
+
| t_rect
| All values of the character.
+
| Defines the absolutely positioned rectangle on the screen where the dialog is displayed.
| 334
+
| 458
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| Visibility <span class="tip-r" title='getObject("Characters[Tom]"):getInt(VCharacterVisibility)'>
 
| t_int
 
| Visibility of the character in percent. Must be between 0 and 100. A value of 0 means the character is not visible at all (but is still recognized by the cursor).
 
| 595
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| WalkingSound <span class="tip-r" title='getObject("Characters[Tom]"):getPath(VCharacterWalkingSound)'>
 
| t_path
 
| Sound which is played when the character is walking.
 
| 272
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|}
 
 
 
== CommentSets ==
 
Table id: '''16 (eCommentSets)'''
 
{| class="ts sortable"
 
 
|-
 
|-
! style="width:15%" | Field
+
| DialogCursor
! style="width:15%" class="unsortable" | Type
+
| t_link to [[#Cursors|Cursors]]
! class="unsortable" | Description
+
| Cursor which will be displayed if a dialog is currently active.
! style="width:3%" | id
+
| 283
! style="width:5%" class="unsortable" | Scriptable
+
| class="cent" | <div class="cross"></div>
! style="width:5%" class="unsortable" | Storage
+
| class="cent" | V
|-
+
|-
| Entries
+
| DialogInactiveScrollDown
| t_links to [[#CommentSetEntries|CommentSetEntries]]
+
| t_sprite
| All comment set entries of this comment set.
+
| Inactive scroll arrow (for scrolling down). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea").
| 557
+
| 462
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|}
 
 
 
== CommentSetEntries ==
 
Table id: '''27 (eCommentSetEntries)'''
 
{| class="ts sortable"
 
 
|-
 
|-
! style="width:15%" | Field
+
| DialogInactiveScrollUp
! style="width:15%" class="unsortable" | Type
+
| t_sprite
! class="unsortable" | Description
+
| Inactive scroll arrow (for scrolling up). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea").
! style="width:3%" | id
+
| 460
! style="width:5%" class="unsortable" | Scriptable
+
| class="cent" | <div class="cross"></div>
! style="width:5%" class="unsortable" | Storage
+
| class="cent" | V
 
|-
 
|-
| Command
+
| Dialogs
| t_link to [[#Buttons|Buttons]]
+
| t_links to [[#Dialogs|Dialogs]]
| If empty this comment set entry is a standard comment set entry (used for all comments). If this link is a command ("Button > Type" must be 3) then this comment set entry will only be shown if a command is shown after an execution of an action with this command failed.
+
| All dialogs which can be spoken with this character.
| 560
+
| 278
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| Text
+
| DialogSprite
| t_link to [[#Texts|Texts]]
+
| t_sprite
| Text for this comment.
+
| Sprite which is used as a background for dialogs.
| 559
+
| 463
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|}
 
 
 
== Conditions ==
 
Table id: '''10 (eConditions)'''
 
{| class="ts sortable"
 
 
|-
 
|-
! style="width:15%" | Field
+
| DialogVerticalSpace
! style="width:15%" class="unsortable" | Type
+
| t_int
! class="unsortable" | Description
+
| Distance between two dialog part selections (in pixels).
! style="width:3%" | id
+
| 464
! style="width:5%" class="unsortable" | Scriptable
 
! style="width:5%" class="unsortable" | Storage
 
|-
 
| Conditions
 
| t_links to [[#Conditions|Conditions]]
 
| All conditions of a combined condition (only used if "IsVariable" is false).
 
| 844
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| ConditionsNegate
+
| Direction
|  
+
| t_int
| Table of booleans corresponding to the conditions linked in "Conditions". If true the correspoding condition will be negated (only used if "IsVariable" is false).
+
| Direction (in degress from 0 to 360) the character is currently looking at. The animation (or sprite) which best fits the direction is shown (e.&nbsp;g. if there are 4 animations for 0, 90, 180 and 270 degress and "Direction" is set to 80 then the second animation is shown).
| 845
+
| 599
| class="cent" | <div class="cross"></div>
+
| class="cent" | <div class="tick"></div>
| class="cent" | V
+
| class="cent" | S
|-
+
|-
| IsVariable
+
| FollowAction
| t_bool
+
| t_link to [[#Actions|Actions]]
| If true this condition only contains true or false. If false this condition is a combined condition (see "Conditions", "ConditionsNegate").
+
| Action which is executed if this character is following another character ("FollowCharacter") and the other character is within reach (less pixel than "FollowReachDistance").
| 193
+
| 506
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-  
 +
| FollowCharacter
 +
| t_link to [[#Characters|Characters]]
 +
| Character which this character is currently following.
 +
| 504
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| FollowReachDistance
 +
| t_int
 +
| If this character is following another character ("FollowCharacter") this value (in pixels) defines when the other character is within reach (see "FollowAction").
 +
| 507
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| Font
 +
| t_link to [[#Fonts|Fonts]]
 +
| Font which is used for all texts which are spoken by this character.
 +
| 275
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| Operator
+
| HarmonizeWalkAnimations
| t_int
+
| t_bool
| Defines how the conditions of a combined condition (linked in "Conditions") are combined (only used if "IsVariable" is false). Possible values:
+
|  
* 0: logical AND.
+
| 839
* 1: logical OR.
 
| 198
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ReturnNegate
+
| InactiveDialogFont
| t_bool
+
| t_link to [[#Fonts|Fonts]]
| If true then the combined result of "Conditions" will be negated (only used if "IsVariable" is false).
+
| Font which is used for all dialog parts except the one currently hovered (see "ActiveDialogFont").
| 195
+
| 581
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V
 +
|-
 +
| InactiveUsedDialogFont
 +
| t_link to [[#Fonts|Fonts]]
 +
| Font which is used for all previously selected dialog parts except the one currently hovered (see "ActiveUsedDialogFont").
 +
| 919
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V
 +
|-
 +
| Interfaces
 +
| t_links to [[#Interfaces|Interfaces]]
 +
| All interfaces currently used for this character.
 +
| 585
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | V/S
 
|-  
 
|-  
| Value
+
| Items
| t_bool
+
| t_links to [[#Objects|Objects]]
| Current value of the condition (true or false). This is only used if "IsVariable" is true.
+
| All items which are picked up by this character.
| 194
+
| 663
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
|}
 
 
 
 
 
== Cursors ==
 
Table id: '''15 (eCursors)'''
 
{| class="ts sortable"
 
 
|-
 
|-
! style="width:15%" | Field
+
| LightmapActive
! style="width:15%" class="unsortable" | Type
+
| t_bool
! class="unsortable" | Description
+
|
! style="width:3%" | id
+
| 801
! style="width:5%" class="unsortable" | Scriptable
+
| class="cent" | <div class="tick"></div>
! style="width:5%" class="unsortable" | Storage
+
| class="cent" | S
 +
|-
 +
| MatrixId
 +
| t_int
 +
|
 +
| 793
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| ActiveAnimation
+
| Name
| t_link to [[#Animations|Animations]]
+
| t_link to [[#Texts|Texts]]
| Animation of the active cursor.
+
| The name of the character (as shown in the action text).
| 647
+
| 271
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| InactiveAnimation
+
| Outfits
| t_link to [[#Animations|Animations]]
+
| t_links to [[#Outfits|Outfits]] (parent)
| Animation of the inactive cursor.
+
| All outfits of the character.
| 648
+
| 281
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|}
+
|-
 
+
| Position
 
+
| t_point
== Dialogs ==
+
| Current position of character (if field is set and character is walking, then it will stop walking).
Table id: '''11 (eConditions)'''
+
| 512
{| class="ts sortable"
+
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| Scale
 +
| t_bool
 +
| If false the character is not scaled and will always be drawn in the original size.
 +
| 456
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V
 +
|-
 +
| ScaleFactor
 +
| t_int
 +
| Factor in percent the character is scaled with. Must be > 0 (default is 100).
 +
| 566
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| Scene
 +
| t_link to [[#Scenes|Scenes]]
 +
| Scene where the character is currently on.
 +
| 503
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
! style="width:15%" | Field
+
| ShaderSet
! style="width:15%" class="unsortable" | Type
+
| t_int
! class="unsortable" | Description
+
| Sets shader configuration id for a character, see "shaderSetOptions()" command.
! style="width:3%" | id
+
| 795
! style="width:5%" class="unsortable" | Scriptable
+
| class="cent" | <div class="tick"></div>
! style="width:5%" class="unsortable" | Storage
+
| class="cent" | S
 
|-
 
|-
| DialogParts
+
| Size
| t_links to [[#DialogParts|DialogParts]] (parent)
+
| t_float
| All dialog part selections of this dialog.
+
| Current size of character in percent (100 = original size) taking "Scale", "ScaleFactor" and the current character position on the scene into account.
| 202
+
| 749
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | S
 
|-
 
|-
| Character
+
| StartObject
| t_link to [[#Characters|Characters]]
+
| t_link to [[#Objects|Objects]]
|  
+
| Scene object where the character is standing ("Object > Position") at the beginning of the game.
| 825
+
| 311
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|}
 
 
 
 
 
== DialogPart ==
 
{| class="ts"
 
|-
 
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
 
|-
 
| DialogPartAction
 
| t_link to [[#Action|Action]] (parent)
 
| Action which is executed if this dialog part is selected. It is not allowed to start a dialog in this action.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| DialogPartAltText
 
| t_link to [[#Text|Text]] (parent)
 
| Text which is spoken by the current character (only used if DialogPartUseAltText is true, otherwise DialogPartText is spoken).
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| DialogPartAnswerText
 
| t_link to [[#Text|Text]] (parent)
 
| Text which is spoken by the other character (character where the dialog belongs to) after the text is spoken by the current character.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| DialogPartAvailable
+
| State
| t_bool
+
| t_int
| If true then this dialog part is still available (see DialogPartRemove).
+
| Current state of character (only set to 2 to stop walking, do not set 3). Possible values:
 +
* 2: standing.
 +
* 3: walking.
 +
| 511
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| TimeToDestVisibility
 +
| t_int
 +
| Defines the time (in milliseconds) until the destination visibility ("DestVisibility") is reached. This value is used the next time when "DestVisibility" is set.
 +
| 597
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| Tint
 +
| t_int
 +
| Color (in BGR notation) the character will be drawn with. If the most significant byte is not 0 then this color will be ignored (default) and the lightmap (if present) and scene brightness will be used for the tint of the character. Otherwise the three lower bytes are used for the tint the character will be drawn with. The least significant byte specifies red, then green and the third byte specifies blue. E.&nbsp;g. with 0xFF0000 the character would be drawn with a blue light.
 +
| 664
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| DialogPartCondition
+
| Values
| t_link to [[#Condition|Condition]]
+
| t_links to [[#Values|Values]]
| The dialog part selection is only shown if the condition is true (or the condition is false and DialogPartConditionNegate is true).
+
| All values of the character.
 +
| 334
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| DialogPartConditionNegate
+
| Visibility
| t_bool
 
| If true then the condition DialogPartCondition is negated. (see DialogPartCondition)
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| DialogPartLinkedAction
 
| t_link to [[#Action|Action]]
 
| Action which is executed if this dialog part is selected and the link DialogPartAction is empty. It is not allowed to start a dialog in this action.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| DialogPartNextDialog
 
| t_link to [[#Dialog|Dialog]] (parent)
 
| Dialog which is shown when this dialog part is selected.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| DialogPartRemove
 
| t_bool
 
| If true then this dialog part can only be selected once (DialogPartAvailable will be set to false after selection).
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| DialogPartReturn
 
 
| t_int
 
| t_int
| Defines which dialog is shown if this dialog part is selected (and the dialog part does not have a dialog with active dialog parts below):<br />
+
| Visibility of the character in percent. Must be between 0 and 100. A value of 0 means the character is not visible at all (but is still recognized by the cursor).
'0' (eDialogReturnToSame): the same dialog will be shown again.<br />
+
| 595
'1' (eDialogReturnToUpper): the 'upper' dialog (which linked to the current dialog) will be shown.<br />
+
| class="cent" | <div class="tick"></div>
'2' (eDialogReturnToEnd): no dialog will be shown.<br />
+
| class="cent" | S
| class="cent" | <div class="cross"></div>
+
|-
| class="cent" | V
+
| WalkingSound
 +
| t_path
 +
| Sound which is played when the character is walking.
 +
| 272
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|}
 +
 
 +
 
 +
== CommentSets ==
 +
Table id: 16 <small>(eCommentSets)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| DialogPartText
+
! style="width:15%" | Field
| t_link to [[#Text|Text]] (parent)
+
! style="width:15%" class="unsortable" | Type
| Text which is shown as a selection in the dialog. Further it is spoken by the current character if DialogPartUseAltText is false.
+
! class="unsortable" | Description
| class="cent" | <div class="cross"></div>
+
! style="width:3%" | id
| class="cent" | V
+
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| DialogPartUseAltText
+
| Entries
| t_bool
+
| t_links to [[#CommentSetEntries|CommentSetEntries]]
| If true then DialogPartAltText will be spoken by the current character, otherwise DialogPartText.
+
| All comment set entries of this comment set.
 +
| 557
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|}
 
|}
  
== Font ==
+
 
{| class="ts"
+
== CommentSetEntries ==
 +
Table id: 27 <small>(eCommentSetEntries)</small>
 +
{| class="ts sortable"
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| FontAlphabet
+
| Command
| t_string
+
| t_link to [[#Buttons|Buttons]]
| A string which contains all characters of the font. The characters have to be in the same order as they appear in the sprite FontSprite (from left to right and top to bottom).
+
| If empty this comment set entry is a standard comment set entry (used for all comments). If this link is a command ("Button > Type" must be 3) then this comment set entry will only be shown if a command is shown after an execution of an action with this command failed.
 +
| 560
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| FontAutoLineBreak
+
| Text
| t_bool
+
| t_link to [[#Texts|Texts]]
| If true then line breaks will be added to all texts rendered with this font so that the maximum length of a line does not exceed a certain limit. Each line has a maximum width which is defined in FontLineWidth.
+
| Text for this comment.
 +
| 559
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== Conditions ==
 +
Table id: 10 <small>(eConditions)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| FontBorder
+
! style="width:15%" | Field
| t_bool
+
! style="width:15%" class="unsortable" | Type
| If true a font border will be drawn. This value is only used for TrueType fonts (see FontTrueTypeFont).
+
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Conditions
 +
| t_links to [[#Conditions|Conditions]]
 +
| All conditions of a combined condition (only used if "IsVariable" is false).
 +
| 844
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| FontBorderColor
+
| ConditionsNegate
| t_int
+
|  
| Color for font border. The least significant byte specifies red, then green and the third byte specifies blue. This value is only used for TrueType fonts (see FontTrueTypeFont) and if FontBorder is set to true.
+
| Table of booleans corresponding to the conditions linked in "Conditions". If true the correspoding condition will be negated (only used if "IsVariable" is false).
 +
| 845
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| FontBorderSize
+
| IsVariable
| t_float
+
| t_bool
| Size of font border in pixels. This value is only used for TrueType fonts (see FontTrueTypeFont) and if FontBorder is set to true.
+
| If true this condition only contains true or false. If false this condition is a combined condition (see "Conditions", "ConditionsNegate").
 +
| 193
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| FontColor
+
| Operator
 
| t_int
 
| t_int
| Font color. The least significant byte specifies red, then green and the third byte specifies blue. This value is only used for TrueType fonts (see FontTrueTypeFont).
+
| Defines how the conditions of a combined condition (linked in "Conditions") are combined (only used if "IsVariable" is false). Possible values:
| class="cent" | <div class="cross"></div>
+
* 0: logical AND.
 +
* 1: logical OR.
 +
| 198
 +
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| FontFont
+
| ReturnNegate
| t_link
+
| t_bool
| Font which will be used as reference. This can be useful to define a new font with own color, size, etc. based on an existing TrueType font (see FontTrueTypeFont). This can save a lot of resources compared to creating a new TrueType font.
+
| If true then the combined result of "Conditions" will be negated (only used if "IsVariable" is false).
 +
| 195
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|-
 +
| Value
 +
| t_bool
 +
| Current value of the condition (true or false). This is only used if "IsVariable" is true.
 +
| 194
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|}
 +
 +
 +
== Cursors ==
 +
Table id: 15 <small>(eCursors)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| FontLetters
+
! style="width:15%" | Field
| t_vrect
+
! style="width:15%" class="unsortable" | Type
| List of rectangles where each rectangle contains the position of a single character on the sprite (FontSprite).
+
! class="unsortable" | Description
| class="cent" | <div class="cross"></div>
+
! style="width:3%" | id
| class="cent" | V
+
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| FontLetterSpacing
+
| ActiveAnimation
| t_int
+
| t_link to [[#Animations|Animations]]
| Horizontal distance between two characters (in pixel).
+
| Animation of the active cursor.
 +
| 647
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| FontLineWidth
+
| InactiveAnimation
| t_int
+
| t_link to [[#Animations|Animations]]
| Maximum line width (in pixel) for automatic line break. This value is only used if FontAutoLineBreak is true.
+
| Animation of the inactive cursor.
 +
| 648
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== Curves ==
 +
Table id: 42 <small>(eCurves)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| FontShadow
+
! style="width:15%" | Field
| t_bool
+
! style="width:15%" class="unsortable" | Type
| If true a font shadow will be drawn. This value is only used for TrueType fonts (see FontTrueTypeFont).
+
! class="unsortable" | Description
| class="cent" | <div class="cross"></div>
+
! style="width:3%" | id
| class="cent" | V
+
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| FontShadowOffset
+
| Points
| t_point
+
| t_vpoint
| Offset in pixels for font shadow (see FontShadow).
+
|  
 +
| 895
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| FontSize
+
| Type
| t_float
 
| Font size in pixels. This value is only used for TrueType fonts (see FontTrueTypeFont).
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| FontSpaceWidth
 
 
| t_int
 
| t_int
| Width of space (in pixels).
+
|  
 +
| 896
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== Dialogs ==
 +
Table id: 11 <small>(eDialogs)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| FontSprite
+
! style="width:15%" | Field
| t_sprite
+
! style="width:15%" class="unsortable" | Type
| Sprite with all characters of the font.
+
! class="unsortable" | Description
| class="cent" | <div class="cross"></div>
+
! style="width:3%" | id
| class="cent" | V
+
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| FontTrueTypeFont
+
| DialogParts
| t_bool
+
| t_links to [[#DialogParts|DialogParts]] (parent)
| If set to true this is a TrueType font. Either FontTrueTypeFontPath or FontFont must be set for a valid font.
+
| All dialog part selections of this dialog.
 +
| 202
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| FontTrueTypeFontPath
+
| Character
| t_path
+
| t_link to [[#Characters|Characters]]
| Path to TrueType font file. This value is only used for TrueType fonts (see FontTrueTypeFont).
+
|  
| class="cent" | <div class="cross"></div>
+
| 825
| class="cent" | V
 
|-
 
| FontVerticalLetterSpacing
 
| t_int
 
| Vertical distance between two characters (in pixel).
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|}
 
|}
  
== Game ==
+
 
{| class="ts"
+
== DialogParts ==
 +
Table id: 12 <small>(eDialogParts)</small>
 +
{| class="ts sortable"
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| GameAbout
+
| Action
| t_string
+
| t_link to [[#Actions|Actions]] (parent)
| Long description of game, authors can make additional comments here.
+
| Action which is executed if this dialog part is selected. It is not allowed to start a dialog in this action.
 +
| 206
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameActions
+
| AltText
| t_links to [[#Action|Action]] (parent)
+
| t_link to [[#Texts|Texts]] (parent)
| All actions which can be started with a key. The key value is stored in ActionExecutionType.
+
| Text which is spoken by the current character (only used if "UseAltText" is true, otherwise "Text" is spoken).
 +
| 465
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameActionTextFont
+
| AnswerText
| t_link to [[#Font|Font]]
+
| t_link to [[#Texts|Texts]] (parent)
| Font which will be used for the action text - only used if GameDrawActionText is '1' or '2'.
+
| Text which is spoken by the other character (character where the dialog belongs to) after the text is spoken by the current character.
 +
| 286
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|-
 +
| Available
 +
| t_bool
 +
| If true then this dialog part is still available (see "Remove").
 +
| 317
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| GameActionTextRect
+
| Condition
| t_rect
+
| t_link to [[#Conditions|Conditions]]
| Rectangle in which the action text will be drawn horizontally and vertically centered - only used if GameDrawActionText is '2'.
+
| The dialog part selection is only shown if the condition is true (or the condition is false and "ConditionNegate" is true). If this condition query results in false and a "Value" is also defined, it depends on the value whether the dialog part is shown.
 +
| 204
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| GameActiveCommand
 
| t_link to [[#Button|Button]]
 
| The currently active command.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
 
|-
 
|-
| GameAlignCharacterOnImExecution
+
| ConditionNegate
 
| t_bool
 
| t_bool
| If true the active character will be automatically aligned to the clicked object when an action with execution type 'immediate' is executed.
+
| If true then the condition linked under "Condition" is negated.
 +
| 614
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| GameAlwaysAllowSkipText
 
| t_bool
 
| If true the active text can always be skipped with the left mouse button (even when the cursor is disabled or a cutscene is running).
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| GameAutoHideInterfacesInMenu
 
| t_bool
 
| If true all interfaces are hidden if the current scene is a menu. If it is necessary to display an interface on a menu  then this option must be set to false and the interfaces must be hidden manually when necessary.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
 
|-
 
|-
| GameCharacterComposedFile
+
| LinkedAction
| t_path
+
| t_link to [[#Actions|Actions]]
| Defines the filename for composing the character when compiling the game.
+
| Action which is executed if this dialog part is selected and the link "Action" is empty. It is not allowed to start a dialog in this action.
 +
| 655
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameCharacterComposedFiles
+
| NextDialog
| t_int
+
| t_link to [[#Dialogs|Dialogs]] (parent)
| The number of composed character files:<br>
+
| Dialog which is shown when this dialog part is selected.
'0' (eMainContainer): All characters are stored in the main container.<br>
+
| 289
'1' (eSingleContainer): All characters are stored in one file specified by GameCharacterComposedFile.<br>
 
'2' (eMultipleContainers): Each character is stored in an own container specified by GameCharacterComposedFile (filename extended by the character number).<br>
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameCharacterLinks
+
| Remove
| t_links to [[#Character|Character]] (parent)
+
| t_bool
| All characters of the game.
+
| If true then this dialog part can only be selected once ("Available" will be set to false after selection).
 +
| 288
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-  
+
|-
| GameCommandBehaviour
+
| Return
 
| t_int
 
| t_int
| Behavior for selecting the standard command.<br>
+
| Defines which dialog is shown if this dialog part is selected (and the dialog part does not have a dialog with active dialog parts below). Possible values:
'0'(eStdCommandAlways): set standard command after executing an action.<br>
+
* 0 (eDialogReturnToSame): the same dialog will be shown again.
'1' (eSetStdCommandNever): never set standard command.<br>
+
* 1 (eDialogReturnToUpper): the "upper" dialog (which linked to the current dialog) will be shown.
'2' (eSetStdCommandOnSuccess): set standard command after successful execution of an action.<br>
+
* 2 (eDialogReturnToEnd): no dialog will be shown.
| class="cent" | <div class="tick"></div>
+
| 287
| class="cent" | V/S
+
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 
|-
 
|-
| GameCompanyName
+
| Text
| t_string
+
| t_link to [[#Texts|Texts]] (parent)
| The company name is used for the path where the savegames are stored. E.&nbsp;g. on an English Windows Vista the path could look like this: C:\Users\&lt;UserName&gt;\AppData\Local\&lt;CompanyName&gt;\&lt;GameName&gt;\Savegames. If no company name or game name is specified the savegames are stored in the directory below the ved-file directory.
+
| Text which is shown as a selection in the dialog. Further it is spoken by the current character if "UseAltText" is false.
 +
| 205
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameComposedFile
+
| UseAltText
| t_path
+
| t_bool
| Defines the filename for composing the main output file (.vis file) when compiling the game.
+
| If true then "AltText" will be spoken by the current character, otherwise "Text".
 +
| 466
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
|-
+
| Value
| GameCurrentCharacter
+
| t_link to [[#Values|Values]]
| t_link to [[#Character|Character]]
+
| The dialog part selection is only shown if the value query (consisting of "Value", "ValueOperator" and "ValueInt") is met. If this query results in false and a "Condition" is also defined, it depends on the condition whether the dialog part is shown.
| Character which is currently controlled by the player (active character).
+
| 885
| class="cent" | <div class="tick"></div>
+
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| GameCurrentObject
+
| ValueInt
| t_link to [[#Object|Object]] or [[#Character|Character]] or [[#Button|Button]]
 
| The object currently below the cursor.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | S
 
|-
 
| GameCurrentScene
 
| t_link to [[#Scene|Scene]]
 
| Scene which is currently shown.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| GameCursorHorizontalScrollDistance
 
 
| t_int
 
| t_int
| Distance of cursor to the left or right screen border where horizontal scrolling will be started.
+
| Integer value for querying the value linked under "Value".
| class="cent" | <div class="tick"></div>
+
| 887
| class="cent" | S
 
|-
 
| GameCursorVerticalScrollDistance
 
| t_int
 
| Distance of cursor to the top or bottom screen border where vertical scrolling will be started.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| GameCursors
 
| t_links to [[#Cursor|Cursor]] (parent)
 
| All cursors of the game.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameCutsceneAction
+
| ValueOperator
| t_link to [[#Action|Action]]
+
| t_int
| If a cutscene is active this links to the action which started (and should stop) the cutscene.
+
| Operator for querying the value linked under "Value". Possible values:
| class="cent" | <div class="cross"></div>
+
* 0: equals (=)
| class="cent" | S
+
* 1: doesn't equal (!=)
|-
+
* 2: equal or greater than (>=)
| GameDescription
+
* 3: greater than (>)
| t_string
+
* 4: equal or less than (<=)
| Short description of the game.
+
* 5: less than (<)
 +
| 886
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|}
| GameDestinationCommand
+
 
| t_link to [[#Button|Button]]
+
 
| When the user clicked on an object and the character walks to this object, this command will be executed when the object is reached.
+
== Events ==
| class="cent" | <div class="tick"></div>
+
Table id: 38 <small>(eEvents)</small>
| class="cent" | S
+
{| class="ts sortable"
|-
 
| GameDestinationEvent
 
| t_int
 
| When the user clicked on an object and the character walks to this object, this event will be executed when the object is reached:<br/>
 
'0': no event.<br/>
 
'1': left mousebutton click.<br/>
 
'2': right mousebutton click.<br/>
 
'3': left mousebutton double click.<br/>
 
'4': left mousebutton hold.<br/>
 
'5': mouse enters area.<br/>
 
'6': mouse leaves area.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| GameDestinationItem
 
| t_link to [[#Object|Object]]
 
| When the user clicked on an object and the character walks to this object, this item will be used on the object when it is reached.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| GameDestinationItemPicked
 
| t_bool
 
| When the user clicked on an object and the character walks to this object, this will be set to true in case an item was picked up (see GameDragableObjects). Then the item in GameDestinationItem will be dropped on the object when it is reached.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
 
|-
 
|-
| GameDialog
+
! style="width:15%" | Field
| t_link to [[#Dialog|Dialog]]
+
! style="width:15%" class="unsortable" | Type
| Currently displayed dialog.
+
! class="unsortable" | Description
| class="cent" | <div class="cross"></div>
+
! style="width:3%" | id
| class="cent" | S
+
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| GameDialogAction
+
| Action
| t_link to [[#Action|Action]]
+
| t_link
| Running action which contains the text for the current dialog.
+
|  
| class="cent" | <div class="cross"></div>
+
| 864
| class="cent" | S
 
|-
 
| GameDraggableItems
 
| t_bool
 
| True if objects can be dragged from the interface.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| GameDrawActionText
 
| t_int
 
| Defines if and where the action text is drawn:<br/>
 
'0' (eDrawNoActionText): do not draw action text.<br/>
 
'1' (eDrawActionTextAtCurrentPos): draw action text at current cursor position.<br/>
 
'2' (eDrawActionTextAtRect): draw action text centered in the rectangle defined by GameActionTextRect.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| GameExecuteActionsDuringDialog
 
| t_bool
 
| If true the game actions GameActions (activated by a key) will also be executed if a dialog is currently displayed.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
|-
 
| GameFadeDelay
 
| t_int
 
| Delay in milli seconds for fade in/out of a scene.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| GameFadeEffect
 
| t_int
 
| Effect for fade in/out of a scene.<br/>
 
'0' (eFadeNo): no effect. display new scene immediately.<br/>
 
'1' (eFadeIn): fade in. Only fade in new scene. No fade out of current scene.<br/>
 
'2' (eFadeOut): fade out. Only fade out current scene. No fade in of new scene.<br/>
 
'3' (eFadeInAndOut): fade in/out. Fade out current scene and fade in new scene.<br/>
 
'4' (eFadeToNew): fade to new. Use alpha-blending to directly fade from current to new scene.<br/>
 
'5' (eShiftLeft): shift left. Shift current scene to the left and show new scene.<br/>
 
'6' (eShiftRight): shift right. Shift current scene to the right and show new scene.<br/>
 
'7' (eTunnelEffect): tunnel effect. Use a tunnel effect for fade in/out.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| GameFirstCharacter
 
| t_link to [[#Character|Character]]
 
| Character which is used for starting the game. This is the character which is controlled by the player.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameFirstScene
+
| StartBus
| t_link to [[#Scene|Scene]]
+
| t_link to [[#AudioBusses|AudioBusses]]
| The first scene of the game (which is shown after the loading screen)
+
|  
 +
| 865
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameFontLinks
+
| StopBus
| t_links to [[#Font|Font]] (parent)
+
| t_link to [[#AudioBusses|AudioBusses]]
| All fonts of the game.
+
|  
 +
| 866
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== Fonts ==
 +
Table id: 3 <small>(eFonts)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| GameFullScreenIntro
+
| Alphabet
 +
| t_string
 +
| A string which contains all characters of the font. The characters have to be in the same order as they appear in the sprite linked in "Sprite" (from left to right and top to bottom). This value is only used for bitmap fonts ("TrueTypeFont" = false).
 +
| 249
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| AutoLineBreak
 
| t_bool
 
| t_bool
| True if the intro movie is scaled to fullscreen.
+
| If true then line breaks will be added to all texts rendered with this font so that the maximum length of a line does not exceed a certain limit. Each line has a maximum width which is defined in "LineWidth".
| class="cent" | <div class="cross"></div>
+
| 634
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameGameComposedFile
+
| Border
| t_path
+
| t_bool
| Defines the filename for composing the game object and its actions (e.&nbsp;g. left mouse button action, right mouse button action) when compiling the game.
+
| If true a font border will be drawn. This value is only used for TrueType fonts ("TrueTypeFont" = true).
| class="cent" | <div class="cross"></div>
+
| 774
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameGameComposedFiles
+
| BorderColor
 
| t_int
 
| t_int
| The number of composed game files:<br>
+
| Color for font border. The least significant byte specifies red, then green and the third byte specifies blue (BGR notation). This value is only used for TrueType fonts ("TrueTypeFont" = true) and if "Border" is set to true.
'0' (eMainContainer): The game object is stored in the main container.<br>
+
| 775
'1' (eSingleContainer): The game object is stored in one file specified by GameGameComposedFile.<br>
+
| class="cent" | <div class="tick"></div>
| class="cent" | <div class="cross"></div>
 
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameGameName
+
| BorderSize
| t_string
+
| t_float
| The game name is used for the path where the savegames are stored. E.&nbsp;g. on an English Windows Vista the path could look like this: C:\Users\&lt;UserName&gt;\AppData\Local\&lt;CompanyName&gt;\&lt;GameName&gt;\Savegames. If no company name or game name is specified the savegames are stored in the directory below the ved-file directory.
+
| Size of font border in pixels. This value is only used for TrueType fonts ("TrueTypeFont" = true) and if "Border" is set to true.
| class="cent" | <div class="cross"></div>
+
| 776
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameHiddenDialog
+
| Color
| t_link to [[#Dialog|Dialog]]
+
| t_int
| If the user switches to a menu while a dialog is currently shown in a playable scene (e.&nbsp;g. the dialog parts are displayed) - this is only possible if GameExecuteActionsDuringDialog is true - then the dialog is saved in this field. The dialog is hidden until the user switches back to a playable scene.
+
| Font color. The least significant byte specifies red, then green and the third byte specifies blue (BGR notation). This value is only used for TrueType fonts ("TrueTypeFont" = true).
| class="cent" | <div class="cross"></div>
+
| 773
| class="cent" | V/S
 
|-
 
| GameHideCursor
 
| t_bool
 
| If true the cursor is hidden and no cursor interaction is possible.
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | S
+
| class="cent" | V
|-  
+
|-
| GameHideInterfaces
+
| Font
| t_bool
+
| t_link
| If true all interfaces are hidden, independent of individual interface visibility.
+
| Font which will be used as reference. This can be useful to define a new font with own color, size, etc. based on an existing TrueType font ("TrueTypeFont" = true). This can save a lot of resources compared to creating a new TrueType font.
 +
| 770
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | S
+
| class="cent" | V
|-
 
| GameHoldTime
 
| t_int
 
| Time in milli seconds until the event 'Mouse holding' (for GameLeftHoldAction and GameLeftHoldingAction) is fired.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| GameHorizontalScrollDistance
 
| t_int
 
| If the distance of the current character to the horizontal scene border is equal or smaller than this value then the scene will be scrolled horizontal to center the character (if the scene is larger than the viewable area). If this value is very small the character has to go very close to the border until the scene is scrolled, if the value is half the viewable size or larger then the character will always be centered.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
 
|-
 
|-
| GameId
+
| Kerning
 
| t_string
 
| t_string
| Unique Identification number. Used for savegames in order to only load savegames for correct game.
+
| Defines spacings for individual letters or pairs of letters. This value is only used for bitmap fonts ("TrueTypeFont" = false).
| class="cent" | <div class="cross"></div>
+
| 703
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameInterfaces
+
| Letters
| t_links to [[#Interface|Interface]] (parent)
+
| t_vrect
| All interfaces of the game.
+
| List of rectangles where each rectangle contains the position of a single character on the sprite linked in "Sprite". This value is only used for bitmap fonts ("TrueTypeFont" = false).
 +
| 143
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameInterfaceClasses
+
| LetterSpacing
| t_links to [[#InterfaceClass|InterfaceClass]] (parent)
+
| t_int
| All interface classes of the game.
+
| Horizontal distance between two characters (in pixel). This value is only used for bitmap fonts ("TrueTypeFont" = false).
| class="cent" | <div class="cross"></div>
+
| 250
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameInterfaceComposedFile
+
| LineWidth
| t_path
+
| t_int
| Defines the filename for composing the interface when compiling the game.
+
| Maximum line width (in pixel) for automatic line break. This value is only used if "AutoLineBreak" is true.
| class="cent" | <div class="cross"></div>
+
| 635
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameInterfaceComposedFiles
+
| Shadow
| t_int
+
| t_bool
| The number of composed interface files:<br>
+
| If true a font shadow will be drawn. This value is only used for TrueType fonts ("TrueTypeFont" = true).
'0' (eMainContainer): All interfaces are stored in the main container.<br>
+
| 777
'1' (eSingleContainer): All interfaces are stored in one file specified by GameInterfaceComposedFile.<br>
+
| class="cent" | <div class="tick"></div>
'2' (eMultipleContainers): Each interface is stored in an own container specified by GameInterfaceComposedFile (filename extended by the interface number).<br>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
|-
 
| GameIntro
 
| t_path
 
| Intro movie which will be played at the beginning of the game.
 
| class="cent" | <div class="cross"></div>
 
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameItems
+
| ShadowOffset
| t_links to [[#Object|Object]] (parent)
+
| t_point
| All items of the game.
+
| Offset in pixels for font shadow (see "Shadow").
| class="cent" | <div class="cross"></div>
+
| 778
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameLanguages
+
| Size
| t_links to [[#Language|Language]] (parent)
+
| t_float
| All languages of the game.
+
| Font size in pixels. This value is only used for TrueType fonts ("TrueTypeFont" = true).
| class="cent" | <div class="cross"></div>
+
| 772
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameLeftClickAction
+
| SpaceWidth
| t_link to [[#Action|Action]] (parent)
+
| t_int
| An action which will be started if the left mouse button is clicked.
+
| Width of space (in pixels). This value is only used for bitmap fonts ("TrueTypeFont" = false).
| class="cent" | <div class="cross"></div>
+
| 623
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameLeftDblClickAction
+
| Sprite
| t_link to [[#Action|Action]] (parent)
+
| t_sprite
| An action which will be started if the left mouse button is double clicked.
+
| Sprite with all characters of the font. This value is only used for bitmap fonts ("TrueTypeFont" = false).
 +
| 248
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameLeftHoldAction
+
| TrueTypeFont
| t_link to [[#Action|Action]] (parent)
+
| t_bool
| Action which is started if the left mouse button is pressed for a certain time (GameHoldTime) and GameLeftMouseHold is set to '3' or '4'. The action is started when the mouse button is released.
+
| If set to true this is a TrueType font. Either "TrueTypeFontPath" or "Font" must be set for a valid font.
| class="cent" | <div class="cross"></div>
+
| 769
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameLeftHoldingAction
+
| TrueTypeFontPath
| t_link to [[#Action|Action]] (parent)
+
| t_path
| Action which is started if the left mouse button is pressed for a certain time (GameHoldTime) and GameLeftMouseHolding is set to '3'. The action is started when the mouse button is pressed.
+
| Path to TrueType font file. This value is only used for TrueType fonts ("TrueTypeFont" = true).
| class="cent" | <div class="cross"></div>
+
| 771
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameLeftHoldBehaviour
+
| VerticalLetterSpacing
 
| t_int
 
| t_int
| Defines if the character will be sent to the current position when the left button is released.<br/>
+
| Vertical distance between two characters (in pixel).
'0' (eMouseActionBehaviourDoNotSendCharacter): The character will not be send to the current position.<br/>
+
| 540
'1' (eMouseActionBehaviourSendCharacterToCursor): Character will be send to current position.<br/>
 
'2' (eMouseActionBehaviourSendCharacterToObjects): Character will be send to current position if it is a scene object.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| GameLeftMouseHold
 
| t_int
 
| Defines what the event 'left mouse button hold' is used for when the button is released.<br/>
 
'0' (eIndividualAction): used for individual actions.<br/>
 
'3' (eStandardAction): used for standard action (GameLeftHoldAction).<br/>
 
'4' (eSandardActionWithIndividual): used for standard action (GameLeftHoldAction) and individual actions.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| GameLeftMouseHolding
 
| t_int
 
| Defines what the event 'left mouse button hold' is used for when the button is pressed.<br>
 
'0' (eIndividualAction): used for individual actions.<br>
 
'3' (eStandardAction): used for standard action (GameLeftHoldingAction).<br>
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
 
|-
 
| GameLoading
 
| t_link to [[#Loading|Loading]] (parent)
 
| The loading screen. (is shown on startup when the game is loaded)
 
| class="cent" | <div class="cross"></div>
 
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== game ==
 +
Table id: -1 <small>(eGame)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| GameMinificationFilter
+
! style="width:15%" | Field
| t_int
+
! style="width:15%" class="unsortable" | Type
| Filter for minification of textures (scaling of character images).<br>
+
! class="unsortable" | Description
'0': Linear interpolation.<br>
+
! style="width:3%" | id
'1': Nearest neighbor.<br>
+
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| About
 +
| t_string
 +
| Long description of game, authors can make additional comments here.
 +
| 125
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameMagnificationFilter
+
| Actions
| t_int
+
| t_links to [[#Actions|Actions]] (parent)
| Filter for magnification of textures (scaling of character images).<br>
+
| All actions which can be started with a key. The key value is stored in "Action > ExecutionType".
'0' (eLinearInterpolation): Linear interpolation.<br>
+
| 318
'1' (eNearestNeighborInterpolation): Nearest neighbor.<br>
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameMiddleClickAction
+
| ActionTextFont
| t_link
+
| t_link to [[#Fonts|Fonts]]
| An action which will be started if the middle mouse button is clicked.
+
| Font which will be used for the action text (only used if "DrawActionText" is 1 or 2).
 +
| 589
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V/S
 +
|-
 +
| ActionTextRect
 +
| t_rect
 +
| Rectangle in which the action text will be drawn horizontally and vertically centered (only used if "DrawActionText" is 2).
 +
| 590
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|-
 +
| ActiveCommand
 +
| t_link to [[#Buttons|Buttons]]
 +
| The currently active command.
 +
| 610
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 
|-
 
|-
| GameMiddleClickBehaviour
+
| AlignCharacterOnImExecution
| t_int
+
| t_bool
| Defines if the character will be sent to the current position when the middle mouse button is clicked.<br/>
+
| If true the active character will be automatically aligned to the clicked object when an action with an "immediate" execution type is executed.
'0' (eMouseActionBehaviourDoNotSendCharacter): The character will not be send to the current position.<br/>
+
| 582
'1' (eMouseActionBehaviourSendCharacterToCursor): Character will be send to current position.<br/>
+
| class="cent" | <div class="cross"></div>
'2' (eMouseActionBehaviourSendCharacterToObjects): Character will be send to current position if it is a scene object.
+
| class="cent" | V/S
 +
|-
 +
| AlwaysAllowSkipText
 +
| t_bool
 +
| If true the active text can always be skipped with the left mouse button (even when the cursor is disabled or a cutscene is running).
 +
| 565
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-
 
|-
| GameMouseWheelDownAction
+
| AudioContainerLinks
| t_link
+
| t_links to [[#AudioBusses|AudioBusses]]
| An action which will be started if the mouse wheel is moved down.
+
|  
 +
| 835
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameMouseWheelUpAction
+
| AudioMixLinks
| t_link
+
| t_links to [[#AudioBusses|AudioBusses]]
| An action which will be started if the mouse wheel is moved up.
+
|  
 +
| 834
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|-
 +
| AutoHideInterfacesInMenu
 +
| t_bool
 +
| If true all interfaces are hidden if the current scene is a menu. If it is necessary to display an interface on a menu then this option must be set to false and the interfaces must be hidden manually when necessary.
 +
| 628
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 
|-
 
|-
| GameMovieComposedFile
+
| Behaviours
| t_path
+
| t_links
| Defines the filename for composing the movies when compiling the game.
+
|
 +
| 890
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameMovieComposedFiles
+
| BlockContainers
| t_int
+
| t_links
| The number of composed movie files:<br>
+
|  
'0' (eMainContainer): All movies are stored in the main container.<br>
+
| 877
'1' (eSingleContainer): All movies are stored in one file specified by GameMovieComposedFile.<br>
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
 
|-
 
| GameObjectFont
 
| t_link to [[#Font|Font]]
 
| The font used when displaying an object text. An object text can be set with an action part which links a text to a scene object or an interface button.
 
| class="cent" | <div class="tick"></div>
 
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameParticleContainerLinks
+
| BuildOptions
| t_links to [[#ParticleContainer|ParticleContainer]] (parent)
+
| t_string
| All particle systems of the game.
+
|  
 +
| 819
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GamePicBufferSize
+
| BuildRules
| t_int
+
| t_vstring
| Buffer size (in KB) for reserved memory at game startup. This buffer is used for all non-preloaded images and should be large enough to hold the largest image, otherwise memory must be allocated dynamically which can lead to memory fragmentation and crash the application. E.&nbsp;g. if the largest image is 1400x1200 and has an alpha channel then GamePicBufferSize must be set to a value >= 6563 (4 byte per pixel (red,green,blue and alpha channel), 1400 * 1200 * 4 = 6720000, divided by 1024 because unit is KB and not byte, 6720000 / 1024 = 6562.5).
+
|  
 +
| 804
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GamePictureCacheSize
+
| CharacterComposedFile
| t_int
+
| t_path
| Size in MB for cache which stores the recently loaded images.
+
| Defines the filename for composing the character when compiling the game.
 +
| 620
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GamePreloadPicThreads
+
| CharacterComposedFiles
 
| t_int
 
| t_int
| Number of threads used for preloading animations. GamePreloadPicThreads number of buffers with size of GamePreloadedPicBufferSize will be preallocated.
+
| The number of composed character files. Possible values:
 +
* 0 (eMainContainer): All characters are stored in the main container.
 +
* 1 (eSingleContainer): All characters are stored in one file specified by "CharacterComposedFile".
 +
* 2 (eMultipleContainers): Each character is stored in an own container specified by "CharacterComposedFile" (filename extended by the character number).
 +
| 619
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GamePreloadedPicBufferSize
+
| CharacterLinks
| t_int
+
| t_links to [[#Characters|Characters]] (parent)
| Buffer size (in KB) for reserved memory at game startup. This buffer is used for preloading images and should be large enough to hold the largest image (of a preloaded animation), otherwise memory must be allocated dynamically which can lead to memory fragmentation and crash the application. E.&nbsp;g. if the largest image of all preloaded animations is 1400x1200 and has an alpha channel then GamePreloadedPicBufferSize must be set to a value >= 6563 (4 byte per pixel (red,green,blue and alpha channel), 1400 * 1200 * 4 = 6720000, divided by 1024 because unit is KB and not byte, 6720000 / 1024 = 6562.5).
+
| All characters of the game.
 +
| 118
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| GameQuake
+
| CommandBehaviour
| t_bool
 
| If true a quake constantly moves the screen. The values GameQuakeForce and GameQuakeSpeed are used as parameters for the quake.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| GameQuakeForce
 
 
| t_int
 
| t_int
| Number of maximum pixels the screen is moved by a quake. Value is only used if GameQuake is true.
+
| Behavior for selecting the standard command. Possible values:
 +
* 0 (eStdCommandAlways): set standard command after executing an action.
 +
* 1 (eSetStdCommandNever): never set standard command.
 +
* 2 (eSetStdCommandOnSuccess): set standard command after successful execution of an action.
 +
| 244
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | S
+
| class="cent" | V/S
|-
 
| GameQuakeSpeed
 
| t_int
 
| Defines how long (in milli seconds) a moved screen is shown at the same position. A higher value results in a slower quake because the same screen is shown longer. Value is only used if GameQuake is true.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
 
|-
 
|-
| GameRegisteredEventHandlers
+
| CompanyName
 
| t_string
 
| t_string
| All registered event handlers.
+
| The company name is used for the path where game log files and savegames are stored. E.&nbsp;g. on an English Windows the path could look like this: <code>C:\Users\USERNAME\AppData\Local\COMPANY_NAME\GAME_NAME</code>.
 +
| 700
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| GameReserved
+
| ComposedFile
| t_string
+
| t_path
| Licence number.
+
| Defines the filename for composing the main output file (.vis file) when compiling the game.
 +
| 616
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameRightClickAction
+
| Containers
| t_link to [[#Action|Action]] (parent)
+
| t_vstring
| Action which is started if the right mouse button is pressed and GameRightMouseClick is set to '3' or '4'.
+
|  
 +
| 803
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| GameRightClickBehaviour
+
| CurrentCharacter
| t_int
+
| t_link to [[#Characters|Characters]]
| Defines if the character will be sent to the current position when the right mouse button is clicked.<br/>
+
| Character which is currently controlled by the player (active character).
'0' (eMouseActionBehaviourDoNotSendCharacter): The character will not be send to the current position.<br/>
+
| 468
'1' (eMouseActionBehaviourSendCharacterToCursor): Character will be send to current position.<br/>
+
| class="cent" | <div class="tick"></div>
'2' (eMouseActionBehaviourSendCharacterToObjects): Character will be send to current position if it is a scene object.
+
| class="cent" | S
 +
|-
 +
| CurrentObject
 +
| t_link to [[#Objects|Objects]] or [[#Characters|Characters]] or [[#Buttons|Buttons]]
 +
| The object currently below the cursor.
 +
| 687
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 +
|-
 +
| CurrentScene
 +
| t_link to [[#Scenes|Scenes]]
 +
| Scene which is currently shown.
 +
| 469
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| CurrentText
 +
| t_link to [[#ActiveTexts|ActiveTexts]]
 +
| Text which is currently displayed.
 +
| 477
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| Cursor
 +
| t_link to [[#Cursors|Cursors]]
 +
|
 +
| 856
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
 
|-  
 
|-  
| GameRightMouseClick
+
| CursorHorizontalScrollDistance
 
| t_int
 
| t_int
| Defines what the right mouse button is used for.<br>
+
| Distance of cursor to the left or right screen border where horizontal scrolling will be started.
'0' (eIndividualAction): used for individual actions.<br>
+
| 689
'1' (eActivateStandardCommand): activates standard command.<br>
 
'2' (eActivateNextCommand): activates next command.<br>
 
'3' (eStandardAction): used for standard action (GameRightClickAction).<br>
 
'4' (eSandardActionWithIndividual): used for standard action (GameRightClickAction) and individual actions.<br>
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
 
|-  
 
|-  
| GameSavedObject
+
| CursorVerticalScrollDistance
| t_link to [[#Object|Object]]
+
| t_int
| Saved object. An action can be executed on this saved object. (see actionpart 'Execute command on saved object')
+
| Distance of cursor to the top or bottom screen border where vertical scrolling will be started.
 +
| 690
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| GameSaveGameName
+
| Cursors
| t_string
+
| t_links to [[#Cursors|Cursors]] (parent)
| Used to store name of current savegame.
+
| All cursors of the game.
 +
| 215
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameSavegameScreenshot
+
| CustomActionParts
| t_path
+
| t_vstring
| Image used as savegame screenshot for all scenes when game is played on a mobile device.
+
| All custom action parts from installed action part plugins.
 +
| 857
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameSceneComposedFile
+
| CutsceneAction
| t_path
+
| t_link to [[#Actions|Actions]]
| Defines the filename for composing the scenes when compiling the game.
+
| If a cutscene is active this links to the action which started (and should stop) the cutscene.
 +
| 633
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | S
 +
|-
 +
| DefaultMusicBus
 +
| t_link to [[#AudioBusses|AudioBusses]]
 +
|
 +
| 854
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| GameSceneComposedFiles
+
| DefaultSoundBus
| t_int
+
| t_link to [[#AudioBusses|AudioBusses]]
| The number of composed scene files:<br>
+
|  
'0' (eMainContainer): All scenes are stored in the main container.<br>
+
| 852
'1' (eSingleContainer): All scenes are stored in one file specified by GameSceneComposedFile.<br>
+
| class="cent" | <div class="tick"></div>
'2' (eMultipleContainers): Each scene is stored in an own container specified by GameSceneComposedFile (filename extended by the scene number).<br>
+
| class="cent" | S
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
 
|-
 
|-
| GameSceneLinks
+
| DefaultSpeechBus
| t_links to [[#Scene|Scene]] (parent)
+
| t_link to [[#AudioBusses|AudioBusses]]
| All scenes of the game.
+
|  
| class="cent" | <div class="cross"></div>
+
| 851
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| GameScriptLinks
+
| Description
| t_links to [[#Script|Script]] (parent)
+
| t_string
| All scripts of the game.
+
| Short description of the game.
 +
| 124
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| GameScrollCenterCharacter
+
| DestinationCommand
| t_bool
+
| t_link to [[#Buttons|Buttons]]
| If true the scroll-character (see GameScrollCharacter) will be centered on the scene (if GameScrollTo is false). If false then no character will be centered.
+
| When the user clicked on an object and the character walks to this object, this command will be executed when the object is reached.
 +
| 483
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-  
 
|-  
| GameScrollCharacter
+
| DestinationEvent
| t_link to [[#Character|Character]]
+
| t_int
| Character which will be centered on the current scene (if GameScrollCenterCharacter is true and GameScrollTo is false).
+
| When the user clicked on an object and the character walks to this object, this event will be executed when the object is reached. Possible values:
 +
* 0: no event.
 +
* 1: left mousebutton click.
 +
* 2: right mousebutton click.
 +
* 3: left mousebutton double click.
 +
* 4: left mousebutton hold.
 +
* 5: mouse enters area.
 +
* 6: mouse leaves area.
 +
| 615
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
|-
+
|-  
| GameScrollDirectionHorizontal
+
| DestinationItem
| t_int
+
| t_link to [[#Objects|Objects]]
| Horizontal direction the scene is currently scrolling.<br/>
+
| When the user clicked on an object and the character walks to this object, this item will be used on the object when it is reached.
'0': currently no horizontal scrolling.<br/>
+
| 484
'1': currently scrolling to the left.<br/>
 
'2': currently scrolling to the right.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | S
 
|-
 
| GameScrollDirectionVertical
 
| t_int
 
| Vertical direction the scene is currently scrolling.<br/>
 
'0': currently no vertical scrolling.<br/>
 
'3': currently scrolling to the top.<br/>
 
'4': currently scrolling to the bottom.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | S
 
|-
 
| GameScrollPosition
 
| t_point
 
| Upper left corner of current scroll position (on current scene).
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-  
 
|-  
| GameScrollSpeed
+
| DestinationItemPicked
| t_int
+
| t_bool
| Number of pixels which will be scrolled in one second.
+
| When the user clicked on an object and the character walks to this object, this will be set to true in case an item was picked up (see "DraggableObjects"). Then the item in "DestinationItem" will be dropped on the object when it is reached.
| class="cent" | <div class="tick"></div>
+
| 485
| class="cent" | V/S
 
|-
 
| GameScrollToPoint
 
| t_point
 
| Upper left corner the current scene is scrolling to.
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| GameScrollTo
+
| Dialog
| t_bool
+
| t_link to [[#Dialogs|Dialogs]]
| If true the scene is currently scrolling to GameScrollToPoint.
+
| Currently displayed dialog.
 +
| 476
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| GameShaderExclude
+
| DialogAction
| t_int
+
| t_link to [[#Actions|Actions]]
| Defines which components (scene, interfaces, texts, cursor) will be excluded from shader programs.<br/>
+
| Running action which contains the text for the current dialog.
'0' (eShaderExcludeNothing): standard, exclude nothing.<br/>
+
| 481
'1' (eShaderExcludeInterfaces): exclude interfaces, text on top, cursor.<br/>
+
| class="cent" | <div class="cross"></div>
'2' (eShaderExcludeTextsAndCursor): exclude text on top, cursor.<br/>
 
'3' (eShaderExcludeCursor): exclude cursor
 
| class="cent" | <div class="tick"></div>
 
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| GameShowBlackScreenAfterVideo
+
| DisableInteractionDuringAnim
 +
| t_int
 +
|
 +
| 643
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| DraggableItems
 
| t_bool
 
| t_bool
| If true a black screen will be shown after the video is finished (until the next game scene is ready and all images are loaded). Otherwise the last frame of the video is shown until the game is continued.
+
| True if objects can be dragged from the interface.
 +
| 305
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
|-
+
|-  
| GameSpeakerSoundPanFactor
+
| DrawActionText
 
| t_int
 
| t_int
| Speech output balance in %. Defines if the speech output is played on left/right speaker depending on the character position. If set to 0% the speech output will be played equally on left and right speaker. If set to 100% the output volume on left/right speaker completely depends on the position of the character on the current scene.
+
| Defines if and where the action text is drawn. Possible values:
 +
* 0 (eDrawNoActionText): do not draw action text.
 +
* 1 (eDrawActionTextAtCurrentPos): draw action text at current cursor position.
 +
* 2 (eDrawActionTextAtRect): draw action text centered in the rectangle defined by GameActionTextRect.
 +
| 588
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
|-
+
|-  
| GameSpeakerTextAlignment
+
| ExecuteActionsDuringDialog
| t_int
+
| t_bool
| Defines alignment of speaker text:<br>
+
| If true the key actions (defined in "Actions") will also be executed if a dialog is currently displayed.
'0' (eAlignLeft): Align left.<br>
+
| 578
'1' (eAlignRight): Align right.<br>
 
'2' (eAlignCentered): Centered.<br>
 
'3' (eAlignLeftWithCenterPos): Align left (use center position).<br>
 
'4' (eAlignRightWithCenterPos): Align right (use center position).<br>
 
'5' (eAlignCenteredWithLeftPos): Centered (use left position).<br>
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-  
 
|-  
| GameSpeechLanguage
+
| ExecuteCalledActionImmediately
| t_link to [[#Language|Language]]
+
| t_bool
| Defines the language which is used for speech output. If empty the language from GameStandardLanguage will be used.
+
|  
| class="cent" | <div class="tick"></div>
+
| 790
| class="cent" | S
 
|-
 
| GameStandardLanguage
 
| t_link to [[#Language|Language]]
 
| Defines the currently used language.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|-
 
| GameStartAction
 
| t_link to [[#Action|Action]] (parent)
 
| This action will be executed once at the beginning of the game (after the game was loaded).
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| GameTextAlignment
+
| FadeDelay
 
| t_int
 
| t_int
| Defines alignment of spoken text:<br>
+
| Delay for fade in/out of a scene in milliseconds.
'0' (eAlignLeft): Align left.<br>
+
| 234
'1' (eAlignRight): Align right.<br>
 
'2' (eAlignCentered): Centered.<br>
 
'3' (eAlignLeftWithCenterPos): Align left (use center position).<br>
 
'4' (eAlignRightWithCenterPos): Align right (use center position).<br>
 
'5' (eAlignCenteredWithLeftPos): Centered (use left position).<br>
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-  
 
|-  
| GameTextOutput
+
| FadeEffect
 
| t_int
 
| t_int
| Defines if spoken texts should be printed and/or spoken:<br>
+
| Effect for fade in/out of a scene. Possible values:
'0' (eTextAndSpeechOutput): Display text and play speech file.<br>
+
* 0 (eFadeNo): no effect, display new scene immediately.
'1' (eOnlySpeechOutput): Only play speech file.<br>
+
* 1 (eFadeIn): fade in new scene (no fade out of current scene).
'2' (eOnlyTextOutput): Only display text.<br>
+
* 2 (eFadeOut): fade out current scene (no fade in of new scene).
 +
* 3 (eFadeInAndOut): fade out current scene and fade in new scene.
 +
* 4 (eFadeToNew): use alpha-blending to directly fade from current to new scene.
 +
* 5 (eShiftLeft): shift current scene to the left and show new scene.
 +
* 6 (eShiftRight): shift current scene to the right and show new scene.
 +
* 7 (eTunnelEffect): use a tunnel effect for fade in/out.
 +
| 547
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | S
+
| class="cent" | V/S
 
|-
 
|-
|-
+
| FirstCharacter
| GameTextSpeed
+
| t_link to [[#Characters|Characters]]
| t_int
+
| Character which is used for starting the game. This is the character which is controlled by the player.
| Speed for displaying texts (in %). Default is 100.
+
| 303
| class="cent" | <div class="tick"></div>
+
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| GameUsedItem
+
| FirstScene
| t_link to [[#Object|Object]]
+
| t_link to [[#Scenes|Scenes]]
| The currently picked up item. A picked up item is either dragged (shown instead of cursor) or displayed in the action text.
+
| The first scene of the game (which is shown after the loading screen)
 +
| 121
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| GameVersion
+
| FontLinks
| t_string
+
| t_links to [[#Fonts|Fonts]] (parent)
| Version number of the game.
+
| All fonts of the game.
 +
| 120
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| GameVerticalScrollDistance
 
| t_int
 
| If the distance of the current character to the vertical scene border is equal or smaller than this value then the scene will be scrolled vertical to center the character (if the scene is larger than the viewable area). If this value is very small the character has to go very close to the border until the scene is scrolled, if the value is half the viewable size or larger then the character will always be centered.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
 
|-
 
|-
| GameVideosEncrypted
+
| FullScreenIntro
 
| t_bool
 
| t_bool
| If true the videos are stored in an encrypted container. This field is only relevant for compiled games.
+
| True if the intro movie is scaled to fullscreen.
 +
| 247
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| GameWindowResolution
+
| GameComposedFile
| t_point
+
| t_path
| Screen resolution (e.&nbsp;g. 640x480).
+
| Defines the filename for composing the game object and its actions (e.&nbsp;g. left mouse button action, right mouse button action) when compiling the game.
 +
| 683
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|}
 
 
== Interface ==
 
{| class="ts"
 
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
| GameComposedFiles
|-
+
| t_int
| InterfaceActionTextFont
+
| The number of composed game files. Possible values:
| t_link to [[#Font|Font]]
+
* 0 (eMainContainer): The game object is stored in the main container.
| Font which will be used for the action text - only used if InterfaceDrawActionText is true.
+
* 1 (eSingleContainer): The game object is stored in one file specified by "GameComposedFile".
 +
| 682
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| InterfaceActionTextRect
+
| GameName
| t_rect
+
| t_string
| Rectangle in which the action text will be drawn horizontally and vertically centered - only used if InterfaceDrawActionText is true.
+
| The game name is used for the path where game log files and savegames are stored. E.&nbsp;g. on an English Windows the path could look like this: <code>C:\Users\USERNAME\AppData\Local\COMPANY_NAME\GAME_NAME.</code>
 +
| 701
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| InterfaceBorder
+
| HiddenDialog
| t_vpoint
+
| t_link to [[#Dialogs|Dialogs]]
| Polygon which defines the border of the interface. The interface is detected if the cursor is inside the polygon.
+
| If the user switches to a menu while a dialog is currently shown in a playable scene (e.&nbsp;g. the dialog parts are displayed) - this is only possible if "ExecuteActionsDuringDialog" is true - then the dialog is saved in this field. The dialog is hidden until the user switches back to a playable scene.
 +
| 579
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | V/S
|-
+
|-  
| InterfaceButtons
+
| HideCursor
| t_links to [[#Button|Button]] (parent)
+
| t_bool
| All buttons of the interface: commands, arrows to scroll items, action areas, placeholder for items
+
| If true the cursor is hidden and no cursor interaction is possible.
| class="cent" | <div class="cross"></div>
+
| 480
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
|-
+
| class="cent" | S
| InterfaceClass
 
| t_link to [[#InterfaceClass|InterfaceClass]]
 
| The class this interface belongs to.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| InterfaceConditions
 
| t_links to [[#Condition|Condition]] (parent)
 
| The conditions of the interface.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
 
|-  
 
|-  
| InterfaceDestVisibility
+
| HideInterfaces
| t_int
+
| t_bool
| The visibility of the interface (and all of its buttons) is fading to the visibility defined by this value. Must be between '0' and '100'. '0' means the interface will not be visible at all (but is still recognized by the cursor), '100' means the interface will be completely visible (default). The time to fade from the current visibility to InterfaceDestVisibility is defined by InterfaceTimeToDestVisibility.
+
| If true all interfaces are hidden, independent of individual interface visibility.
 +
| 479
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-  
 
|-  
| InterfaceDisplacement
+
| HoldTime
 
| t_int
 
| t_int
| Defines where the interface is shown:<br>
+
| Time (in milliseconds) until the 'Mouse holding' event (for "LeftHoldAction" and "LeftHoldingAction") is fired.
'0': top.<br>
+
| 377
'1': bottom.<br>
 
'2': left.<br>
 
'3': right.<br>
 
'4': absolute, position on screen defined by InterfaceOffset.<br>
 
'5': relative, position defined by current cursor position and offset to the cursor position (InterfaceOffset).<br>
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-  
 
|-  
| InterfaceDrawActionText
+
| HorizontalScrollDistance
| t_bool
+
| t_int
| Defines if the action text is drawn on this interface (if true than InterfaceActionTextFont and InterfaceActionTextRect must be set).
+
| If the distance of the current character to the horizontal scene border is equal or smaller than this value then the scene will be scrolled horizontal to center the character (if the scene is larger than the viewable area). If this value is very small the character has to go very close to the border until the scene is scrolled, if the value is half the viewable size or larger then the character will always be centered.
 +
| 667
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| IconFile
 +
| t_path
 +
|
 +
| 818
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| InterfaceItemsScrollPosition
+
| Id
| t_int
+
| t_string
| Current scroll position of the items in the interface/inventory.
+
| Unique Identification number. Used for savegames in order to only load savegames for correct game.
 +
| 370
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | S
+
| class="cent" | V
 
|-
 
|-
| InterfaceLeaveAction
+
| Interfaces
| t_link to [[#Action|Action]] (parent)
+
| t_links to [[#Interfaces|Interfaces]] (parent)
| Action which will be executed if the cursor leaves the interface (outside of polygon InterfaceBorder).
+
| All interfaces of the game.
 +
| 662
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| InterfaceOffset
 
| t_point
 
| Offset (or absolute position) for displaying the interface. (only used if InterfaceDisplacement is '4' or '5')
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
 
|-
 
|-
| InterfacePosition
+
| InterfaceClasses
| t_point
+
| t_links to [[#InterfaceClasses|InterfaceClasses]] (parent)
| Absolute position of upper left corner of interface.
+
| All interface classes of the game.
 +
| 661
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V/S
 
|-
 
| InterfaceScrollStepSize
 
| t_int
 
| Defines how many item positions will be scrolled if a scroll arrow is pushed.
 
| class="cent" | <div class="tick"></div>
 
 
| class="cent" | V
 
| class="cent" | V
|-
 
| InterfaceSize
 
| t_int
 
| Defines the size of the interface (in pixel). Is needed if part of the interface is drawn into the scene (e.&nbsp;g. flowers on top of the interface) and the interface is aligned to the border. Is only used if > '0' and InterfaceDisplacement is '0', '1', '2' or '3'.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
 
|-
 
|-
| InterfaceSprite
+
| InterfaceComposedFile
| t_sprite
+
| t_path
| Background sprite of the interface.
+
| Defines the filename for composing the interface when compiling the game.
 +
| 671
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| InterfaceStandardCommand
+
| InterfaceComposedFiles
| t_link to [[#Button|Button]]
+
| t_int
| Button which is the standard command (usually 'Walk to') for this interface.
+
| The number of composed interface files. Possible values:
 +
* 0 (eMainContainer): All interfaces are stored in the main container.
 +
* 1 (eSingleContainer): All interfaces are stored in one file specified by "InterfaceComposedFile".
 +
* 2 (eMultipleContainers): Each interface is stored in an own container specified by "InterfaceComposedFile" (filename extended by the interface number).
 +
| 670
 +
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
 
|-
 
| InterfaceTimeToDestVisibility
 
| t_int
 
| Defines the time in milli seconds until the visibility InterfaceDestVisibility is reached. This value is used the next time when InterfaceDestVisibility is set.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
 
|-
 
|-
| InterfaceValues
+
| Intro
| t_links to [[#Values|Values]] (parent)
+
| t_path
| The values of the interface.
+
| Intro movie which will be played at the beginning of the game.
 +
| 224
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| InterfaceVisibility
 
| t_int
 
| Visibility of the interface (and all of its buttons) in %. Must be between '0' and '100'. '0' means the interface is not visible at all, '100' means the interface is completely visible (default). Note that the interface can only be visible if InterfaceActive and InterfaceVisible are true.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
|-
 
| InterfaceVisible
 
| t_bool
 
| If true the interface is visible - supposed the visibility is > 0% (see InterfaceVisibility). This option can be used to toggle the interface on/off without changing InterfaceVisibility.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
|}
 
 
== InterfaceClass ==
 
{| class="ts"
 
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
| Items
|-
+
| t_links to [[#Objects|Objects]] (parent)
| InterfaceClassName
+
| All items of the game.
| t_string
+
| 349
| Interface class name. The name of the object itself will be set to the translated class name.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|}
 
 
== Language ==
 
{| class="ts"
 
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
| KeepCharacterSpritesDuringMenus
|-
+
| t_bool
| -
+
|  
| -
+
| 642
| Language name is defined by name of each language object.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | <div class="cross"></div>
+
| class="cent" | V
|}
 
 
 
== Loading ==
 
{| class="ts"
 
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
| Languages
|-
+
| t_links to [[#Languages|Languages]] (parent)
| LoadingMusic
+
| All languages of the game.
| t_path
+
| 259
| Music which is played while the loading screen is shown.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| LoadingSprite
+
| LeftClickAction
| t_sprite
+
| t_link to [[#Actions|Actions]] (parent)
| Background sprite of the loading screen.
+
| An action which will be started if the left mouse button is clicked.
 +
| 563
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| LoadingStatusCover
+
| LeftClickBehaviour
| t_bool
+
| t_int
| If false the status sprite will grow (from zero width to full width), if true the status sprite will shrink (from full width to zero width).
+
| Defines if the character will be sent to the current position when the left mouse button is clicked. Possible values:
 +
* 0 (eMouseActionBehaviourDoNotSendCharacter): The character will not be sent to the current position.
 +
* 1 (eMouseActionBehaviourSendCharacterToCursor): Character will be sent to current position.
 +
* 2 (eMouseActionBehaviourSendCharacterToObjects): Character will be sent to current position if it is a scene object.
 +
| 891
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| LeftDblClickAction
 +
| t_link to [[#Actions|Actions]] (parent)
 +
| An action which will be started if the left mouse button is double clicked.
 +
| 379
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| LoadingStatusSprite
+
| LeftHoldAction
| t_sprite
+
| t_link to [[#Actions|Actions]] (parent)
| Sprite for progress bar.
+
| Action which is started if the left mouse button is pressed for a certain time ("HoldTime") and "LeftMouseHold" is set to 3 or 4. The action is started when the mouse button is released.
 +
| 381
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|}
 
 
== Object ==
 
{| class="ts"
 
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
| LeftHoldingAction
|-
+
| t_link to [[#Actions|Actions]] (parent)
| ObjectActions
+
| Action which is started if the left mouse button is pressed for a certain time ("HoldTime") and "LeftMouseHolding" is set to 3. The action is started when the mouse button is pressed.
| t_links to [[#Action|Action]] (parent)
+
| 386
| All actions of the object. ActionExecutionType defines when the action is started.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectAnimation
+
| LeftHoldBehaviour
| t_link to [[#Animation|Animation]]
+
| t_int
| Animation which is automatically started if this object is active (see ObjectCondition).
+
| Defines if the character will be sent to the current position when the left button is released. Possible values:
 +
* 0 (eMouseActionBehaviourDoNotSendCharacter): The character will not be sent to the current position.
 +
* 1 (eMouseActionBehaviourSendCharacterToCursor): Character will be sent to current position.
 +
* 2 (eMouseActionBehaviourSendCharacterToObjects): Character will be sent to current position if it is a scene object.
 +
| 780
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| Loading
 +
| t_link to [[#Loadings|Loadings]] (parent)
 +
| The loading screen which is shown on startup when the game is loaded.
 +
| 358
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectAnimations
+
| ''MinificationFilter''
| t_links to [[#Animation|Animation]] (parent)
+
| ''t_int''
| All animations of the object.
+
| ''DEPRECATED, see "NearestNeighborInterpolation" instead''
 +
|  
 +
| class="cent" |
 +
| class="cent" |
 +
|-
 +
| ''MagnificationFilter''
 +
| ''t_int''
 +
| ''DEPRECATED, see "NearestNeighborInterpolation" instead''
 +
|
 +
| class="cent" |
 +
| class="cent" |
 +
|-
 +
| MiddleClickAction
 +
| t_link
 +
| An action which will be started if the middle mouse button is clicked.
 +
| 766
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectCenter
+
| MiddleClickBehaviour
 
| t_int
 
| t_int
| Defines the line number (y coordinate) which decides if a character is in front or behind this object.
+
| Defines if the character will be sent to the current position when the middle mouse button is clicked. Possible values:
 +
* 0 (eMouseActionBehaviourDoNotSendCharacter): The character will not be sent to the current position.
 +
* 1 (eMouseActionBehaviourSendCharacterToCursor): Character will be sent to current position.
 +
* 2 (eMouseActionBehaviourSendCharacterToObjects): Character will be sent to current position if it is a scene object.
 +
| 781
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| MouseWheelDownAction
 +
| t_link to [[#Actions|Actions]]
 +
| An action which will be started if the mouse wheel is moved down.
 +
| 768
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectCondition
+
| MouseWheelUpAction
| t_link to [[#Condition|Condition]]
+
| t_link to [[#Actions|Actions]]
| If ObjectCondition is not empty then the object is only shown and detected by the cursor if the condition is true (or the condition is false and ConditionConditionNegate is true).
+
| An action which will be started if the mouse wheel is moved up.
 +
| 767
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectConditionNegate
+
| MovieComposedFile
 +
| t_path
 +
| Defines the filename for composing the movies when compiling the game.
 +
| 622
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| MovieComposedFiles
 +
| t_int
 +
| The number of composed movie files. Possible values:
 +
* 0 (eMainContainer): All movies are stored in the main container.
 +
* 1 (eSingleContainer): All movies are stored in one file specified by "MovieComposedFile".
 +
| 621
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| NearestNeighborInterpolation
 
| t_bool
 
| t_bool
| falls dieser Wert wahr ist, wird VObjectCondition vor der Auswertung negiert; dadurch wird der unnötige Aufwand für eine zusammengesetzte Bedingung mit nur einem Ast vermieden
+
| If true nearest neighbor interpolation is used scaling of character images (pixel effect).
 +
| 745
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| ObjectConditions
+
| ObjectFont
| t_links to [[#Condition|Condition]] (parent)
+
| t_link to [[#Fonts|Fonts]]
| If true then the condition ButtonCondition is negated. (see ButtonCondition)
+
| The font used when displaying an object text. An object text can be set with an action part which links a text to a scene object or an interface button.
 +
| 685
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V
 +
|-
 +
| ObjectTextOutput
 +
| t_int
 +
|
 +
| 702
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| ObjectDestVisibility
+
| OverlayColor
 
| t_int
 
| t_int
| The visibility of the object is fading to the visibility defined by this value. Must be between '0' and '100'. '0' means the object will not be visible at all (but is still recognized by the cursor), '100' means the object will be completely visible (default). The time to fade from the current visibility to ObjectDestVisibility is defined by ObjectTimeToDestVisibility.
+
|  
 +
| 841
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 +
|-
 +
| OverlayVisibility
 +
| t_int
 +
|
 +
| 840
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| ParticleContainerLinks
 +
| t_links to [[#ParticleContainers|ParticleContainers]] (parent)
 +
| All particle systems of the game.
 +
| 448
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 
|-
 
|-
| ObjectDirection
+
| PicBufferSize
 
| t_int
 
| t_int
| Direction in degrees which a character is aligned if it reaches this object (ObjectPosition).
+
| Buffer size (in KB) for reserved memory at game startup. This buffer is used for all non-preloaded images and should be large enough to hold the largest image, otherwise memory must be allocated dynamically which can lead to memory fragmentation and crash the application. E.&nbsp;g. if the largest image is 1400x1200 and has an alpha channel then "PicBufferSize" must be set to a value >= 6563 (4 byte per pixel (red, green, blue and alpha channel), 1400 * 1200 * 4 = 6720000, divided by 1024 because unit is KB and not byte, 6720000 / 1024 = 6562.5).
 +
| 733
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectIsItem
+
| PictureCacheSize
| t_bool
+
| t_int
| If true then this object is an item, otherwise it is a scene object.
+
| Size (in MB) for cache which stores the recently loaded images.
 +
| 669
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectIsWalkable
+
| Plugins
| t_bool
+
| t_links to [[#Plugins|Plugins]]
| If true then then no action can be executed on this object with the standard command (see InterfaceStandardCommand).
+
| Installed action part plugins.
 +
| 863
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectName
+
| PreallocatedTextures
| t_link to [[#Text|Text]] (parent)
+
| t_int
| The name of the object (as shown in the action text).
+
|  
 +
| 743
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectOffset
+
| PreloadPicThreads
| t_point
+
| t_int
| Offset for this object from its initial position. By changing the offset it is possible to move the object on a scene. The object image and all object animations will take the offset into account. Detecting an object (ObjectPolygon) by the cursor also considers the offset.
+
| Number of threads used for preloading animations. "PreloadPicThreads" number of buffers with size of "PreloadedPicBufferSize" will be preallocated.
| class="cent" | <div class="tick"></div>
+
| 731
| class="cent" | S
 
|-
 
| ObjectParticleSystem
 
| t_link to [[#ParticleSystem|ParticleSystem]]
 
| Particle system which is shown if the object is active (see ObjectCondition).
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectPolygon
+
| PreloadedPicBufferSize
| t_vpoint
+
| t_int
| Polygon which defines the border of the object. The object is detected if the cursor is inside the polygon.
+
| Buffer size (in KB) for reserved memory at game startup. This buffer is used for preloading images and should be large enough to hold the largest image (of a preloaded animation), otherwise memory must be allocated dynamically which can lead to memory fragmentation and crash the application. E.&nbsp;g. if the largest image of all preloaded animations is 1400x1200 and has an alpha channel then "PreloadedPicBufferSize" must be set to a value >= 6563 (4 byte per pixel (red,green,blue and alpha channel), 1400 * 1200 * 4 = 6720000, divided by 1024 because unit is KB and not byte, 6720000 / 1024 = 6562.5).
 +
| 732
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| ObjectPosition
+
| Quake
| t_point
+
| t_bool
| Position of the object on the scene (only used if ObjectIsItem is false). If the user clicked on this object then the current character walks to this position.
+
| If true a quake constantly moves the screen. The values "QuakeForce" and "QuakeSpeed" are used as parameters for the quake.
| class="cent" | <div class="cross"></div>
+
| 629
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
|-
+
| class="cent" | S
| ObjectRotation
+
|-  
| t_float
+
| QuakeForce
| Rotation for this object in radians (full rotation 2 pi, radian = degree * 180 / pi). The object image and all object animations will take the rotation into account.
+
| t_int
 +
| Number of maximum pixels the screen is moved by a quake. Value is only used if "Quake" is true.
 +
| 630
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
|-
+
|-  
| ObjectRotationCenter
+
| QuakeSpeed
| t_point
+
| t_int
| Coordinates (on screen) which define the center for object rotation (see ObjectRotation). If set to -1,-1 (default) the image center is used as rotation center.
+
| Defines how long (in milliseconds) a moved screen is shown at the same position. A higher value results in a slower quake because the same screen is shown longer. Value is only used if "Quake" is true.
 +
| 631
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| ObjectScale
+
| RegisteredEventHandlers
| t_float
+
| t_string
| Defines scaling factor for this object. 1.0 means 100% (original size), 2.0 would be double size and 0.5 half size. The object image and all object animations will take the scaling into account.
+
| All registered event handlers.
| class="cent" | <div class="tick"></div>
+
| 759
 +
| class="cent" | <div class="cross"></div>
 
| class="cent" | S
 
| class="cent" | S
 
|-
 
|-
| ObjectScrollFactorX
+
| Reserved
| t_int
+
| t_string
| Horizontal scrolling-speed of this object in percent of screen's scrolling-speed (in %). If '100' then the object scrolls with same speed as the screen itself, otherwise it scrolls faster (> '100'), slower (< '100') or not at all (0).
+
| Licence number.
 +
| 369
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectScrollFactorY
+
| RightClickAction
| t_int
+
| t_link to [[#Actions|Actions]] (parent)
| Vertical scrolling-speed of this object in percent of screen's scrolling-speed (in %). If '100' then the object scrolls with same speed as the screen itself, otherwise it scrolls faster (> '100'), slower (< '100') or not at all (0).
+
| Action which is started if the right mouse button is pressed and "RightMouseClick" is set to 3 or 4.
 +
| 337
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| ObjectShaderSet
+
| RightClickBehaviour
 
| t_int
 
| t_int
| sets shader configuration id for an object and all of its animations, see shaderSetOptions command.
+
| Defines if the character will be sent to the current position when the right mouse button is clicked.Possible values:
 +
* 0 (eMouseActionBehaviourDoNotSendCharacter): The character will not be sent to the current position.
 +
* 1 (eMouseActionBehaviourSendCharacterToCursor): Character will be sent to current position.
 +
* 2 (eMouseActionBehaviourSendCharacterToObjects): Character will be sent to current position if it is a scene object.
 +
| 782
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | S
+
| class="cent" | V/S
 +
|-
 +
| SavedObject
 +
| t_link to [[#Characters|Characters]] or [[#Objects|Objects]] or [[#Buttons|Buttons]]
 +
| Object which is currently saved to execute an action on (usually through the "Save object" action part).
 +
| 486
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| ObjectSnoopAnimation
+
| SaveGameName
| t_link to [[#Animation|Animation]]
+
| t_string
| Animation which is shown when the snoop animation are active. The animation is only shown if the object is currently active (see ObjectCondition). The snoop animations can be activated with an action part.
+
| Used to store name of current savegame.
 +
| 537
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 +
|-
 +
| SavegameScreenshot
 +
| t_path
 +
| Image used as savegame screenshot for all scenes when game is played on a mobile device.
 +
| 764
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V
 +
|-
 +
| SaveNameOffsetY
 +
| t_int
 +
|
 +
| 843
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectSnoopAnimationPos
+
| SceneComposedFile
| t_point
+
| t_path
| Absolute position of the snoop animation (seeObjectSnoopAnimation) on the scene.
+
| Defines the filename for composing the scenes when compiling the game.
 +
| 618
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| SceneComposedFiles
 +
| t_int
 +
| The number of composed scene files. Possible values:
 +
* 0 (eMainContainer): All scenes are stored in the main container.
 +
* 1 (eSingleContainer): All scenes are stored in one file specified by "SceneComposedFile".
 +
* 2 (eMultipleContainers): Each scene is stored in an own container specified by "SceneComposedFile" (filename extended by the scene number).
 +
| 617
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ObjectSprite
+
| SceneLinks
| t_link to [[#Sprite|Sprite]] (parent)
+
| t_links to [[#Scenes|Scenes]] (parent)
| Sprite which is shown if the object is active (see ObjectCondition).
+
| All scenes of the game.
 +
| 117
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| ObjectTimeToDestVisibility
 
| t_int
 
| Defines the time in milli seconds until the visibility ObjectDestVisibility is reached. This value is used the next time when ObjectDestVisibility is set.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
 
|-
 
|-
| ObjectValues
+
| ScriptLinks
| t_links to [[#Value|Value]] (parent)
+
| t_links to [[#Scripts|Scripts]] (parent)
| All values of the object.
+
| All scripts of the game.
 +
| 651
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| ObjectVisibility
+
| ScrollCenterCharacter
| t_int
+
| t_bool
| Visibility of the object in %. Must be between '0' and '100'. '0' means the object is not visible at all (but is still recognized by the cursor), '100' means the object is completely visible (default).
+
| If true the character linked in "ScrollCharacter" will be centered on the scene (if "ScrollTo" is false). If false then no character will be centered.
 +
| 561
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| ScrollCharacter
 +
| t_link to [[#Characters|Characters]]
 +
| Character which will be centered on the current scene (if "ScrollCenterCharacter" is true and "ScrollTo" is false).
 +
| 611
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | S
 
| class="cent" | S
|}
 
 
== Outfit ==
 
{| class="ts"
 
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
| ScrollDirectionHorizontal
 +
| t_int
 +
| ''DEPRECATED''
 +
| 473
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 
|-
 
|-
| OutfitAmbientLightColor (v4.0)
+
| ScrollDirectionVertical
 
| t_int
 
| t_int
| The ambient light color can be used to shade a 3D model with a basic color to adapt it to the lighting conditions in the surrounding scene.
+
| ''DEPRECATED''
| class="cent" | <div class="tick"></div>
+
| 474
| class="cent" | V/S
+
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 +
|-
 +
| ScrollPosition
 +
| t_point
 +
| Upper left corner of current scroll position (on current scene).
 +
| 470
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-  
 
|-  
| OutfitCameraAngle (v4.0)
+
| ScrollSpeed
| t_float
+
| t_int
| This field sets the angle in degrees from which the camera shows each individual 3D model. By default, each model is shown from the front (0°), but the value range allows a model to be viewed from directly above (90°) or below (-90°).
+
| Number of pixels which will be scrolled in one second.
 +
| 246
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-  
 
|-  
| OutfitCameraHeight (v4.0)
+
| ScrollToPoint
| t_float
+
| t_point
| This field indicates the height of the camera relative to its 3D model. By default, the camera focuses on the center of the model, but the value range allows the camera to focus on the top (100 %) or bottom (-100 %) of the model.
+
| Upper left corner the current scene is scrolling to.
 +
| 471
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
 
|-
 
|-
| OutfitCharacterAnimations
+
| ScrollTo
| t_links to [[#Animation|Animation]] (parent)
+
| t_bool
| Person animations, must be started manually.
+
| If true the scene is currently scrolling to "ScrollToPoint".
 +
| 472
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | S
|-  
+
|-
| OutfitCharacterSpeed
+
| ShaderExclude
 
| t_int
 
| t_int
| Speed of character with this outfit (in pixel per second).
+
| Defines which components (scene, interfaces, texts, cursor) will be excluded from shader programs. Possible values:
 +
* 0 (eShaderExcludeNothing): standard, exclude nothing.
 +
* 1 (eShaderExcludeInterfaces): exclude interfaces, text on top, cursor.
 +
* 2 (eShaderExcludeTextsAndCursor): exclude text on top, cursor.
 +
* 3 (eShaderExcludeCursor): exclude cursor
 +
| 787
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
|-  
+
|-
| OutfitLightColor
+
| ShaderLinks
 +
| t_links to [[#Shaders|Shaders]]
 +
|
 +
| 820
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| ShowBlackScreenAfterVideo
 +
| t_bool
 +
| If true a black screen will be shown after the video is finished (until the next game scene is ready and all images are loaded). Otherwise the last frame of the video is shown until the game is continued.
 +
| 763
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| SmoothScrolling
 +
| t_bool
 +
|
 +
| 826
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| SpeakerSoundPanFactor
 
| t_int
 
| t_int
| The color (RGB, 1 byte per channel) of the direct light source used to shade a 3D model.
+
| Speech output balance in percent. Defines if the speech output is played on left/right speaker depending on the character position. If set to 0 the speech output will be played equally on left and right speaker. If set to 100 the output volume on left/right speaker completely depends on the position of the character on the current scene.
 +
| 758
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
|-  
+
|-
| OutfitLightPosX (v4.0)
+
| SpeakerTextAlignment
| t_float
+
| t_int
| The first coordinate of the light source used to directly light 3D models. The model itself is positioned at the origin. The light position does not influence the position of shadows.
+
| Defines alignment of speaker text. Possible values:
 +
* 0 (eAlignLeft): Align left.
 +
* 1 (eAlignRight): Align right.
 +
* 2 (eAlignCentered): Centered.
 +
* 3 (eAlignLeftWithCenterPos): Align left (use center position).
 +
* 4 (eAlignRightWithCenterPos): Align right (use center position).
 +
* 5 (eAlignCenteredWithLeftPos): Centered (use left position).
 +
| 592
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-  
 
|-  
| OutfitLightPosY (v4.0)
+
| SpeechLanguage
| t_float
+
| t_link to [[#Languages|Languages]]
| The second coordinate of the light source used to directly light 3D models. The model itself is positioned at the origin. The light position does not influence the position of shadows.
+
| Defines the language which is used for speech output. If empty the language from "StandardLanguage" will be used.
 +
| 755
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
 
|-  
 
|-  
| OutfitLightPosZ (v4.0)
+
| StandardLanguage
| t_float
+
| t_link to [[#Languages|Languages]]
| The third coordinate of the light source used to directly light 3D models. The model itself is positioned at the origin. The light position does not influence the position of shadows.
+
| Defines the currently used language.
 +
| 306
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-
 
|-
| OutfitModel (v4.0)
+
| StartAction
| t_path
+
| t_link to [[#Actions|Actions]] (parent)
| Path to the 3D model file used for the outfit.
+
| This action will be executed once at the beginning of the game (after the game was loaded).
| class="cent" | <div class="cross"></div>
+
| 368
| class="cent" | V
 
|-
 
| OutfitModelAmbientOcclusion (v4.0)
 
| t_int
 
| This field controls the intensity of self-shadowing of a 3D model in percent using ambient occlusion. A value of 0 deactivates ambient occlusion.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| OutfitModelOutlineColor (v4.0)
+
| TextAlignment
 
| t_int
 
| t_int
| The color used for the contours of 3D models.
+
| Defines alignment of spoken text. Possible values:
 +
* 0 (eAlignLeft): Align left.
 +
* 1 (eAlignRight): Align right.
 +
* 2 (eAlignCentered): Centered.
 +
* 3 (eAlignLeftWithCenterPos): Align left (use center position).
 +
* 4 (eAlignRightWithCenterPos): Align right (use center position).
 +
* 5 (eAlignCenteredWithLeftPos): Centered (use left position).
 +
| 593
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-  
 
|-  
| OutfitModelOutlineWidth (v4.0)
+
| TextOutput
 
| t_int
 
| t_int
| The width of contours of 3D models.
+
| Defines if spoken texts should be printed and/or spoken. Possible values:
 +
* 0 (eTextAndSpeechOutput): Display text and play speech file.
 +
* 1 (eOnlySpeechOutput): Only play speech file.
 +
* 2 (eOnlyTextOutput): Only display text.
 +
| 583
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
 +
|-
 
|-  
 
|-  
| OutfitModelScaleFactor (v4.0)
+
| TextSpeed
 
| t_int
 
| t_int
| The size of the displayed 3D model in percent. This field can be used to finetune the size or a model in the scene without changing the 3D model file.
+
| Speed for displaying texts (in percent). Default is 100.
 +
| 646
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
 +
|-
 +
| UsedItem
 +
| t_link to [[#Objects|Objects]]
 +
| The currently picked up item. A picked up item is either dragged (shown instead of cursor) or displayed in the action text.
 +
| 686
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 
|-
 
|-
| OutfitModelShadow (v4.0)
+
| UsedItemPicked
| t_int
+
| t_bool
| Indicates what type of shadow a 3D model casts. This can be either a simple blob shadow (1) or a realistic projected shadow (2). The value 0 disables shadows. Shadows are always cast straight downwards.
+
| True if "UsedItem" = true and the used item is dragged (shown instead of cursor).
 +
| 730
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | S
 
|-
 
|-
| OutfitModelShadowVisibility (v4.0)
+
| Version
| t_int
+
| t_string
| This field controls the visibility of the shadow of a 3D model in percent. A value of 0 deactivates shadows.
+
| Version number of the game.
 +
| 627
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| OutfitModelShowOutline (v4.0)
+
| VerticalScrollDistance
| t_bool
+
| t_int
| This flag indicates whether outlines of a 3D model are drawn.
+
| If the distance of the current character to the vertical scene border is equal or smaller than this value then the scene will be scrolled vertical to center the character (if the scene is larger than the viewable area). If this value is very small the character has to go very close to the border until the scene is scrolled, if the value is half the viewable size or larger then the character will always be centered.
 +
| 668
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
 
|-
 
|-
| OutfitModelTextures (v4.0)
+
| VideoAudioLanguage
| t_vpath
+
| t_string
| This field contains a list of texture paths used to draw a 3D model. This can be used to override the texture information stored in the 3D model file.
+
|  
| class="cent" | <div class="cross"></div>
+
| 738
| class="cent" | V
 
|-
 
| OutfitModelToonNuances (v4.0)
 
| t_int
 
| Number of nuances of brightness used for toon shading. Using a relatively low number (2-5) creates more cartoon-like lighting of a 3D model.
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | V/S
+
| class="cent" | S
|-  
+
|-
| OutfitModelUseToonShading (v4.0)
+
| VideosEncrypted
 
| t_bool
 
| t_bool
| This flag indicates whether toon shading is used for a 3D model. The alternative is realistic shading.
+
| If true the videos are stored in an encrypted container. This field is only relevant for compiled games.
| class="cent" | <div class="tick"></div>
+
| 699
| class="cent" | V/S
 
|-
 
| OutfitRandomAnimations
 
| t_links to [[#Animation|Animation]] (parent)
 
| For playable characters: (characters with an interface):<br />
 
Animations are shown if the user did not interact for a longer random time span (between OutfitRandomMinTime and OutfitRandomMaxTime milli seconds).<br />
 
For non-playable characters (characters without an interface):<br />
 
Animations are shown after a random time span (between OutfitRandomMinTime and OutfitRandomMaxTime milli seconds).
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| OutfitRandomMinTime
+
| VideoPauseScreen
| t_int
+
| t_path
| Minimum time in milli seconds until a random animation (see OutfitRandomAnimations) is started.
+
|  
 +
| 788
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| OutfitRandomMaxTime
+
| VideoSubtitleFont
| t_int
+
| t_link to [[#Fonts|Fonts]]
| Maximum time in milli seconds until a random animation (see OutfitRandomAnimations) is started.
+
|  
| class="cent" | <div class="cross"></div>
+
| 735
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| OutfitSlideWalkAnimation
+
| VideoSubtitleLanguage
| t_bool
+
| t_string
| If true the character position will be updated continuously during walking, otherwise the position will only be updated if a new frame of the walk animation is shown.
+
|  
| class="cent" | <div class="cross"></div>
+
| 737
| class="cent" | V/S
+
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| VideoSubtitlePosition
 +
| t_point
 +
|
 +
| 736
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| OutfitStandingAnimations
+
| WalksoundBus
| t_links to [[#Animation|Animation]] (parent)
+
| t_link to [[#AudioBusses|AudioBusses]]
| Standing animations, shown when person is standing.
+
|  
| class="cent" | <div class="cross"></div>
+
| 853
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| OutfitTalkAnimations
+
| WaitCursor
| t_links to [[#Animation|Animation]] (parent)
+
| t_link to [[#Cursors|Cursors]]
| Talk animations.
+
|  
 +
| 880
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | V/S
 
|-
 
|-
| OutfitWalkAnimations
+
| WindowResolution
| t_links to [[#Animation|Animation]] (parent)
+
| t_point
| Walk animations.
+
| Screen resolution.
 +
| 126
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|}
 
|}
  
== ParticleContainer ==
+
 
{| class="ts"
+
== Interfaces ==
 +
Table id: 1 <small>(eInterfaces)</small>
 +
{| class="ts sortable"
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| ParticleContainerCameraZoom
+
| ActionTextFont
| t_float
+
| t_link to [[#Fonts|Fonts]]
| Zoom factor.
+
| Font which will be used for the action text - only used if "DrawActionText" is true.
 +
| 320
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleContainerCameraZPosition
+
| ActionTextRect
| t_float
+
| t_rect
| Z-Position of 'camera' for showing particle system.
+
| Rectangle in which the action text will be drawn horizontally and vertically centered - only used if "DrawActionText" is true.
 +
| 319
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleContainerLeadTime
+
| ActiveCommand
| t_links to [[#Particles|Particles]] (parent)
+
| t_link to [[#Buttons|Buttons]]
| All particle emitters of this particle system.
+
|  
 +
| 607
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| Border
 +
| t_vpoint
 +
| Polygon which defines the border of the interface. The interface is detected if the cursor is inside the polygon.
 +
| 325
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleContainerParticles
+
| Buttons
| t_links to [[#Particles|Particles]] (parent)
+
| t_links to [[#Buttons|Buttons]] (parent)
| All particle emitters of this particle system.
+
| All buttons of the interface: commands, arrows to scroll items, action areas, placeholder for items.
 +
| 140
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|}
 
 
== Particle ==
 
{| class="ts"
 
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
| InterfaceClass
|-
+
| t_link to [[#InterfaceClasses|InterfaceClasses]]
| ParticleActiveStages
+
| The class this interface belongs to.
| t_int
+
| 659
| -
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleBlendColor0
+
| Conditions
| t_int
+
| t_links to [[#Conditions|Conditions]] (parent)
| -
+
| The conditions of the interface.
 +
| 452
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| ParticleBlendColor1
+
| DestVisibility
 
| t_int
 
| t_int
| -
+
| The visibility of the interface (and all of its buttons) is fading to the visibility defined by this value. Must be between 0 and 100. A value of 0 means the interface will not be visible at all (but is still recognized by the cursor). The time to fade from the current visibility to "DestVisibility" is defined by "TimeToDestVisibility".
| class="cent" | <div class="cross"></div>
+
| 604
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
|-
+
| class="cent" | S
| ParticleBlendColor2
+
|-  
 +
| Displacement
 
| t_int
 
| t_int
| -
+
| Defines where the interface is shown. Possible values:
 +
* 0: top.
 +
* 1: bottom.
 +
* 2: left.
 +
* 3: right.
 +
* 4: absolute, position on screen defined by "Offset".
 +
* 5: relative, position defined by current cursor position and offset to the cursor position ("Offset").
 +
| 314
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-  
 +
| DrawActionText
 +
| t_bool
 +
| Defines if the action text is drawn on this interface (if true then "ActionTextFont" and "ActionTextRect" must be set).
 +
| 587
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleBlendColor3
+
| ItemsScrollPosition
 
| t_int
 
| t_int
| -
+
| Current scroll position of the items in the interface/inventory.
 +
| 609
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | S
 
|-
 
|-
| ParticleBlendColorCurve0
+
| LeaveAction
| t_vfloat
+
| t_link to [[#Actions|Actions]] (parent)
| -
+
| Action which will be executed if the cursor leaves the interface (outside of polygon "Border").
 +
| 388
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| ParticleBlendColorCurve1
+
| MatrixId
| t_vfloat
+
| t_int
| -
+
|
 +
| 802
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-  
 +
| Offset
 +
| t_point
 +
| Offset (or absolute position) for displaying the interface (only used if "Displacement" is 4 or 5).
 +
| 302
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| Position
 +
| t_point
 +
| Absolute position of upper left corner of interface.
 +
| 688
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V/S
 +
|-
 +
| ScrollStepSize
 +
| t_int
 +
| Defines how many item positions will be scrolled if a scroll arrow is pushed.
 +
| 138
 +
| class="cent" | <div class="tick"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|-
 +
| ShowAlways
 +
| t_bool
 +
|
 +
| 789
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| Size
 +
| t_int
 +
| Defines the size of the interface (in pixels). Is needed if part of the interface is drawn into the scene (e.&nbsp;g. flowers on top of the interface) and the interface is aligned to the border. Is only used if > 0 and "Displacement" is 0, 1, 2 or 3.
 +
| 324
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 
|-
 
|-
| ParticleBlendColorCurve2
+
| Sprite
| t_vfloat
+
| t_sprite
| -
+
| Background sprite of the interface.
 +
| 238
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleBlendColorCurve3
+
| StandardCommand
| t_vfloat
+
| t_link to [[#Buttons|Buttons]]
| -
+
| Button which is the standard command (usually "Walk to") for this interface.
 +
| 298
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| ParticleBlendMaxTile
+
| TimeToDestVisibility
 
| t_int
 
| t_int
| -
+
| Defines the time (in milliseconds) until the visibility defined in "DestVisibility" is reached. This value is used the next time when "DestVisibility" is set.
| class="cent" | <div class="cross"></div>
+
| 605
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| ParticleBlendSizeCurve
+
| Values
| t_vfloat
+
| t_links to [[#Values|Values]] (parent)
| -
+
| The values of the interface.
 +
| 453
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|-
 +
| Visibility
 +
| t_int
 +
| Visibility of the interface (and all of its buttons) in percent. Must be between 0 and 100. A value of 0 means the interface is not visible at all. Note that the interface can only be visible if "Active" and "Visible" are true.
 +
| 603
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| Visible
 +
| t_bool
 +
| If true the interface is visible - supposed "Visibility" is > 0. This option can be used to toggle the interface on/off without changing "Visibility".
 +
| 606
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|}
 +
 +
 +
== InterfaceClasses ==
 +
Table id: 31 <small>(eInterfaceClasses)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| ParticleBlendTilesControlPoints
+
! style="width:15%" | Field
| t_vint
+
! style="width:15%" class="unsortable" | Type
| -
+
! class="unsortable" | Description
| class="cent" | <div class="cross"></div>
+
! style="width:3%" | id
| class="cent" | V
+
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| ParticleBlendTilesCurve
+
| Name
| t_vfloat
+
| t_string
| -
+
| Interface class name. The name of the object itself will be set to the translated class name.
 +
| 660
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|}
| ParticleCameraZPos
+
 
| t_float
+
 
| Distance of the 'camera' to the z-layer.
+
== Languages ==
 +
Table id: 18 <small>(eLanguages)</small>
 +
 
 +
The language name is defined by the name of each language object.
 +
 
 +
 
 +
== Loadings ==
 +
Table id: 21 <small>(eLoadings)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Music
 +
| t_path
 +
| Music which is played while the loading screen is shown.
 +
| 357
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleCameraZoom
+
| Sprite
| t_float
+
| t_sprite
| Focal width of 'camera'.
+
| Background sprite of the loading screen.
 +
| 353
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleColorControlPoints0
+
| StatusCover
| t_vint
+
| t_bool
| -
+
| If false the status sprite will grow (from zero width to full width), if true the status sprite will shrink (from full width to zero width).
 +
| 356
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleColorControlPoints1
+
| StatusSprite
| t_vint
+
| t_sprite
| -
+
| Sprite for progress bar.
 +
| 355
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== Models ==
 +
Table id: 35 <small>(eModels)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| ParticleColorControlPoints2
+
| Model
| t_vint
+
| t_path
| -
+
|  
 +
| 706
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleColorControlPoints3
+
| Textures
| t_vint
+
| t_vpath
| -
+
|  
 +
| 707
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== Objects ==
 +
Table id: 6 <small>(eObjects)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| ParticleEmitterSizeX
+
! style="width:15%" | Field
| t_int
+
! style="width:15%" class="unsortable" | Type
| Width of particle emitter space.
+
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Actions
 +
| t_links to [[#Actions|Actions]] (parent)
 +
| All actions of the object. "ExecutionType" defines when the action is started.
 +
| 172
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleEmitterSizeY
+
| Animation
| t_int
+
| t_link to [[#Animations|Animations]]
| Height of particle emitter space.
+
| Animation which is automatically started if this object is active (see "Condition" and "Value").
 +
| 171
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleEmitterSizeZ
+
| Animations
| t_int
+
| t_links to [[#Animations|Animations]] (parent)
| Depth of particle emitter space.
+
| All animations of the object.
 +
| 176
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleEmitterType
+
| Center
 
| t_int
 
| t_int
| Defines where the particles emit.<br/>
+
| Defines the line number (y coordinate) which decides if a character is in front or behind this object.
'1': particles emit from one point in space (see ParticleXPos and ParticleYPos).<br/>
+
| 329
'2': particles emit from somewhere within a region in space (see ParticleXPos/ParticleYPos and ParticleEmitterSizeX/ParticleEmitterSizeY/ParticleEmitterSizeZ).
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleForceBlend
+
| Condition
| t_float
+
| t_link to [[#Conditions|Conditions]]
| -
+
| If not empty then the object is only shown and detected by the cursor if the condition is true (or the condition is false and "ConditionNegate" is true). If this condition query results in false and a "Value" is also defined, it depends on the value whether the object is active.
 +
| 169
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleForceRotationX
+
| ConditionNegate
| t_int
+
| t_bool
| -
+
| If true then the condition linked under "Condition" is negated.
 +
| 359
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleForceRotationZ
+
| Conditions
| t_int
+
| t_links to [[#Condition|Condition]] (parent)
| -
+
| All conditions of the object.
| class="cent" | <div class="cross"></div>
+
| 175
| class="cent" | V
 
|-
 
| ParticleForceStrength
 
| t_float
 
| Strength of force which affects all particles.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|-
 +
| DestVisibility
 +
| t_int
 +
| The visibility of the object is fading to the visibility defined by this value. Must be between 0 and 100. A value of 0 means the object will not be visible at all (but is still recognized by the cursor). The time to fade from the current visibility to "DestVisibility" is defined by "TimeToDestVisibility".
 +
| 601
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| ParticleForceType
+
| Direction
 
| t_int
 
| t_int
| Type of force. Possible values are: <br/>
+
| Direction in degrees which a character is aligned if it reaches this object ("Position").
'0': directional. <br/>
+
| 222
'1': directional from point. <br/>
 
'2': point. <br />
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleForceXPos
+
| IsItem
| t_float
+
| t_bool
| -
+
| If true then this object is an item, otherwise it is a scene object.
 +
| 350
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleForceYPos
+
| IsWalkable
| t_float
+
| t_bool
| -
+
| If true then then no action can be executed on this object with the standard command (see "Interface > StandardCommand").
 +
| 384
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleForceZPos
+
| MatrixId
| t_float
+
| t_int
| -
+
|  
 +
| 792
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | S
 
|-
 
|-
| ParticleLeadTime
+
| Model
| t_int
+
| t_path
| Number of seconds the particle system is preplayed before it is displayed for the first time.
+
|  
 +
| 791
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleMaterialMode
+
| Name
| t_int
+
| t_link to [[#Texts|Texts]] (parent)
| -
+
| The name of the object (as shown in the action text).
 +
| 251
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleMaxColor
+
| Offset
| t_int
+
| t_point
| The color of a particle will be between the colors ParticleMinColor and ParticleMaxColor.
+
| Offset for this object from its initial position. By changing the offset it is possible to move the object on a scene. The object image and all object animations will take the offset into account. Detecting an object ("Polygon") by the cursor also considers the offset.
 +
| 779
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| ''ParticleSystem''
 +
| ''t_link to [[#ParticleSystems|ParticleSystems]]''
 +
| ''DEPRECATED''
 +
| 467
 +
| class="cent" |
 +
| class="cent" |
 +
|-
 +
| Polygon
 +
| t_vpoint
 +
| Polygon which defines the border of the object. The object is detected if the cursor is inside the polygon.
 +
| 341
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleMaxLife
+
| Position
| t_int
+
| t_point
| Maximum lifetime of a particle.
+
| Position of the object on the scene (only used if "IsItem" is false). If the user clicked on this object then the current character walks to this position.
 +
| 339
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleMaxParticle
+
| Rotation
| t_int
+
| t_float
| Maximum number of particles (there may be less particles visible depending on creation and lifetime parameters).
+
| Rotation for this object in radians (full rotation 2 pi, radian = degree * 180 / pi). The object image and all object animations will take the rotation into account.
| class="cent" | <div class="cross"></div>
+
| 783
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| RotationCenter
 +
| t_point
 +
| Coordinates (on screen) which define the center for object rotation (see "Rotation"). If set to -1,-1 (default) the image center is used as rotation center.
 +
| 784
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| Scale
 +
| t_float
 +
| Defines the scaling factor for this object. 1.0 means 100% (original size), 2.0 would be double size and 0.5 half size. The object image and all object animations will take the scaling into account.
 +
| 786
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| ParticleMaxSize
+
| ScaleX
 
| t_float
 
| t_float
| Maximum size of a particle.
+
| Factor for horizontal scaling of the button (100 is original width).
| class="cent" | <div class="cross"></div>
+
| 812
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| ParticleMaxVelocity
+
| ScaleY
 
| t_float
 
| t_float
| Maximum velocity of a particle.
+
| Factor for vertical scaling of the button (100 is original height).
 +
| 812
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| ScrollFactorX
 +
| t_int
 +
| Horizontal scrolling-speed of this object in percent of screen's scrolling-speed (in %). If 100 then the object scrolls with same speed as the screen itself, otherwise it scrolls faster (> 100), slower (< 100) or not at all (0).
 +
| 538
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleMinColor
+
| ScrollFactorY
 
| t_int
 
| t_int
| The color of a particle will be between the colors ParticleMinColor and ParticleMaxColor.
+
| Vertical scrolling-speed of this object in percent of screen's scrolling-speed (in %). If 100 then the object scrolls with same speed as the screen itself, otherwise it scrolls faster (> 100), slower (< 100) or not at all (0).
 +
| 539
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleMinLife
+
| ShaderSet
 
| t_int
 
| t_int
| Minimum lifetime of a particle.
+
| Sets shader configuration id for an object and all of its animations, see "shaderSetOptions()" command.
 +
| 785
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| SnoopAnimation
 +
| t_link to [[#Animations|Animations]]
 +
| Animation which is shown when the "hotspot" (formerly known as "snoop") animations are active. The animation is only shown if the object is currently active. The "hotspot" animations can be activated with an action part.
 +
| 665
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleMinSize
+
| SnoopAnimationPos
| t_float
+
| t_point
| Minimum size of a particle.
+
| Absolute position of the "hotspot" (formerly known as "snoop") animation (see "SnoopAnimation") on the scene.
 +
| 666
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticleMinVelocity
+
| Sprite
| t_float
+
| t_link to [[#Sprites|Sprites]] (parent)
| Minimum velocity of a particle.
+
| Sprite which is shown if the object is active.
 +
| 170
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|-
 +
| TimeToDestVisibility
 +
| t_int
 +
| Defines the time (in milliseconds) until the visibility defined in "DestVisibility" is reached. This value is used the next time when "DestVisibility" is set.
 +
| 602
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 
|-
 
|-
| ParticlePerTime
+
| Values
| t_float
+
| t_links to [[#Values|Values]] (parent)
| New particles per time (with ~66 time units per second).
+
| All values of the object.
 +
| 333
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticlePhiX
+
| Value
| t_int
+
| t_link to [[#Values|Values]]
| Opening angle about the X-axis.
+
| If not empty then the object is only shown and detected by the cursor if the value query (consisting of "Value", "ValueOperator" and "ValueInt") is met. If this query results in false and a "Condition" is also defined, it depends on the condition whether the object is active.
 +
| 846
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticlePhiY
+
| ValueInt
 
| t_int
 
| t_int
| Opening angle about the Z-axis.
+
| Integer value for querying the value linked under "Value".
 +
| 848
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ParticlePosX
+
| ValueOperator
 
| t_int
 
| t_int
| X Position of particle emitter (in pixel coordinates).
+
| Operator for querying the value linked under "Value". Possible values:
 +
* 0: equals (=)
 +
* 1: doesn't equal (!=)
 +
* 2: equal or greater than (>=)
 +
* 3: greater than (>)
 +
* 4: equal or less than (<=)
 +
* 5: less than (<)
 +
| 847
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| ParticlePosY
+
| Visibility
 
| t_int
 
| t_int
| Y Position of particle emitter (in pixel coordinates).
+
| Visibility of the object in percent. Must be between 0 and 100. A value of 0 means the object is not visible at all (but is still recognized by the cursor).
| class="cent" | <div class="cross"></div>
+
| 600
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|}
 +
 
 +
 
 +
== Outfits ==
 +
Table id: 17 <small>(eOutfits)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| ParticleRotationX
+
! style="width:15%" | Field
| t_int
+
! style="width:15%" class="unsortable" | Type
| -
+
! class="unsortable" | Description
| class="cent" | <div class="cross"></div>
+
! style="width:3%" | id
| class="cent" | V
+
! style="width:5%" class="unsortable" | Scriptable
|-
+
! style="width:5%" class="unsortable" | Storage
| ParticleRotationZ
 
| t_int
 
| -
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
 
|-
 
|-
| ParticleSizeControlPoints
+
| AmbientLightColor
| t_vint
 
| -
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| ParticleTexture
 
| t_path
 
| Sprite used for all particles.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| ParticleTilesX
 
 
| t_int
 
| t_int
| -
+
| The ambient light color can be used to shade a 3D model with a basic color to adapt it to the lighting conditions in the surrounding scene.
| class="cent" | <div class="cross"></div>
+
| 729
| class="cent" | V
+
| class="cent"  | <div class="tick"></div>
 +
| class="cent"  | V/S
 +
|-
 +
| CameraAngle
 +
| t_float
 +
| This field sets the angle in degrees from which the camera shows each individual 3D model. By default, each model is shown from the front (0°), but the value range allows a model to be viewed from directly above (90°) or below (-90°).
 +
| 711
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-  
 +
| CameraHeight
 +
| t_float
 +
| This field indicates the height of the camera relative to its 3D model. By default, the camera focuses on the center of the model, but the value range allows the camera to focus on the top (100 %) or bottom (-100 %) of the model.
 +
| 710
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 
|-
 
|-
| ParticleTilesY
+
| CharacterAnimations
| t_int
+
| t_links to [[#Animations|Animations]] (parent)
| -
+
| Person animations, must be started manually.
 +
| 269
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| ParticleType
+
| CharacterSpeed
 
| t_int
 
| t_int
| -
+
| Speed of character with this outfit (in pixel per second).
 +
| 270
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-  
 +
| LightColor
 +
| t_int
 +
| The color (RGB, 1 byte per channel) of the direct light source used to shade a 3D model.
 +
| 716
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| LightPosX
 +
| t_float
 +
| The first coordinate of the light source used to directly light 3D models. The model itself is positioned at the origin. The light position does not influence the position of shadows.
 +
| 713
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| LightPosY
 +
| t_float
 +
| The second coordinate of the light source used to directly light 3D models. The model itself is positioned at the origin. The light position does not influence the position of shadows.
 +
| 714
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| LightPosZ
 +
| t_float
 +
| The third coordinate of the light source used to directly light 3D models. The model itself is positioned at the origin. The light position does not influence the position of shadows.
 +
| 715
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| LightColor
 +
| t_int
 +
|
 +
| 716
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| Model
 +
| t_path
 +
| Path to the 3D model file used for the outfit.
 +
| 708
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|}
 
 
== Point ==
 
{| class="ts"
 
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
| ModelAmbientOcclusion
|-
+
| t_int
| PointPosition
+
| This field controls the intensity of self-shadowing of a 3D model in percent using ambient occlusion. A value of 0 deactivates ambient occlusion.
| t_point
+
| 752
| Position on the scene.
 
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| PointRelations
+
| ModelFiles
| t_links to [[#Point|Point]]
+
| t_vpath
| Links to connected points for way system.
+
|  
 +
| 807
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
+
|-  
| PointSize
+
| ModelOutlineColor
 
| t_int
 
| t_int
| Size for character on this point (in %).
+
| The color used for the contours of 3D models.
| class="cent" | <div class="cross"></div>
+
| 724
| class="cent" | V
+
| class="cent" | <div class="tick"></div>
|}
+
| class="cent" | V/S
 
 
== Scene ==
 
{| class="ts"
 
|-
 
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
 
|-
 
| SceneActions
 
| t_links to [[#Actions|Actions]] (parent)
 
| All actions of the scene. These actions can only be started by another action.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|-
 
| SceneActionAreas
 
| t_links to [[#ActionArea|ActionArea]] (parent)
 
| All action areas of the scene (areas which contain actions that are executed if a character enters or leaves the area).
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
 
|-  
 
|-  
| SceneBackgroundMusic
+
| ModelOutlineWidth
| t_path
+
| t_int
| Background music which is played in a loop.
+
| The width of contours of 3D models.
 +
| 725
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-  
 
|-  
| SceneBrightness
+
| ModelScaleFactor
 
| t_int
 
| t_int
| Defines the overall brightness of the scene (in %). Must be between '0' and '100'. '0' means this scene (with all its objects and characters) is completely dark (so everything is black), '100' means  that everything is drawn with its original brightness (default).
+
| The size of the displayed 3D model in percent. This field can be used to finetune the size or a model in the scene without changing the 3D model file.
 +
| 718
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
| class="cent" | S
+
| class="cent" | V/S
 
|-
 
|-
| SceneConditions
+
| ModelShadow
| t_links to [[#Condition|Condition]] (parent)
+
| t_int
| All conditions of the scene.
+
| Indicates what type of shadow a 3D model casts. This can be either a simple blob shadow (1) or a realistic projected shadow (2). The value 0 disables shadows. Shadows are always cast straight downwards.
 +
| 751
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| SceneContinueMusic
+
| ModelShadowVisibility
| t_bool
+
| t_int
| If true then the background music from the last scene is continued instead of playing the background music of this scene (SceneBackgroundMusic).
+
| This field controls the visibility of the shadow of a 3D model in percent. A value of 0 deactivates shadows.
 +
| 750
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| SceneCurrentWaySystem
+
| ModelShowOutline
| t_link to [[#WaySystem|WaySystem]]
+
| t_bool
| Currently used way system (only relevant if SceneIsMenu is false).
+
| This flag indicates whether outlines of a 3D model are drawn.
 +
| 723
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-
 
|-
| SceneCursor
+
| ModelTextures
| t_link to [[#Cursor|Cursor]]
+
| t_vpath
| Cursor which is displayed on this scene (only used if SceneIsMenu is true).
+
| This field contains a list of texture paths used to draw a 3D model. This can be used to override the texture information stored in the 3D model file.
 +
| 728
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| SceneLightMap
+
| ModelToonNuances
| t_path
+
| t_int
| Sprite which is used as a lightmap for the scene. The lightmap defines how the characters are shaded on different positions on the scene.
+
| Number of nuances of brightness used for toon shading. Using a relatively low number (2-5) creates more cartoon-like lighting of a 3D model.
 +
| 722
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-
 
|-
| SceneIsMenu
+
| ModelTurnSpeed
| t_bool
+
| t_int
| If true then this scene is a menu (for savegames, options, etc.) otherwise it is a playable scene (where characters can move, etc.).
+
|  
 +
| 867
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-  
 
|-  
| SceneMusicBalance
+
| ModelUseToonShading
| t_int
+
| t_bool
| Balance of the background music (SceneBackgroundMusic). Must be between '-100' (only left speaker) and '100' (only right speaker).
+
| This flag indicates whether toon shading is used for a 3D model. The alternative is realistic shading.
| class="cent" | <div class="tick"></div>
+
| 721
| class="cent" | V/S
 
|-
 
| SceneMusicVolume
 
| t_int
 
| Volume of the background music (SceneBackgroundMusic). Must be between '0' (mute) and '100' (full volume).
 
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-
 
|-
| SceneName
+
| RandomAnimations
| t_link to [[#Text|Text]] (parent)
+
| t_links to [[#Animation|Animation]] (parent)
| The name of the scene (used for name in savegames).
+
|
 +
* For playable characters (characters with an interface): Animations are shown if the user did not interact for a longer random time span (between "RandomMinTime" and "RandomMaxTime" milliseconds).
 +
* For non-playable characters (characters without an interface): Animations are shown after a random time span (between "RandomMinTime" and "RandomMaxTime" milliseconds).
 +
| 321
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| SceneObjects
+
| RandomMinTime
| t_links to [[#Object|Object]] (parent)
+
| t_int
| All objects of the scene.
+
| Minimum time (in milliseconds) until a random animation (see "RandomAnimations") is started.
 +
| 756
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| SceneParticleSystem
+
| RandomMaxTime
| t_link to [[#ParticleContainer|ParticleContainer]]
+
| t_int
| Particle system of the scene which is always shown.
+
| Maximum time (in milliseconds) until a random animation (see "RandomAnimations") is started.
 +
| 757
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| SceneSavegameAreas
+
| SlideWalkAnimation
| t_vrect
+
| t_bool
| All areas where savegame screenshots are shown. A savegame can be selected by clicking inside an area.
+
| If true the character position will be updated continuously during walking, otherwise the position will only be updated if a new frame of the walk animation is shown.
 +
| 762
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
| class="cent" | V
+
| class="cent" | V/S
 
|-
 
|-
| SceneSavegameFont
+
| StandingAnimations
| t_link to [[#Font|Font]]
+
| t_links to [[#Animations|Animations]] (parent)
| Font which is used for the name of the savegame.
+
| Standing animations, shown when person is standing.
 +
| 383
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| SceneSavegameScreenshot
+
| TalkAnimations
| t_path
+
| t_links to [[#Animations|Animations]] (parent)
| Image used as savegame screenshot for this scene when game is played on a mobile device.
+
| Talk animations.
 +
| 268
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| SceneSavegameScrollStep
+
| TurnAnimations
| t_int
+
| t_links to [[#Animations|Animations]] (parent)
| Defines how many savegame positions will be scrolled if the savegames are scrolled with an actionpart.
+
| Turn animations.
 +
| 810
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| SceneScrollableArea
 
| t_rect
 
| Usually the scene can be scrolled to the edge in each direction. This area can limit the scrolling in each direction so the scene can not be scrolled to the edge.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
 
|-
 
|-
|-
+
| UseLight
| SceneScrollOnEdges
 
 
| t_bool
 
| t_bool
| If true then the scene will be scrolled if the cursor is on the screen edge.
+
|  
 +
| 712
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
| class="cent" | V/S
 
|-
 
|-
| SceneSprite
+
| WalkAnimations
| t_sprite
+
| t_links to [[#Animations|Animations]] (parent)
| Background sprite of the scene.
+
| Walk animations.
 +
| 267
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 +
|}
 +
 +
 +
== ParticleContainers ==
 +
Table id: 23 <small>(eParticleContainers)</small>
 +
{| class="ts sortable"
 
|-
 
|-
| SceneValues
+
! style="width:15%" | Field
| t_links to [[#Value|Value]] (parent)
+
! style="width:15%" class="unsortable" | Type
| All values of the scene.
+
! class="unsortable" | Description
| class="cent" | <div class="cross"></div>
+
! style="width:3%" | id
| class="cent" | V
+
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| ''CameraZoom''
 +
| ''t_float''
 +
| ''DEPRECATED''
 +
|
 +
| class="cent" |
 +
| class="cent" |  
 +
|-
 +
| ''CameraZPosition''
 +
| ''t_float''
 +
| ''DEPRECATED''
 +
|
 +
| class="cent" |
 +
| class="cent" |
 +
|-
 +
| ''LeadTime''
 +
| ''t_links to [[#Particles|Particles]] (parent)''
 +
| ''DEPRECATED''
 +
|
 +
| class="cent" |  
 +
| class="cent" |
 +
|-
 +
| ''Particles''
 +
| ''t_links to [[#Particles|Particles]] (parent)''
 +
| ''DEPRECATED''
 +
|
 +
| class="cent" |
 +
| class="cent" |  
 
|-
 
|-
| SceneWaySystems
+
| PreviewScene
| t_links to [[#WaySystem|WaySystem]] (parent)
+
| t_link to [[#Scenes|Scenes]]
| All way systems of the scene.
+
| Scene for particles preview.
 +
| 824
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|}
 
 
== Script ==
 
{| class="ts"
 
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
| Settings
|-
 
| ScriptScript
 
 
| t_string
 
| t_string
| Script content.
+
| Particle system settings.
 +
| 806
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|}
 
|}
  
== Sprite ==
 
{| class="ts"
 
|-
 
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
 
|-
 
| SpriteSprite
 
| t_sprite
 
| -
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|}
 
  
== Text ==
+
== Particles ==
{| class="ts"
+
Table id: 22 <small>(eParticles)</small>
|-
+
 
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
''DEPRECATED''
|-
+
 
| TextTextLanguages
 
| t_vtext
 
| Language dependent texts for this text entry.
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
|}
 
  
== Value ==
+
== Plugins ==
{| class="ts"
+
Table id: 39 <small>(ePlugins)</small>
 +
{| class="ts sortable"
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| ValueInt
+
| Active
| t_int
 
| The current integer value.
 
| class="cent"  | <div class="tick"></div>
 
| class="cent"  | V/S
 
|-
 
| ValueRandom
 
 
| t_bool
 
| t_bool
| If true then the value (ValueInt) will be set to a random value (between ValueRandomMin and ValueRandomMax) at the beginning of the game.
+
|  
 +
| 860
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ValueRandomMax
+
| Data
| t_int
+
| t_string
| Upper bound for random value (see ValueRandom).
+
|  
 +
| 862
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| ValueRandomMin
+
| Directory
| t_int
+
| t_string
| Lower bound for random value (see ValueRandom).
+
|
 +
| 861
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|}
 +
 
 +
 
 +
== Points ==
 +
Table id: 5 <small>(ePoints)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Position
 +
| t_point
 +
| Position on the scene.
 +
| 146
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Relations
 +
| t_links to [[#Points|Points]]
 +
| Links to connected points for way system.
 +
| 147
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Size
 +
| t_int
 +
| Size for character on this point (in percent).
 +
| 145
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
|-
 
| ValueString
 
| t_string
 
| The current string value.
 
| class="cent" | <div class="tick"></div>
 
| class="cent" | V/S
 
 
|}
 
|}
  
== WaySystem ==
+
 
{| class="ts"
+
== Scenes ==
 +
Table id: 4 <small>(eScenes)</small>
 +
{| class="ts sortable"
 
|-
 
|-
! style="width:10%; | Field !! style="width:10%;" | Type !! Description !! style="width:5%;" | Scriptable !! style="width:5%;" | Storage
+
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Actions
 +
| t_links to [[#Actions|Actions]] (parent)
 +
| All actions of the scene. These actions can only be started by another action.
 +
| 335
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| ActionAreas
 +
| t_links to [[#ActionAreas|ActionAreas]] (parent)
 +
| All action areas of the scene (areas which contain actions that are executed if a character enters or leaves the area).
 +
| 681
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| AudioBusses
 +
| t_links to [[#AudioBusses|AudioBusses]]
 +
|
 +
| 838
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| BackgroundMusic
 +
| t_path
 +
| Background music which is played in a loop.
 +
| 132
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| Brightness
 +
| t_int
 +
| Defines the overall brightness of the scene (in percent). Must be between 0 and 100. A velue of 0 means this scene (with all its objects and characters) is completely dark (so everything is black), 100 means that everything is drawn with its original brightness.
 +
| 594
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| CDTrack
 +
| t_int
 +
|
 +
| 133
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Conditions
 +
| t_links to [[#Conditions|Conditions]] (parent)
 +
| All conditions of the scene.
 +
| 330
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| ContinueMusic
 +
| t_bool
 +
| If true then the background music from the last scene is continued instead of playing the background music of this scene ("BackgroundMusic").
 +
| 365
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| CurrentWaySystem
 +
| t_link to [[#WaySystems|WaySystems]]
 +
| Currently used way system (only relevant if "IsMenu" is false).
 +
| 641
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| Cursor
 +
| t_link to [[#Cursors|Cursors]]
 +
| Cursor which is displayed on this scene (only used if "IsMenu" is true).
 +
| 293
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Curves
 +
| t_links to [[#Curves|Curves]]
 +
|
 +
| 892
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| LightMap
 +
| t_path
 +
| Sprite which is used as a lightmap for the scene. The lightmap defines how the characters are shaded on different positions on the scene.
 +
| 550
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| IsMenu
 +
| t_bool
 +
| If true then this scene is a menu (for savegames, options, etc.), otherwise it is a playable scene (where characters can move, etc.).
 +
| 292
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| MusicBalance
 +
| t_int
 +
| Balance of the background music ("BackgroundMusic"). Must be between -100 (only left speaker) and 100 (only right speaker).
 +
| 316
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| MusicVolume
 +
| t_int
 +
| Volume of the background music ("BackgroundMusic"). Must be between 0 (mute) and 100 (full volume).
 +
| 315
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| Name
 +
| t_link to [[#Texts|Texts]] (parent)
 +
| The name of the scene (used for name in savegames).
 +
| 364
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Objects
 +
| t_links to [[#Objects|Objects]] (parent)
 +
| All objects of the scene.
 +
| 136
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| ParticleSystem
 +
| t_link to [[#ParticleContainers|ParticleContainers]]
 +
| Particle system of the scene which is always shown.
 +
| 441
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| SavegameAreas
 +
| t_vrect
 +
| All areas where savegame screenshots are shown (only if "IsMenu" is true). A savegame can be selected by clicking inside an area.
 +
| 322
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| SavegameFont
 +
| t_link to [[#Font|Font]]
 +
| Font which is used for the name of the savegame (only if "IsMenu" is true).
 +
| 348
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| SavegameScreenshot
 +
| t_path
 +
| Image used as savegame screenshot for this scene when game is played on a mobile device.
 +
| 765
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| SavegameScrollStep
 +
| t_int
 +
| Defines how many savegame positions will be scrolled if the savegames are scrolled with an actionpart (only if "IsMenu" is true).
 +
| 323
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| SaveTextAlignment
 +
| t_int
 +
| Defines the alignment of the timestamp text underneath the savegames (only if "IsMenu" is true). Possible Values:
 +
* 0: Left.
 +
* 1: Right.
 +
* 2: Center.
 +
| 930
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V
 +
|-
 +
| SaveTextOffset
 +
| t_point
 +
| Defines the offset of the timestamp text underneath the savegames from its default location (only if "IsMenu" is true).
 +
| 929
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V
 +
|-
 +
| ScrollableArea
 +
| t_rect
 +
| Usually the scene can be scrolled to the edge in each direction. This area can limit the scrolling in each direction so the scene can not be scrolled to the edge.
 +
| 568
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| ScrollOnEdges
 +
| t_bool
 +
| If true then the scene will be scrolled if the cursor is on the screen edge.
 +
| 232
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| ShaderSet
 +
| t_int
 +
| Sets shader configuration id for the scene, see "shaderSetOptions()" command.
 +
| 794
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | S
 +
|-
 +
| Sprite
 +
| t_sprite
 +
| Background sprite of the scene.
 +
| 236
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| TestCharacter
 +
| t_link to [[#Characters|Characters]]
 +
|
 +
| 879
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Values
 +
| t_links to [[#Values|Values]] (parent)
 +
| All values of the scene.
 +
| 332
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| WaySystems
 +
| t_links to [[#WaySystems|WaySystems]] (parent)
 +
| All way systems of the scene.
 +
| 640
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|}
 +
 
 +
 
 +
== Scripts ==
 +
Table id: 30 <small>(eScripts)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Script
 +
| t_string
 +
| Script content.
 +
| 652
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Type
 +
| t_string
 +
| Script type. Possible Values:
 +
* 0: Execution script.
 +
* 1: Definition script.
 +
| 653
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|}
 +
 
 +
 
 +
== ScriptVariables ==
 +
Table id: 34 <small>(eScriptVariables)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| IsGlobalVar
 +
| t_bool
 +
|
 +
| 697
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 +
|-
 +
| Items
 +
| t_links
 +
|
 +
| 698
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 +
|-
 +
| KeyType
 +
| t_int
 +
|
 +
| 694
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 +
|-
 +
| Value
 +
| t_string
 +
|
 +
| 696
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 +
|-
 +
| ValueType
 +
| t_int
 +
|
 +
| 695
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | S
 +
|}
 +
 
 +
 
 +
== Shaders ==
 +
Table id: 36 <small>(eShaders)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Compiled
 +
| t_string
 +
|
 +
| 823
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| FS
 +
| t_string
 +
|
 +
| 821
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| VS
 +
| t_string
 +
|
 +
| 822
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|}
 +
 
 +
 
 +
== Sprites ==
 +
Table id: 13 <small>(eSprites)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Sprite
 +
| t_sprite
 +
|
 +
| 237
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|}
 +
 
 +
 
 +
== Texts ==
 +
Table id: 14 <small>(eTexts)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| TextLanguages
 +
| t_vtext
 +
| Language-dependent texts for this text entry.
 +
| 761
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|}
 +
 
 +
 
 +
== TextLanguages ==
 +
Table id: 19 <small>(eTextLanguages)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Language
 +
| t_link to [[#Languages|Languages]]
 +
|
 +
| 258
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Sound
 +
| t_path
 +
|
 +
| 257
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| Text
 +
| t_string
 +
|
 +
| 256
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|}
 +
 
 +
 
 +
== Values ==
 +
Table id: 20 <small>(eValues)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 +
|-
 +
| Float
 +
| t_float
 +
| The current float value.
 +
| 805
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|-
 +
| Int
 +
| t_int
 +
| The current integer value.
 +
| 328
 +
| class="cent"  | <div class="tick"></div>
 +
| class="cent"  | V/S
 +
|-
 +
| Random
 +
| t_bool
 +
| If true then the value ("Int") will be set to a random value (between "RandomMin" and "RandomMax") at the beginning of the game.
 +
| 345
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| RandomMax
 +
| t_int
 +
| Upper bound for random value (see "Random").
 +
| 347
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| RandomMin
 +
| t_int
 +
| Lower bound for random value (see "Random").
 +
| 346
 +
| class="cent" | <div class="cross"></div>
 +
| class="cent" | V
 +
|-
 +
| String
 +
| t_string
 +
| The current string value.
 +
| 632
 +
| class="cent" | <div class="tick"></div>
 +
| class="cent" | V/S
 +
|}
 +
 
 +
 
 +
== WaySystems ==
 +
Table id: 29 <small>(eWaySystems)</small>
 +
{| class="ts sortable"
 +
|-
 +
! style="width:15%" | Field
 +
! style="width:15%" class="unsortable" | Type
 +
! class="unsortable" | Description
 +
! style="width:3%" | id
 +
! style="width:5%" class="unsortable" | Scriptable
 +
! style="width:5%" class="unsortable" | Storage
 
|-
 
|-
| WaySystemBorder
+
| Border
 
| t_vpoint
 
| t_vpoint
| Polygon which defines the wayborders of the scene. A character is only allowed to walk inside the wayborders.
+
| Polygon which defines the way borders of the scene. A character is only allowed to walk inside the way borders.
 +
| 638
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|-
 
|-
| WaySystemPoints
+
| Points
| t_links to [[#Point|Point]] (parent)
+
| t_links to [[#Points|Points]] (parent)
| Waypoints of the scene which store the character size. The waypoints are connected to each other to define where a character can walk.
+
| Way points of the scene which store the character size. The way points are connected to each other to define where a character can walk.
 +
| 639
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | <div class="cross"></div>
 
| class="cent" | V
 
| class="cent" | V
 
|}
 
|}
 
{{toc}}
 
{{toc}}

Latest revision as of 14:03, 16 January 2024

The Visionaire data structure consists of different tables (storing different types of objects) saved in an XML project file (.ved) on disk. Not all fields in this documentation are stored in the project files though, some of them are only created during the game and stored in the savegames. The Storage column describes where each field is saved. A field with Storage V is saved in the .ved file, a field with Storage S is stored in savegames.

Every field is accessible through scripting, can be read from or written to. However, in practice it does not make sense to edit the majority of them, because the Visionaire Player does not react to all changes (without first reloading the scene) and certain fields are not stored into the savegame files. For this purpose there is a column Scriptable next to each field, which indicates whether or not the field can be manipulated through code.

Please note that the information on whether a field is scriptable may not be 100% accurate. If it is marked as scriptable, it usually is. If it is marked as not scriptable, it may be nonetheless though. Feel free to try things out.

The tables starting with Active contain dynamically created objects. For example all actions are stored in the "Actions" table but once an action gets executed an object in "ActiveActions" will be created where the currently active action is stored.


For information on the field types and on how to access the data structure through scripting, please refer to the basic scripting page.


Actions

Table id: 7 (eActions)

Field Type Description id Scriptable Storage
ActionParts t_links to ActionParts (parent) Action parts of this action. The action parts will be executed if this action is started. 162
V
Command t_link to Buttons Command which must be active to execute this action. 161
V
ExecutionType t_int Defines when the action is started. Possible values:
  • 0 (eExecutionTypeRightMouseClick): Right mouse button click.
  • 1 (eExecutionTypeMouseEntersArea): Cursor enters area.
  • 2 (eExecutionTypeMouseLeavesArea): Cursor leaves area.
  • 3 (eExecutionTypeFixtureDropped): Item dropped.
  • 5 (eExecutionTypeCalledByOtherAction): Called by other action.
  • 6 (eExecutionTypeActionCommand): Command executed.
  • 7 (eExecutionTypeLeftMouseClickIm): Left mouse click.
  • 8: Character reached object.
  • 12 (eExecutionTypeLeftMouseDblClick): Left mouse button double click.
  • 13 (eExecutionTypeLeftMouseDblClickIm): Left mouse button double click (immediate execution).
  • 14 (eExecutionTypeLeftMouseHold): Left mouse button hold.
  • 15 (eExecutionTypeLeftMouseHoldIm): Left mouse button hold (immediate execution).
  • 16 (eExecutionTypeRightMouseClickIm): Right mouse button click (immediate execution).
  • 17 (eExecutionTypeActionCommandIm): Command executed (immediate execution).
  • 18 (eExecutionTypeCommandMouseClickIm): Command mouse click (immediate execution).
  • 19 (eExecutionTypeCombinedCommandMouseClickIm): Combined command mouse click (immediate execution).
  • 20 (eExecutionTypeFixtureDroppedIm): Item dropped (immediate execution).
  • 21 (eExecutionTypeActionCommandBoth): Command executed - both.
  • 22 (eExecutionTypeActionCommandImBoth): Command executed - both (immediate execution).
  • 23 (eExecutionTypeActionCommandOther): Command executed - other.
  • 24 (eExecutionTypeActionCommandImOther): Command executed - other (immediate execution).
  • 25 (eExecutionTypeFixtureDroppedBoth): Item dropped - both.
  • 26 (eExecutionTypeFixtureDroppedImBoth): Item dropped - both (immediate execution).
  • 27 (eExecutionTypeFixtureDroppedOther): Item dropped - other.
  • 28 (eExecutionTypeFixtureDroppedImOther): Item dropped - other (immediate execution).
  • 29: Character enters area.
  • 30: Character leaves area.
  • 31 (eAtBeginningOfScene): At beginning of scene.
  • 32 (eAtEndOfScene): At end of scene.
159
V
Fixture t_link to Objects Item which is necessary to execute this action. 160
V


ActionAreas

Table id: 32 (eActionAreas)

Field Type Description id Scriptable Storage
Actions t_links to AreaActions (parent) The actions which will be executed if a character enters or leaves the action area. 675
V
Polygon t_vpoint Polygon which defines the border of this action area. If a character enters or leaves this polygon, the actions linked from the "Actions" field are executed. 674
V


ActionParts

Table id: 8 (eActionParts)

Field Type Description id Scriptable Storage
AltInt t_int Integer parameter #2 of the action part. The content of this parameter (and if it is used at all) depends on the action part type as defined in the "Command" field. 290
V
AltInt2 t_int Integer parameter #3 of the action part. The content of this parameter (and if it is used at all) depends on the action part type as defined in the "Command" field. 591
V
AltLink t_link (parent if link to Texts) Link parameter #2 of the action part. The content of this parameter (and if it is used at all) depends on the action part type as defined in the "Command" field. 290
V
Command t_int Action part type (constant number). See Actionparts Documentation for all action part types. 179
V
Int t_int Integer parameter #1 of the action part. The content of this parameter (and if it is used at all) depends on the action part type as defined in the "Command" field. 242
V
Link t_link (parent if link to Texts) Link parameter #1 of the action part. The content of this parameter (and if it is used at all) depends on the action part type as defined in the "Command" field. 180
V
Path t_path File path parameter of the action part. The content of this parameter (and if it is used at all) depends on the action part type as defined in the "Command" field. 181
V
String t_string String parameter of the action part. The content of this parameter (and if it is used at all) depends on the action part type as defined in the "Command" field. 654
V


ActiveActions

Table id: 25 (eActiveActions)

This is a dynamic table. It contains all actions which are currently running. Once an action is finished, it is removed from the "ActiveActions" table again.

Field Type Description id Scriptable Storage
ActionPartIndex t_int Index of current active action part inside this action. If changing the current action part you have to make sure that "ContinueWaitForEndIfElse" is also correct for the new action part index. 489
S
ActionPartStarted t_bool True if the current action part is already started, e. g. if a text is shown but the action waits until the display of the text is finished. Only used internally for action parts which cause the action to wait. 488
S
ContinueWaitForEndIfElse t_int Total number of open if statements in this action at current position. Use with care. 490
S
PauseTime t_int Time past since last timer was started. Only valid if "TimerStarted" is true. 492
S
TimerStarted t_bool True if there is currently a timer running (e. g. waiting for pause). 491
S
SavedObject t_link to Actions Link to the original action object. 625
S
SavedValue t_int 842
S


ActiveAnimations

Table id: 26 (eActiveAnimations)

This is a dynamic table. It contains all animations which are currently running. Once an animation is finished, it is removed from the "ActiveAnimations" table again.

Field Type Description id Scriptable Storage
Active t_bool True if the animation was started. This value can be false if the animation was preloaded but not yet started. If set to false and the animation is not preloaded then it is deleted. If it is preloaded and set to false then the animation is hidden but kept alive. If set to true when the animation was not yet started (only possible if it was preloaded) then the animation is started. 580
S
CalledTime t_int Time past (in milliseconds) since frame was first shown or animation loop finished. 497
S
CurrentPosition t_point Position of animation on scene (each frame can have an offset to the animation which is defined in each sprite). 496
S
CurrentSpriteIndex t_int Index of currently active frame. 494
S
CurrentSpritePos t_point Position of currently active frame on scene. 495
S
FirstFrame t_int First frame of the animation to show. Default value is 1, so the animation is shown with the first available frame. 644
S
FrameCount t_int Total number of frames already shown in the current animation loop. 542
S
LastFrame t_int Last frame of the animation to show. Default value is the number of frames of the animation, so the animation is shown until the end. 645
S
Loops t_int Number of animation loops remaining (the current animation loop is also counted). 0 means infinite animation loops. 493
S
PlayOppositeDirection t_bool True if the animation is played backwards. 541
S
Preloaded t_bool True if the animation is preloaded. If it is preloaded the value of "Active" defines if the animation is shown or just kept in memory. 577
S
SavedObject t_link to Animations Link to the original animation object. 626
S
Size t_int Scaling of animation in percent (100 means animation is played in original size). 499
S
StartedByUser t_bool True if the animation was started by the user through an action part. Used internally to know which animations must be stored in savegames. 691
S
Waiting t_bool True if animation is currently waiting for next animation loop (e. g. if there is a random pause between animation loops). 500
S
WaitingTime t_int Total time (in milliseconds) currently waiting between two animation loops. Only valid if "Waiting" is true. 501
S


ActiveTexts

Table id: 24 (eActiveTexts)

This is a dynamic table. It contains all texts which are currently displayed. Once a text disappears, it is removed from the "ActiveTexts" table again.

Field Type Description id Scriptable Storage
Alignment t_int Defines alignment of text. Possible values:
  • 0 (eAlignLeft): Align left.
  • 1 (eAlignRight): Align right.
  • 2 (eAlignCentered): Centered.
  • 3 (eAlignLeftWithCenterPos): Align left (use center position).
  • 4 (eAlignRightWithCenterPos): Align right (use center position).
  • 5 (eAlignCenteredWithLeftPos): Centered (use left position).
744
S
Active t_bool True if the text is currently active. 529
S
Background t_bool True if the text is shown in the background. If false then the text is shown in the foreground and no user interaction is possible (except skipping the text). 527
S
CurrentText t_string Currently shown text. This is a part of the whole text between pause-tags or the whole text if there are no pause-tags. 522
S
Font t_link to Fonts Font used for displaying this text. 526
S
Owner t_link to Characters or Objects or Buttons Object which own this text. Only speaker texts do not have an owner. If an owner exists the text is only shown if the owner is currently active. 684
S
Position t_point Position on scene where the text is shown. 523
S
RemainingText t_string Remaining text after TextCurrentText. 521
S
SavedObject t_link to Texts Link to the original text object. 624
S
TimeElapsed t_int time (in msec) elapsed since showing current part (TextCurrentText) of text. 525
S
TimeToWait t_int Total time (in msec) for showing current part (TextCurrentText) of text. 524
S
WaitForAudio t_bool True if current part of text (TextCurrentText) is shown until the speech file for this text is finished. If value is true then TextTimeToWait will be ignored. 530
S


Animations

Table id: 9 (eAnimations)

Field Type Description id Scriptable Storage
Action t_link to Actions Action which is started when the animation is finished. 190
V
Center t_point Defines the center of the animation. If an animation is set to a position then the center will match this position (e. g. used for hotspot of cursor or feet center of character animation). 367
V
Direction t_int Defines the direction in degrees (0-359) this animation should be used for (only for character animations). 285
V
EndDirection t_int Defines the end direction for turn animations in degrees (0-359). 811
V
LoopRandom t_bool If true then there is a random pause between 2 loops of the animation. If false the next loop is shown immediately. 184
V
Mirror t_link to Animations Link to an animation which will be shown mirrored (horizontally) instead of this animation. If the link is not empty all other settings of this animation are not used (because settings are used from the linked animation). 284
V
ModelAnimIndex t_int Index of the animation stored in a 3D model file that is chosen for the current animation. If the animation index is invalid, the first animation stored in the 3D model file is used. 726
V
ModelAnimSpeed t_int Replay speed of a 3D model animation in ticks per second. This field can be used to finetune the duration of individual animations without changing the 3D model file. The default value is 15. 727
V
Move t_bool Effects drawing order of the animation. If true the drawing order depends on the current animation position, if false the drawing order depends on the object this animation belongs to (should only be set to true for animations which are moving vertically, or if the sprites have different height). 338
V
NumberOfLoops t_int Number of loops. Set to 0 if it is an endless animation. 187
V
Pause t_int Time (in milliseconds) between two frames of the animation. Is only used if "UseIndividualPause" is false (otherwise the pause is stored in each sprite). 188
V
Pauses t_vint 849
V
Position t_point Upper left corner of animation on scene (or interface). 189
V
PropertyFrames t_links to AnimationFrames (parent) Frames with special properties which will be used when the frame of the animation (identified by "FrameIndex") is shown. 576
V
Replay t_int Possible values:
  • 0 (eReplayNormal): animation loops are shown in normal order.
  • 1 (eReplayReverse): each loop of the animation is shown in reverse order.
  • 2 (eReplayRandom): all frames of an animation loop are shown in random order.
656
V
Sprites t_vsprites All sprites of the animation. 235
V
UseIndividualPause t_bool If true then the pause between two frames of the animation is stored in each sprite. If false then "Pause" is used for the pause between two frames. 344
V
WalkSteps t_vfloat Only used for character walk animations. Defines the distance (pixels in one second at 100% size) between animation frames. If "Outfit > SlideWalkAnimation" is true the character also moves while a frame is shown (the current position will be interpolated), if false the character only moves when a new frame is shown. 760
V


AnimationFrames

Table id: 28 (eAnimationFrames)

Field Type Description id Scriptable Storage
Action t_link to Actions An action which will be started when this frame is shown. 575
V
Index t_int Frame number to identify the frame. This is the n-th frame (index starting with 0) of the animation which linked to this frame by "Animation > PropertyFrames". 571
V
Sound t_path A sound which will be played when this frame is shown. 572
V
SoundBalance t_int Balance of the sound (as defined in "Sound"). Must be between -100 (only left speaker) and 100 (only right speaker). 574
V
SoundVolume t_int Volume of the sound (as defined in "Sound"). Must be between 0 (mute) and 100 (full volume). 573
V


AreaActions

Table id: 33 (eAreaActions)

Field Type Description id Scriptable Storage
Action t_link to Actions (parent) The action to execute if all conditions are fulfilled (see "Character" and "ExecuteAlways"). The execution type of the action ("Action > ExecutionType") must also match the character either entering or leaving the area (type is either 29 (CharacterEntersArea) or 30 (CharacterLeavesArea)). 680
V
Character t_link to Characters If set the action is only executed if the specified character enters/leaves (see "Action > ExecutionType") the area. If not set then the action is executed for all characters. 678
V
ExecuteAlways t_bool If false then the action is only executed if the scene of this area action is currently shown. If true then the action is always executed independently if the scene of this area action is currently shown or not. 679
V


AudioBusses

Table id: 37 (eAudioBusses)

Field Type Description id Scriptable Storage
Events t_links to Events 837
V
LinkedObjects t_links to Objects 881
V
Links t_links 830
V
OutputBus t_link to AudioBusses 850
V
Setings t_string 831
V
Type t_int 829
V
Values t_links to Values 837
V


Blocks

Table id: 41 (eBlocks)

Field Type Description id Scriptable Storage
Active t_bool 878
V
Config t_string 874
V
Links t_links 873
V
Position t_point 876
V
Type t_int 889
V
TypeName t_string 875
V


BlockContainers

Table id: 40 (eBlockContainers)

Field Type Description id Scriptable Storage
Blocks t_links to Blocks 870
V


Buttons

Table id: 2 (eButtons)

Field Type Description id Scriptable Storage
Actions t_links to Actions (parent) All actions of this button. 455
V
ActiveSprite t_link to Sprites (parent) Sprite which is shown if the button is active. If "Type" is 3 or 6 (command) and this button is currently selected then the button is active. If "Type" is 1 or 2 (scroll arrow) and it is possible to scroll the items then the button is also active. In all other situations the button is inactive (also see "InactiveSprite"). 342
V
Animation t_link to Animations Animation which will be played automatically if the button is shown (see "Condition"). 545
V
Animations t_links to Animations (parent) All animations of the button. 546
V
CommandType t_int Only used if the button is a command ("Type" = 3 or 6). Defines the type of this command. Possible values:
  • 0 (eButtonNormal): normal command (e. g. "Look at", "Push").
  • 1 (eButtonCombined): combined command (e. g. "Use", "Give").
  • 2 (eButtonGive): give command (e. g. "Give").
612
V
Condition t_link to Conditions If not empty then the button is only shown and detected by the cursor if the condition is true (or the condition is false and "ConditionNegate" is true). If this condition query results in false and a "Value" is also defined, it depends on the value whether the button is active. 543
V
ConditionNegate t_bool If true then the condition linked under "Condition" is negated. 544
V
Conjunction t_link to Texts The conjunction word for the action text (e. g. "with" in action text "Use item with ..."). Only used if the button is a combined command ("Type" = 3 or 6 and "CommandType" = 1 or 2). 296
V
Cursor t_link to Cursors Only used if button is a command ("Type" = 3 or 6). The cursor which is shown if the command is active. 229
V
Draggable t_bool If true then items can be dragged (the item is shown instead of the cursor and can be dropped on any object) with this command (only if "Game >DraggableItems" is true and "Type" of this button is 3). 567
V
Group t_links to Buttons List of commands ("Type" of the linked buttons must be 3 or 6) which are used for the button group. With a button group it is possible to define an action for a various number of commands (all commands which are linked by this button). 584
V
InactiveSprite t_link to Sprites (parent) Sprite which is shown if the button is inactive (also see "ActiveSprite"). 343
V
MatrixId t_int 800
S
Name t_link to Texts Only used if button is a command ("Type" = 3 or 6). The name of the command which is shown in the action text. 295
V
Polygon t_vpoint Polygon which defines the border of the button. The button is detected if the cursor is inside the polygon. 454
V
Rotation t_float Defines the rotation in degrees. 796
S
RotationCenter t_point Defines the center point of rotation. 797
S
Scale t_float Factor for scaling of the button (100 is original size). 799
S
ScaleX t_float Factor for horizontal scaling of the button (100 is original width). 814
S
ScaleY t_float Factor for vertical scaling of the button (100 is original height). 815
S
ShaderSet t_int Sets shader configuration id for a button and all of its animations, see "shaderSetOptions()" command. 798
S
Type t_int Defines the type of this button. Possible values:
  • 0 (eButtonPlaceholder): Placeholder for an item.
  • 1 (eButtonScrollUp): Scroll arrow to scroll items up (number of items to scroll is defined by "Interface > ScollStepSize").
  • 2 (eButtonScrollDown): Scroll arrow to scroll items down (number of items to scroll is defined by "Interface > ScollStepSize").
  • 3 (eButtonCommand): Command.
  • 4 (eButtonActionArea): Action area (only used to define individual actions for an area).
  • 5 (eButtonCommandGroup): Command group (buttons in the group defined by "Group").
  • 6 (eButtonCommandInGroup): Command in a command group (group defined by "Group"). This is basically the same as a command (3) with the only difference that this command cannot be selected for actions (because it is only selected through its group).
297
V
Use t_int Only used if button is a command ("Type" = 3 or 6). Defines on what the command can be used on. Possible values:
  • 0 (eUseOnAll): on objects (scene objects and items) and characters.
  • 1 (eUseOnCharacters): only on characters.
  • 2 (eUseOnObjects): only on objects (scene objects and items).
336
V
UseOnCurrentCharacter t_bool Only used if button is a command ("Type" = 3 or 6) and "Use" is 1 or 2. If false the command can be used on all characters except the current character. If true the command can also be used on the current character. 613
V
Value t_link to Values If not empty then the button is only shown and detected by the cursor if the value query (consisting of "Value", "ValueOperator" and "ValueInt") is met. If this query results in false and a "Condition" is also defined, it depends on the condition whether the button is active. 882
V
ValueInt t_int Integer value for querying the value linked under "Value". 884
V
ValueOperator t_int Operator for querying the value linked under "Value". Possible values:
  • 0: equals (=)
  • 1: doesn't equal (!=)
  • 2: equal or greater than (>=)
  • 3: greater than (>)
  • 4: equal or less than (<=)
  • 5: less than (<)
883
V
Visibility t_int Visibility of the button in percent. Must be between 0 and 100. A value of 0 means the object is not visible at all (but is still recognized by the cursor). 888
S


Characters

Table id: 0 (eCharacters)

Field Type Description id Scriptable Storage
ActionCharacter t_link to Characters 505
S
Actions t_links to Actions (parent) All actions of the character. 280
V
ActionDestPosition t_point If this position is set and an action is executed on this character then the current character walks to this position (instead of directly to the character) to execute the action. 734
V/S
Active t_bool If true (default) the character is shown and detected by the cursor. 502
S
ActiveCommand t_link to Buttons Currently active command for this character. The button must have "Type" = 3. 517
S
ActiveDialogFont t_link to Fonts Font which is used for a currently hovered dialog part. 457
V
ActiveUsedDialogFont t_link to Fonts Font which is used for a currently hovered – and previously selected – dialog part. 920
V
AnimIndex t_int Index for character animations. If there is more than one animation for a direction (e. g. two talk animations for direction 90°) this value decides which animation is used. The index starts with 0 (default, use first animation). 564
S
AnimState t_int Type of currently playing character animation. Possible values:
  • 0 (eNoAnim): No animation.
  • 1 (eWalkAnim): Walk animation.
  • 2 (eTalkAnim): Talk animation.
  • 3 (eStandingAnim): Standing animation.
  • 4 (eCharacterAnim): Character animations.
  • 5 (eRandomAnim): Random animations.
508
S
AudioBus t_link to AudioBusses 855
S
CommentSets t_links to CommentSets (parent) All comment sets of the character. 282
V
Conditions t_links to Conditions All conditions of the character. 331
V
CurrentCommentSet t_link to CommentSets Currently used comment set. 277
V/S
CurrentOutfit t_link to Outfits Currently used outfit. 276
V/S
Destination t_point Destination where the character is currently walking to. 513
S
DestinationObject t_point Scene object the character is currently walking to. The character will be aligned to the scene object when it is reached and an action is executed (see "Game > DestinationCommand", "Game > DestinationItem" and "Game > DestinationItemPicked"). 515
S
DestVisibility t_int The visibility of the character is fading to the visibility defined by this value. Must be between 0 and 100. A value of 0 means the character will not be visible at all (but is still recognized by the cursor). The time to fade from the current visibility to "DestVisibility" is defined by "TimeToDestVisibility". 596
S
DialogActiveScrollDown t_sprite Active scroll arrow (for scrolling down). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea"). 461
V
DialogActiveScrollUp t_sprite Active scroll arrow (for scrolling up). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea"). 459
V
DialogArea t_rect Defines the absolutely positioned rectangle on the screen where the dialog is displayed. 458
V
DialogCursor t_link to Cursors Cursor which will be displayed if a dialog is currently active. 283
V
DialogInactiveScrollDown t_sprite Inactive scroll arrow (for scrolling down). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea"). 462
V
DialogInactiveScrollUp t_sprite Inactive scroll arrow (for scrolling up). Is displayed if a dialog is currently active and there are too many dialog parts to be displayed in the dialog area ("DialogArea"). 460
V
Dialogs t_links to Dialogs All dialogs which can be spoken with this character. 278
V
DialogSprite t_sprite Sprite which is used as a background for dialogs. 463
V
DialogVerticalSpace t_int Distance between two dialog part selections (in pixels). 464
V
Direction t_int Direction (in degress from 0 to 360) the character is currently looking at. The animation (or sprite) which best fits the direction is shown (e. g. if there are 4 animations for 0, 90, 180 and 270 degress and "Direction" is set to 80 then the second animation is shown). 599
S
FollowAction t_link to Actions Action which is executed if this character is following another character ("FollowCharacter") and the other character is within reach (less pixel than "FollowReachDistance"). 506
S
FollowCharacter t_link to Characters Character which this character is currently following. 504
S
FollowReachDistance t_int If this character is following another character ("FollowCharacter") this value (in pixels) defines when the other character is within reach (see "FollowAction"). 507
S
Font t_link to Fonts Font which is used for all texts which are spoken by this character. 275
V
HarmonizeWalkAnimations t_bool 839
V
InactiveDialogFont t_link to Fonts Font which is used for all dialog parts except the one currently hovered (see "ActiveDialogFont"). 581
V
InactiveUsedDialogFont t_link to Fonts Font which is used for all previously selected dialog parts except the one currently hovered (see "ActiveUsedDialogFont"). 919
V
Interfaces t_links to Interfaces All interfaces currently used for this character. 585
V/S
Items t_links to Objects All items which are picked up by this character. 663
S
LightmapActive t_bool 801
S
MatrixId t_int 793
S
Name t_link to Texts The name of the character (as shown in the action text). 271
V
Outfits t_links to Outfits (parent) All outfits of the character. 281
V
Position t_point Current position of character (if field is set and character is walking, then it will stop walking). 512
S
Scale t_bool If false the character is not scaled and will always be drawn in the original size. 456
V
ScaleFactor t_int Factor in percent the character is scaled with. Must be > 0 (default is 100). 566
V/S
Scene t_link to Scenes Scene where the character is currently on. 503
S
ShaderSet t_int Sets shader configuration id for a character, see "shaderSetOptions()" command. 795
S
Size t_float Current size of character in percent (100 = original size) taking "Scale", "ScaleFactor" and the current character position on the scene into account. 749
S
StartObject t_link to Objects Scene object where the character is standing ("Object > Position") at the beginning of the game. 311
V
State t_int Current state of character (only set to 2 to stop walking, do not set 3). Possible values:
  • 2: standing.
  • 3: walking.
511
S
TimeToDestVisibility t_int Defines the time (in milliseconds) until the destination visibility ("DestVisibility") is reached. This value is used the next time when "DestVisibility" is set. 597
S
Tint t_int Color (in BGR notation) the character will be drawn with. If the most significant byte is not 0 then this color will be ignored (default) and the lightmap (if present) and scene brightness will be used for the tint of the character. Otherwise the three lower bytes are used for the tint the character will be drawn with. The least significant byte specifies red, then green and the third byte specifies blue. E. g. with 0xFF0000 the character would be drawn with a blue light. 664
S
Values t_links to Values All values of the character. 334
V
Visibility t_int Visibility of the character in percent. Must be between 0 and 100. A value of 0 means the character is not visible at all (but is still recognized by the cursor). 595
S
WalkingSound t_path Sound which is played when the character is walking. 272
V/S


CommentSets

Table id: 16 (eCommentSets)

Field Type Description id Scriptable Storage
Entries t_links to CommentSetEntries All comment set entries of this comment set. 557
V


CommentSetEntries

Table id: 27 (eCommentSetEntries)

Field Type Description id Scriptable Storage
Command t_link to Buttons If empty this comment set entry is a standard comment set entry (used for all comments). If this link is a command ("Button > Type" must be 3) then this comment set entry will only be shown if a command is shown after an execution of an action with this command failed. 560
V
Text t_link to Texts Text for this comment. 559
V


Conditions

Table id: 10 (eConditions)

Field Type Description id Scriptable Storage
Conditions t_links to Conditions All conditions of a combined condition (only used if "IsVariable" is false). 844
V
ConditionsNegate Table of booleans corresponding to the conditions linked in "Conditions". If true the correspoding condition will be negated (only used if "IsVariable" is false). 845
V
IsVariable t_bool If true this condition only contains true or false. If false this condition is a combined condition (see "Conditions", "ConditionsNegate"). 193
V
Operator t_int Defines how the conditions of a combined condition (linked in "Conditions") are combined (only used if "IsVariable" is false). Possible values:
  • 0: logical AND.
  • 1: logical OR.
198
V
ReturnNegate t_bool If true then the combined result of "Conditions" will be negated (only used if "IsVariable" is false). 195
V
Value t_bool Current value of the condition (true or false). This is only used if "IsVariable" is true. 194
V/S


Cursors

Table id: 15 (eCursors)

Field Type Description id Scriptable Storage
ActiveAnimation t_link to Animations Animation of the active cursor. 647
V
InactiveAnimation t_link to Animations Animation of the inactive cursor. 648
V


Curves

Table id: 42 (eCurves)

Field Type Description id Scriptable Storage
Points t_vpoint 895
V
Type t_int 896
V


Dialogs

Table id: 11 (eDialogs)

Field Type Description id Scriptable Storage
DialogParts t_links to DialogParts (parent) All dialog part selections of this dialog. 202
V
Character t_link to Characters 825
V


DialogParts

Table id: 12 (eDialogParts)

Field Type Description id Scriptable Storage
Action t_link to Actions (parent) Action which is executed if this dialog part is selected. It is not allowed to start a dialog in this action. 206
V
AltText t_link to Texts (parent) Text which is spoken by the current character (only used if "UseAltText" is true, otherwise "Text" is spoken). 465
V
AnswerText t_link to Texts (parent) Text which is spoken by the other character (character where the dialog belongs to) after the text is spoken by the current character. 286
V
Available t_bool If true then this dialog part is still available (see "Remove"). 317
S
Condition t_link to Conditions The dialog part selection is only shown if the condition is true (or the condition is false and "ConditionNegate" is true). If this condition query results in false and a "Value" is also defined, it depends on the value whether the dialog part is shown. 204
V
ConditionNegate t_bool If true then the condition linked under "Condition" is negated. 614
V
LinkedAction t_link to Actions Action which is executed if this dialog part is selected and the link "Action" is empty. It is not allowed to start a dialog in this action. 655
V
NextDialog t_link to Dialogs (parent) Dialog which is shown when this dialog part is selected. 289
V
Remove t_bool If true then this dialog part can only be selected once ("Available" will be set to false after selection). 288
V
Return t_int Defines which dialog is shown if this dialog part is selected (and the dialog part does not have a dialog with active dialog parts below). Possible values:
  • 0 (eDialogReturnToSame): the same dialog will be shown again.
  • 1 (eDialogReturnToUpper): the "upper" dialog (which linked to the current dialog) will be shown.
  • 2 (eDialogReturnToEnd): no dialog will be shown.
287
V
Text t_link to Texts (parent) Text which is shown as a selection in the dialog. Further it is spoken by the current character if "UseAltText" is false. 205
V
UseAltText t_bool If true then "AltText" will be spoken by the current character, otherwise "Text". 466
V
Value t_link to Values The dialog part selection is only shown if the value query (consisting of "Value", "ValueOperator" and "ValueInt") is met. If this query results in false and a "Condition" is also defined, it depends on the condition whether the dialog part is shown. 885
V
ValueInt t_int Integer value for querying the value linked under "Value". 887
V
ValueOperator t_int Operator for querying the value linked under "Value". Possible values:
  • 0: equals (=)
  • 1: doesn't equal (!=)
  • 2: equal or greater than (>=)
  • 3: greater than (>)
  • 4: equal or less than (<=)
  • 5: less than (<)
886
V


Events

Table id: 38 (eEvents)

Field Type Description id Scriptable Storage
Action t_link 864
V
StartBus t_link to AudioBusses 865
V
StopBus t_link to AudioBusses 866
V


Fonts

Table id: 3 (eFonts)

Field Type Description id Scriptable Storage
Alphabet t_string A string which contains all characters of the font. The characters have to be in the same order as they appear in the sprite linked in "Sprite" (from left to right and top to bottom). This value is only used for bitmap fonts ("TrueTypeFont" = false). 249
V
AutoLineBreak t_bool If true then line breaks will be added to all texts rendered with this font so that the maximum length of a line does not exceed a certain limit. Each line has a maximum width which is defined in "LineWidth". 634
V
Border t_bool If true a font border will be drawn. This value is only used for TrueType fonts ("TrueTypeFont" = true). 774
V
BorderColor t_int Color for font border. The least significant byte specifies red, then green and the third byte specifies blue (BGR notation). This value is only used for TrueType fonts ("TrueTypeFont" = true) and if "Border" is set to true. 775
V
BorderSize t_float Size of font border in pixels. This value is only used for TrueType fonts ("TrueTypeFont" = true) and if "Border" is set to true. 776
V
Color t_int Font color. The least significant byte specifies red, then green and the third byte specifies blue (BGR notation). This value is only used for TrueType fonts ("TrueTypeFont" = true). 773
V
Font t_link Font which will be used as reference. This can be useful to define a new font with own color, size, etc. based on an existing TrueType font ("TrueTypeFont" = true). This can save a lot of resources compared to creating a new TrueType font. 770
V
Kerning t_string Defines spacings for individual letters or pairs of letters. This value is only used for bitmap fonts ("TrueTypeFont" = false). 703
V
Letters t_vrect List of rectangles where each rectangle contains the position of a single character on the sprite linked in "Sprite". This value is only used for bitmap fonts ("TrueTypeFont" = false). 143
V
LetterSpacing t_int Horizontal distance between two characters (in pixel). This value is only used for bitmap fonts ("TrueTypeFont" = false). 250
V
LineWidth t_int Maximum line width (in pixel) for automatic line break. This value is only used if "AutoLineBreak" is true. 635
V
Shadow t_bool If true a font shadow will be drawn. This value is only used for TrueType fonts ("TrueTypeFont" = true). 777
V
ShadowOffset t_point Offset in pixels for font shadow (see "Shadow"). 778
V
Size t_float Font size in pixels. This value is only used for TrueType fonts ("TrueTypeFont" = true). 772
V
SpaceWidth t_int Width of space (in pixels). This value is only used for bitmap fonts ("TrueTypeFont" = false). 623
V
Sprite t_sprite Sprite with all characters of the font. This value is only used for bitmap fonts ("TrueTypeFont" = false). 248
V
TrueTypeFont t_bool If set to true this is a TrueType font. Either "TrueTypeFontPath" or "Font" must be set for a valid font. 769
V
TrueTypeFontPath t_path Path to TrueType font file. This value is only used for TrueType fonts ("TrueTypeFont" = true). 771
V
VerticalLetterSpacing t_int Vertical distance between two characters (in pixel). 540
V


game

Table id: -1 (eGame)

Field Type Description id Scriptable Storage
About t_string Long description of game, authors can make additional comments here. 125
V
Actions t_links to Actions (parent) All actions which can be started with a key. The key value is stored in "Action > ExecutionType". 318
V
ActionTextFont t_link to Fonts Font which will be used for the action text (only used if "DrawActionText" is 1 or 2). 589
V/S
ActionTextRect t_rect Rectangle in which the action text will be drawn horizontally and vertically centered (only used if "DrawActionText" is 2). 590
V
ActiveCommand t_link to Buttons The currently active command. 610
V/S
AlignCharacterOnImExecution t_bool If true the active character will be automatically aligned to the clicked object when an action with an "immediate" execution type is executed. 582
V/S
AlwaysAllowSkipText t_bool If true the active text can always be skipped with the left mouse button (even when the cursor is disabled or a cutscene is running). 565
V/S
AudioContainerLinks t_links to AudioBusses 835
V
AudioMixLinks t_links to AudioBusses 834
V
AutoHideInterfacesInMenu t_bool If true all interfaces are hidden if the current scene is a menu. If it is necessary to display an interface on a menu then this option must be set to false and the interfaces must be hidden manually when necessary. 628
V/S
Behaviours t_links 890
V
BlockContainers t_links 877
V
BuildOptions t_string 819
V
BuildRules t_vstring 804
V
CharacterComposedFile t_path Defines the filename for composing the character when compiling the game. 620
V
CharacterComposedFiles t_int The number of composed character files. Possible values:
  • 0 (eMainContainer): All characters are stored in the main container.
  • 1 (eSingleContainer): All characters are stored in one file specified by "CharacterComposedFile".
  • 2 (eMultipleContainers): Each character is stored in an own container specified by "CharacterComposedFile" (filename extended by the character number).
619
V
CharacterLinks t_links to Characters (parent) All characters of the game. 118
V
CommandBehaviour t_int Behavior for selecting the standard command. Possible values:
  • 0 (eStdCommandAlways): set standard command after executing an action.
  • 1 (eSetStdCommandNever): never set standard command.
  • 2 (eSetStdCommandOnSuccess): set standard command after successful execution of an action.
244
V/S
CompanyName t_string The company name is used for the path where game log files and savegames are stored. E. g. on an English Windows the path could look like this: C:\Users\USERNAME\AppData\Local\COMPANY_NAME\GAME_NAME. 700
V
ComposedFile t_path Defines the filename for composing the main output file (.vis file) when compiling the game. 616
V
Containers t_vstring 803
V
CurrentCharacter t_link to Characters Character which is currently controlled by the player (active character). 468
S
CurrentObject t_link to Objects or Characters or Buttons The object currently below the cursor. 687
S
CurrentScene t_link to Scenes Scene which is currently shown. 469
S
CurrentText t_link to ActiveTexts Text which is currently displayed. 477
S
Cursor t_link to Cursors 856
S
CursorHorizontalScrollDistance t_int Distance of cursor to the left or right screen border where horizontal scrolling will be started. 689
S
CursorVerticalScrollDistance t_int Distance of cursor to the top or bottom screen border where vertical scrolling will be started. 690
S
Cursors t_links to Cursors (parent) All cursors of the game. 215
V
CustomActionParts t_vstring All custom action parts from installed action part plugins. 857
V
CutsceneAction t_link to Actions If a cutscene is active this links to the action which started (and should stop) the cutscene. 633
S
DefaultMusicBus t_link to AudioBusses 854
S
DefaultSoundBus t_link to AudioBusses 852
S
DefaultSpeechBus t_link to AudioBusses 851
S
Description t_string Short description of the game. 124
V
DestinationCommand t_link to Buttons When the user clicked on an object and the character walks to this object, this command will be executed when the object is reached. 483
S
DestinationEvent t_int When the user clicked on an object and the character walks to this object, this event will be executed when the object is reached. Possible values:
  • 0: no event.
  • 1: left mousebutton click.
  • 2: right mousebutton click.
  • 3: left mousebutton double click.
  • 4: left mousebutton hold.
  • 5: mouse enters area.
  • 6: mouse leaves area.
615
S
DestinationItem t_link to Objects When the user clicked on an object and the character walks to this object, this item will be used on the object when it is reached. 484
S
DestinationItemPicked t_bool When the user clicked on an object and the character walks to this object, this will be set to true in case an item was picked up (see "DraggableObjects"). Then the item in "DestinationItem" will be dropped on the object when it is reached. 485
S
Dialog t_link to Dialogs Currently displayed dialog. 476
S
DialogAction t_link to Actions Running action which contains the text for the current dialog. 481
S
DisableInteractionDuringAnim t_int 643
V
DraggableItems t_bool True if objects can be dragged from the interface. 305
V/S
DrawActionText t_int Defines if and where the action text is drawn. Possible values:
  • 0 (eDrawNoActionText): do not draw action text.
  • 1 (eDrawActionTextAtCurrentPos): draw action text at current cursor position.
  • 2 (eDrawActionTextAtRect): draw action text centered in the rectangle defined by GameActionTextRect.
588
V/S
ExecuteActionsDuringDialog t_bool If true the key actions (defined in "Actions") will also be executed if a dialog is currently displayed. 578
V/S
ExecuteCalledActionImmediately t_bool 790
V
FadeDelay t_int Delay for fade in/out of a scene in milliseconds. 234
V/S
FadeEffect t_int Effect for fade in/out of a scene. Possible values:
  • 0 (eFadeNo): no effect, display new scene immediately.
  • 1 (eFadeIn): fade in new scene (no fade out of current scene).
  • 2 (eFadeOut): fade out current scene (no fade in of new scene).
  • 3 (eFadeInAndOut): fade out current scene and fade in new scene.
  • 4 (eFadeToNew): use alpha-blending to directly fade from current to new scene.
  • 5 (eShiftLeft): shift current scene to the left and show new scene.
  • 6 (eShiftRight): shift current scene to the right and show new scene.
  • 7 (eTunnelEffect): use a tunnel effect for fade in/out.
547
V/S
FirstCharacter t_link to Characters Character which is used for starting the game. This is the character which is controlled by the player. 303
V
FirstScene t_link to Scenes The first scene of the game (which is shown after the loading screen) 121
V
FontLinks t_links to Fonts (parent) All fonts of the game. 120
V
FullScreenIntro t_bool True if the intro movie is scaled to fullscreen. 247
V
GameComposedFile t_path Defines the filename for composing the game object and its actions (e. g. left mouse button action, right mouse button action) when compiling the game. 683
V
GameComposedFiles t_int The number of composed game files. Possible values:
  • 0 (eMainContainer): The game object is stored in the main container.
  • 1 (eSingleContainer): The game object is stored in one file specified by "GameComposedFile".
682
V
GameName t_string The game name is used for the path where game log files and savegames are stored. E. g. on an English Windows the path could look like this: C:\Users\USERNAME\AppData\Local\COMPANY_NAME\GAME_NAME. 701
V
HiddenDialog t_link to Dialogs If the user switches to a menu while a dialog is currently shown in a playable scene (e. g. the dialog parts are displayed) - this is only possible if "ExecuteActionsDuringDialog" is true - then the dialog is saved in this field. The dialog is hidden until the user switches back to a playable scene. 579
V/S
HideCursor t_bool If true the cursor is hidden and no cursor interaction is possible. 480
S
HideInterfaces t_bool If true all interfaces are hidden, independent of individual interface visibility. 479
S
HoldTime t_int Time (in milliseconds) until the 'Mouse holding' event (for "LeftHoldAction" and "LeftHoldingAction") is fired. 377
V/S
HorizontalScrollDistance t_int If the distance of the current character to the horizontal scene border is equal or smaller than this value then the scene will be scrolled horizontal to center the character (if the scene is larger than the viewable area). If this value is very small the character has to go very close to the border until the scene is scrolled, if the value is half the viewable size or larger then the character will always be centered. 667
S
IconFile t_path 818
V
Id t_string Unique Identification number. Used for savegames in order to only load savegames for correct game. 370
V
Interfaces t_links to Interfaces (parent) All interfaces of the game. 662
V
InterfaceClasses t_links to InterfaceClasses (parent) All interface classes of the game. 661
V
InterfaceComposedFile t_path Defines the filename for composing the interface when compiling the game. 671
V
InterfaceComposedFiles t_int The number of composed interface files. Possible values:
  • 0 (eMainContainer): All interfaces are stored in the main container.
  • 1 (eSingleContainer): All interfaces are stored in one file specified by "InterfaceComposedFile".
  • 2 (eMultipleContainers): Each interface is stored in an own container specified by "InterfaceComposedFile" (filename extended by the interface number).
670
Intro t_path Intro movie which will be played at the beginning of the game. 224
V
Items t_links to Objects (parent) All items of the game. 349
V
KeepCharacterSpritesDuringMenus t_bool 642
V
Languages t_links to Languages (parent) All languages of the game. 259
V
LeftClickAction t_link to Actions (parent) An action which will be started if the left mouse button is clicked. 563
V
LeftClickBehaviour t_int Defines if the character will be sent to the current position when the left mouse button is clicked. Possible values:
  • 0 (eMouseActionBehaviourDoNotSendCharacter): The character will not be sent to the current position.
  • 1 (eMouseActionBehaviourSendCharacterToCursor): Character will be sent to current position.
  • 2 (eMouseActionBehaviourSendCharacterToObjects): Character will be sent to current position if it is a scene object.
891
V/S
LeftDblClickAction t_link to Actions (parent) An action which will be started if the left mouse button is double clicked. 379
V
LeftHoldAction t_link to Actions (parent) Action which is started if the left mouse button is pressed for a certain time ("HoldTime") and "LeftMouseHold" is set to 3 or 4. The action is started when the mouse button is released. 381
V
LeftHoldingAction t_link to Actions (parent) Action which is started if the left mouse button is pressed for a certain time ("HoldTime") and "LeftMouseHolding" is set to 3. The action is started when the mouse button is pressed. 386
V
LeftHoldBehaviour t_int Defines if the character will be sent to the current position when the left button is released. Possible values:
  • 0 (eMouseActionBehaviourDoNotSendCharacter): The character will not be sent to the current position.
  • 1 (eMouseActionBehaviourSendCharacterToCursor): Character will be sent to current position.
  • 2 (eMouseActionBehaviourSendCharacterToObjects): Character will be sent to current position if it is a scene object.
780
V/S
Loading t_link to Loadings (parent) The loading screen which is shown on startup when the game is loaded. 358
V
MinificationFilter t_int DEPRECATED, see "NearestNeighborInterpolation" instead
MagnificationFilter t_int DEPRECATED, see "NearestNeighborInterpolation" instead
MiddleClickAction t_link An action which will be started if the middle mouse button is clicked. 766
V
MiddleClickBehaviour t_int Defines if the character will be sent to the current position when the middle mouse button is clicked. Possible values:
  • 0 (eMouseActionBehaviourDoNotSendCharacter): The character will not be sent to the current position.
  • 1 (eMouseActionBehaviourSendCharacterToCursor): Character will be sent to current position.
  • 2 (eMouseActionBehaviourSendCharacterToObjects): Character will be sent to current position if it is a scene object.
781
V/S
MouseWheelDownAction t_link to Actions An action which will be started if the mouse wheel is moved down. 768
V
MouseWheelUpAction t_link to Actions An action which will be started if the mouse wheel is moved up. 767
V
MovieComposedFile t_path Defines the filename for composing the movies when compiling the game. 622
V
MovieComposedFiles t_int The number of composed movie files. Possible values:
  • 0 (eMainContainer): All movies are stored in the main container.
  • 1 (eSingleContainer): All movies are stored in one file specified by "MovieComposedFile".
621
V
NearestNeighborInterpolation t_bool If true nearest neighbor interpolation is used scaling of character images (pixel effect). 745
V
ObjectFont t_link to Fonts The font used when displaying an object text. An object text can be set with an action part which links a text to a scene object or an interface button. 685
V
ObjectTextOutput t_int 702
V
OverlayColor t_int 841
S
OverlayVisibility t_int 840
S
ParticleContainerLinks t_links to ParticleContainers (parent) All particle systems of the game. 448
V
PicBufferSize t_int Buffer size (in KB) for reserved memory at game startup. This buffer is used for all non-preloaded images and should be large enough to hold the largest image, otherwise memory must be allocated dynamically which can lead to memory fragmentation and crash the application. E. g. if the largest image is 1400x1200 and has an alpha channel then "PicBufferSize" must be set to a value >= 6563 (4 byte per pixel (red, green, blue and alpha channel), 1400 * 1200 * 4 = 6720000, divided by 1024 because unit is KB and not byte, 6720000 / 1024 = 6562.5). 733
V
PictureCacheSize t_int Size (in MB) for cache which stores the recently loaded images. 669
V
Plugins t_links to Plugins Installed action part plugins. 863
V
PreallocatedTextures t_int 743
V
PreloadPicThreads t_int Number of threads used for preloading animations. "PreloadPicThreads" number of buffers with size of "PreloadedPicBufferSize" will be preallocated. 731
V
PreloadedPicBufferSize t_int Buffer size (in KB) for reserved memory at game startup. This buffer is used for preloading images and should be large enough to hold the largest image (of a preloaded animation), otherwise memory must be allocated dynamically which can lead to memory fragmentation and crash the application. E. g. if the largest image of all preloaded animations is 1400x1200 and has an alpha channel then "PreloadedPicBufferSize" must be set to a value >= 6563 (4 byte per pixel (red,green,blue and alpha channel), 1400 * 1200 * 4 = 6720000, divided by 1024 because unit is KB and not byte, 6720000 / 1024 = 6562.5). 732
V
Quake t_bool If true a quake constantly moves the screen. The values "QuakeForce" and "QuakeSpeed" are used as parameters for the quake. 629
S
QuakeForce t_int Number of maximum pixels the screen is moved by a quake. Value is only used if "Quake" is true. 630
S
QuakeSpeed t_int Defines how long (in milliseconds) a moved screen is shown at the same position. A higher value results in a slower quake because the same screen is shown longer. Value is only used if "Quake" is true. 631
S
RegisteredEventHandlers t_string All registered event handlers. 759
S
Reserved t_string Licence number. 369
V
RightClickAction t_link to Actions (parent) Action which is started if the right mouse button is pressed and "RightMouseClick" is set to 3 or 4. 337
V
RightClickBehaviour t_int Defines if the character will be sent to the current position when the right mouse button is clicked.Possible values:
  • 0 (eMouseActionBehaviourDoNotSendCharacter): The character will not be sent to the current position.
  • 1 (eMouseActionBehaviourSendCharacterToCursor): Character will be sent to current position.
  • 2 (eMouseActionBehaviourSendCharacterToObjects): Character will be sent to current position if it is a scene object.
782
V/S
SavedObject t_link to Characters or Objects or Buttons Object which is currently saved to execute an action on (usually through the "Save object" action part). 486
S
SaveGameName t_string Used to store name of current savegame. 537
S
SavegameScreenshot t_path Image used as savegame screenshot for all scenes when game is played on a mobile device. 764
V
SaveNameOffsetY t_int 843
V
SceneComposedFile t_path Defines the filename for composing the scenes when compiling the game. 618
V
SceneComposedFiles t_int The number of composed scene files. Possible values:
  • 0 (eMainContainer): All scenes are stored in the main container.
  • 1 (eSingleContainer): All scenes are stored in one file specified by "SceneComposedFile".
  • 2 (eMultipleContainers): Each scene is stored in an own container specified by "SceneComposedFile" (filename extended by the scene number).
617
V
SceneLinks t_links to Scenes (parent) All scenes of the game. 117
V
ScriptLinks t_links to Scripts (parent) All scripts of the game. 651
V
ScrollCenterCharacter t_bool If true the character linked in "ScrollCharacter" will be centered on the scene (if "ScrollTo" is false). If false then no character will be centered. 561
S
ScrollCharacter t_link to Characters Character which will be centered on the current scene (if "ScrollCenterCharacter" is true and "ScrollTo" is false). 611
S
ScrollDirectionHorizontal t_int DEPRECATED 473
S
ScrollDirectionVertical t_int DEPRECATED 474
S
ScrollPosition t_point Upper left corner of current scroll position (on current scene). 470
S
ScrollSpeed t_int Number of pixels which will be scrolled in one second. 246
V/S
ScrollToPoint t_point Upper left corner the current scene is scrolling to. 471
S
ScrollTo t_bool If true the scene is currently scrolling to "ScrollToPoint". 472
S
ShaderExclude t_int Defines which components (scene, interfaces, texts, cursor) will be excluded from shader programs. Possible values:
  • 0 (eShaderExcludeNothing): standard, exclude nothing.
  • 1 (eShaderExcludeInterfaces): exclude interfaces, text on top, cursor.
  • 2 (eShaderExcludeTextsAndCursor): exclude text on top, cursor.
  • 3 (eShaderExcludeCursor): exclude cursor
787
S
ShaderLinks t_links to Shaders 820
V
ShowBlackScreenAfterVideo t_bool If true a black screen will be shown after the video is finished (until the next game scene is ready and all images are loaded). Otherwise the last frame of the video is shown until the game is continued. 763
V/S
SmoothScrolling t_bool 826
V
SpeakerSoundPanFactor t_int Speech output balance in percent. Defines if the speech output is played on left/right speaker depending on the character position. If set to 0 the speech output will be played equally on left and right speaker. If set to 100 the output volume on left/right speaker completely depends on the position of the character on the current scene. 758
V/S
SpeakerTextAlignment t_int Defines alignment of speaker text. Possible values:
  • 0 (eAlignLeft): Align left.
  • 1 (eAlignRight): Align right.
  • 2 (eAlignCentered): Centered.
  • 3 (eAlignLeftWithCenterPos): Align left (use center position).
  • 4 (eAlignRightWithCenterPos): Align right (use center position).
  • 5 (eAlignCenteredWithLeftPos): Centered (use left position).
592
V/S
SpeechLanguage t_link to Languages Defines the language which is used for speech output. If empty the language from "StandardLanguage" will be used. 755
S
StandardLanguage t_link to Languages Defines the currently used language. 306
V/S
StartAction t_link to Actions (parent) This action will be executed once at the beginning of the game (after the game was loaded). 368
V
TextAlignment t_int Defines alignment of spoken text. Possible values:
  • 0 (eAlignLeft): Align left.
  • 1 (eAlignRight): Align right.
  • 2 (eAlignCentered): Centered.
  • 3 (eAlignLeftWithCenterPos): Align left (use center position).
  • 4 (eAlignRightWithCenterPos): Align right (use center position).
  • 5 (eAlignCenteredWithLeftPos): Centered (use left position).
593
V/S
TextOutput t_int Defines if spoken texts should be printed and/or spoken. Possible values:
  • 0 (eTextAndSpeechOutput): Display text and play speech file.
  • 1 (eOnlySpeechOutput): Only play speech file.
  • 2 (eOnlyTextOutput): Only display text.
583
S
TextSpeed t_int Speed for displaying texts (in percent). Default is 100. 646
S
UsedItem t_link to Objects The currently picked up item. A picked up item is either dragged (shown instead of cursor) or displayed in the action text. 686
S
UsedItemPicked t_bool True if "UsedItem" = true and the used item is dragged (shown instead of cursor). 730
S
Version t_string Version number of the game. 627
V
VerticalScrollDistance t_int If the distance of the current character to the vertical scene border is equal or smaller than this value then the scene will be scrolled vertical to center the character (if the scene is larger than the viewable area). If this value is very small the character has to go very close to the border until the scene is scrolled, if the value is half the viewable size or larger then the character will always be centered. 668
S
VideoAudioLanguage t_string 738
S
VideosEncrypted t_bool If true the videos are stored in an encrypted container. This field is only relevant for compiled games. 699
V
VideoPauseScreen t_path 788
V
VideoSubtitleFont t_link to Fonts 735
S
VideoSubtitleLanguage t_string 737
S
VideoSubtitlePosition t_point 736
S
WalksoundBus t_link to AudioBusses 853
S
WaitCursor t_link to Cursors 880
V/S
WindowResolution t_point Screen resolution. 126
V


Interfaces

Table id: 1 (eInterfaces)

Field Type Description id Scriptable Storage
ActionTextFont t_link to Fonts Font which will be used for the action text - only used if "DrawActionText" is true. 320
V
ActionTextRect t_rect Rectangle in which the action text will be drawn horizontally and vertically centered - only used if "DrawActionText" is true. 319
V
ActiveCommand t_link to Buttons 607
S
Border t_vpoint Polygon which defines the border of the interface. The interface is detected if the cursor is inside the polygon. 325
V
Buttons t_links to Buttons (parent) All buttons of the interface: commands, arrows to scroll items, action areas, placeholder for items. 140
V
InterfaceClass t_link to InterfaceClasses The class this interface belongs to. 659
V
Conditions t_links to Conditions (parent) The conditions of the interface. 452
V
DestVisibility t_int The visibility of the interface (and all of its buttons) is fading to the visibility defined by this value. Must be between 0 and 100. A value of 0 means the interface will not be visible at all (but is still recognized by the cursor). The time to fade from the current visibility to "DestVisibility" is defined by "TimeToDestVisibility". 604
S
Displacement t_int Defines where the interface is shown. Possible values:
  • 0: top.
  • 1: bottom.
  • 2: left.
  • 3: right.
  • 4: absolute, position on screen defined by "Offset".
  • 5: relative, position defined by current cursor position and offset to the cursor position ("Offset").
314
V/S
DrawActionText t_bool Defines if the action text is drawn on this interface (if true then "ActionTextFont" and "ActionTextRect" must be set). 587
V
ItemsScrollPosition t_int Current scroll position of the items in the interface/inventory. 609
S
LeaveAction t_link to Actions (parent) Action which will be executed if the cursor leaves the interface (outside of polygon "Border"). 388
V
MatrixId t_int 802
S
Offset t_point Offset (or absolute position) for displaying the interface (only used if "Displacement" is 4 or 5). 302
V/S
Position t_point Absolute position of upper left corner of interface. 688
V/S
ScrollStepSize t_int Defines how many item positions will be scrolled if a scroll arrow is pushed. 138
V
ShowAlways t_bool 789
V/S
Size t_int Defines the size of the interface (in pixels). Is needed if part of the interface is drawn into the scene (e. g. flowers on top of the interface) and the interface is aligned to the border. Is only used if > 0 and "Displacement" is 0, 1, 2 or 3. 324
V/S
Sprite t_sprite Background sprite of the interface. 238
V
StandardCommand t_link to Buttons Button which is the standard command (usually "Walk to") for this interface. 298
V
TimeToDestVisibility t_int Defines the time (in milliseconds) until the visibility defined in "DestVisibility" is reached. This value is used the next time when "DestVisibility" is set. 605
S
Values t_links to Values (parent) The values of the interface. 453
V
Visibility t_int Visibility of the interface (and all of its buttons) in percent. Must be between 0 and 100. A value of 0 means the interface is not visible at all. Note that the interface can only be visible if "Active" and "Visible" are true. 603
S
Visible t_bool If true the interface is visible - supposed "Visibility" is > 0. This option can be used to toggle the interface on/off without changing "Visibility". 606
V/S


InterfaceClasses

Table id: 31 (eInterfaceClasses)

Field Type Description id Scriptable Storage
Name t_string Interface class name. The name of the object itself will be set to the translated class name. 660
V


Languages

Table id: 18 (eLanguages)

The language name is defined by the name of each language object.


Loadings

Table id: 21 (eLoadings)

Field Type Description id Scriptable Storage
Music t_path Music which is played while the loading screen is shown. 357
V
Sprite t_sprite Background sprite of the loading screen. 353
V
StatusCover t_bool If false the status sprite will grow (from zero width to full width), if true the status sprite will shrink (from full width to zero width). 356
V
StatusSprite t_sprite Sprite for progress bar. 355
V


Models

Table id: 35 (eModels)

Field Type Description id Scriptable Storage
Model t_path 706
V
Textures t_vpath 707
V


Objects

Table id: 6 (eObjects)

Field Type Description id Scriptable Storage
Actions t_links to Actions (parent) All actions of the object. "ExecutionType" defines when the action is started. 172
V
Animation t_link to Animations Animation which is automatically started if this object is active (see "Condition" and "Value"). 171
V
Animations t_links to Animations (parent) All animations of the object. 176
V
Center t_int Defines the line number (y coordinate) which decides if a character is in front or behind this object. 329
V
Condition t_link to Conditions If not empty then the object is only shown and detected by the cursor if the condition is true (or the condition is false and "ConditionNegate" is true). If this condition query results in false and a "Value" is also defined, it depends on the value whether the object is active. 169
V
ConditionNegate t_bool If true then the condition linked under "Condition" is negated. 359
V
Conditions t_links to Condition (parent) All conditions of the object. 175
V
DestVisibility t_int The visibility of the object is fading to the visibility defined by this value. Must be between 0 and 100. A value of 0 means the object will not be visible at all (but is still recognized by the cursor). The time to fade from the current visibility to "DestVisibility" is defined by "TimeToDestVisibility". 601
S
Direction t_int Direction in degrees which a character is aligned if it reaches this object ("Position"). 222
V
IsItem t_bool If true then this object is an item, otherwise it is a scene object. 350
V
IsWalkable t_bool If true then then no action can be executed on this object with the standard command (see "Interface > StandardCommand"). 384
V
MatrixId t_int 792
S
Model t_path 791
V
Name t_link to Texts (parent) The name of the object (as shown in the action text). 251
V
Offset t_point Offset for this object from its initial position. By changing the offset it is possible to move the object on a scene. The object image and all object animations will take the offset into account. Detecting an object ("Polygon") by the cursor also considers the offset. 779
S
ParticleSystem t_link to ParticleSystems DEPRECATED 467
Polygon t_vpoint Polygon which defines the border of the object. The object is detected if the cursor is inside the polygon. 341
V
Position t_point Position of the object on the scene (only used if "IsItem" is false). If the user clicked on this object then the current character walks to this position. 339
V
Rotation t_float Rotation for this object in radians (full rotation 2 pi, radian = degree * 180 / pi). The object image and all object animations will take the rotation into account. 783
S
RotationCenter t_point Coordinates (on screen) which define the center for object rotation (see "Rotation"). If set to -1,-1 (default) the image center is used as rotation center. 784
S
Scale t_float Defines the scaling factor for this object. 1.0 means 100% (original size), 2.0 would be double size and 0.5 half size. The object image and all object animations will take the scaling into account. 786
S
ScaleX t_float Factor for horizontal scaling of the button (100 is original width). 812
S
ScaleY t_float Factor for vertical scaling of the button (100 is original height). 812
S
ScrollFactorX t_int Horizontal scrolling-speed of this object in percent of screen's scrolling-speed (in %). If 100 then the object scrolls with same speed as the screen itself, otherwise it scrolls faster (> 100), slower (< 100) or not at all (0). 538
V
ScrollFactorY t_int Vertical scrolling-speed of this object in percent of screen's scrolling-speed (in %). If 100 then the object scrolls with same speed as the screen itself, otherwise it scrolls faster (> 100), slower (< 100) or not at all (0). 539
V
ShaderSet t_int Sets shader configuration id for an object and all of its animations, see "shaderSetOptions()" command. 785
S
SnoopAnimation t_link to Animations Animation which is shown when the "hotspot" (formerly known as "snoop") animations are active. The animation is only shown if the object is currently active. The "hotspot" animations can be activated with an action part. 665
V
SnoopAnimationPos t_point Absolute position of the "hotspot" (formerly known as "snoop") animation (see "SnoopAnimation") on the scene. 666
V
Sprite t_link to Sprites (parent) Sprite which is shown if the object is active. 170
V
TimeToDestVisibility t_int Defines the time (in milliseconds) until the visibility defined in "DestVisibility" is reached. This value is used the next time when "DestVisibility" is set. 602
S
Values t_links to Values (parent) All values of the object. 333
V
Value t_link to Values If not empty then the object is only shown and detected by the cursor if the value query (consisting of "Value", "ValueOperator" and "ValueInt") is met. If this query results in false and a "Condition" is also defined, it depends on the condition whether the object is active. 846
V
ValueInt t_int Integer value for querying the value linked under "Value". 848
V
ValueOperator t_int Operator for querying the value linked under "Value". Possible values:
  • 0: equals (=)
  • 1: doesn't equal (!=)
  • 2: equal or greater than (>=)
  • 3: greater than (>)
  • 4: equal or less than (<=)
  • 5: less than (<)
847
V
Visibility t_int Visibility of the object in percent. Must be between 0 and 100. A value of 0 means the object is not visible at all (but is still recognized by the cursor). 600
S


Outfits

Table id: 17 (eOutfits)

Field Type Description id Scriptable Storage
AmbientLightColor t_int The ambient light color can be used to shade a 3D model with a basic color to adapt it to the lighting conditions in the surrounding scene. 729
V/S
CameraAngle t_float This field sets the angle in degrees from which the camera shows each individual 3D model. By default, each model is shown from the front (0°), but the value range allows a model to be viewed from directly above (90°) or below (-90°). 711
V/S
CameraHeight t_float This field indicates the height of the camera relative to its 3D model. By default, the camera focuses on the center of the model, but the value range allows the camera to focus on the top (100 %) or bottom (-100 %) of the model. 710
V/S
CharacterAnimations t_links to Animations (parent) Person animations, must be started manually. 269
V
CharacterSpeed t_int Speed of character with this outfit (in pixel per second). 270
V/S
LightColor t_int The color (RGB, 1 byte per channel) of the direct light source used to shade a 3D model. 716
V/S
LightPosX t_float The first coordinate of the light source used to directly light 3D models. The model itself is positioned at the origin. The light position does not influence the position of shadows. 713
V/S
LightPosY t_float The second coordinate of the light source used to directly light 3D models. The model itself is positioned at the origin. The light position does not influence the position of shadows. 714
V/S
LightPosZ t_float The third coordinate of the light source used to directly light 3D models. The model itself is positioned at the origin. The light position does not influence the position of shadows. 715
V/S
LightColor t_int 716
V/S
Model t_path Path to the 3D model file used for the outfit. 708
V
ModelAmbientOcclusion t_int This field controls the intensity of self-shadowing of a 3D model in percent using ambient occlusion. A value of 0 deactivates ambient occlusion. 752
V
ModelFiles t_vpath 807
V
ModelOutlineColor t_int The color used for the contours of 3D models. 724
V/S
ModelOutlineWidth t_int The width of contours of 3D models. 725
V/S
ModelScaleFactor t_int The size of the displayed 3D model in percent. This field can be used to finetune the size or a model in the scene without changing the 3D model file. 718
V/S
ModelShadow t_int Indicates what type of shadow a 3D model casts. This can be either a simple blob shadow (1) or a realistic projected shadow (2). The value 0 disables shadows. Shadows are always cast straight downwards. 751
V
ModelShadowVisibility t_int This field controls the visibility of the shadow of a 3D model in percent. A value of 0 deactivates shadows. 750
V
ModelShowOutline t_bool This flag indicates whether outlines of a 3D model are drawn. 723
V/S
ModelTextures t_vpath This field contains a list of texture paths used to draw a 3D model. This can be used to override the texture information stored in the 3D model file. 728
V
ModelToonNuances t_int Number of nuances of brightness used for toon shading. Using a relatively low number (2-5) creates more cartoon-like lighting of a 3D model. 722
V/S
ModelTurnSpeed t_int 867
V
ModelUseToonShading t_bool This flag indicates whether toon shading is used for a 3D model. The alternative is realistic shading. 721
V/S
RandomAnimations t_links to Animation (parent)
  • For playable characters (characters with an interface): Animations are shown if the user did not interact for a longer random time span (between "RandomMinTime" and "RandomMaxTime" milliseconds).
  • For non-playable characters (characters without an interface): Animations are shown after a random time span (between "RandomMinTime" and "RandomMaxTime" milliseconds).
321
V
RandomMinTime t_int Minimum time (in milliseconds) until a random animation (see "RandomAnimations") is started. 756
V
RandomMaxTime t_int Maximum time (in milliseconds) until a random animation (see "RandomAnimations") is started. 757
V
SlideWalkAnimation t_bool If true the character position will be updated continuously during walking, otherwise the position will only be updated if a new frame of the walk animation is shown. 762
V/S
StandingAnimations t_links to Animations (parent) Standing animations, shown when person is standing. 383
V
TalkAnimations t_links to Animations (parent) Talk animations. 268
V
TurnAnimations t_links to Animations (parent) Turn animations. 810
V
UseLight t_bool 712
V/S
WalkAnimations t_links to Animations (parent) Walk animations. 267
V


ParticleContainers

Table id: 23 (eParticleContainers)

Field Type Description id Scriptable Storage
CameraZoom t_float DEPRECATED
CameraZPosition t_float DEPRECATED
LeadTime t_links to Particles (parent) DEPRECATED
Particles t_links to Particles (parent) DEPRECATED
PreviewScene t_link to Scenes Scene for particles preview. 824
V
Settings t_string Particle system settings. 806
V


Particles

Table id: 22 (eParticles)

DEPRECATED


Plugins

Table id: 39 (ePlugins)

Field Type Description id Scriptable Storage
Active t_bool 860
V
Data t_string 862
V
Directory t_string 861
V


Points

Table id: 5 (ePoints)

Field Type Description id Scriptable Storage
Position t_point Position on the scene. 146
V
Relations t_links to Points Links to connected points for way system. 147
V
Size t_int Size for character on this point (in percent). 145
V


Scenes

Table id: 4 (eScenes)

Field Type Description id Scriptable Storage
Actions t_links to Actions (parent) All actions of the scene. These actions can only be started by another action. 335
V
ActionAreas t_links to ActionAreas (parent) All action areas of the scene (areas which contain actions that are executed if a character enters or leaves the area). 681
V
AudioBusses t_links to AudioBusses 838
V
BackgroundMusic t_path Background music which is played in a loop. 132
V/S
Brightness t_int Defines the overall brightness of the scene (in percent). Must be between 0 and 100. A velue of 0 means this scene (with all its objects and characters) is completely dark (so everything is black), 100 means that everything is drawn with its original brightness. 594
S
CDTrack t_int 133
V
Conditions t_links to Conditions (parent) All conditions of the scene. 330
V
ContinueMusic t_bool If true then the background music from the last scene is continued instead of playing the background music of this scene ("BackgroundMusic"). 365
V
CurrentWaySystem t_link to WaySystems Currently used way system (only relevant if "IsMenu" is false). 641
V/S
Cursor t_link to Cursors Cursor which is displayed on this scene (only used if "IsMenu" is true). 293
V
Curves t_links to Curves 892
V
LightMap t_path Sprite which is used as a lightmap for the scene. The lightmap defines how the characters are shaded on different positions on the scene. 550
V/S
IsMenu t_bool If true then this scene is a menu (for savegames, options, etc.), otherwise it is a playable scene (where characters can move, etc.). 292
V
MusicBalance t_int Balance of the background music ("BackgroundMusic"). Must be between -100 (only left speaker) and 100 (only right speaker). 316
V/S
MusicVolume t_int Volume of the background music ("BackgroundMusic"). Must be between 0 (mute) and 100 (full volume). 315
V/S
Name t_link to Texts (parent) The name of the scene (used for name in savegames). 364
V
Objects t_links to Objects (parent) All objects of the scene. 136
V
ParticleSystem t_link to ParticleContainers Particle system of the scene which is always shown. 441
V
SavegameAreas t_vrect All areas where savegame screenshots are shown (only if "IsMenu" is true). A savegame can be selected by clicking inside an area. 322
V
SavegameFont t_link to Font Font which is used for the name of the savegame (only if "IsMenu" is true). 348
V
SavegameScreenshot t_path Image used as savegame screenshot for this scene when game is played on a mobile device. 765
V
SavegameScrollStep t_int Defines how many savegame positions will be scrolled if the savegames are scrolled with an actionpart (only if "IsMenu" is true). 323
V
SaveTextAlignment t_int Defines the alignment of the timestamp text underneath the savegames (only if "IsMenu" is true). Possible Values:
  • 0: Left.
  • 1: Right.
  • 2: Center.
930
V
SaveTextOffset t_point Defines the offset of the timestamp text underneath the savegames from its default location (only if "IsMenu" is true). 929
V
ScrollableArea t_rect Usually the scene can be scrolled to the edge in each direction. This area can limit the scrolling in each direction so the scene can not be scrolled to the edge. 568
V/S
ScrollOnEdges t_bool If true then the scene will be scrolled if the cursor is on the screen edge. 232
V/S
ShaderSet t_int Sets shader configuration id for the scene, see "shaderSetOptions()" command. 794
S
Sprite t_sprite Background sprite of the scene. 236
V
TestCharacter t_link to Characters 879
V
Values t_links to Values (parent) All values of the scene. 332
V
WaySystems t_links to WaySystems (parent) All way systems of the scene. 640
V


Scripts

Table id: 30 (eScripts)

Field Type Description id Scriptable Storage
Script t_string Script content. 652
V
Type t_string Script type. Possible Values:
  • 0: Execution script.
  • 1: Definition script.
653
V


ScriptVariables

Table id: 34 (eScriptVariables)

Field Type Description id Scriptable Storage
IsGlobalVar t_bool 697
S
Items t_links 698
S
KeyType t_int 694
S
Value t_string 696
S
ValueType t_int 695
S


Shaders

Table id: 36 (eShaders)

Field Type Description id Scriptable Storage
Compiled t_string 823
V
FS t_string 821
V
VS t_string 822
V


Sprites

Table id: 13 (eSprites)

Field Type Description id Scriptable Storage
Sprite t_sprite 237
V


Texts

Table id: 14 (eTexts)

Field Type Description id Scriptable Storage
TextLanguages t_vtext Language-dependent texts for this text entry. 761
V


TextLanguages

Table id: 19 (eTextLanguages)

Field Type Description id Scriptable Storage
Language t_link to Languages 258
V
Sound t_path 257
V
Text t_string 256
V


Values

Table id: 20 (eValues)

Field Type Description id Scriptable Storage
Float t_float The current float value. 805
V/S
Int t_int The current integer value. 328
V/S
Random t_bool If true then the value ("Int") will be set to a random value (between "RandomMin" and "RandomMax") at the beginning of the game. 345
V
RandomMax t_int Upper bound for random value (see "Random"). 347
V
RandomMin t_int Lower bound for random value (see "Random"). 346
V
String t_string The current string value. 632
V/S


WaySystems

Table id: 29 (eWaySystems)

Field Type Description id Scriptable Storage
Border t_vpoint Polygon which defines the way borders of the scene. A character is only allowed to walk inside the way borders. 638
V
Points t_links to Points (parent) Way points of the scene which store the character size. The way points are connected to each other to define where a character can walk. 639
V