Data Structure 3.x: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(Die Seite wurde neu angelegt: == Visionaire Data Structure == This is the official documentation of the Visionaire Data Structure.<br><br> The complete data structure is now well documented. It co...)
 
 
(120 intermediate revisions by 2 users not shown)
Line 5: Line 5:
The complete data structure is now well documented. It consists of different tables (storing different types of objects) and is stored in a XML file on disk (ved-file). Not all fields in this documentation are stored in the ved-files (project files), some of them are only created during the game and stored in the savegames. The column 'Storage' describes where each field is saved. A field with Storage 'V' is saved in the ved-file. If there is a 'S' in this column then this field is stored in savegames. If you want you can write your own tools which manipulate the ved-files to edit some settings differently than the Visionaire Editor (for fields with Storage type 'V').
The complete data structure is now well documented. It consists of different tables (storing different types of objects) and is stored in a XML file on disk (ved-file). Not all fields in this documentation are stored in the ved-files (project files), some of them are only created during the game and stored in the savegames. The column 'Storage' describes where each field is saved. A field with Storage 'V' is saved in the ved-file. If there is a 'S' in this column then this field is stored in savegames. If you want you can write your own tools which manipulate the ved-files to edit some settings differently than the Visionaire Editor (for fields with Storage type 'V').


Each field is accesible through scripting now. Theoretically every field can be read or written. However, in practice it does not make sense for all fields to change them because the Visionaire Player does not react to all changes and certain fields are not stored in savegames. For this purpose there is a column 'Scriptable' next to each field indicating if the field can be written. Fields which can be changed with the Scripting Language are displayed in a different color.
Each field is accesible through scripting now. Theoretically every field can be read or written. However, in practice it does not make sense for all fields to change them because the Visionaire Player does not react to all changes and certain fields are not stored in savegames. For this purpose there is a column 'Scriptable' next to each field indicating if the field can be written. Fields which can be changed with the Scripting Language are displayed in a different color. If you want to access a field through scripting you have to use the field constants. A field constant starts with a 'V' followed by the field name. E.g. to access the field GameCurrentScene you would have to use the constant VGameCurrentScene (the scripting command could look like this: "game:getLink(VGameCurrentScene)").


The tables starting with 'Active' contain dynamically created objects. For example all actions are stored in the table Action but once an action gets executed an object in ActiveAction will be created were the currently active action is stored.
The tables starting with 'Active' contain dynamically created objects. For example all actions are stored in the table Action but once an action gets executed an object in ActiveAction will be created where the currently active action is stored.
<br>
<br>


Line 78: Line 78:
'27': item dropped - other.<br>
'27': item dropped - other.<br>
'28': item dropped - other (immediate execution).<br>
'28': item dropped - other (immediate execution).<br>
'29': character enters area.<br>
'30': character leaves area.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 89: Line 91:
| valign="top" |
| valign="top" |
Item which is necessary to execute this action.
Item which is necessary to execute this action.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|}
== ActionArea ==
{| class="gruen" border="1"
| valign="top" |
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
'''Field Type'''
| valign="top" |
'''Description'''
| valign="top" align="center" |
'''Scriptable'''
| valign="top" align="center" |
'''Storage'''
|-
| rowspan="2" valign="top" |
ActionArea
| valign="top" |
ActionAreaActions
| valign="top" |
t_links to [[#AreaAction|AreaAction]] (parent)
| valign="top" |
The actions which will be executed if a character enters or leaves the action area (see ActionAreaPolygon).
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ActionAreaPolygon
| valign="top" |
t_vpoint
| valign="top" |
Polygon which defines the border of this action area. If a character enters or leaves this polygon then the actions from ActionAreaActions are executed.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 150: Line 192:
t_int
t_int
| valign="top" |
| valign="top" |
Actionpart type. See [http://twiki.visionaire2d.net/index.php?title=Actionparts_Dokumentation] for all action part types.
Actionpart type. See [[Actionparts Documentation]] for all action part types.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 208: Line 250:
ActiveAction
ActiveAction
| valign="top" class="scriptable" |
| valign="top" class="scriptable" |
ActionPartIndex
ActionActionPartIndex
| valign="top" class="scriptable" |
| valign="top" class="scriptable" |
t_int
t_int
Line 230: Line 272:
|-
|-
| valign="top" |
| valign="top" |
ActionPartStarted
ActionActionPartStarted
| valign="top" |
| valign="top" |
t_bool
t_bool
Line 278: Line 320:
'''Storage'''
'''Storage'''
|-
|-
| rowspan="14" valign="top" |
| rowspan="15" valign="top" |
ActiveAnimation
ActiveAnimation
| valign="top" class="scriptable" |
| valign="top" class="scriptable" |
Line 409: Line 451:
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
S
|-
| valign="top" |
AnimationStartedByUser
| valign="top" |
t_bool
| valign="top" |
True if the animation was started by the user through an action part. Used internally to know which animations must be stored in savegames.
| valign="top" align="center" |
-
| valign="top" align="center" |
| valign="top" align="center" |
S
S
Line 450: Line 503:
'''Storage'''
'''Storage'''
|-
|-
| rowspan="9" valign="top" |
| rowspan="10" valign="top" |
ActiveText
ActiveText
| valign="top" class="scriptable" |
| valign="top" class="scriptable" |
Line 495: Line 548:
| valign="top" align="center" |
| valign="top" align="center" |
S
S
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
TextPosition
TextOwner
| valign="top" |
| valign="top" |
t_point
t_link to [[#Character|Character]] or [[#Object|Object]] or [[#Button|Button]]
| valign="top" |
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.
| valign="top" align="center" |
-
| valign="top" align="center" |
S
|- class="scriptable"
| valign="top" |
TextPosition
| valign="top" |
t_point
| valign="top" |
| valign="top" |
Position on scene where the text is shown.
Position on scene where the text is shown.
Line 585: Line 649:
t_point
t_point
| valign="top" |
| valign="top" |
Defines the center of the animation - used for character animations.
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).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 625: Line 689:
|-
|-
| valign="top" |
| valign="top" |
AnimationMove
AnimationModelAnimIndex
| valign="top" |
| valign="top" |
t_bool
t_int
| valign="top" |
| valign="top" |
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)
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 636: Line 700:
|-
|-
| valign="top" |
| valign="top" |
AnimationNumberOfLoops
AnimationModelAnimSpeed
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Number of loops. '0' if it is an endless animation.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 647: Line 711:
|-
|-
| valign="top" |
| valign="top" |
AnimationOppositeDirection
AnimationMove
| valign="top" |
| valign="top" |
t_bool
t_bool
| valign="top" |
| valign="top" |
If true each loop of the animation is shown in reverse order.
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)
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
AnimationNumberOfLoops
| valign="top" |
t_int
| valign="top" |
Number of loops. '0' if it is an endless animation.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 691: Line 766:
|-
|-
| valign="top" |
| valign="top" |
AnimationRandomOrder
AnimationReplay
| valign="top" |
| valign="top" |
t_bool
t_int
| valign="top" |
| valign="top" |
If true then all frames of an animation loop are shown in random order.
eReplayNormal ('0'): animation loops are shown in normal order.<br/>
eReplayReverse ('1'): each loop of the animation is shown in reverse order.<br/>
eReplayRandom ('2'): all frames of an animation loop are shown in random order.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 702: Line 779:
|-
|-
| valign="top" |
| valign="top" |
AnimationResetPosition
AnimationSprites
| valign="top" |
| valign="top" |
t_bool
t_vsprites
| valign="top" |
| valign="top" |
If true then the animation will be set to its initial position after each loop.
All sprites of the animation.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 713: Line 790:
|-
|-
| valign="top" |
| valign="top" |
AnimationSprites
AnimationUseIndividualPause
| valign="top" |
| valign="top" |
t_vsprites
t_bool
| valign="top" |
| valign="top" |
All sprites of the animation.
If true then the pause between two frames of the animation is stored in each sprite. If false then AnimationPause is used for the pause between two frames.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 724: Line 801:
|-
|-
| valign="top" |
| valign="top" |
AnimationStandingSprite
AnimationWalkSteps
| valign="top" |
| valign="top" |
t_sprite
t_vfloat
| valign="top" |
| valign="top" |
Sprite which shows the character standing (only used for character walk animations).
Only used for character walk animations. Defines the distance (pixels in one second at 100% size) between animation frames. If OutfitSlideWalkAnimation 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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|}
| valign="top" |
 
AnimationUseIndividualPause
| valign="top" |
t_bool
| valign="top" |
If true then the pause between two frames of the animation is stored in each sprite. If false then AnimationPause is used for the pause between two frames.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|}
 
== AnimationFrame ==
== AnimationFrame ==
{| class="gruen" border="1"
{| class="gruen" border="1"
Line 819: Line 885:
|}
|}


== Button ==
== AreaAction ==
{| class="gruen" border="1"
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
Line 834: Line 900:
'''Storage'''
'''Storage'''
|-
|-
| rowspan="18" valign="top" |
| rowspan="3" valign="top" |
Button
AreaAction
| valign="top" |
| valign="top" |
ButtonActions
AreaActionAction
| valign="top" |
| valign="top" |
t_links to [[#Action|Action]] (parent)
t_link to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
All actions of this button.
The action to execute if all conditions are fulfilled (see AreaActionCharacter and AreaActionExecuteAlways). The execution type of the action (ActionExecutionType) must also match the character either entering or leaving the area (type is either '29' (CharacterEntersArea) or '30' (CharacterLeavesArea)).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 848: Line 914:
|-
|-
| valign="top" |
| valign="top" |
ButtonActiveSprite
AreaActionCharacter
| valign="top" |
| valign="top" |
t_link to [[#Sprite|Sprite]]
t_link to [[#Character|Character]]
| valign="top" |
| valign="top" |
Sprite which is shown if the button is active. If ButtonType is '3' or '6' (command) and this button is currently selected then the button is active. If ButtonType 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.
If set the action is only executed if the specified character enters/leaves (see ActionExecutionType) the area. If not set then the action is executed for all characters.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 859: Line 925:
|-
|-
| valign="top" |
| valign="top" |
ButtonAnimation
AreaActionExecuteAlways
| valign="top" |
| valign="top" |
t_link to [[#Animation|Animation]]
t_bool
| valign="top" |
| valign="top" |
Animation which will be played automatically if the button is shown (see ButtonCondition).
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|}
 
== Button ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
ButtonAnimations
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
'''Field Type'''
| valign="top" |
| valign="top" |
All animations of the button.
'''Description'''
| valign="top" align="center" |
| valign="top" align="center" |
-
'''Scriptable'''
| valign="top" align="center" |
| valign="top" align="center" |
V
'''Storage'''
|-
| rowspan="18" valign="top" |
Button
| valign="top" |
ButtonActions
| valign="top" |
t_links to [[#Action|Action]] (parent)
| valign="top" |
All actions of this button.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ButtonActiveSprite
| valign="top" |
t_link to [[#Sprite|Sprite]] (parent)
| valign="top" |
Sprite which is shown if the button is active. If ButtonType is '3' or '6' (command) and this button is currently selected then the button is active. If ButtonType 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.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ButtonAnimation
| valign="top" |
t_link to [[#Animation|Animation]]
| valign="top" |
Animation which will be played automatically if the button is shown (see ButtonCondition).
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ButtonAnimations
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
| valign="top" |
All animations of the button.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
|-
| valign="top" |
| valign="top" |
Line 885: Line 1,002:
t_int
t_int
| valign="top" |
| valign="top" |
Only used the button is a command (ButtonType = '3' or '6'). Defines the type of this command:<br>
Only used if the button is a command (ButtonType = '3' or '6'). Defines the type of this command:<br>
'0': normal command (e.g. 'Look at', 'Push'). <br>
'0' (eButtonNormal): normal command (e.g. 'Look at', 'Push'). <br>
'1': combined command (e.g. 'Use', 'Give').<br>
'1' (eButtonCombined): combined command (e.g. 'Use', 'Give').<br>
'2': give command (e.g. 'Give').<br>
'2' (eButtonGive): give command (e.g. 'Give').<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 963: Line 1,080:
ButtonInactiveSprite
ButtonInactiveSprite
| valign="top" |
| valign="top" |
t_link to [[#Sprite|Sprite]]
t_link to [[#Sprite|Sprite]] (parent)
| valign="top" |
| valign="top" |
Sprite which is shown if the button is inactive. (see ButtonActiveSprite)
Sprite which is shown if the button is inactive. (see ButtonActiveSprite)
Line 999: Line 1,116:
| valign="top" |
| valign="top" |
Defines the type of this button:<br>
Defines the type of this button:<br>
'0': Placeholder for an item.<br>
'0' (eButtonPlaceholder): Placeholder for an item.<br>
'1': Scroll arrow to scroll items up. (number of items to scroll is defined by InterfaceScollStepSize)<br>
'1' (eButtonScrollUp): Scroll arrow to scroll items up. (number of items to scroll is defined by InterfaceScollStepSize)<br>
'2': Scroll arrow to scroll items down. (number of items to scroll is defined by InterfaceScollStepSize)<br>
'2' (eButtonScrollDown): Scroll arrow to scroll items down. (number of items to scroll is defined by InterfaceScollStepSize)<br>
'3': Command.<br>
'3' (eButtonCommand): Command.<br>
'4': Action area. (only used to define individual actions for an area)<br>
'4' (eButtonActionArea): Action area. (only used to define individual actions for an area)<br>
'5': Command group. (buttons in the group defined by ButtonGroup)<br>
'5' (eButtonCommandGroup): Command group. (buttons in the group defined by ButtonGroup)<br>
'6': Command in a command group (group defined by ButtonGroup). 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).<br>
'6' (eButtonCommandInGroup): Command in a command group (group defined by ButtonGroup). 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).<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 1,017: Line 1,134:
| valign="top" |
| valign="top" |
Only used if button is a command (ButtonType = '3' or '6'). Defines on what the command can be used on:<br>
Only used if button is a command (ButtonType = '3' or '6'). Defines on what the command can be used on:<br>
'0': on objects (scene objects and items) and characters.<br>
'0' (eUseOnAll): on objects (scene objects and items) and characters.<br>
'1': only on characters.<br>
'1' (eUseOnCharacters): only on characters.<br>
'2': only on objects (scene objects and items).<br>
'2' (eUseOnObjects): only on objects (scene objects and items).<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 1,052: Line 1,169:
'''Storage'''
'''Storage'''
|-
|-
| rowspan="44" valign="top" |
| rowspan="47" valign="top" |
Character
Character
| valign="top" |
| valign="top" |
Line 1,066: Line 1,183:
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
CharacterActive
CharacterActionDestPosition
| valign="top" |
t_point
| valign="top" |
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.
| valign="top" align="center" |
Yes
| valign="top" align="center" |
V/S
|- class="scriptable"
| valign="top" |
CharacterActive
| valign="top" |
| valign="top" |
t_bool
t_bool
Line 1,115: Line 1,243:
| valign="top" |
| valign="top" |
Type of currently playing character animation:<br>
Type of currently playing character animation:<br>
'0': No animation.<br>
'0' (eNoAnim): No animation.<br>
'1': Individual character animation.<br>
'1' (eWalkAnim): walk animation.<br>
'2': Random animation.<br>
'2' (eTalkAnim): Talk animation.<br>
'3': Talk animation.<br>
'3' (eStandingAnim): Standing animation.<br>
'4': Standing animation.<br>
'4' (eCharacterAnim): Individual character animation.<br>
'5' (eRandomAnim): Random animation.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 1,247: Line 1,376:
|-
|-
| valign="top" |
| valign="top" |
CharacterDialogInActiveScrollUp
CharacterDialogInactiveScrollUp
| valign="top" |
| valign="top" |
t_sprite
t_sprite
Line 1,258: Line 1,387:
|-
|-
| valign="top" |
| valign="top" |
CharacterDialogInActiveScrollDown
CharacterDialogInactiveScrollDown
| valign="top" |
| valign="top" |
t_sprite
t_sprite
Line 1,357: Line 1,486:
|-
|-
| valign="top" |
| valign="top" |
CharacterInActiveDialogFont
CharacterInactiveDialogFont
| valign="top" |
| valign="top" |
t_link to [[#Font|Font]]
t_link to [[#Font|Font]]
Line 1,370: Line 1,499:
CharacterInterfaces
CharacterInterfaces
| valign="top" |
| valign="top" |
t_links to [[#Interface|Interface]] (parent)
t_links to [[#Interface|Interface]]
| valign="top" |
| valign="top" |
All interfaces attached to this character. InterfaceActive defines if the interface is currently in use.
All interfaces currently used for this character.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V/S
|-
|- class="scriptable"
| valign="top" |
CharacterInterfaceWithItem
| valign="top" |
t_link to [[#Interface|Interface]]
| valign="top" |
The interface which contains all items for this character. This interface link is set automatically depending on the active interfaces of the character.
| valign="top" align="center" |
-
| valign="top" align="center" |
S
|-
| valign="top" |
| valign="top" |
CharacterItems
CharacterItems
Line 1,394: Line 1,512:
t_links to [[#Object|Object]]
t_links to [[#Object|Object]]
| valign="top" |
| valign="top" |
All items the character has in its bag (interface or inventory).
All items which are picked up by this character.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
S
S
Line 1,474: Line 1,592:
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
S
|-
| valign="top" |
CharacterSize
| valign="top" |
t_float
| valign="top" |
Current size of character in % ('100' = original size) taking CharacterScale, CharacterScaleFactor and the current character position on the scene into account.
| valign="top" align="center" |
- (read only)
| valign="top" align="center" |
| valign="top" align="center" |
S
S
Line 1,507: Line 1,636:
| valign="top" |
| valign="top" |
Defines the time in milli seconds until the visibility CharacterDestVisibility is reached. This value is used the next time when CharacterDestVisibility is set.
Defines the time in milli seconds until the visibility CharacterDestVisibility is reached. This value is used the next time when CharacterDestVisibility is set.
| valign="top" align="center" |
Yes
| valign="top" align="center" |
S
|- class="scriptable"
| valign="top" |
CharacterTint
| valign="top" |
t_int
| valign="top" |
Color 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.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
Line 1,741: Line 1,881:
Cursor
Cursor
| valign="top" |
| valign="top" |
CursorSpritesActive
CursorActiveAnimation
| valign="top" |
| valign="top" |
t_vsprite
t_link to [[#Animation|Animation]]
| valign="top" |
| valign="top" |
Sprites used for the animation of the active cursor.
Animation of the active cursor.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 1,752: Line 1,892:
|-
|-
| valign="top" |
| valign="top" |
CursorSpritesInActive
CursorHotspot
| valign="top" |
| valign="top" |
t_vsprite
t_point
| valign="top" |
| valign="top" |
Sprites used for the animation of the inactive cursor.
Point on the cursor which defines the 'center' of the cursor.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 1,763: Line 1,903:
|-
|-
| valign="top" |
| valign="top" |
CursorHotspot
CursorInactiveAnimation
| valign="top" |
| valign="top" |
t_point
t_link to [[#Animation|Animation]]
| valign="top" |
| valign="top" |
Point on the cursor which defines the 'center' of the cursor.
Animation of the inactive cursor.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 1,818: Line 1,958:
'''Storage'''
'''Storage'''
|-
|-
| rowspan="11" valign="top" |
| rowspan="12" valign="top" |
DialogPart
DialogPart
| valign="top" |
| valign="top" |
DialogPartAction
DialogPartAction
| valign="top" |
| valign="top" |
t_link to [[#Action|Action]]
t_link to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
Action which is executed if this dialog part is selected. It is not allowed to start a dialog in this action.
Action which is executed if this dialog part is selected. It is not allowed to start a dialog in this action.
Line 1,881: Line 2,021:
| valign="top" |
| valign="top" |
If true then the condition DialogPartCondition is negated. (see DialogPartCondition)
If true then the condition DialogPartCondition is negated. (see DialogPartCondition)
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
DialogPartLinkedAction
| valign="top" |
t_link to [[#Action|Action]]
| valign="top" |
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 1,914: Line 2,065:
| valign="top" |
| valign="top" |
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 />
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 />
'0': the same dialog will be shown again.<br />
'0' (eDialogReturnToSame): the same dialog will be shown again.<br />
'1': the 'upper' dialog (which linked to the current dialog) will be shown.<br />
'1' (eDialogReturnToUpper): the 'upper' dialog (which linked to the current dialog) will be shown.<br />
'2': no dialog will be shown.<br />
'2' (eDialogReturnToEnd): no dialog will be shown.<br />
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 1,960: Line 2,111:
'''Storage'''
'''Storage'''
|-
|-
| rowspan="8" valign="top" |
| rowspan="18" valign="top" |
Font
Font
| valign="top" |
| valign="top" |
Line 1,985: Line 2,136:
|-
|-
| valign="top" |
| valign="top" |
FontLetters
FontBorder
| valign="top" |
| valign="top" |
t_vrect
t_bool
| valign="top" |
| valign="top" |
List of rectangles where each rectangle contains the position of a single character on the sprite (FontSprite).
If true a font border will be drawn. This value is only used for TrueType fonts (see FontTrueTypeFont).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 1,996: Line 2,147:
|-
|-
| valign="top" |
| valign="top" |
FontLetterSpacing
FontBorderColor
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Horizontal distance between two characters (in pixel).
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,007: Line 2,158:
|-
|-
| valign="top" |
| valign="top" |
FontLineWidth
FontBorderSize
| valign="top" |
| valign="top" |
t_int
t_float
| valign="top" |
| valign="top" |
Maximum line width (in pixel) for automatic line break. This value is only used if FontAutoLineBreak is true.
Size of font border in pixels. This value is only used for TrueType fonts (see FontTrueTypeFont) and if FontBorder is set to true.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,018: Line 2,169:
|-
|-
| valign="top" |
| valign="top" |
FontSpaceWidth
FontColor
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Width of space (in pixel).
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).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,029: Line 2,180:
|-
|-
| valign="top" |
| valign="top" |
FontSprite
FontFont
| valign="top" |
| valign="top" |
t_sprite
t_link
| valign="top" |
| valign="top" |
Sprite with all characters of the font.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,040: Line 2,191:
|-
|-
| valign="top" |
| valign="top" |
FontVerticalLetterSpacing
FontLetters
| valign="top" |
| valign="top" |
t_int
t_vrect
| valign="top" |
| valign="top" |
Vertical distance between two characters (in pixel).
List of rectangles where each rectangle contains the position of a single character on the sprite (FontSprite).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|}
|-
 
== Game ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
'''Table'''
FontLetterSpacing
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
'''Field Type'''
t_int
| valign="top" |
| valign="top" |
'''Description'''
Horizontal distance between two characters (in pixel).
| valign="top" align="center" |
| valign="top" align="center" |
'''Scriptable'''
-
| valign="top" align="center" |
| valign="top" align="center" |
'''Storage'''
V
|-
|-
| rowspan="80" valign="top" |
Game
| valign="top" |
| valign="top" |
GameAbout
FontLineWidth
| valign="top" |
| valign="top" |
t_string
t_int
| valign="top" |
| valign="top" |
Long description of game, authors can make additional comments here.
Maximum line width (in pixel) for automatic line break. This value is only used if FontAutoLineBreak is true.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,080: Line 2,224:
|-
|-
| valign="top" |
| valign="top" |
GameActions
FontShadow
| valign="top" |
| valign="top" |
t_links to [[#Action|Action]] (parent)
t_bool
| valign="top" |
| valign="top" |
All actions which can be started with a key. The key value is stored in ActionExecutionType.
If true a font shadow will be drawn. This value is only used for TrueType fonts (see FontTrueTypeFont).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,091: Line 2,235:
|-
|-
| valign="top" |
| valign="top" |
GameActionTextFont
FontShadowOffset
| valign="top" |
| valign="top" |
t_link to [[#Font|Font]]
t_point
| valign="top" |
| valign="top" |
Font which will be used for the action text - only used if GameDrawActionText is '1' or '2'.
Offset in pixels for font shadow (see FontShadow).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|-
| valign="top" |
| valign="top" |
GameActionTextRect
FontSize
| valign="top" |
| valign="top" |
t_rect
t_float
| valign="top" |
| valign="top" |
Rectangle in which the action text will be drawn horizontally and vertically centered - only used if GameDrawActionText is '2'.
Font size in pixels. This value is only used for TrueType fonts (see FontTrueTypeFont).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameActiveCommand
FontSpaceWidth
| valign="top" |
| valign="top" |
t_link to [[#Button|Button]]
t_int
| valign="top" |
| valign="top" |
The currently active command.
Width of space (in pixel).
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V
|-
|-
| valign="top" |
| valign="top" |
GameAlignCharacterOnImExecution
FontSprite
| valign="top" |
| valign="top" |
t_bool
t_sprite
| valign="top" |
| valign="top" |
If true the active character will be automatically aligned to the clicked object when an action with execution type 'immediate' is executed.
Sprite with all characters of the font.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameAlwaysAllowSkipText
FontTrueTypeFont
| valign="top" |
| valign="top" |
t_bool
t_bool
| valign="top" |
| valign="top" |
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).
If set to true this is a TrueType font. Either FontTrueTypeFontPath or FontFont must be set for a valid font.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V
|- class="scriptable"
| valign="top" |
GameAutoHideInterfacesInMenu
| valign="top" |
t_bool
| valign="top" |
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.
| valign="top" align="center" |
Yes
| valign="top" align="center" |
V/S
|-
|-
| valign="top" |
| valign="top" |
GameCharacterComposedFile
FontTrueTypeFontPath
| valign="top" |
| valign="top" |
t_path
t_path
| valign="top" |
| valign="top" |
Defines the filename for composing the character when compiling the game.
Path to TrueType font file. This value is only used for TrueType fonts (see FontTrueTypeFont).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,168: Line 2,302:
|-
|-
| valign="top" |
| valign="top" |
GameCharacterComposedFiles
FontVerticalLetterSpacing
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
The number of composed character files:<br>
Vertical distance between two characters (in pixel).
'0': All characters are stored in the main container.<br>
'1': All characters are stored in one file specified by GameCharacterComposedFile.<br>
> '1': Each character is stored in an own container specified by GameCharacterComposedFile (filename extended by the character number).<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|}
 
== Game ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
GameCharacterLinks
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
t_links to [[#Character|Character]] (parent)
'''Field Type'''
| valign="top" |
| valign="top" |
All characters of the game.
'''Description'''
| valign="top" align="center" |
| valign="top" align="center" |
-
'''Scriptable'''
| valign="top" align="center" |
| valign="top" align="center" |
V
'''Storage'''
|- class="scriptable"
|-
| rowspan="108" valign="top" |
Game
| valign="top" |
| valign="top" |
GameCommandBehaviour
GameAbout
| valign="top" |
| valign="top" |
t_int
t_string
| valign="top" |
| valign="top" |
Behavior for selecting the standard command.<br>
Long description of game, authors can make additional comments here.
'0': set standard command after executing an action.<br>
'1': never set standard command.<br>
'2': set standard command after successful execution of an action.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V
|-
|-
| valign="top" |
| valign="top" |
GameComposedFile
GameActions
| valign="top" |
| valign="top" |
t_path
t_links to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
Defines the filename for composing the main output file (.vis file) when compiling the game.
All actions which can be started with a key. The key value is stored in ActionExecutionType.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,217: Line 2,352:
V
V
|-
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameCurrentCharacter
GameActionTextFont
| valign="top" |
| valign="top" |
t_link to [[#Character|Character]]
t_link to [[#Font|Font]]
| valign="top" |
| valign="top" |
Character which is currently controlled by the player (active character).
Font which will be used for the action text - only used if GameDrawActionText is '1' or '2'.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameCurrentScene
GameActionTextRect
| valign="top" |
| valign="top" |
t_link to [[#Scene|Scene]]
t_rect
| valign="top" |
| valign="top" |
Scene which is currently shown.
Rectangle in which the action text will be drawn horizontally and vertically centered - only used if GameDrawActionText is '2'.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameCursors
GameActiveCommand
| valign="top" |
| valign="top" |
t_links to [[#Cursor|Cursor]] (parent)
t_link to [[#Button|Button]]
| valign="top" |
| valign="top" |
All cursors of the game.
The currently active command.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|-
| valign="top" |
| valign="top" |
GameCutsceneAction
GameAlignCharacterOnImExecution
| valign="top" |
| valign="top" |
t_link to [[#Action|Action]]
t_bool
| valign="top" |
| valign="top" |
If a cutscene is active this links to the action which started (and should stop) the cutscene.
If true the active character will be automatically aligned to the clicked object when an action with execution type 'immediate' is executed.
| valign="top" align="center" |
-
| valign="top" align="center" |
S
|-
| valign="top" |
GameDescription
| valign="top" |
t_string
| valign="top" |
Short description of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,274: Line 2,397:
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameDestinationCommand
GameAlwaysAllowSkipText
| valign="top" |
| valign="top" |
t_link to [[#Button|Button]]
t_bool
| valign="top" |
| valign="top" |
When the user clicked on an object and the character walks to this object, this command will be executed when the object is reached.
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).
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
S
V/S
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameDestinationEvent
GameAutoHideInterfacesInMenu
| valign="top" |
| valign="top" |
t_int
t_bool
| valign="top" |
| valign="top" |
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>
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.
'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.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
S
V/S
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameDestinationItem
GameCharacterComposedFile
| valign="top" |
| valign="top" |
t_link to [[#Object|Object]]
t_path
| valign="top" |
| valign="top" |
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.
Defines the filename for composing the character when compiling the game.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|- class="scriptable"
| valign="top" |
GameDestinationItemPicked
| valign="top" |
t_link to [[#Object|Object]]
| valign="top" |
When the user clicked on an object and the character walks to this object, this item will be dropped (see GameDragableObjects) on the object when it is reached.
| valign="top" align="center" |
Yes
| valign="top" align="center" |
S
|-
|-
| valign="top" |
| valign="top" |
GameDialog
GameCharacterComposedFiles
| valign="top" |
| valign="top" |
t_link to [[#Dialog|Dialog]]
t_int
| valign="top" |
| valign="top" |
Currently displayed dialog.
The number of composed character files:<br>
'0' (eMainContainer): All characters are stored in the main container.<br>
'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>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|-
|-
| valign="top" |
| valign="top" |
GameDialogAction
GameCharacterLinks
| valign="top" |
| valign="top" |
t_link to [[#Action|Action]]
t_links to [[#Character|Character]] (parent)
| valign="top" |
| valign="top" |
Running action which contains the text for the current dialog.
All characters of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameDraggableItems
GameCommandBehaviour
| valign="top" |
| valign="top" |
t_bool
t_int
| valign="top" |
| valign="top" |
True if objects can be dragged from the interface.
Behavior for selecting the standard command.<br>
'0'(eStdCommandAlways): set standard command after executing an action.<br>
'1' (eSetStdCommandNever): never set standard command.<br>
'2' (eSetStdCommandOnSuccess): set standard command after successful execution of an action.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
Line 2,358: Line 2,469:
|-
|-
| valign="top" |
| valign="top" |
GameDrawActionText
GameCompanyName
| valign="top" |
| valign="top" |
t_int
t_string
| valign="top" |
| valign="top" |
Defines if and where the action text is drawn:<br>
The company name is used for the path where the savegames are stored. E.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.
'0': do not draw action text.<br>
'1': draw action text at current cursor position.<br>
'2': draw action text centered in the rectangle defined by GameActionTextRect.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
| valign="top" |
GameComposedFile
| valign="top" |
t_path
| valign="top" |
Defines the filename for composing the main output file (.vis file) when compiling the game.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameExecuteActionsDuringDialog
GameCurrentCharacter
| valign="top" |
| valign="top" |
t_bool
t_link to [[#Character|Character]]
| valign="top" |
| valign="top" |
If true the game actions GameActions (activated by a key) will also be executed if a dialog is currently displayed.
Character which is currently controlled by the player (active character).
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V/S
S
|-
|-
| valign="top" |
GameCurrentObject
| valign="top" |
t_link to [[#Object|Object]] or [[#Character|Character]] or [[#Button|Button]]
| valign="top" |
The object currently below the cursor.
| valign="top" align="center" |
-
| valign="top" align="center" |
S
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameFadeDelay
GameCurrentScene
| valign="top" |
| valign="top" |
t_int
t_link to [[#Scene|Scene]]
| valign="top" |
| valign="top" |
Delay in milli seconds for fade in/out of a scene.
Scene which is currently shown.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V/S
S
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameFadeEffect
GameCursorHorizontalScrollDistance
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Effect for fade in/out of a scene.<br>
Distance of cursor to the left or right screen border where horizontal scrolling will be started.
'0': no effect. display new scene immediately.<br>
'1': fade in. Only fade in new scene. No fade out of current scene.<br>
'2': fade out. Only fade out current scene. No fade in of new scene.<br>
'3': fade in/out. Fade out current scene and fade in new scene.<br>
'4': fade to new. Use alpha-blending to directly fade from current to new scene.<br>
'5': shift left. Shift current scene to the left and show new scene.<br>
'6': shift right. Shift current scene to the right and show new scene.<br>
'7': tunnel effect. Use a tunnel effect for fade in/out.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V/S
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameFirstCharacter
GameCursorVerticalScrollDistance
| valign="top" |
| valign="top" |
t_link to [[#Character|Character]]
t_int
| valign="top" |
| valign="top" |
Character which is used for starting the game. This is the character which is controlled by the player.
Distance of cursor to the top or bottom screen border where vertical scrolling will be started.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
GameFirstScene
GameCursors
| valign="top" |
| valign="top" |
t_link to [[#Scene|Scene]]
t_links to [[#Cursor|Cursor]] (parent)
| valign="top" |
| valign="top" |
The first scene of the game (which is shown after the loading screen)
All cursors of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,436: Line 2,558:
|-
|-
| valign="top" |
| valign="top" |
GameFontLinks
GameCutsceneAction
| valign="top" |
| valign="top" |
t_links to [[#Font|Font]] (parent)
t_link to [[#Action|Action]]
| valign="top" |
| valign="top" |
All fonts of the game.
If a cutscene is active this links to the action which started (and should stop) the cutscene.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
GameFullScreenIntro
GameDescription
| valign="top" |
| valign="top" |
t_bool
t_string
| valign="top" |
| valign="top" |
True if the intro movie is scaled to fullscreen.
Short description of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameHiddenDialog
GameDestinationCommand
| valign="top" |
| valign="top" |
t_link to [[#Dialog|Dialog]]
t_link to [[#Button|Button]]
| valign="top" |
| valign="top" |
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 GameExecuteActionsDuringDialog is true - then the dialog is saved in this field. The dialog is hidden until the user switches back to a playable scene.
When the user clicked on an object and the character walks to this object, this command will be executed when the object is reached.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V/S
S
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameHoldTime
GameDestinationEvent
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Time in milli seconds until the event 'Mouse holding' (for GameLeftHoldAction and GameLeftHoldingAction) is fired.
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.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V/S
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameId
GameDestinationItem
| valign="top" |
| valign="top" |
t_string
t_link to [[#Object|Object]]
| valign="top" |
| valign="top" |
Unique Identification number. Used for savegames in order to only load savegames for correct game.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameIntro
GameDestinationItemPicked
| valign="top" |
| valign="top" |
t_path
t_bool
| valign="top" |
| valign="top" |
Intro movie which will be played at the beginning of the game.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
GameItems
GameDialog
| valign="top" |
| valign="top" |
t_links to [[#Object|Object]] (parent)
t_link to [[#Dialog|Dialog]]
| valign="top" |
| valign="top" |
All items of the game.
Currently displayed dialog.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
GameLanguages
GameDialogAction
| valign="top" |
| valign="top" |
t_links to [[#Language|Language]] (parent)
t_link to [[#Action|Action]]
| valign="top" |
| valign="top" |
All languages of the game.
Running action which contains the text for the current dialog.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameLeftClickAction
GameDraggableItems
| valign="top" |
| valign="top" |
t_link to [[#Action|Action]] (parent)
t_bool
| valign="top" |
| valign="top" |
An action which will be started if the left mouse button is clicked.
True if objects can be dragged from the interface.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameLeftDblClickAction
GameDrawActionText
| valign="top" |
| valign="top" |
t_link to [[#Action|Action]] (parent)
t_int
| valign="top" |
| valign="top" |
An action which will be started if the left mouse button is double clicked.
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.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameLeftHoldAction
GameExecuteActionsDuringDialog
| valign="top" |
| valign="top" |
t_link to [[#Action|Action]] (parent)
t_bool
| valign="top" |
| valign="top" |
Action which is started if the left mouse button is pressed for a certain time (GameLeftHoltTime) and GameLeftMouseHold is set to '3' or '4'. The action is started when the mouse button is released.
If true the game actions GameActions (activated by a key) will also be executed if a dialog is currently displayed.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|-
| valign="top" |
GameLeftHoldingAction
| valign="top" |
t_link to [[#Action|Action]] (parent)
| valign="top" |
Action which is started if the left mouse button is pressed for a certain time (GameLeftHoltTime) and GameLeftMouseHolding is set to '3'. The action is started when the mouse button is pressed.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameLeftMouseClick
GameFadeDelay
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Defines what a left mouse click is used for:<br>
Delay in milli seconds for fade in/out of a scene.
'0': used for individual actions.<br>
'4': used for standard action (GameLeftClickAction) and individual actions.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
Line 2,581: Line 2,701:
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameLeftMouseDblClick
GameFadeEffect
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Defines what a left double click is used for:<br>
Effect for fade in/out of a scene.<br>
'0': used for individual actions.<br>
'0' (eFadeNo): no effect. display new scene immediately.<br>
'3': used for standard action (GameLeftDblClickAction).<br>
'1' (eFadeIn): fade in. Only fade in new scene. No fade out of current scene.<br>
'4': used for standard action (GameLeftDlbClickAction) and individual actions.<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.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V/S
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameLeftMouseHold
GameFirstCharacter
| valign="top" |
| valign="top" |
t_int
t_link to [[#Character|Character]]
| valign="top" |
| valign="top" |
Defines what the event 'left mouse button hold' is used for when the button is released.<br>
Character which is used for starting the game. This is the character which is controlled by the player.
'0': used for individual actions.<br>
'3': used for standard action (GameLeftHoldAction).<br>
'4': used for standard action (GameLeftHoldAction) and individual actions.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V
|- class="scriptable"
| valign="top" |
GameLeftMouseHolding
| valign="top" |
t_int
| valign="top" |
Defines what the event 'left mouse button hold' is used for when the button is pressed.<br>
'0': used for individual actions.<br>
'3': used for standard action (GameLeftHoldingAction).<br>
| valign="top" align="center" |
Yes
| valign="top" align="center" |
V/S
|-
|-
| valign="top" |
| valign="top" |
GameLoading
GameFirstScene
| valign="top" |
| valign="top" |
t_link to [[#Loading|Loading]] (parent)
t_link to [[#Scene|Scene]]
| valign="top" |
| valign="top" |
The loading screen. (is shown on startup when the game is loaded)
The first scene of the game (which is shown after the loading screen)
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,633: Line 2,742:
|-
|-
| valign="top" |
| valign="top" |
GameMinificationFilter
GameFontLinks
| valign="top" |
| valign="top" |
t_int
t_links to [[#Font|Font]] (parent)
| valign="top" |
| valign="top" |
Filter for minification of textures (scaling of character images).<br>
All fonts of the game.
'0': Linear interpolation.<br>
'1': Nearest neighbor.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,646: Line 2,753:
|-
|-
| valign="top" |
| valign="top" |
GameMagnificationFilter
GameFullScreenIntro
| valign="top" |
| valign="top" |
t_int
t_bool
| valign="top" |
| valign="top" |
Filter for magnification of textures (scaling of character images).<br>
True if the intro movie is scaled to fullscreen.
'0': Linear interpolation.<br>
'1': Nearest neighbor.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,659: Line 2,764:
|-
|-
| valign="top" |
| valign="top" |
GameMovieComposedFile
GameGameComposedFile
| valign="top" |
| valign="top" |
t_path
t_path
| valign="top" |
| valign="top" |
Defines the filename for composing the movies when compiling the game.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,670: Line 2,775:
|-
|-
| valign="top" |
| valign="top" |
GameMovieComposedFiles
GameGameComposedFiles
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
The number of composed movie files:<br>
The number of composed game files:<br>
'0': All movies are stored in the main container.<br>
'0' (eMainContainer): The game object is stored in the main container.<br>
'1': All movies are stored in one file specified by GameMovieComposedFile.<br>
'1' (eSingleContainer): The game object is stored in one file specified by GameGameComposedFile.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,683: Line 2,788:
|-
|-
| valign="top" |
| valign="top" |
GameParticleContainerLinks
GameGameName
| valign="top" |
| valign="top" |
t_links to [[#ParticleContainer|ParticleContainer]] (parent)
t_string
| valign="top" |
| valign="top" |
All particle systems of the game.
The game name is used for the path where the savegames are stored. E.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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameQuake
GameHiddenDialog
| valign="top" |
| valign="top" |
t_bool
t_link to [[#Dialog|Dialog]]
| valign="top" |
| valign="top" |
If true a quake constantly moves the screen. The values GameQuakeForce and GameQuakeSpeed are used as parameters for the quake.
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 GameExecuteActionsDuringDialog is true - then the dialog is saved in this field. The dialog is hidden until the user switches back to a playable scene.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V/S
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameQuakeForce
GameHoldTime
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Number of maximum pixels the screen is moved by a quake. Value is only used if GameQuake is true.
Time in milli seconds until the event 'Mouse holding' (for GameLeftHoldAction and GameLeftHoldingAction) is fired.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
S
V/S
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameQuakeSpeed
GameHorizontalScrollDistance
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
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.
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.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
Line 2,727: Line 2,832:
|-
|-
| valign="top" |
| valign="top" |
GameReserved
GameId
| valign="top" |
| valign="top" |
t_string
t_string
| valign="top" |
| valign="top" |
Licence number.
Unique Identification number. Used for savegames in order to only load savegames for correct game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,738: Line 2,843:
|-
|-
| valign="top" |
| valign="top" |
GameRightClickAction
GameInterfaces
| valign="top" |
| valign="top" |
t_link to [[#Action|Action]] (parent)
t_links to [[#Interface|Interface]] (parent)
| valign="top" |
| valign="top" |
Action which is started if the right mouse button is pressed and GameRightMouseClick is set to '3' or '4'.
All interfaces of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameRightMouseClick
GameInterfaceClasses
| valign="top" |
| valign="top" |
t_int
t_links to [[#InterfaceClass|InterfaceClass]] (parent)
| valign="top" |
| valign="top" |
Defines what the right mouse button is used for.<br>
All interface classes of the game.
'0': used for individual actions.<br>
'1': activates standard command.<br>
'2': activates next command.<br>
'3': used for standard action (GameRightClickAction).<br>
'4': used for standard action (GameRightClickAction) and individual actions.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameSavedObject
GameInterfaceComposedFile
| valign="top" |
| valign="top" |
t_link to [[#Object|Object]]
t_path
| valign="top" |
| valign="top" |
Saved object. An action can be executed on this saved object. (see actionpart 'Execute command on saved object')
Defines the filename for composing the interface when compiling the game.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|-
|-
| valign="top" |
| valign="top" |
GameSaveGameName
GameInterfaceComposedFiles
| valign="top" |
| valign="top" |
t_string
t_int
| valign="top" |
| valign="top" |
Used to store name of current savegame.
The number of composed interface files:<br>
| valign="top" align="center" |
'0' (eMainContainer): All interfaces are stored in the main container.<br>
-
'1' (eSingleContainer): All interfaces are stored in one file specified by GameInterfaceComposedFile.<br>
'2' (eMultipleContainers): Each interface is stored in an own container specified by GameInterfaceComposedFile (filename extended by the interface number).<br>
| valign="top" align="center" |
| valign="top" align="center" |
S
|-
|-
| valign="top" |
| valign="top" |
GameSceneComposedFile
GameIntro
| valign="top" |
| valign="top" |
t_path
t_path
| valign="top" |
| valign="top" |
Defines the filename for composing the scenes when compiling the game.
Intro movie which will be played at the beginning of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,798: Line 2,898:
|-
|-
| valign="top" |
| valign="top" |
GameSceneComposedFiles
GameItems
| valign="top" |
| valign="top" |
t_int
t_links to [[#Object|Object]] (parent)
| valign="top" |
| valign="top" |
The number of composed scene files:<br>
All items of the game.
'0': All scenes are stored in the main container.<br>
'1': All scenes are stored in one file specified by GameSceneComposedFile.<br>
> '1': Each scene is stored in an own container specified by GameSceneComposedFile (filename extended by the scene number).<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,812: Line 2,909:
|-
|-
| valign="top" |
| valign="top" |
GameSceneLinks
GameLanguages
| valign="top" |
| valign="top" |
t_links to [[#Scene|Scene]] (parent)
t_links to [[#Language|Language]] (parent)
| valign="top" |
| valign="top" |
All scenes of the game.
All languages of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 2,823: Line 2,920:
|-
|-
| valign="top" |
| valign="top" |
GameScriptLinks
GameLeftClickAction
| valign="top" |
| valign="top" |
t_links to [[#Script|Script]] (parent)
t_link to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
All scripts of the game.
An action which will be started if the left mouse button is clicked.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameScrollCenterCharacter
GameLeftDblClickAction
| valign="top" |
| valign="top" |
t_bool
t_link to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
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.
An action which will be started if the left mouse button is double clicked.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameScrollCharacter
GameLeftHoldAction
| valign="top" |
| valign="top" |
t_link to [[#Character|Character]]
t_link to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
Character which will be centered on the current scene (if GameScrollCenterCharacter is true and GameScrollTo is false).
Action which is started if the left mouse button is pressed for a certain time (GameLeftHoltTime) and GameLeftMouseHold is set to '3' or '4'. The action is started when the mouse button is released.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
GameScrollDirectionHorizontal
GameLeftHoldBehaviour
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Horizontal direction the scene is currently scrolling.<br>
Defines if the character will be sent to the current position when the left button is released.<br>
'0': currently no horizontal scrolling.<br>
'0' (eMouseActionBehaviourDoNotSendCharacter): The character will not be send to the current position.<br>
'1': currently scrolling to the left.<br>
'1' (eMouseActionBehaviourSendCharacterToCursor): Character will be send to current position.<br>
'2': currently scrolling to the left.<br>
'2' (eMouseActionBehaviourSendCharacterToObjects): Character will be send to current position if it is a scene object.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
S
V/S
|-
|-
| valign="top" |
| valign="top" |
GameScrollDirectionVertical
GameLeftHoldingAction
| valign="top" |
| valign="top" |
t_int
t_link to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
Vertical direction the scene is currently scrolling.<br>
Action which is started if the left mouse button is pressed for a certain time (GameLeftHoltTime) and GameLeftMouseHolding is set to '3'. The action is started when the mouse button is pressed.
'0': currently no vertical scrolling.<br>
'3': currently scrolling to the top.<br>
'4': currently scrolling to the bottom.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameScrollPosition
GameLoading
| valign="top" |
| valign="top" |
t_point
t_link to [[#Loading|Loading]] (parent)
| valign="top" |
| valign="top" |
Upper left corner of current scroll position (on current scene).
The loading screen. (is shown on startup when the game is loaded)
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameScrollSpeed
GameMinificationFilter
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Number of pixels which will be scrolled in one second.
Filter for minification of textures (scaling of character images).<br>
'0': Linear interpolation.<br>
'1': Nearest neighbor.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameScrollToPoint
GameMagnificationFilter
| valign="top" |
| valign="top" |
t_point
t_int
| valign="top" |
| valign="top" |
Upper left corner the current scene is scrolling to.
Filter for magnification of textures (scaling of character images).<br>
'0' (eLinearInterpolation): Linear interpolation.<br>
'1' (eNearestNeighborInterpolation): Nearest neighbor.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|-
|-
| valign="top" |
| valign="top" |
GameScrollTo
GameMiddleClickAction
| valign="top" |
| valign="top" |
t_bool
t_link
| valign="top" |
| valign="top" |
If true the scene is currently scrolling to GameScrollToPoint.
An action which will be started if the middle mouse button is clicked.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameSpeakerTextAlignment
GameMiddleClickBehaviour
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Defines alignment of speaker text:<br>
Defines if the character will be sent to the current position when the middle mouse button is clicked.<br>
'0': Align left.<br>
'0' (eMouseActionBehaviourDoNotSendCharacter): The character will not be send to the current position.<br>
'1': Align right.<br>
'1' (eMouseActionBehaviourSendCharacterToCursor): Character will be send to current position.<br>
'2': Centered.<br>
'2' (eMouseActionBehaviourSendCharacterToObjects): Character will be send to current position if it is a scene object.<br>
'3': Align left (use center position).<br>
'4': Align right (use center position).<br>
'5': Centered (use left position).<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V/S
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameStandardLanguage
GameMouseWheelUpAction
| valign="top" |
| valign="top" |
t_link to [[#Language|Language]]
t_link
| valign="top" |
| valign="top" |
Defines the currently used language.
An action which will be started if the mouse wheel is moved up.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V
|-
|-
| valign="top" |
| valign="top" |
GameStartAction
GameMouseWheelDownAction
| valign="top" |
| valign="top" |
t_link to [[#Action|Action]] (parent)
t_link
| valign="top" |
| valign="top" |
This action will be executed once at the beginning of the game (after the game was loaded).
An action which will be started if the mouse wheel is moved down.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
GameTextAlignment
GameMovieComposedFile
| valign="top" |
t_path
| valign="top" |
Defines the filename for composing the movies when compiling the game.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
GameMovieComposedFiles
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Defines alignment of spoken text:<br>
The number of composed movie files:<br>
'0': Align left.<br>
'0' (eMainContainer): All movies are stored in the main container.<br>
'1': Align right.<br>
'1' (eSingleContainer): All movies are stored in one file specified by GameMovieComposedFile.<br>
'2': Centered.<br>
'3': Align left (use center position).<br>
'4': Align right (use center position).<br>
'5': Centered (use left position).<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
V
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
GameTextOutput
GameObjectFont
| valign="top" |
| valign="top" |
t_int
t_link to [[#Font|Font]]
| valign="top" |
| valign="top" |
Defines if spoken texts should be printed and/or spoken:<br>
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.
'0': Display text and play speech file.<br>
'1': Only play speech file.<br>
'2': Only display text.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|-
|-
| valign="top" |
| valign="top" |
GameVersion
GameParticleContainerLinks
| valign="top" |
| valign="top" |
t_string
t_links to [[#ParticleContainer|ParticleContainer]] (parent)
| valign="top" |
| valign="top" |
Version number of the game.
All particle systems of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,009: Line 3,108:
|-
|-
| valign="top" |
| valign="top" |
GameWindowResolution
GamePicBufferSize
| valign="top" |
| valign="top" |
t_point
t_int
| valign="top" |
| valign="top" |
Screen resolution (e.g. 640x480).
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 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).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|}
|-
 
== Interface ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
'''Table'''
GamePictureCacheSize
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
'''Field Type'''
t_int
| valign="top" |
| valign="top" |
'''Description'''
Size in MB for cache which stores the recently loaded images.
| valign="top" align="center" |
| valign="top" align="center" |
'''Scriptable'''
-
| valign="top" align="center" |
| valign="top" align="center" |
'''Storage'''
V
|-
|-
| rowspan="19" valign="top" |
Interface
| valign="top" |
| valign="top" |
InterfaceActionTextFont
GamePreloadPicThreads
| valign="top" |
| valign="top" |
t_link to [[#Font|Font]]
t_int
| valign="top" |
| valign="top" |
Font which will be used for the action text - only used if InterfaceDrawActionText is true.
Number of threads used for preloading animations. GamePreloadPicThreads number of buffers with size of GamePreloadedPicBufferSize will be preallocated.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,049: Line 3,141:
|-
|-
| valign="top" |
| valign="top" |
InterfaceActionTextRect
GamePreloadedPicBufferSize
| valign="top" |
| valign="top" |
t_rect
t_int
| valign="top" |
| valign="top" |
Rectangle in which the action text will be drawn horizontally and vertically centered - only used if InterfaceDrawActionText is true.
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 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).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" class="scriptable" |
InterfaceActive
| valign="top" class="scriptable" |
t_bool
| valign="top" class="scriptable" |
If true the interface is currently in use. This means its commands can be used and items can be stored in this interface (if it contains placeholders). But it does not actually guarantee that the interface is visible (see InterfaceVisible and InterfaceVisibility).
| valign="top" align="center" class="scriptable" |
Yes
| valign="top" align="center" class="scriptable" |
V/S
|-
| valign="top" |
| valign="top" |
InterfaceBorder
GameQuake
| valign="top" |
| valign="top" |
t_vpoint
t_bool
| valign="top" |
| valign="top" |
Polygon which defines the border of the interface. The interface is detected if the cursor is inside the polygon.
If true a quake constantly moves the screen. The values GameQuakeForce and GameQuakeSpeed are used as parameters for the quake.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
InterfaceButtons
GameQuakeForce
| valign="top" |
| valign="top" |
t_links to [[#Button|Button]] (parent)
t_int
| valign="top" |
| valign="top" |
All buttons of the interface: commands, arrows to scroll items, action areas, placeholder for items
Number of maximum pixels the screen is moved by a quake. Value is only used if GameQuake is true.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
InterfaceConditions
GameQuakeSpeed
| valign="top" |
t_links to [[#Condition|Condition]] (parent)
| valign="top" |
The conditions of the interface.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|- class="scriptable"
| valign="top" |
InterfaceDestVisibility
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
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.
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.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
S
S
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
InterfaceDisplacement
GameRegisteredEventHandlers
| valign="top" |
| valign="top" |
t_int
t_string
| valign="top" |
| valign="top" |
Defines where the interface is shown:<br>
Stores all registered event handlers for a savegame (internal only).
'0': top.<br>
'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>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
S
|-
|-
| valign="top" |
| valign="top" |
InterfaceDrawActionText
GameReserved
| valign="top" |
| valign="top" |
t_bool
t_string
| valign="top" |
| valign="top" |
Defines if the action text is drawn on this interface (if true than InterfaceActionTextFont and InterfaceActionTextRect must be set).
Licence number.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,143: Line 3,207:
|-
|-
| valign="top" |
| valign="top" |
InterfaceLeaveAction
GameRightClickAction
| valign="top" |
| valign="top" |
t_link to [[#Action|Action]] (parent)
t_link to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
Action which will be executed if the cursor leaves the interface (outside of polygon InterfaceBorder).
Action which is started if the right mouse button is pressed and GameRightMouseClick is set to '3' or '4'.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,154: Line 3,218:
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
InterfaceOffset
GameRightClickBehaviour
| valign="top" |
| valign="top" |
t_point
t_int
| valign="top" |
| valign="top" |
Offset (or absolute position) for displaying the interface. (only used if InterfaceDisplacement is '4' or '5')
Defines if the character will be sent to the current position when the right mouse button is clicked.<br>
'0' (eMouseActionBehaviourDoNotSendCharacter): The character will not be send to the current position.<br>
'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.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
Line 3,165: Line 3,232:
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
InterfaceScrollStepSize
GameSavedObject
| valign="top" |
| valign="top" |
t_int
t_link to [[#Object|Object]]
| valign="top" |
| valign="top" |
Defines how many item positions will be scrolled if a scroll arrow is pushed.
Saved object. An action can be executed on this saved object. (see actionpart 'Execute command on saved object')
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
InterfaceSize
GameSaveGameName
| valign="top" |
| valign="top" |
t_int
t_string
| valign="top" |
| valign="top" |
Defines the size of the interface (in pixel). 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 InterfaceDisplacement is '0', '1', '2' or '3'.  
Used to store name of current savegame.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
V/S
S
|-
|-
| valign="top" |
| valign="top" |
InterfaceSprite
GameSavegameScreenshot
| valign="top" |
| valign="top" |
t_sprite
t_path
| valign="top" |
Background sprite of the interface.
| valign="top" |
| valign="top" |
Image used as savegame screenshot for all scenes when game is played on a mobile device.
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
Line 3,198: Line 3,265:
|-
|-
| valign="top" |
| valign="top" |
InterfaceStandardCommand
GameSceneComposedFile
| valign="top" |
| valign="top" |
t_link to [[#Button|Button]]
t_path
| valign="top" |
| valign="top" |
Button which is the standard command (usually 'Walk to') for this interface.
Defines the filename for composing the scenes when compiling the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
InterfaceTimeToDestVisibility
GameSceneComposedFiles
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Defines the time in milli seconds until the visibility InterfaceDestVisibility is reached. This value is used the next time when InterfaceDestVisibility is set.
The number of composed scene files:<br>
'0' (eMainContainer): All scenes are stored in the main container.<br>
'1' (eSingleContainer): All scenes are stored in one file specified by GameSceneComposedFile.<br>
'2' (eMultipleContainers): Each scene is stored in an own container specified by GameSceneComposedFile (filename extended by the scene number).<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|-
|-
| valign="top" |
| valign="top" |
InterfaceValues
GameSceneLinks
| valign="top" |
| valign="top" |
t_links to [[#Values|Values]] (parent)
t_links to [[#Scene|Scene]] (parent)
| valign="top" |
| valign="top" |
The values of the interface.
All scenes of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
|-
| valign="top" |
| valign="top" |
InterfaceVisibility
GameScriptLinks
| valign="top" |
| valign="top" |
t_int
t_links to [[#Script|Script]] (parent)
| valign="top" |
| valign="top" |
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.
All scripts of the game.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
InterfaceVisible
GameScrollCenterCharacter
| valign="top" |
| valign="top" |
t_bool
t_bool
| valign="top" |
| valign="top" |
If true the interface is visible - supposed it is active (see InterfaceActive) and the visibility is > 0% (see InterfaceVisibility). This option can be used to toggle the interface on/off without changing InterfaceVisibility.
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.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V/S
S
|}
|- class="scriptable"
 
== Language ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
'''Table'''
GameScrollCharacter
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
'''Field Type'''
t_link to [[#Character|Character]]
| valign="top" |
| valign="top" |
'''Description'''
Character which will be centered on the current scene (if GameScrollCenterCharacter is true and GameScrollTo is false).
| valign="top" align="center" |
| valign="top" align="center" |
'''Scriptable'''
Yes
| valign="top" align="center" |
| valign="top" align="center" |
'''Storage'''
S
|-
|-
| valign="top" |
| valign="top" |
Language
GameScrollDirectionHorizontal
| valign="top" |
| valign="top" |
-
t_int
| valign="top" |
| valign="top" |
-
Horizontal direction the scene is currently scrolling.<br>
| valign="top" |
'0': currently no horizontal scrolling.<br>
Language name is defined by name of each language object.
'1': currently scrolling to the left.<br>
'2': currently scrolling to the right.<br>
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
-
S
|}
|-
 
== Loading ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
'''Table'''
GameScrollDirectionVertical
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
'''Field Type'''
t_int
| valign="top" |
| valign="top" |
'''Description'''
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.<br>
| valign="top" align="center" |
| valign="top" align="center" |
'''Scriptable'''
-
| valign="top" align="center" |
| valign="top" align="center" |
'''Storage'''
S
|-
|- class="scriptable"
| rowspan="4" valign="top" |
Loading
| valign="top" |
| valign="top" |
LoadingMusic
GameScrollPosition
| valign="top" |
| valign="top" |
t_path
t_point
| valign="top" |
| valign="top" |
Music which is played while the loading screen is shown.
Upper left corner of current scroll position (on current scene).
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
LoadingSprite
GameScrollSpeed
| valign="top" |
| valign="top" |
t_sprite
t_int
| valign="top" |
| valign="top" |
Background sprite of the loading screen.
Number of pixels which will be scrolled in one second.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
LoadingStatusCover
GameScrollToPoint
| valign="top" |
| valign="top" |
t_bool
t_point
| valign="top" |
| valign="top" |
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).
Upper left corner the current scene is scrolling to.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
LoadingStatusSprite
GameScrollTo
| valign="top" |
| valign="top" |
t_sprite
t_bool
| valign="top" |
| valign="top" |
Sprite for progress bar.
If true the scene is currently scrolling to GameScrollToPoint.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|}
|- class="scriptable"
 
== Object ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
'''Table'''
GameShaderExclude
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
'''Field Type'''
t_int
| valign="top" |
| valign="top" |
'''Description'''
Defines which components (scene, interfaces, texts, cursor) will be excluded from shader programs.<br>
'0' (eShaderExcludeNothing): standard, exclude nothing.<br>
'1' (eShaderExcludeInterfaces): exclude interfaces, text on top, cursor.<br>
'2' (eShaderExcludeTextsAndCursor): exclude text on top, cursor.<br>
'3' (eShaderExcludeCursor): exclude cursor<br>
| valign="top" align="center" |
| valign="top" align="center" |
'''Scriptable'''
Yes
| valign="top" align="center" |
| valign="top" align="center" |
'''Storage'''
S
|-
|- class="scriptable"
| rowspan="21" valign="top" |
Object
| valign="top" |
| valign="top" |
ObjectActions
GameShowBlackScreenAfterVideo
| valign="top" |
| valign="top" |
t_links to [[#Action|Action]] (parent)
t_bool
| valign="top" |
| valign="top" |
All actions of the object. ActionExecutionType defines when the action is started.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ObjectAnimation
GameSpeakerSoundPanFactor
| valign="top" |
| valign="top" |
t_link to [[#Animation|Animation]]
t_int
| valign="top" |
| valign="top" |
Animation which is automatically started if this object is active (see ObjectCondition).
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ObjectAnimations
GameSpeakerTextAlignment
| valign="top" |
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
t_int
| valign="top" |
| valign="top" |
All animations of the object.
Defines alignment of speaker text:<br>
'0' (eAlignLeft): Align left.<br>
'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>
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ObjectCenter
GameSpeechLanguage
| valign="top" |
| valign="top" |
t_int
t_link to [[#Language|Language]]
| valign="top" |
| valign="top" |
Defines the line number (y coordinate) which decides if a character is in front or behind this object.
Defines the language which is used for speech output. If empty the language from GameStandardLanguage will be used.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ObjectCondition
GameStandardLanguage
| valign="top" |
| valign="top" |
t_link to [[#Condition|Condition]]
t_link to [[#Language|Language]]
| valign="top" |
| valign="top" |
If ObjectCondition is not empty then the object is only shown and detected by the cursor if the conidition is true (or the condition is false and ConditionConditionNegate is true).
Defines the currently used language.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|-
| valign="top" |
| valign="top" |
ObjectConditionNegate
GameStartAction
| valign="top" |
| valign="top" |
t_bool
t_link to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
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
This action will be executed once at the beginning of the game (after the game was loaded).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ObjectConditions
GameTextAlignment
| valign="top" |
| valign="top" |
t_links to [[#Condition|Condition]] (parent)
t_int
| valign="top" |
| valign="top" |
If true then the condition ButtonCondition is negated. (see ButtonCondition)
Defines alignment of spoken text:<br>
'0' (eAlignLeft): Align left.<br>
'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>
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
ObjectDestVisibility
GameTextOutput
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
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.
Defines if spoken texts should be printed and/or spoken:<br>
'0' (eTextAndSpeechOutput): Display text and play speech file.<br>
'1' (eOnlySpeechOutput): Only play speech file.<br>
'2' (eOnlyTextOutput): Only display text.<br>
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
Line 3,449: Line 3,523:
S
S
|-
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ObjectDirection
GameTextSpeed
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Direction in degrees which a character is aligned if it reaches this object (ObjectPosition).
Speed for displaying texts (in %). Default is 100.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
ObjectIsItem
GameUsedItem
| valign="top" |
| valign="top" |
t_bool
t_link to [[#Object|Object]]
| valign="top" |
| valign="top" |
If true then this object is an item, otherwise it is a scene object.
The currently picked up item. A picked up item is either dragged (shown instead of cursor) or displayed in the action text.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
ObjectIsWalkable
GameVersion
| valign="top" |
| valign="top" |
t_bool
t_string
| valign="top" |
| valign="top" |
If true then then no action can be executed on this object with the standard command (see InterfaceStandardCommand).
Version number of the game.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ObjectName
GameVerticalScrollDistance
| valign="top" |
| valign="top" |
t_link to [[#Text|Text]] (parent)
t_int
| valign="top" |
| valign="top" |
The name of the object (as shown in the action text).
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
ObjectParticleSystem
GameVideosEncrypted
| valign="top" |
| valign="top" |
t_link to [[#ParticleSystem|ParticleSystem]]
t_bool
| valign="top" |
| valign="top" |
Particle system which is shown if the object is active (see ObjectCondition).
If true the videos are stored in an encrypted container. This field is only relevant for compiled games.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,505: Line 3,580:
|-
|-
| valign="top" |
| valign="top" |
ObjectPolygon
GameWindowResolution
| valign="top" |
| valign="top" |
t_vpoint
t_point
| valign="top" |
| valign="top" |
Polygon which defines the border of the object. The object is detected if the cursor is inside the polygon.
Screen resolution (e.g. 640x480).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|}
 
== Interface ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
ObjectPosition
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
t_point
'''Field Type'''
| valign="top" |
| valign="top" |
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.
'''Description'''
| valign="top" align="center" |
| valign="top" align="center" |
-
'''Scriptable'''
| valign="top" align="center" |
| valign="top" align="center" |
V
'''Storage'''
|-
|-
| rowspan="20" valign="top" |
Interface
| valign="top" |
| valign="top" |
ObjectScrollFactorX
InterfaceActionTextFont
| valign="top" |
| valign="top" |
t_int
t_link to [[#Font|Font]]
| valign="top" |
| valign="top" |
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).
Font which will be used for the action text - only used if InterfaceDrawActionText is true.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,538: Line 3,620:
|-
|-
| valign="top" |
| valign="top" |
ObjectScrollFactorY
InterfaceActionTextRect
| valign="top" |
| valign="top" |
t_int
t_rect
| valign="top" |
| valign="top" |
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).
Rectangle in which the action text will be drawn horizontally and vertically centered - only used if InterfaceDrawActionText is true.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,549: Line 3,631:
|-
|-
| valign="top" |
| valign="top" |
ObjectSprite
InterfaceBorder
| valign="top" |
| valign="top" |
t_link to [[#Sprite|Sprite]] (parent)
t_vpoint
| valign="top" |
| valign="top" |
Sprite which is shown if the object is active (see ObjectCondition).
Polygon which defines the border of the interface. The interface is detected if the cursor is inside the polygon.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
|-
| valign="top" |
InterfaceButtons
| valign="top" |
t_links to [[#Button|Button]] (parent)
| valign="top" |
All buttons of the interface: commands, arrows to scroll items, action areas, placeholder for items
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
| valign="top" |
ObjectTimeToDestVisibility
InterfaceClass
| valign="top" |
| valign="top" |
t_int
t_link to [[#InterfaceClass|InterfaceClass]]
| valign="top" |
| valign="top" |
Defines the time in milli seconds until the visibility ObjectDestVisibility is reached. This value is used the next time when ObjectDestVisibility is set.
The class this interface belongs to.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
-
| valign="top" align="center" |
| valign="top" align="center" |
S
V
|-
|-
| valign="top" |
| valign="top" |
ObjectValues
InterfaceConditions
| valign="top" |
| valign="top" |
t_links to [[#Value|Value]] (parent)
t_links to [[#Condition|Condition]] (parent)
| valign="top" |
| valign="top" |
All values of the object.
The conditions of the interface.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,582: Line 3,675:
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
ObjectVisibility
InterfaceDestVisibility
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
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).
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.
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
| valign="top" align="center" |
| valign="top" align="center" |
S
S
|}
|- class="scriptable"
 
== Outfit ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
'''Table'''
InterfaceDisplacement
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
'''Field Type'''
t_int
| valign="top" |
| valign="top" |
'''Description'''
Defines where the interface is shown:<br>
| valign="top" align="center" |
'0': top.<br>
'''Scriptable'''
'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>
| valign="top" align="center" |
Yes
| valign="top" align="center" |
V/S
|- class="scriptable"
| valign="top" |
InterfaceDrawActionText
| valign="top" |
t_bool
| valign="top" |
Defines if the action text is drawn on this interface (if true than InterfaceActionTextFont and InterfaceActionTextRect must be set).
| valign="top" align="center" |
-
| valign="top" align="center" |
| valign="top" align="center" |
'''Storage'''
V
|-
|-
| rowspan="6" valign="top" |
Outfit
| valign="top" |
| valign="top" |
OutfitCharacterAnimations
InterfaceLeaveAction
| valign="top" |
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
t_link to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
Person animations, must be started manually.
Action which will be executed if the cursor leaves the interface (outside of polygon InterfaceBorder).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,622: Line 3,725:
|- class="scriptable"
|- class="scriptable"
| valign="top" |
| valign="top" |
OutfitCharacterSpeed
InterfaceOffset
| valign="top" |
| valign="top" |
t_int
t_point
| valign="top" |
| valign="top" |
Speed of character with this outfit (in pixel per second).
Offset (or absolute position) for displaying the interface. (only used if InterfaceDisplacement is '4' or '5')
| valign="top" align="center" |
| valign="top" align="center" |
Yes
Yes
Line 3,633: Line 3,736:
|-
|-
| valign="top" |
| valign="top" |
OutfitRandomAnimations
InterfacePosition
| valign="top" |
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
t_point
| valign="top" |
| valign="top" |
For playable characters: (characters with an interface):<br />
Absolute position of upper left corner of interface.
Animations are shown if the user did not interact for a longer time span.<br />
For non-playable characters (characters without an interface):<br />
Animations are shown after a random time span.<br />
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
OutfitStandingAnimations
InterfaceScrollStepSize
| valign="top" |
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
t_int
| valign="top" |
| valign="top" |
Standing animations, shown when person is standing (instead of standing sprite).
Defines how many item positions will be scrolled if a scroll arrow is pushed.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|- class="scriptable"
| valign="top" |
InterfaceSize
| valign="top" |
t_int
| valign="top" |
Defines the size of the interface (in pixel). 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 InterfaceDisplacement is '0', '1', '2' or '3'.
| valign="top" align="center" |
Yes
| valign="top" align="center" |
V/S
|-
|-
| valign="top" |
| valign="top" |
OutfitTalkAnimations
InterfaceSprite
| valign="top" |
t_sprite
| valign="top" |
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
Background sprite of the interface.
| valign="top" |
| valign="top" |
Talk animations.
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
Line 3,669: Line 3,780:
|-
|-
| valign="top" |
| valign="top" |
OutfitWalkAnimations
InterfaceStandardCommand
| valign="top" |
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
t_link to [[#Button|Button]]
| valign="top" |
| valign="top" |
Walk animations (including standing sprite).
Button which is the standard command (usually 'Walk to') for this interface.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|}
|- class="scriptable"
 
== ParticleContainer ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
'''Table'''
InterfaceTimeToDestVisibility
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
'''Field Type'''
t_int
| valign="top" |
| valign="top" |
'''Description'''
Defines the time in milli seconds until the visibility InterfaceDestVisibility is reached. This value is used the next time when InterfaceDestVisibility is set.
| valign="top" align="center" |
| valign="top" align="center" |
'''Scriptable'''
Yes
| valign="top" align="center" |
| valign="top" align="center" |
'''Storage'''
S
|-
|-
| valign="top" rowspan="4" |
ParticleContainer
| valign="top" |
| valign="top" |
ParticleContainerCameraZoom
InterfaceValues
| valign="top" |
| valign="top" |
t_float
t_links to [[#Values|Values]] (parent)
| valign="top" |
| valign="top" |
Zoom factor.
The values of the interface.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleContainerCameraZPosition
InterfaceVisibility
| valign="top" |
| valign="top" |
t_float
t_int
| valign="top" |
| valign="top" |
Z-Position of 'camera' for showing particle system.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleContainerLeadTime
InterfaceVisible
| valign="top" |
| valign="top" |
t_links to [[#Particles|Particles]] (parent)
t_bool
| valign="top" |
| valign="top" |
All particle emitters of this particle system.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
| valign="top" |
ParticleContainerParticles
| valign="top" |
t_links to [[#Particles|Particles]] (parent)
| valign="top" |
All particle emitters of this particle system.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|}
|}


== Particle ==
== InterfaceClass ==
{| class="gruen" border="1"
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
Line 3,757: Line 3,850:
'''Storage'''
'''Storage'''
|-
|-
| rowspan="54" valign="top" |
Particle
| valign="top" |
| valign="top" |
ParticleCameraZPos
InterfaceClass
| valign="top" |
| valign="top" |
t_float
InterfaceClassName
| valign="top" |
| valign="top" |
Distance of the 'camera' to the z-layer.
t_string
| valign="top" |
Interface class name. The name of the object itself will be set to the translated class name.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|}
 
== Language ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
ParticleCameraZoom
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
t_float
'''Field Type'''
| valign="top" |
| valign="top" |
Focal width of 'camera'.
'''Description'''
| valign="top" align="center" |
| valign="top" align="center" |
-
'''Scriptable'''
| valign="top" align="center" |
| valign="top" align="center" |
V
'''Storage'''
|-
|-
| valign="top" |
| valign="top" |
ParticleTexture
Language
| valign="top" |
-
| valign="top" |
| valign="top" |
t_path
-
| valign="top" |
| valign="top" |
Sprite used for all particles.
Language name is defined by name of each language object.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
-
|-
|}
 
== Loading ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
ParticleMaterialMode
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
t_int
'''Field Type'''
| valign="top" |
| valign="top" |
-
'''Description'''
| valign="top" align="center" |
| valign="top" align="center" |
-
'''Scriptable'''
| valign="top" align="center" |
| valign="top" align="center" |
V
'''Storage'''
|-
|-
| rowspan="4" valign="top" |
Loading
| valign="top" |
| valign="top" |
ParticleTilesX
LoadingMusic
| valign="top" |
| valign="top" |
t_int
t_path
| valign="top" |
| valign="top" |
-
Music which is played while the loading screen is shown.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,815: Line 3,922:
|-
|-
| valign="top" |
| valign="top" |
ParticleTilesY
LoadingSprite
| valign="top" |
| valign="top" |
t_int
t_sprite
| valign="top" |
| valign="top" |
-
Background sprite of the loading screen.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,826: Line 3,933:
|-
|-
| valign="top" |
| valign="top" |
ParticleType
LoadingStatusCover
| valign="top" |
| valign="top" |
t_int
t_bool
| valign="top" |
| valign="top" |
-
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).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,837: Line 3,944:
|-
|-
| valign="top" |
| valign="top" |
ParticleXPos
LoadingStatusSprite
| valign="top" |
| valign="top" |
t_float
t_sprite
| valign="top" |
| valign="top" |
X Position of particle emitter.
Sprite for progress bar.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|}
== Object ==
{| class="gruen" border="1"
| valign="top" |
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
'''Field Type'''
| valign="top" |
'''Description'''
| valign="top" align="center" |
'''Scriptable'''
| valign="top" align="center" |
'''Storage'''
|-
|-
| rowspan="28" valign="top" |
Object
| valign="top" |
| valign="top" |
ParticleYPos
ObjectActions
| valign="top" |
| valign="top" |
t_float
t_links to [[#Action|Action]] (parent)
| valign="top" |
| valign="top" |
Y Position of particle emitter.
All actions of the object. ActionExecutionType defines when the action is started.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,859: Line 3,984:
|-
|-
| valign="top" |
| valign="top" |
ParticleEmitterType
ObjectAnimation
| valign="top" |
| valign="top" |
t_int
t_link to [[#Animation|Animation]]
| valign="top" |
| valign="top" |
Defines where the particles emit.<br/>
Animation which is automatically started if this object is active (see ObjectCondition).
'1': particles emit from one point in space (see ParticleXPos and ParticleYPos).<br/>
'2': particles emit from somewhere within a region in space (see ParticleXPos/ParticleYPos and ParticleEmitterWidth/ParticleEmitterHeight/ParticleEmitterDepth).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,872: Line 3,995:
|-
|-
| valign="top" |
| valign="top" |
ParticleEmitterWidth
ObjectAnimations
| valign="top" |
| valign="top" |
t_float
t_links to [[#Animation|Animation]] (parent)
| valign="top" |
| valign="top" |
Width of particle emitter space.
All animations of the object.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,883: Line 4,006:
|-
|-
| valign="top" |
| valign="top" |
ParticleEmitterHeight
ObjectCenter
| valign="top" |
| valign="top" |
t_float
t_int
| valign="top" |
| valign="top" |
Height of particle emitter space.
Defines the line number (y coordinate) which decides if a character is in front or behind this object.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,894: Line 4,017:
|-
|-
| valign="top" |
| valign="top" |
ParticleEmitterDepth
ObjectCondition
| valign="top" |
| valign="top" |
t_float
t_link to [[#Condition|Condition]]
| valign="top" |
| valign="top" |
Depth of particle emitter space.
If ObjectCondition is not empty then the object is only shown and detected by the cursor if the conidition is true (or the condition is false and ConditionConditionNegate is true).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,905: Line 4,028:
|-
|-
| valign="top" |
| valign="top" |
ParticleMaxParticle
ObjectConditionNegate
| valign="top" |
| valign="top" |
t_int
t_bool
| valign="top" |
| valign="top" |
Maximum number of particles (there may be less particles visible depending on creation and lifetime parameters).
falls dieser Wert wahr ist, wird ObjectCondition vor der Auswertung negiert; dadurch wird der unnötige Aufwand für eine zusammengesetzte Bedingung mit nur einem Ast vermieden
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,916: Line 4,039:
|-
|-
| valign="top" |
| valign="top" |
ParticlePerTime
ObjectConditions
| valign="top" |
| valign="top" |
t_float
t_links to [[#Condition|Condition]] (parent)
| valign="top" |
| valign="top" |
New particles per time (with ~66 time units per second).
If true then the condition ButtonCondition is negated. (see ButtonCondition)
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticlePhiX
ObjectDestVisibility
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Opening angle about the X-axis.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
ParticlePhiY
ObjectDirection
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Opening angle about the Z-axis.
Direction in degrees which a character is aligned if it reaches this object (ObjectPosition).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,949: Line 4,072:
|-
|-
| valign="top" |
| valign="top" |
ParticleMinSize
ObjectIsItem
| valign="top" |
| valign="top" |
t_float
t_bool
| valign="top" |
| valign="top" |
Minimum size of a particle.
If true then this object is an item, otherwise it is a scene object.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,960: Line 4,083:
|-
|-
| valign="top" |
| valign="top" |
ParticleMaxSize
ObjectIsWalkable
| valign="top" |
| valign="top" |
t_float
t_bool
| valign="top" |
| valign="top" |
Maximum size of a particle.
If true then then no action can be executed on this object with the standard command (see InterfaceStandardCommand).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 3,971: Line 4,094:
|-
|-
| valign="top" |
| valign="top" |
ParticleMinVelocity
ObjectName
| valign="top" |
| valign="top" |
t_float
t_link to [[#Text|Text]] (parent)
| valign="top" |
| valign="top" |
Minimum velocity of a particle.
The name of the object (as shown in the action text).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleMaxVelocity
ObjectOffset
| valign="top" |
| valign="top" |
t_float
t_point
| valign="top" |
| valign="top" |
Maximum velocity of a particle.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
ParticleMinLife
ObjectParticleSystem
| valign="top" |
| valign="top" |
t_int
t_link to [[#ParticleSystem|ParticleSystem]]
| valign="top" |
| valign="top" |
Minimum lifetime of a particle.
Particle system which is shown if the object is active (see ObjectCondition).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 4,004: Line 4,127:
|-
|-
| valign="top" |
| valign="top" |
ParticleMaxLife
ObjectPolygon
| valign="top" |
| valign="top" |
t_int
t_vpoint
| valign="top" |
| valign="top" |
Maximum lifetime of a particle.
Polygon which defines the border of the object. The object is detected if the cursor is inside the polygon.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 4,015: Line 4,138:
|-
|-
| valign="top" |
| valign="top" |
ParticleMinColor
ObjectPosition
| valign="top" |
| valign="top" |
t_int
t_point
| valign="top" |
| valign="top" |
The color of a particle will be between the colors ParticleMinColor and ParticleMaxColor.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleMaxColor
ObjectRotation
| valign="top" |
| valign="top" |
t_int
t_float
| valign="top" |
| valign="top" |
The color of a particle will be between the colors ParticleMinColor and ParticleMaxColor.
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleRotationX
ObjectRotationCenter
| valign="top" |
| valign="top" |
t_int
t_point
| valign="top" |
| valign="top" |
-
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
 
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleRotationZ
ObjectScale
| valign="top" |
| valign="top" |
t_int
t_float
| valign="top" |
| valign="top" |
-
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
ParticleActiveStages
ObjectScrollFactorX
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
-
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).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 4,070: Line 4,194:
|-
|-
| valign="top" |
| valign="top" |
ParticleBlendColor0
ObjectScrollFactorY
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
-
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).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleBlendColor1
ObjectShaderSet
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
-
sets shader configuration id for an object and all of its animations, see shaderSetOptions command.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
ParticleBlendColor2
ObjectSnoopAnimation
| valign="top" |
| valign="top" |
t_int
t_link to [[#Animation|Animation]]
| valign="top" |
| valign="top" |
-
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 4,103: Line 4,227:
|-
|-
| valign="top" |
| valign="top" |
ParticleBlendColor3
ObjectSnoopAnimationPos
| valign="top" |
| valign="top" |
t_int
t_point
| valign="top" |
| valign="top" |
-
Absolute position of the snoop animation (seeObjectSnoopAnimation) on the scene.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 4,114: Line 4,238:
|-
|-
| valign="top" |
| valign="top" |
ParticleBlendColorCurve0
ObjectSprite
| valign="top" |
| valign="top" |
t_vfloat
t_link to [[#Sprite|Sprite]] (parent)
| valign="top" |
| valign="top" |
-
Sprite which is shown if the object is active (see ObjectCondition).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleBlendColorCurve1
ObjectTimeToDestVisibility
| valign="top" |
| valign="top" |
t_vfloat
t_int
| valign="top" |
| valign="top" |
-
Defines the time in milli seconds until the visibility ObjectDestVisibility is reached. This value is used the next time when ObjectDestVisibility is set.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|-
| valign="top" |
| valign="top" |
ParticleBlendColorCurve2
ObjectValues
| valign="top" |
| valign="top" |
t_vfloat
t_links to [[#Value|Value]] (parent)
| valign="top" |
| valign="top" |
-
All values of the object.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleBlendColorCurve3
ObjectVisibility
| valign="top" |
| valign="top" |
t_vfloat
t_int
| valign="top" |
| valign="top" |
-
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).
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
S
|-
|}
 
== Outfit ==
{| class="gruen" border="1"
| valign="top" |
| valign="top" |
ParticleColorControlPoints0
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
| valign="top" |
t_vint
'''Field Type'''
| valign="top" |
| valign="top" |
-
'''Description'''
| valign="top" align="center" |
| valign="top" align="center" |
-
'''Scriptable'''
| valign="top" align="center" |
| valign="top" align="center" |
V
'''Storage'''
|-
|-
| rowspan="27" valign="top" |
Outfit
| valign="top" class="scriptable" |
OutfitAmbientLightColor
| valign="top" class="scriptable" |
t_int
| valign="top" class="scriptable" |
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.
| valign="top" align="center" class="scriptable" |
Yes
| valign="top" align="center" class="scriptable" |
V/S
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleColorControlPoints1
OutfitCameraAngle
| valign="top" |
| valign="top" |
t_vint
t_float
| valign="top" |
| valign="top" |
-
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°).
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleColorControlPoints2
OutfitCameraHeight
| valign="top" |
| valign="top" |
t_vint
t_float
| valign="top" |
| valign="top" |
-
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|-
| valign="top" |
| valign="top" |
ParticleColorControlPoints3
OutfitCharacterAnimations
| valign="top" |
| valign="top" |
t_vint
t_links to [[#Animation|Animation]] (parent)
| valign="top" |
| valign="top" |
-
Person animations, must be started manually.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleForceType
OutfitCharacterSpeed
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Type of force. Possible values are: <br/>
Speed of character with this outfit (in pixel per second).
'0': directional. <br/>
'1': directional from point. <br/>
'2': point. <br />
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleForceStrength
OutfitLightColor
| valign="top" |
| valign="top" |
t_float
t_int
| valign="top" |
| valign="top" |
Strength of force which affects all particles.
The color (RGB, 1 byte per channel) of the direct light source used to shade a 3D model.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleForceRotationX
OutfitLightPosX
| valign="top" |
| valign="top" |
t_int
t_float
| valign="top" |
| valign="top" |
-
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleForceRotationZ
OutfitLightPosY
| valign="top" |
| valign="top" |
t_int
t_float
| valign="top" |
| valign="top" |
-
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleForceXPos
OutfitLightPosZ
| valign="top" |
| valign="top" |
t_float
t_float
| valign="top" |
| valign="top" |
-
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|-
| valign="top" |
| valign="top" |
ParticleForceYPos
OutfitModel
| valign="top" |
| valign="top" |
t_float
t_path
| valign="top" |
| valign="top" |
-
Path to the 3D model file used for the outfit.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 4,271: Line 4,410:
|-
|-
| valign="top" |
| valign="top" |
ParticleForceZPos
OutfitModelAmbientOcclusion
| valign="top" |
| valign="top" |
t_float
t_int
| valign="top" |
| valign="top" |
-
This field controls the intensity of self-shadowing of a 3D model in percent using ambient occlusion. A value of 0 deactivates ambient occlusion.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
| valign="top" align="center" |
| valign="top" align="center" |
V
V
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleForceBlend
OutfitModelOutlineColor
| valign="top" |
| valign="top" |
t_float
t_int
| valign="top" |
| valign="top" |
-
The color used for the contours of 3D models.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleBlendSizeCurve
OutfitModelOutlineWidth
| valign="top" |
| valign="top" |
t_vfloat
t_int
| valign="top" |
| valign="top" |
-
The width of contours of 3D models.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|- class="scriptable"
| valign="top" |
| valign="top" |
ParticleSizeControlPoints
OutfitModelScaleFactor
| valign="top" |
| valign="top" |
t_vint
t_int
| valign="top" |
| valign="top" |
-
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.
| valign="top" align="center" |
| valign="top" align="center" |
-
Yes
| valign="top" align="center" |
| valign="top" align="center" |
V
V/S
|-
|-
| valign="top" |
| valign="top" |
ParticleLeadTime
OutfitModelShadow
| valign="top" |
| valign="top" |
t_int
t_int
| valign="top" |
| valign="top" |
Number of seconds the particle system is preplayed before it is displayed for the first time.
Indicates what type of shadow a 3D model casts. This can be either a simple blob shadow (1) or a realistic projected shadow
| valign="top" align="center" |
(2). The value 0 disables shadows. Shadows are always cast straight downwards.
-
| valign="top" align="center" |
| valign="top" align="center" |
-
V
| valign="top" align="center" |
|-
V
| valign="top" |
|-
ParticleBlendMaxTile
| valign="top" |
| valign="top" |
OutfitModelShadowVisibility
t_int
| valign="top" |
| valign="top" |
t_int
-
| valign="top" |
| valign="top" align="center" |
This field controls the visibility of the shadow of a 3D model in percent. A value of 0 deactivates shadows.
-
| valign="top" align="center" |
| valign="top" align="center" |
-
V
| valign="top" align="center" |
|-
V
| valign="top" |
|- class="scriptable"
ParticleBlendTilesCurve
| valign="top" |
| valign="top" |
OutfitModelShowOutline
t_vfloat
| valign="top" |
| valign="top" |
t_bool
-
| valign="top" |
| valign="top" align="center" |
This flag indicates whether outlines of a 3D model are drawn.
-
| valign="top" align="center" |
| valign="top" align="center" |
Yes
V
| valign="top" align="center" |
|-
V/S
| valign="top" |
|-
ParticleBlendTilesControlPoints
| valign="top" |
| valign="top" |
OutfitModelTextures
t_vint
| valign="top" |
| valign="top" |
t_vpath
-
| valign="top" |
| valign="top" align="center" |
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.
-
| valign="top" align="center" |
| valign="top" align="center" |
-
V
| valign="top" align="center" |
|}
V
 
|- class="scriptable"
== Point ==
| valign="top" |
{| class="gruen" border="1"
OutfitModelToonNuances
| valign="top" |
| valign="top" |
'''Table'''
t_int
| valign="top" |  
| valign="top" |
'''Field'''
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.
| valign="top" |
| valign="top" align="center" |
'''Field Type'''
Yes
| valign="top" |
| valign="top" align="center" |
'''Description'''
V/S
| valign="top" align="center" |
|- class="scriptable"
'''Scriptable'''
| valign="top" |
| valign="top" align="center" |
OutfitModelUseToonShading
'''Storage'''
| valign="top" |
|-
t_bool
| rowspan="3" valign="top" |
| valign="top" |
Point
This flag indicates whether toon shading is used for a 3D model. The alternative is realistic shading.
| valign="top" |
| valign="top" align="center" |
PointPosition
Yes
| valign="top" align="center" |
V/S
|-
| valign="top" |
OutfitRandomAnimations
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
| valign="top" |
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).<br />
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
OutfitRandomMaxTime
| valign="top" |
t_int
| valign="top" |
Maximum time in milli seconds until a random animation (see OutfitRandomAnimations) is started.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
OutfitRandomMinTime
| valign="top" |
t_int
| valign="top" |
Minimum time in milli seconds until a random animation (see OutfitRandomAnimations) is started.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|- class="scriptable"
| valign="top" |
OutfitSlideWalkAnimation
| valign="top" |
t_bool
| valign="top" |
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.
| valign="top" align="center" |
-
| valign="top" align="center" |
V/S
|-
| valign="top" |
OutfitStandingAnimations
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
| valign="top" |
Standing animations, shown when person is standing.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
OutfitTalkAnimations
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
| valign="top" |
Talk animations.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
OutfitWalkAnimations
| valign="top" |
t_links to [[#Animation|Animation]] (parent)
| valign="top" |
Walk animations.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|}
 
== ParticleContainer ==
{| class="gruen" border="1"
| valign="top" |
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
'''Field Type'''
| valign="top" |
'''Description'''
| valign="top" align="center" |
'''Scriptable'''
| valign="top" align="center" |
'''Storage'''
|-
| valign="top" rowspan="4" |
ParticleContainer
| valign="top" |
ParticleContainerCameraZoom
| valign="top" |
t_float
| valign="top" |
Zoom factor.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleContainerCameraZPosition
| valign="top" |
t_float
| valign="top" |
Z-Position of 'camera' for showing particle system.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleContainerLeadTime
| valign="top" |
t_links to [[#Particles|Particles]] (parent)
| valign="top" |
All particle emitters of this particle system.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleContainerParticles
| valign="top" |
t_links to [[#Particles|Particles]] (parent)
| valign="top" |
All particle emitters of this particle system.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|}
 
== Particle ==
{| class="gruen" border="1"
| valign="top" |
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
'''Field Type'''
| valign="top" |
'''Description'''
| valign="top" align="center" |
'''Scriptable'''
| valign="top" align="center" |
'''Storage'''
|-
| rowspan="54" valign="top" |
Particle
| valign="top" |
ParticleActiveStages
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendColor0
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendColor1
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendColor2
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendColor3
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendColorCurve0
| valign="top" |
t_vfloat
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendColorCurve1
| valign="top" |
t_vfloat
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendColorCurve2
| valign="top" |
t_vfloat
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendColorCurve3
| valign="top" |
t_vfloat
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendMaxTile
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendSizeCurve
| valign="top" |
t_vfloat
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendTilesControlPoints
| valign="top" |
t_vint
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleBlendTilesCurve
| valign="top" |
t_vfloat
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleCameraZPos
| valign="top" |
t_float
| valign="top" |
Distance of the 'camera' to the z-layer.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleCameraZoom
| valign="top" |
t_float
| valign="top" |
Focal width of 'camera'.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleColorControlPoints0
| valign="top" |
t_vint
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleColorControlPoints1
| valign="top" |
t_vint
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleColorControlPoints2
| valign="top" |
t_vint
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleColorControlPoints3
| valign="top" |
t_vint
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleEmitterSizeX
| valign="top" |
t_int
| valign="top" |
Width of particle emitter space.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleEmitterSizeY
| valign="top" |
t_int
| valign="top" |
Height of particle emitter space.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleEmitterSizeZ
| valign="top" |
t_int
| valign="top" |
Depth of particle emitter space.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleEmitterType
| valign="top" |
t_int
| valign="top" |
Defines where the particles emit.<br/>
'1': particles emit from one point in space (see ParticleXPos and ParticleYPos).<br/>
'2': particles emit from somewhere within a region in space (see ParticleXPos/ParticleYPos and ParticleEmitterSizeX/ParticleEmitterSizeY/ParticleEmitterSizeZ).
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleForceBlend
| valign="top" |
t_float
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleForceRotationX
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleForceRotationZ
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleForceStrength
| valign="top" |
t_float
| valign="top" |
Strength of force which affects all particles.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleForceType
| valign="top" |
t_int
| valign="top" |
Type of force. Possible values are: <br/>
'0': directional. <br/>
'1': directional from point. <br/>
'2': point. <br />
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleForceXPos
| valign="top" |
t_float
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleForceYPos
| valign="top" |
t_float
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleForceZPos
| valign="top" |
t_float
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleLeadTime
| valign="top" |
t_int
| valign="top" |
Number of seconds the particle system is preplayed before it is displayed for the first time.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMaterialMode
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMaxColor
| valign="top" |
t_int
| valign="top" |
The color of a particle will be between the colors ParticleMinColor and ParticleMaxColor.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMaxLife
| valign="top" |
t_int
| valign="top" |
Maximum lifetime of a particle.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMaxParticle
| valign="top" |
t_int
| valign="top" |
Maximum number of particles (there may be less particles visible depending on creation and lifetime parameters).
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMaxSize
| valign="top" |
t_float
| valign="top" |
Maximum size of a particle.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMaxVelocity
| valign="top" |
t_float
| valign="top" |
Maximum velocity of a particle.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMinColor
| valign="top" |
t_int
| valign="top" |
The color of a particle will be between the colors ParticleMinColor and ParticleMaxColor.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMinLife
| valign="top" |
t_int
| valign="top" |
Minimum lifetime of a particle.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMinSize
| valign="top" |
t_float
| valign="top" |
Minimum size of a particle.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleMinVelocity
| valign="top" |
t_float
| valign="top" |
Minimum velocity of a particle.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticlePerTime
| valign="top" |
t_float
| valign="top" |
New particles per time (with ~66 time units per second).
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticlePhiX
| valign="top" |
t_int
| valign="top" |
Opening angle about the X-axis.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticlePhiY
| valign="top" |
t_int
| valign="top" |
Opening angle about the Z-axis.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticlePosX
| valign="top" |
t_int
| valign="top" |
X Position of particle emitter (in pixel coordinates).
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticlePosY
| valign="top" |
t_int
| valign="top" |
Y Position of particle emitter (in pixel coordinates).
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleRotationX
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleRotationZ
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleSizeControlPoints
| valign="top" |
t_vint
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleTexture
| valign="top" |
t_path
| valign="top" |
Sprite used for all particles.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleTilesX
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleTilesY
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
ParticleType
| valign="top" |
t_int
| valign="top" |
-
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|}
 
== Point ==
{| class="gruen" border="1"
| valign="top" |
'''Table'''
| valign="top" |  
'''Field'''
| valign="top" |
'''Field Type'''
| valign="top" |
'''Description'''
| valign="top" align="center" |
'''Scriptable'''
| valign="top" align="center" |
'''Storage'''
|-
| rowspan="3" valign="top" |
Point
| valign="top" |
PointPosition
| valign="top" |
| valign="top" |
t_point
t_point
Line 4,425: Line 5,346:
'''Storage'''
'''Storage'''
|-
|-
| rowspan="22" valign="top" |
| rowspan="24" valign="top" |
Scene
Scene
| valign="top" |
| valign="top" |
Line 4,433: Line 5,354:
| valign="top" |
| valign="top" |
All actions of the scene. These actions can only be started by another action.
All actions of the scene. These actions can only be started by another action.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
SceneActionAreas
| valign="top" |
t_links to [[#ActionArea|ActionArea]] (parent)
| valign="top" |
All action areas of the scene (areas which contain actions that are executed if a character enters or leaves the area).
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 4,595: Line 5,527:
SceneSavegameFont
SceneSavegameFont
| valign="top" |
| valign="top" |
t_link to [[#Font|Font]]
t_link to [[#Font|Font]]
| valign="top" |
| valign="top" |
Font which is used for the name of the savegame.
Font which is used for the name of the savegame.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
SceneSavegameScreenshot
| valign="top" |
t_path
| valign="top" |
Image used as savegame screenshot for this scene when game is played on a mobile device.
| valign="top" align="center" |
| valign="top" align="center" |
-
-
Line 4,747: Line 5,690:
Text
Text
| valign="top" |
| valign="top" |
TextAll
TextTextLanguages
| valign="top" |
| valign="top" |
t_links to [[#TextLanguage|TextLanguage]] (parent)
t_vtext
| valign="top" |
| valign="top" |
Language dependent texts for this text entry.
Language dependent texts for this text entry.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|}
== TextLanguage ==
{| class="gruen" border="1"
| valign="top" |
'''Table'''
| valign="top" |
'''Field'''
| valign="top" |
'''Field Type'''
| valign="top" |
'''Description'''
| valign="top" align="center" |
'''Scriptable'''
| valign="top" align="center" |
'''Storage'''
|-
| rowspan="3" valign="top" |
TextLanguage
| valign="top" |
TextLanguageLanguage
| valign="top" |
t_link to [[#Language|Language]]
| valign="top" |
Language of this text.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
TextLanguageSound
| valign="top" |
t_path
| valign="top" |
Voice output file for this text.
| valign="top" align="center" |
-
| valign="top" align="center" |
V
|-
| valign="top" |
TextLanguageText
| valign="top" |
t_string
| valign="top" |
Language dependent text.
| valign="top" align="center" |
| valign="top" align="center" |
-
-

Latest revision as of 19:35, 24 September 2014

Visionaire Data Structure

This is the official documentation of the Visionaire Data Structure.

The complete data structure is now well documented. It consists of different tables (storing different types of objects) and is stored in a XML file on disk (ved-file). Not all fields in this documentation are stored in the ved-files (project files), some of them are only created during the game and stored in the savegames. The column 'Storage' describes where each field is saved. A field with Storage 'V' is saved in the ved-file. If there is a 'S' in this column then this field is stored in savegames. If you want you can write your own tools which manipulate the ved-files to edit some settings differently than the Visionaire Editor (for fields with Storage type 'V').

Each field is accesible through scripting now. Theoretically every field can be read or written. However, in practice it does not make sense for all fields to change them because the Visionaire Player does not react to all changes and certain fields are not stored in savegames. For this purpose there is a column 'Scriptable' next to each field indicating if the field can be written. Fields which can be changed with the Scripting Language are displayed in a different color. If you want to access a field through scripting you have to use the field constants. A field constant starts with a 'V' followed by the field name. E.g. to access the field GameCurrentScene you would have to use the constant VGameCurrentScene (the scripting command could look like this: "game:getLink(VGameCurrentScene)").

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

Action

Table

Field

Field Type

Description

Scriptable

Storage

Action

ActionActionParts

t_links to ActionPart (parent)

Actionparts of this action. The actionparts will be executed if this action is started.

-

V

ActionCommand

t_link to Button

Command which must be active to execute this action.

-

V

ActionExecutionType

t_int

Defines when the action is started.
'0': right mouse button click.
'1': cursor enters area.
'2': cursor leaves area.
'3': item dropped.
'5': called by an other action.
'6': command executed.
'7': left mouse click.
'8': character reached object.
'12': left mouse button double click.
'13': left mouse button double click (immediate execution).
'14': left mouse button hold.
'15': left mouse button hold (immediate execution).
'16': right mouse button click (immediate execution).
'17': command executed (immediate execution).
'20': item dropped (immediate execution).
'21': command executed - both.
'22': command executed - both (immediate execution).
'23': command executed - other.
'24': command executed - other (immediate execution).
'25': item dropped - both.
'26': item dropped - both (immediate execution).
'27': item dropped - other.
'28': item dropped - other (immediate execution).
'29': character enters area.
'30': character leaves area.

-

V

ActionFixture

t_link to Object

Item which is necessary to execute this action.

-

V

ActionArea

Table

Field

Field Type

Description

Scriptable

Storage

ActionArea

ActionAreaActions

t_links to AreaAction (parent)

The actions which will be executed if a character enters or leaves the action area (see ActionAreaPolygon).

-

V

ActionAreaPolygon

t_vpoint

Polygon which defines the border of this action area. If a character enters or leaves this polygon then the actions from ActionAreaActions are executed.

-

V

ActionPart

Table

Field

Field Type

Description

Scriptable

Storage

ActionPart

ActionPartAltInt

t_int

Parameter #2. Defined by ActionPartCommand.

-

V

ActionPartAltInt2

t_int

Parameter #3. Defined by ActionPartCommand.

-

V

ActionPartAltLink

t_link

Link to desired object #2. The type of the link object (e.g. Scene, Interface, Character) is defined by ActionPartCommand.

-

V

ActionPartCommand

t_int

Actionpart type. See Actionparts Documentation for all action part types.

-

V

ActionPartInt

t_int

Parameter #1. Defined by ActionPartCommand.

-

V

ActionPartLink

t_link (parent if link to Text)

Link to desired object. The type of the link object (e.g. Scene, Interface, Character) is defined by ActionPartCommand.

-

V

ActionPartPath

t_path

Path to a file (e.g. sound file, movie file, image file).

-

V

ActiveAction

Table

Field

Field Type

Description

Scriptable

Storage

ActiveAction

ActionActionPartIndex

t_int

Index of current active actionpart inside this action. If changing the current action part you have to make sure that ActionContinueWaitForEndIfElse is also correct for the new action part index.

Yes

S

ActionContinueWaitForEndIfElse

t_int

Total number of open if statements in this action at current position. Use with care.

Yes

S

ActionActionPartStarted

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.

-

S

ActionPauseTime

t_int

Time past since last timer was started. Only valid if ActionTimerStarted is true.

-

S

ActionTimerStarted

t_bool

True if there is currently a timer running (e.g. waiting for pause).

-

S

ActiveAnimation

Table

Field

Field Type

Description

Scriptable

Storage

ActiveAnimation

AnimationActive

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.

Yes

S

AnimationCalledTime

t_int

Time (in msec) past since frame was first shown or animation loop finished.

Yes

S

AnimationCurrentPosition

t_point

Position on scene of animation (each frame can have an offset to the animation which is defined in each sprite).

Yes

S

AnimationCurrentSpriteIndex

t_int

Index of currently active frame.

Yes

S

AnimationCurrentSpritePos

t_point

Position on scene of currently active frame.

Yes

S

AnimationFirstFrame

t_int

First frame of the animation to show. Default value is 1, so the animation is shown with the first available frame.

Yes

S

AnimationFrameCount

t_int

Total number of frames already shown in the current animation loop.

-

S

AnimationLastFrame

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.

Yes

S

AnimationLoops

t_int

Number of animation loops remaining (the current animation loop is also counted). 0 means infinite animation loops.

Yes

S

AnimationPlayOppositeDirection

t_bool

True if the animation is played backwards.

Yes

S

AnimationPreloaded

t_bool

True if the animation is preloaded. If it is preloaded the value of AnimationActive defines if the animation is shown or just kept in memory.

Yes

S

AnimationSize

t_int

Scaling of animation in percent (100 means animation is played in original size, < 100: animation is shrinked, > 100: animation is enlarged).

Yes

S

AnimationStartedByUser

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.

-

S

AnimationWaiting

t_bool

True if animation is currently waiting for next animation loop (e.g. if there is a random pause between animation loops).

-

S

AnimationWaitingTime

t_int

Total time (in msec) currently waiting between two animation loops. Only valid if AnimationWaiting is true.

Yes

S

ActiveText

Table

Field

Field Type

Description

Scriptable

Storage

ActiveText

TextActive

t_bool

True if the text is currently active.

Yes

S

TextBackground

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).

-

S

TextCurrentText

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.

Yes

S

TextFont

t_link to Font

Font used for displaying this text.

Yes

S

TextOwner

t_link to Character or Object or Button

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.

-

S

TextPosition

t_point

Position on scene where the text is shown.

Yes

S

TextRemainingText

t_string

Remaining text after TextCurrentText.

Yes

S

TextTimeElapsed

t_int

time (in msec) elapsed since showing current part (TextCurrentText) of text.

-

S

TextTimeToWait

t_int

Total time (in msec) for showing current part (TextCurrentText) of text.

Yes

S

TextWaitForAudio

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.

-

S

Animation

Table

Field

Field Type

Description

Scriptable

Storage

Animation

AnimationAction

t_link to Action

Action which is started when the animation is finished.

-

V

AnimationCenter

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).

-

V

AnimationDirection

t_int

Defines the direction in degress ('0' - '359') this animation should be used for (only for character animations).

-

V

AnimationLoopRandom

t_bool

If true then there is a random pause between 2 loops of the animation. If false the next loop is shown immediately.

-

V

AnimationMirror

t_link to Animation

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).

-

V

AnimationModelAnimIndex

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.

-

V

AnimationModelAnimSpeed

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.

-

V

AnimationMove

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)

-

V

AnimationNumberOfLoops

t_int

Number of loops. '0' if it is an endless animation.

-

V

AnimationPause

t_int

Time in milli seconds between two frames of the animation. Is only used if AnimationUseIndividualPause is false (otherwise the pause is stored in each sprite).

-

V

AnimationPosition

t_point

Upper left corner of animation on scene (or interface).

-

V

AnimationPropertyFrames

t_links to AnimationFrame (parent)

Frames with special properties which will be used when the frame of the animation (identified by AnimationFrameIndex) is shown.

-

V

AnimationReplay

t_int

eReplayNormal ('0'): animation loops are shown in normal order.
eReplayReverse ('1'): each loop of the animation is shown in reverse order.
eReplayRandom ('2'): all frames of an animation loop are shown in random order.

-

V

AnimationSprites

t_vsprites

All sprites of the animation.

-

V

AnimationUseIndividualPause

t_bool

If true then the pause between two frames of the animation is stored in each sprite. If false then AnimationPause is used for the pause between two frames.

-

V

AnimationWalkSteps

t_vfloat

Only used for character walk animations. Defines the distance (pixels in one second at 100% size) between animation frames. If OutfitSlideWalkAnimation 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.

-

V

AnimationFrame

Table

Field

Field Type

Description

Scriptable

Storage

AnimationFrame

AnimationFrameAction

t_link to Action

An action which will be started when this frame is shown.

-

V

AnimationFrameIndex

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 AnimationPropertyFrames.

-

V

AnimationFrameSound

t_path

A sound which will be played when this frame is shown.

-

V

AnimationFrameSoundBalance

t_int

Balance of the sound (AnimationFrameSound). Must be between '-100' (only left speaker) and '100' (only right speaker).

-

V

AnimationFrameSoundVolume

t_int

Volume of the sound (AnimationFrameSound). Must be between '0' (mute) and '100' (full volume).

-

V

AreaAction

Table

Field

Field Type

Description

Scriptable

Storage

AreaAction

AreaActionAction

t_link to Action (parent)

The action to execute if all conditions are fulfilled (see AreaActionCharacter and AreaActionExecuteAlways). The execution type of the action (ActionExecutionType) must also match the character either entering or leaving the area (type is either '29' (CharacterEntersArea) or '30' (CharacterLeavesArea)).

-

V

AreaActionCharacter

t_link to Character

If set the action is only executed if the specified character enters/leaves (see ActionExecutionType) the area. If not set then the action is executed for all characters.

-

V

AreaActionExecuteAlways

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.

-

V

Button

Table

Field

Field Type

Description

Scriptable

Storage

Button

ButtonActions

t_links to Action (parent)

All actions of this button.

-

V

ButtonActiveSprite

t_link to Sprite (parent)

Sprite which is shown if the button is active. If ButtonType is '3' or '6' (command) and this button is currently selected then the button is active. If ButtonType 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.

-

V

ButtonAnimation

t_link to Animation

Animation which will be played automatically if the button is shown (see ButtonCondition).

-

V

ButtonAnimations

t_links to Animation (parent)

All animations of the button.

-

V

ButtonCommandType

t_int

Only used if the button is a command (ButtonType = '3' or '6'). Defines the type of this command:
'0' (eButtonNormal): normal command (e.g. 'Look at', 'Push').
'1' (eButtonCombined): combined command (e.g. 'Use', 'Give').
'2' (eButtonGive): give command (e.g. 'Give').

-

V

ButtonCondition

t_link to Condition

If ButtonCondition is not empty then the button is only shown and detected by the cursor if the conidition is true (or the condition is false and ButtonConditionNegate is true).

-

V

ButtonConditionNegate

t_bool

If true then the condition ButtonCondition is negated. (see ButtonCondition)

-

V

ButtonConjunction

t_link to Text

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 (ButtonType = '3' or '6' and ButtonCommandType = '1' or '2').

-

V

ButtonCursor

t_link to Cursor

Only used if button is a command (ButtonType = '3' or '6'). The cursor which is shown if the command is active.

-

V

ButtonDraggable

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 GameDraggableItems is true and ButtonType of this button is '3').

-

V

ButtonGroup

t_links to Button

List of commands (ButtonType 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).

-

V

ButtonInactiveSprite

t_link to Sprite (parent)

Sprite which is shown if the button is inactive. (see ButtonActiveSprite)

-

V

ButtonName

t_link to Text

Only used if button is a command (ButtonType = '3' or '6'). The name of the command which is shown in the action text.

-

V

ButtonPolygon

t_vpoint

Polygon which defines the border of the button. The button is detected if the cursor is inside the polygon.

-

V

ButtonType

t_int

Defines the type of this button:
'0' (eButtonPlaceholder): Placeholder for an item.
'1' (eButtonScrollUp): Scroll arrow to scroll items up. (number of items to scroll is defined by InterfaceScollStepSize)
'2' (eButtonScrollDown): Scroll arrow to scroll items down. (number of items to scroll is defined by InterfaceScollStepSize)
'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 ButtonGroup)
'6' (eButtonCommandInGroup): Command in a command group (group defined by ButtonGroup). 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).

-

V

ButtonUse

t_int

Only used if button is a command (ButtonType = '3' or '6'). Defines on what the command can be used on:
'0' (eUseOnAll): on objects (scene objects and items) and characters.
'1' (eUseOnCharacters): only on characters.
'2' (eUseOnObjects): only on objects (scene objects and items).

-

V

ButtonUseOnCurrentCharacter

t_bool

Only used if button is a command (ButtonType = '3' or '6') and ButtonUse 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.

-

V

Character

Table

Field

Field Type

Description

Scriptable

Storage

Character

CharacterActions

t_links to Action (parent)

All actions of the character.

-

V

CharacterActionDestPosition

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.

Yes

V/S

CharacterActive

t_bool

If true the character is shown and detected by the cursor. (default)

Yes

S

CharacterActiveCommand

t_link to Button

Currently active command for this character. The button must have ButtonType = '3'.

Yes

S

CharacterActiveDialogFont

t_link to Font

Font which is used for a currently selected dialog part.

-

V

CharacterAnimIndex

t_int

Index for character animations. If there is more than one animation for a direction (e.g. two talk animations for direction 90 degrees) this value decides which animation is used. The index starts with '0' (default, use first animation).

Yes

S

CharacterAnimState

t_int

Type of currently playing character animation:
'0' (eNoAnim): No animation.
'1' (eWalkAnim): walk animation.
'2' (eTalkAnim): Talk animation.
'3' (eStandingAnim): Standing animation.
'4' (eCharacterAnim): Individual character animation.
'5' (eRandomAnim): Random animation.

-

S

CharacterCommentSets

t_links to CommentSet (parent)

All comment sets of the character.

-

V

CharacterConditions

t_links to Condition (parent)

All conditions of the character.

-

V

CharacterCurrentCommentSet

t_link to CommentSet

Currently used comment set.

Yes

V/S

CharacterCurrentOutfit

t_link to Outfit

Currently used outfit.

Yes

V/S

CharacterDestination

t_point

Destination where the character is currently walking to.

Yes

S

CharacterDestinationObject

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 GameDestinationCommand, GameDestinationItem and GameDestinationItemPicked).

Yes

S

CharacterDestVisibility

t_int

The visibility of the character is fading to the visibility defined by this value. Must be between '0' and '100'. '0' means the character will not be visible at all (but is still recognized by the cursor), '100' means the character will be completely visible (default). The time to fade from the current visibility to CharacterDestVisibility is defined by CharacterTimeToDestVisibility.

Yes

S

CharacterDialogActiveScrollDown

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 (CharacterDialogArea). (makes only sense for characters which can be controlled by the user)

-

V

CharacterDialogActiveScrollUp

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 (CharacterDialogArea).

-

V

CharacterDialogArea

t_rect

Defines the absolute position on the screen where the dialog is displayed.

-

V

CharacterDialogCursor

t_link to Cursor

Cursor which will be displayed if a dialog is currently active.

-

V

CharacterDialogInactiveScrollUp

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 (CharacterDialogArea).

-

V

CharacterDialogInactiveScrollDown

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 (CharacterDialogArea).

-

V

CharacterDialogs

t_links to Dialog (parent)

All dialogs which can be spoken with this character.

-

V

CharacterDialogSprite

t_sprite

Sprite which is used as a background for dialogs.

-

V

CharacterDialogVerticalSpace

t_int

Distance between two dialog part selections (in pixel).

-

V

CharacterDirection

t_int

Direction (in degress from 0 to 360) the character is currently looking at. Always 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 CharacterDirection is set to 80 then the second animation is shown).

Yes

S

CharacterFollowAction

t_link to Action

Action which is executed if this character is following another character (CharacterFollowCharacter) and the other character is within reach (less pixel than CharacterFollowReachDistance).

Yes

S

CharacterFollowCharacter

t_link to Character

Character which this character is currently following.

Yes

S

CharacterFollowReachDistance

t_link to Action

If this character is following another character (CharacterFollowCharacter) this value defines (in pixel) when the other character is within reach (see CharacterFollowAction).

Yes

S

CharacterFont

t_link to Font

Font which is used for all texts which are spoken by this character.

-

V

CharacterInactiveDialogFont

t_link to Font

Font which is used for all dialog parts except the selected one (see CharacterActiveDialogFont).

-

V

CharacterInterfaces

t_links to Interface

All interfaces currently used for this character.

-

V/S

CharacterItems

t_links to Object

All items which are picked up by this character.

Yes

S

CharacterItemsScrollPosition

t_int

Current scroll position of the items in the interface/inventory.

-

S

CharacterName

t_link to Text

The name of the character (as shown in the action text).

-

V

CharacterOutfits

t_links to Outfit (parent)

All outfits of the character.

-

V

CharacterPosition

t_point

Current position of character.

Yes (if field is set and character is walking it will stop walking)

S

CharacterScale

t_bool

If false the character is not scaled and will always be drawn in the original size.

Yes

V

CharacterScaleFactor

t_int

Factor in % the character is scaled with. Must be > '0' (default '100').

Yes

V/S

CharacterScene

t_link to Scene

Scene where the character is currently on.

Yes

S

CharacterSize

t_float

Current size of character in % ('100' = original size) taking CharacterScale, CharacterScaleFactor and the current character position on the scene into account.

- (read only)

S

CharacterStartObject

t_link to Object

Scene object where the character is standing (ObjectPosition) at the beginning of the game.

-

V

CharacterState

t_int

Current state of character:
'2': standing.
'3': walking.

Yes (only set to '2' to stop walking, do not set '3')

S

CharacterTimeToDestVisibility

t_int

Defines the time in milli seconds until the visibility CharacterDestVisibility is reached. This value is used the next time when CharacterDestVisibility is set.

Yes

S

CharacterTint

t_int

Color 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.

Yes

S

CharacterValues

t_links to Value (parent)

All values of the character.

-

V

CharacterVisibility

t_int

Visibility of the character in %. Must be between '0' and '100'. '0' means the character is not visible at all (but is still recognized by the cursor), '100' means the character is completely visible (default).

Yes

S

CharacterWalkingSound

t_path

Sound which is played if the character is walking.

Yes

V/S

CommentSet

Table

Field

Field Type

Description

Scriptable

Storage

CommentSet

CommentSetEntries

t_links to CommentSetEntry

All comment set entries of this comment set.

-

V

CommentSetEntry

Table

Field

Field Type

Description

Scriptable

Storage

CommentSetEntry

CommentSetEntryText

t_link to Text

Text for this comment.

-

V

CommentSetEntryCommand

t_link to Button

If empty this comment set entry is a standard comment set entry (used for all comments). If this link is a command (ButtonType 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.

-

V

Condition

Table

Field

Field Type

Description

Scriptable

Storage

TCondition

ConditionCondition1

t_link to Condition

First condition for a combined condition (only used if ConditionIsVariable is false).

-

V

ConditionCondition1Negate

t_bool

If true then ConditionCondition1 will be negated (only used if ConditionIsVariable is false).

-

V

ConditionCondition2

t_link to Condition

Second condition for a combined condition (only used if ConditionIsVariable is false).

-

V

ConditionCondition2Negate

t_bool

If true then ConditionCondition2 will be negated (only used if ConditionIsVariable is false).

-

V

ConditionIsVariable

t_bool

If true this condition only contains true or false. If false this condition is a combined condition (see ConditionCondition1, ConditionCondition2).

-

V

ConditionOperator

t_int

Defines how ConditionCondition1 and ConditionCondition2 are combined (only used if ConditionIsVariable is false):
'0': logical AND.
'1': logical OR.

-

V

ConditionReturnNegate

t_bool

If true then the combined result of ConditionCondition1 and ConditionCondition2 will be negated (only used if ConditionIsVariable is false).

-

V

ConditionValue

t_bool

Current value of condition. True or false. This is only used if ConditionIsVariable is true.

Yes

V/S

Cursor

Table

Field

Field Type

Description

Scriptable

Storage

Cursor

CursorActiveAnimation

t_link to Animation

Animation of the active cursor.

-

V

CursorHotspot

t_point

Point on the cursor which defines the 'center' of the cursor.

-

V

CursorInactiveAnimation

t_link to Animation

Animation of the inactive cursor.

-

V

Dialog

Table

Field

Field Type

Description

Scriptable

Storage

Dialog

DialogDialogParts

t_links to DialogPart (parent)

All dialog part selections of this dialog.

-

V

DialogPart

Table

Field

Field Type

Description

Scriptable

Storage

DialogPart

DialogPartAction

t_link to Action (parent)

Action which is executed if this dialog part is selected. It is not allowed to start a dialog in this action.

-

V

DialogPartAltText

t_link to Text (parent)

Text which is spoken by the current character (only used if DialogPartUseAltText is true, otherwise DialogPartText is spoken).

-

V

DialogPartAnswerText

t_link to 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.

-

V

DialogPartAvailable

t_bool

If true then this dialog part is still available (see DialogPartRemove).

Yes

S

DialogPartCondition

t_link to Condition

The dialog part selection is only shown if the condition is true (or the condition is false and DialogPartConditionNegate is true).

-

V

DialogPartConditionNegate

t_bool

If true then the condition DialogPartCondition is negated. (see DialogPartCondition)

-

V

DialogPartLinkedAction

t_link to 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.

-

V

DialogPartNextDialog

t_link to Dialog (parent)

Dialog which is shown when this dialog part is selected.

-

V

DialogPartRemove

t_bool

If true then this dialog part can only be selected once (DialogPartAvailable will be set to false after selection).

-

V

DialogPartReturn

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):
'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.

-

V

DialogPartText

t_link to Text (parent)

Text which is shown as a selection in the dialog. Further it is spoken by the current character if DialogPartUseAltText is false.

-

V

DialogPartUseAltText

t_bool

If true then DialogPartAltText will be spoken by the current character, otherwise DialogPartText.

-

V

Font

Table

Field

Field Type

Description

Scriptable

Storage

Font

FontAlphabet

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 FontSprite (from left to right and top to bottom).

-

V

FontAutoLineBreak

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 FontLineWidth.

-

V

FontBorder

t_bool

If true a font border will be drawn. This value is only used for TrueType fonts (see FontTrueTypeFont).

-

V

FontBorderColor

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.

-

V

FontBorderSize

t_float

Size of font border in pixels. This value is only used for TrueType fonts (see FontTrueTypeFont) and if FontBorder is set to true.

-

V

FontColor

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).

-

V

FontFont

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 (see FontTrueTypeFont). This can save a lot of resources compared to creating a new TrueType font.

-

V

FontLetters

t_vrect

List of rectangles where each rectangle contains the position of a single character on the sprite (FontSprite).

-

V

FontLetterSpacing

t_int

Horizontal distance between two characters (in pixel).

-

V

FontLineWidth

t_int

Maximum line width (in pixel) for automatic line break. This value is only used if FontAutoLineBreak is true.

-

V

FontShadow

t_bool

If true a font shadow will be drawn. This value is only used for TrueType fonts (see FontTrueTypeFont).

-

V

FontShadowOffset

t_point

Offset in pixels for font shadow (see FontShadow).

-

V

FontSize

t_float

Font size in pixels. This value is only used for TrueType fonts (see FontTrueTypeFont).

-

V

FontSpaceWidth

t_int

Width of space (in pixel).

-

V

FontSprite

t_sprite

Sprite with all characters of the font.

-

V

FontTrueTypeFont

t_bool

If set to true this is a TrueType font. Either FontTrueTypeFontPath or FontFont must be set for a valid font.

-

V

FontTrueTypeFontPath

t_path

Path to TrueType font file. This value is only used for TrueType fonts (see FontTrueTypeFont).

-

V

FontVerticalLetterSpacing

t_int

Vertical distance between two characters (in pixel).

-

V

Game

Table

Field

Field Type

Description

Scriptable

Storage

Game

GameAbout

t_string

Long description of game, authors can make additional comments here.

-

V

GameActions

t_links to Action (parent)

All actions which can be started with a key. The key value is stored in ActionExecutionType.

-

V

GameActionTextFont

t_link to Font

Font which will be used for the action text - only used if GameDrawActionText is '1' or '2'.

-

V

GameActionTextRect

t_rect

Rectangle in which the action text will be drawn horizontally and vertically centered - only used if GameDrawActionText is '2'.

-

V

GameActiveCommand

t_link to Button

The currently active command.

Yes

V/S

GameAlignCharacterOnImExecution

t_bool

If true the active character will be automatically aligned to the clicked object when an action with execution type 'immediate' is executed.

-

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).

Yes

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.

Yes

V/S

GameCharacterComposedFile

t_path

Defines the filename for composing the character when compiling the game.

-

V

GameCharacterComposedFiles

t_int

The number of composed character files:
'0' (eMainContainer): All characters are stored in the main container.
'1' (eSingleContainer): All characters are stored in one file specified by GameCharacterComposedFile.
'2' (eMultipleContainers): Each character is stored in an own container specified by GameCharacterComposedFile (filename extended by the character number).

-

V

GameCharacterLinks

t_links to Character (parent)

All characters of the game.

-

V

GameCommandBehaviour

t_int

Behavior for selecting the standard command.
'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.

Yes

V/S

GameCompanyName

t_string

The company name is used for the path where the savegames are stored. E.g. on an English Windows Vista the path could look like this: C:\Users\<UserName>\AppData\Local\<CompanyName>\<GameName>\Savegames. If no company name or game name is specified the savegames are stored in the directory below the ved-file directory.

-

V

GameComposedFile

t_path

Defines the filename for composing the main output file (.vis file) when compiling the game.

-

V

GameCurrentCharacter

t_link to Character

Character which is currently controlled by the player (active character).

Yes

S

GameCurrentObject

t_link to Object or Character or Button

The object currently below the cursor.

-

S

GameCurrentScene

t_link to Scene

Scene which is currently shown.

Yes

S

GameCursorHorizontalScrollDistance

t_int

Distance of cursor to the left or right screen border where horizontal scrolling will be started.

Yes

S

GameCursorVerticalScrollDistance

t_int

Distance of cursor to the top or bottom screen border where vertical scrolling will be started.

Yes

S

GameCursors

t_links to Cursor (parent)

All cursors of the game.

-

V

GameCutsceneAction

t_link to Action

If a cutscene is active this links to the action which started (and should stop) the cutscene.

-

S

GameDescription

t_string

Short description of the game.

-

V

GameDestinationCommand

t_link to 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.

Yes

S

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:
'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.

Yes

S

GameDestinationItem

t_link to 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.

Yes

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.

Yes

S

GameDialog

t_link to Dialog

Currently displayed dialog.

-

S

GameDialogAction

t_link to Action

Running action which contains the text for the current dialog.

-

S

GameDraggableItems

t_bool

True if objects can be dragged from the interface.

Yes

V/S

GameDrawActionText

t_int

Defines if and where the action text is drawn:
'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.

Yes

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.

Yes

V/S

GameFadeDelay

t_int

Delay in milli seconds for fade in/out of a scene.

Yes

V/S

GameFadeEffect

t_int

Effect for fade in/out of a scene.
'0' (eFadeNo): no effect. display new scene immediately.
'1' (eFadeIn): fade in. Only fade in new scene. No fade out of current scene.
'2' (eFadeOut): fade out. Only fade out current scene. No fade in of new scene.
'3' (eFadeInAndOut): fade in/out. Fade out current scene and fade in new scene.
'4' (eFadeToNew): fade to new. Use alpha-blending to directly fade from current to new scene.
'5' (eShiftLeft): shift left. Shift current scene to the left and show new scene.
'6' (eShiftRight): shift right. Shift current scene to the right and show new scene.
'7' (eTunnelEffect): tunnel effect. Use a tunnel effect for fade in/out.

Yes

V/S

GameFirstCharacter

t_link to Character

Character which is used for starting the game. This is the character which is controlled by the player.

-

V

GameFirstScene

t_link to Scene

The first scene of the game (which is shown after the loading screen)

-

V

GameFontLinks

t_links to Font (parent)

All fonts of the game.

-

V

GameFullScreenIntro

t_bool

True if the intro movie is scaled to fullscreen.

-

V

GameGameComposedFile

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.

-

V

GameGameComposedFiles

t_int

The number of composed game files:
'0' (eMainContainer): The game object is stored in the main container.
'1' (eSingleContainer): The game object is stored in one file specified by GameGameComposedFile.

-

V

GameGameName

t_string

The game name is used for the path where the savegames are stored. E.g. on an English Windows Vista the path could look like this: C:\Users\<UserName>\AppData\Local\<CompanyName>\<GameName>\Savegames. If no company name or game name is specified the savegames are stored in the directory below the ved-file directory.

-

V

GameHiddenDialog

t_link to Dialog

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 GameExecuteActionsDuringDialog is true - then the dialog is saved in this field. The dialog is hidden until the user switches back to a playable scene.

-

V/S

GameHoldTime

t_int

Time in milli seconds until the event 'Mouse holding' (for GameLeftHoldAction and GameLeftHoldingAction) is fired.

Yes

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.

Yes

S

GameId

t_string

Unique Identification number. Used for savegames in order to only load savegames for correct game.

-

V

GameInterfaces

t_links to Interface (parent)

All interfaces of the game.

-

V

GameInterfaceClasses

t_links to InterfaceClass (parent)

All interface classes of the game.

-

V

GameInterfaceComposedFile

t_path

Defines the filename for composing the interface when compiling the game.

-

V

GameInterfaceComposedFiles

t_int

The number of composed interface files:
'0' (eMainContainer): All interfaces are stored in the main container.
'1' (eSingleContainer): All interfaces are stored in one file specified by GameInterfaceComposedFile.
'2' (eMultipleContainers): Each interface is stored in an own container specified by GameInterfaceComposedFile (filename extended by the interface number).

GameIntro

t_path

Intro movie which will be played at the beginning of the game.

-

V

GameItems

t_links to Object (parent)

All items of the game.

-

V

GameLanguages

t_links to Language (parent)

All languages of the game.

-

V

GameLeftClickAction

t_link to Action (parent)

An action which will be started if the left mouse button is clicked.

-

V

GameLeftDblClickAction

t_link to Action (parent)

An action which will be started if the left mouse button is double clicked.

-

V

GameLeftHoldAction

t_link to Action (parent)

Action which is started if the left mouse button is pressed for a certain time (GameLeftHoltTime) and GameLeftMouseHold is set to '3' or '4'. The action is started when the mouse button is released.

-

V

GameLeftHoldBehaviour

t_int

Defines if the character will be sent to the current position when the left button is released.
'0' (eMouseActionBehaviourDoNotSendCharacter): The character will not be send to the current position.
'1' (eMouseActionBehaviourSendCharacterToCursor): Character will be send to current position.
'2' (eMouseActionBehaviourSendCharacterToObjects): Character will be send to current position if it is a scene object.

Yes

V/S

GameLeftHoldingAction

t_link to Action (parent)

Action which is started if the left mouse button is pressed for a certain time (GameLeftHoltTime) and GameLeftMouseHolding is set to '3'. The action is started when the mouse button is pressed.

-

V

GameLoading

t_link to Loading (parent)

The loading screen. (is shown on startup when the game is loaded)

-

V

GameMinificationFilter

t_int

Filter for minification of textures (scaling of character images).
'0': Linear interpolation.
'1': Nearest neighbor.

-

V

GameMagnificationFilter

t_int

Filter for magnification of textures (scaling of character images).
'0' (eLinearInterpolation): Linear interpolation.
'1' (eNearestNeighborInterpolation): Nearest neighbor.

-

V

GameMiddleClickAction

t_link

An action which will be started if the middle mouse button is clicked.

-

V

GameMiddleClickBehaviour

t_int

Defines if the character will be sent to the current position when the middle mouse button is clicked.
'0' (eMouseActionBehaviourDoNotSendCharacter): The character will not be send to the current position.
'1' (eMouseActionBehaviourSendCharacterToCursor): Character will be send to current position.
'2' (eMouseActionBehaviourSendCharacterToObjects): Character will be send to current position if it is a scene object.

Yes

V/S

GameMouseWheelUpAction

t_link

An action which will be started if the mouse wheel is moved up.

-

V

GameMouseWheelDownAction

t_link

An action which will be started if the mouse wheel is moved down.

-

V

GameMovieComposedFile

t_path

Defines the filename for composing the movies when compiling the game.

-

V

GameMovieComposedFiles

t_int

The number of composed movie files:
'0' (eMainContainer): All movies are stored in the main container.
'1' (eSingleContainer): All movies are stored in one file specified by GameMovieComposedFile.

-

V

GameObjectFont

t_link to 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.

Yes

V

GameParticleContainerLinks

t_links to ParticleContainer (parent)

All particle systems of the game.

-

V

GamePicBufferSize

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 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).

-

V

GamePictureCacheSize

t_int

Size in MB for cache which stores the recently loaded images.

-

V

GamePreloadPicThreads

t_int

Number of threads used for preloading animations. GamePreloadPicThreads number of buffers with size of GamePreloadedPicBufferSize will be preallocated.

-

V

GamePreloadedPicBufferSize

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 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).

-

V

GameQuake

t_bool

If true a quake constantly moves the screen. The values GameQuakeForce and GameQuakeSpeed are used as parameters for the quake.

Yes

S

GameQuakeForce

t_int

Number of maximum pixels the screen is moved by a quake. Value is only used if GameQuake is true.

Yes

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.

Yes

S

GameRegisteredEventHandlers

t_string

Stores all registered event handlers for a savegame (internal only).

-

S

GameReserved

t_string

Licence number.

-

V

GameRightClickAction

t_link to Action (parent)

Action which is started if the right mouse button is pressed and GameRightMouseClick is set to '3' or '4'.

-

V

GameRightClickBehaviour

t_int

Defines if the character will be sent to the current position when the right mouse button is clicked.
'0' (eMouseActionBehaviourDoNotSendCharacter): The character will not be send to the current position.
'1' (eMouseActionBehaviourSendCharacterToCursor): Character will be send to current position.
'2' (eMouseActionBehaviourSendCharacterToObjects): Character will be send to current position if it is a scene object.

Yes

V/S

GameSavedObject

t_link to Object

Saved object. An action can be executed on this saved object. (see actionpart 'Execute command on saved object')

Yes

S

GameSaveGameName

t_string

Used to store name of current savegame.

-

S

GameSavegameScreenshot

t_path

Image used as savegame screenshot for all scenes when game is played on a mobile device.

-

V

GameSceneComposedFile

t_path

Defines the filename for composing the scenes when compiling the game.

-

V

GameSceneComposedFiles

t_int

The number of composed scene files:
'0' (eMainContainer): All scenes are stored in the main container.
'1' (eSingleContainer): All scenes are stored in one file specified by GameSceneComposedFile.
'2' (eMultipleContainers): Each scene is stored in an own container specified by GameSceneComposedFile (filename extended by the scene number).

-

V

GameSceneLinks

t_links to Scene (parent)

All scenes of the game.

-

V

GameScriptLinks

t_links to Script (parent)

All scripts of the game.

-

V

GameScrollCenterCharacter

t_bool

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.

Yes

S

GameScrollCharacter

t_link to Character

Character which will be centered on the current scene (if GameScrollCenterCharacter is true and GameScrollTo is false).

Yes

S

GameScrollDirectionHorizontal

t_int

Horizontal direction the scene is currently scrolling.
'0': currently no horizontal scrolling.
'1': currently scrolling to the left.
'2': currently scrolling to the right.

-

S

GameScrollDirectionVertical

t_int

Vertical direction the scene is currently scrolling.
'0': currently no vertical scrolling.
'3': currently scrolling to the top.
'4': currently scrolling to the bottom.

-

S

GameScrollPosition

t_point

Upper left corner of current scroll position (on current scene).

Yes

S

GameScrollSpeed

t_int

Number of pixels which will be scrolled in one second.

Yes

V/S

GameScrollToPoint

t_point

Upper left corner the current scene is scrolling to.

Yes

S

GameScrollTo

t_bool

If true the scene is currently scrolling to GameScrollToPoint.

-

S

GameShaderExclude

t_int

Defines which components (scene, interfaces, texts, cursor) will be excluded from shader programs.
'0' (eShaderExcludeNothing): standard, exclude nothing.
'1' (eShaderExcludeInterfaces): exclude interfaces, text on top, cursor.
'2' (eShaderExcludeTextsAndCursor): exclude text on top, cursor.
'3' (eShaderExcludeCursor): exclude cursor

Yes

S

GameShowBlackScreenAfterVideo

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.

Yes

V/S

GameSpeakerSoundPanFactor

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.

-

V/S

GameSpeakerTextAlignment

t_int

Defines alignment of speaker text:
'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).

Yes

V/S

GameSpeechLanguage

t_link to Language

Defines the language which is used for speech output. If empty the language from GameStandardLanguage will be used.

Yes

S

GameStandardLanguage

t_link to Language

Defines the currently used language.

Yes

V/S

GameStartAction

t_link to Action (parent)

This action will be executed once at the beginning of the game (after the game was loaded).

-

V

GameTextAlignment

t_int

Defines alignment of spoken text:
'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).

Yes

V/S

GameTextOutput

t_int

Defines if spoken texts should be printed and/or spoken:
'0' (eTextAndSpeechOutput): Display text and play speech file.
'1' (eOnlySpeechOutput): Only play speech file.
'2' (eOnlyTextOutput): Only display text.

Yes

S

GameTextSpeed

t_int

Speed for displaying texts (in %). Default is 100.

Yes

S

GameUsedItem

t_link to Object

The currently picked up item. A picked up item is either dragged (shown instead of cursor) or displayed in the action text.

-

S

GameVersion

t_string

Version number of the game.

-

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.

Yes

S

GameVideosEncrypted

t_bool

If true the videos are stored in an encrypted container. This field is only relevant for compiled games.

-

V

GameWindowResolution

t_point

Screen resolution (e.g. 640x480).

-

V

Interface

Table

Field

Field Type

Description

Scriptable

Storage

Interface

InterfaceActionTextFont

t_link to Font

Font which will be used for the action text - only used if InterfaceDrawActionText is true.

-

V

InterfaceActionTextRect

t_rect

Rectangle in which the action text will be drawn horizontally and vertically centered - only used if InterfaceDrawActionText is true.

-

V

InterfaceBorder

t_vpoint

Polygon which defines the border of the interface. The interface is detected if the cursor is inside the polygon.

-

V

InterfaceButtons

t_links to Button (parent)

All buttons of the interface: commands, arrows to scroll items, action areas, placeholder for items

-

V

InterfaceClass

t_link to InterfaceClass

The class this interface belongs to.

-

V

InterfaceConditions

t_links to Condition (parent)

The conditions of the interface.

-

V

InterfaceDestVisibility

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'. '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.

Yes

S

InterfaceDisplacement

t_int

Defines where the interface is shown:
'0': top.
'1': bottom.
'2': left.
'3': right.
'4': absolute, position on screen defined by InterfaceOffset.
'5': relative, position defined by current cursor position and offset to the cursor position (InterfaceOffset).

Yes

V/S

InterfaceDrawActionText

t_bool

Defines if the action text is drawn on this interface (if true than InterfaceActionTextFont and InterfaceActionTextRect must be set).

-

V

InterfaceLeaveAction

t_link to Action (parent)

Action which will be executed if the cursor leaves the interface (outside of polygon InterfaceBorder).

-

V

InterfaceOffset

t_point

Offset (or absolute position) for displaying the interface. (only used if InterfaceDisplacement is '4' or '5')

Yes

V/S

InterfacePosition

t_point

Absolute position of upper left corner of interface.

-

V/S

InterfaceScrollStepSize

t_int

Defines how many item positions will be scrolled if a scroll arrow is pushed.

Yes

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.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'.

Yes

V/S

InterfaceSprite

t_sprite

Background sprite of the interface.

-

V

InterfaceStandardCommand

t_link to Button

Button which is the standard command (usually 'Walk to') for this interface.

-

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.

Yes

S

InterfaceValues

t_links to Values (parent)

The values of the interface.

-

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.

Yes

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.

Yes

V/S

InterfaceClass

Table

Field

Field Type

Description

Scriptable

Storage

InterfaceClass

InterfaceClassName

t_string

Interface class name. The name of the object itself will be set to the translated class name.

-

V

Language

Table

Field

Field Type

Description

Scriptable

Storage

Language

-

-

Language name is defined by name of each language object.

-

-

Loading

Table

Field

Field Type

Description

Scriptable

Storage

Loading

LoadingMusic

t_path

Music which is played while the loading screen is shown.

-

V

LoadingSprite

t_sprite

Background sprite of the loading screen.

-

V

LoadingStatusCover

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).

-

V

LoadingStatusSprite

t_sprite

Sprite for progress bar.

-

V

Object

Table

Field

Field Type

Description

Scriptable

Storage

Object

ObjectActions

t_links to Action (parent)

All actions of the object. ActionExecutionType defines when the action is started.

-

V

ObjectAnimation

t_link to Animation

Animation which is automatically started if this object is active (see ObjectCondition).

-

V

ObjectAnimations

t_links to Animation (parent)

All animations of the object.

-

V

ObjectCenter

t_int

Defines the line number (y coordinate) which decides if a character is in front or behind this object.

-

V

ObjectCondition

t_link to Condition

If ObjectCondition is not empty then the object is only shown and detected by the cursor if the conidition is true (or the condition is false and ConditionConditionNegate is true).

-

V

ObjectConditionNegate

t_bool

falls dieser Wert wahr ist, wird ObjectCondition vor der Auswertung negiert; dadurch wird der unnötige Aufwand für eine zusammengesetzte Bedingung mit nur einem Ast vermieden

-

V

ObjectConditions

t_links to Condition (parent)

If true then the condition ButtonCondition is negated. (see ButtonCondition)

-

V

ObjectDestVisibility

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.

Yes

S

ObjectDirection

t_int

Direction in degrees which a character is aligned if it reaches this object (ObjectPosition).

-

V

ObjectIsItem

t_bool

If true then this object is an item, otherwise it is a scene object.

-

V

ObjectIsWalkable

t_bool

If true then then no action can be executed on this object with the standard command (see InterfaceStandardCommand).

-

V

ObjectName

t_link to Text (parent)

The name of the object (as shown in the action text).

-

V

ObjectOffset

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 (ObjectPolygon) by the cursor also considers the offset.

Yes

S

ObjectParticleSystem

t_link to ParticleSystem

Particle system which is shown if the object is active (see ObjectCondition).

-

V

ObjectPolygon

t_vpoint

Polygon which defines the border of the object. The object is detected if the cursor is inside the polygon.

-

V

ObjectPosition

t_point

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.

-

V

ObjectRotation

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.

Yes

S

ObjectRotationCenter

t_point

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.

Yes

S

ObjectScale

t_float

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.

Yes

S

ObjectScrollFactorX

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).

-

V

ObjectScrollFactorY

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).

-

V

ObjectShaderSet

t_int

sets shader configuration id for an object and all of its animations, see shaderSetOptions command.

Yes

S

ObjectSnoopAnimation

t_link to Animation

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.

-

V

ObjectSnoopAnimationPos

t_point

Absolute position of the snoop animation (seeObjectSnoopAnimation) on the scene.

-

V

ObjectSprite

t_link to Sprite (parent)

Sprite which is shown if the object is active (see ObjectCondition).

-

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.

Yes

S

ObjectValues

t_links to Value (parent)

All values of the object.

-

V

ObjectVisibility

t_int

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).

Yes

S

Outfit

Table

Field

Field Type

Description

Scriptable

Storage

Outfit

OutfitAmbientLightColor

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.

Yes

V/S

OutfitCameraAngle

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°).

Yes

V/S

OutfitCameraHeight

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.

Yes

V/S

OutfitCharacterAnimations

t_links to Animation (parent)

Person animations, must be started manually.

-

V

OutfitCharacterSpeed

t_int

Speed of character with this outfit (in pixel per second).

Yes

V/S

OutfitLightColor

t_int

The color (RGB, 1 byte per channel) of the direct light source used to shade a 3D model.

Yes

V/S

OutfitLightPosX

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.

Yes

V/S

OutfitLightPosY

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.

Yes

V/S

OutfitLightPosZ

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.

Yes

V/S

OutfitModel

t_path

Path to the 3D model file used for the outfit.

-

V

OutfitModelAmbientOcclusion

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.

-

V

OutfitModelOutlineColor

t_int

The color used for the contours of 3D models.

Yes

V/S

OutfitModelOutlineWidth

t_int

The width of contours of 3D models.

Yes

V/S

OutfitModelScaleFactor

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.

Yes

V/S

OutfitModelShadow

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.

-

V

OutfitModelShadowVisibility

t_int

This field controls the visibility of the shadow of a 3D model in percent. A value of 0 deactivates shadows.

-

V

OutfitModelShowOutline

t_bool

This flag indicates whether outlines of a 3D model are drawn.

Yes

V/S

OutfitModelTextures

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.

-

V

OutfitModelToonNuances

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.

Yes

V/S

OutfitModelUseToonShading

t_bool

This flag indicates whether toon shading is used for a 3D model. The alternative is realistic shading.

Yes

V/S

OutfitRandomAnimations

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 OutfitRandomMinTime and OutfitRandomMaxTime milli seconds).
For non-playable characters (characters without an interface):
Animations are shown after a random time span (between OutfitRandomMinTime and OutfitRandomMaxTime milli seconds).

-

V

OutfitRandomMaxTime

t_int

Maximum time in milli seconds until a random animation (see OutfitRandomAnimations) is started.

-

V

OutfitRandomMinTime

t_int

Minimum time in milli seconds until a random animation (see OutfitRandomAnimations) is started.

-

V

OutfitSlideWalkAnimation

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.

-

V/S

OutfitStandingAnimations

t_links to Animation (parent)

Standing animations, shown when person is standing.

-

V

OutfitTalkAnimations

t_links to Animation (parent)

Talk animations.

-

V

OutfitWalkAnimations

t_links to Animation (parent)

Walk animations.

-

V

ParticleContainer

Table

Field

Field Type

Description

Scriptable

Storage

ParticleContainer

ParticleContainerCameraZoom

t_float

Zoom factor.

-

V

ParticleContainerCameraZPosition

t_float

Z-Position of 'camera' for showing particle system.

-

V

ParticleContainerLeadTime

t_links to Particles (parent)

All particle emitters of this particle system.

-

V

ParticleContainerParticles

t_links to Particles (parent)

All particle emitters of this particle system.

-

V

Particle

Table

Field

Field Type

Description

Scriptable

Storage

Particle

ParticleActiveStages

t_int

-

-

V

ParticleBlendColor0

t_int

-

-

V

ParticleBlendColor1

t_int

-

-

V

ParticleBlendColor2

t_int

-

-

V

ParticleBlendColor3

t_int

-

-

V

ParticleBlendColorCurve0

t_vfloat

-

-

V

ParticleBlendColorCurve1

t_vfloat

-

-

V

ParticleBlendColorCurve2

t_vfloat

-

-

V

ParticleBlendColorCurve3

t_vfloat

-

-

V

ParticleBlendMaxTile

t_int

-

-

V

ParticleBlendSizeCurve

t_vfloat

-

-

V

ParticleBlendTilesControlPoints

t_vint

-

-

V

ParticleBlendTilesCurve

t_vfloat

-

-

V

ParticleCameraZPos

t_float

Distance of the 'camera' to the z-layer.

-

V

ParticleCameraZoom

t_float

Focal width of 'camera'.

-

V

ParticleColorControlPoints0

t_vint

-

-

V

ParticleColorControlPoints1

t_vint

-

-

V

ParticleColorControlPoints2

t_vint

-

-

V

ParticleColorControlPoints3

t_vint

-

-

V

ParticleEmitterSizeX

t_int

Width of particle emitter space.

-

V

ParticleEmitterSizeY

t_int

Height of particle emitter space.

-

V

ParticleEmitterSizeZ

t_int

Depth of particle emitter space.

-

V

ParticleEmitterType

t_int

Defines where the particles emit.
'1': particles emit from one point in space (see ParticleXPos and ParticleYPos).
'2': particles emit from somewhere within a region in space (see ParticleXPos/ParticleYPos and ParticleEmitterSizeX/ParticleEmitterSizeY/ParticleEmitterSizeZ).

-

V

ParticleForceBlend

t_float

-

-

V

ParticleForceRotationX

t_int

-

-

V

ParticleForceRotationZ

t_int

-

-

V

ParticleForceStrength

t_float

Strength of force which affects all particles.

-

V

ParticleForceType

t_int

Type of force. Possible values are:
'0': directional.
'1': directional from point.
'2': point.

-

V

ParticleForceXPos

t_float

-

-

V

ParticleForceYPos

t_float

-

-

V

ParticleForceZPos

t_float

-

-

V

ParticleLeadTime

t_int

Number of seconds the particle system is preplayed before it is displayed for the first time.

-

V

ParticleMaterialMode

t_int

-

-

V

ParticleMaxColor

t_int

The color of a particle will be between the colors ParticleMinColor and ParticleMaxColor.

-

V

ParticleMaxLife

t_int

Maximum lifetime of a particle.

-

V

ParticleMaxParticle

t_int

Maximum number of particles (there may be less particles visible depending on creation and lifetime parameters).

-

V

ParticleMaxSize

t_float

Maximum size of a particle.

-

V

ParticleMaxVelocity

t_float

Maximum velocity of a particle.

-

V

ParticleMinColor

t_int

The color of a particle will be between the colors ParticleMinColor and ParticleMaxColor.

-

V

ParticleMinLife

t_int

Minimum lifetime of a particle.

-

V

ParticleMinSize

t_float

Minimum size of a particle.

-

V

ParticleMinVelocity

t_float

Minimum velocity of a particle.

-

V

ParticlePerTime

t_float

New particles per time (with ~66 time units per second).

-

V

ParticlePhiX

t_int

Opening angle about the X-axis.

-

V

ParticlePhiY

t_int

Opening angle about the Z-axis.

-

V

ParticlePosX

t_int

X Position of particle emitter (in pixel coordinates).

-

V

ParticlePosY

t_int

Y Position of particle emitter (in pixel coordinates).

-

V

ParticleRotationX

t_int

-

-

V

ParticleRotationZ

t_int

-

-

V

ParticleSizeControlPoints

t_vint

-

-

V

ParticleTexture

t_path

Sprite used for all particles.

-

V

ParticleTilesX

t_int

-

-

V

ParticleTilesY

t_int

-

-

V

ParticleType

t_int

-

-

V

Point

Table

Field

Field Type

Description

Scriptable

Storage

Point

PointPosition

t_point

Position on the scene.

-

V

PointRelations

t_links to Point

Links to connected points for way system.

-

V

PointSize

t_int

Size for character on this point (in %).

-

V

Scene

Table

Field

Field Type

Description

Scriptable

Storage

Scene

SceneActions

t_links to Actions (parent)

All actions of the scene. These actions can only be started by another action.

-

V

SceneActionAreas

t_links to ActionArea (parent)

All action areas of the scene (areas which contain actions that are executed if a character enters or leaves the area).

-

V

SceneBackgroundMusic

t_path

Background music which is played in a loop.

Yes

V/S

SceneBrightness

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).

Yes

S

SceneConditions

t_links to Condition (parent)

All conditions of the scene.

-

V

SceneContinueMusic

t_bool

If true then the background music from the last scene is continued instead of playing the background music of this scene (SceneBackgroundMusic).

-

V

SceneCurrentWaySystem

t_link to WaySystem

Currently used way system (only relevant if SceneIsMenu is false).

Yes

V/S

SceneCursor

t_link to Cursor

Cursor which is displayed on this scene (only used if SceneIsMenu is true).

-

V

SceneLightMap

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.

Yes

V/S

SceneIsMenu

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.).

-

V

SceneMusicBalance

t_int

Balance of the background music (SceneBackgroundMusic). Must be between '-100' (only left speaker) and '100' (only right speaker).

Yes

V/S

SceneMusicVolume

t_int

Volume of the background music (SceneBackgroundMusic). Must be between '0' (mute) and '100' (full volume).

Yes

V/S

SceneName

t_link to Text (parent)

The name of the scene (used for name in savegames).

-

V

SceneObjects

t_links to Object (parent)

All objects of the scene.

-

V

SceneParticleSystem

t_link to ParticleContainer

Particle system of the scene which is always shown.

-

V

SceneSavegameAreas

t_vrect

All areas where savegame screenshots are shown. A savegame can be selected by clicking inside an area.

-

V

SceneSavegameFont

t_link to Font

Font which is used for the name of the savegame.

-

V

SceneSavegameScreenshot

t_path

Image used as savegame screenshot for this scene when game is played on a mobile device.

-

V

SceneSavegameScrollStep

t_int

Defines how many savegame positions will be scrolled if the savegames are scrolled with an actionpart.

-

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.

Yes

V/S

SceneScrollOnEdges

t_bool

If true then the scene will be scrolled if the cursor is on the screen edge.

Yes

V/S

SceneSprite

t_sprite

Background sprite of the scene.

-

V

SceneValues

t_links to Value (parent)

All values of the scene.

-

V

SceneWaySystems

t_links to WaySystem (parent)

All way systems of the scene.

-

V

Script

Table

Field

Field Type

Description

Scriptable

Storage

Script

ScriptScript

t_string

Script content.

-

V

Sprite

Table

Field

Field Type

Description

Scriptable

Storage

Sprite

SpriteSprite

t_sprite

-

-

V

Text

Table

Field

Field Type

Description

Scriptable

Storage

Text

TextTextLanguages

t_vtext

Language dependent texts for this text entry.

-

V

Value

Table

Field

Field Type

Description

Scriptable

Storage

Value

ValueInt

t_int

The current integer value.

Yes

V/S

ValueRandom

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.

-

V

ValueRandomMax

t_int

Upper bound for random value (see ValueRandom).

-

V

ValueRandomMin

t_int

Lower bound for random value (see ValueRandom).

-

V

ValueString

t_string

The current string value.

Yes

V/S

WaySystem

Table

Field

Field Type

Description

Scriptable

Storage

WaySystem

WaySystemBorder

t_vpoint

Polygon which defines the wayborders of the scene. A character is only allowed to walk inside the wayborders.

-

V

WaySystemPoints

t_links to Point (parent)

Waypoints of the scene which store the character size. The waypoints are connected to each other to define where a character can walk.

-

V