Difference between revisions of "Entity types"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "Entity Types: * Items ** Interactible ** Scenery * Characters * Triggers * Lights * Light Probes * Prefabs * Walls * Decals * Splines * Dummies * Projectiles * Surfaces * Ref...")
 
(Removed individual trigger types, as they are now all explained on the Triggers page)
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Entity Types:
+
The editor allows you to create global, root or local templates of the following entity types:
  
* Items
+
* [[File:TemplateType_Item.png|32px]] '''Items'''
** Interactible
+
** [[File:TemplateType_Item.png|32px]] Interactable
** Scenery
+
**: Interactible items are items that can be manipulated in game.
* Characters
+
**: Examples of interactible are armors, weapons, destructibles (such as barrels), loot containers (such as chests) and traps.
* Triggers
+
** [[File:TemplateType_Scenery.png|32px]] Scenery
* Lights
+
**: Scenery items are items that are part of the static scenery in the game world, and are mainly used for decoration. The distinction between sceneries and interactibles exists for performance reasons, so it is recommended that you make sure item templates are the correct type.
* Light Probes
+
**: Examples of scenery items are tents, trees, pillars and rocks.
* Prefabs
+
* [[File:TemplateType_Character.png|32px]] '''Characters'''
* Walls
+
*: Characters are AI or player controlled entities such as animals, guards and vendors.
* Decals
+
* [[File:TemplateType_Trigger.png|32px]] '''Triggers'''
* Splines
+
*: [[Triggers]] are entities that effect an area. Triggers are commonly used for scripted events such as traps, but can be used for much more.
* Dummies
+
* [[File:TemplateType_Light.png|32px]] '''Lights'''
* Projectiles
+
*: Lights are entities that emit light.
* Surfaces
+
** Point Light
* References
+
**: An entity that casts light in all directions
* Level Templates
+
** Spot Light
 +
**: An entity that casts light in one direction
 +
* [[File:TemplateType_LightProbe.png|32px]] '''Light Probes'''
 +
*: Light probes are used for global illumination.
 +
* [[File:TemplateType_Prefab.png|32px]] '''Prefabs'''
 +
*: A prefab is a collection of entities, and is used to speed up decoration.
 +
* [[File:TemplateType_WallContruction.png|32px]] '''Wall Construction'''
 +
*: A wall construction can be used to create houses and other structures.
 +
* [[File:TemplateType_Decal.png|32px]] '''Decals'''
 +
*: Decals are 2D textures that are projected onto 3D objects.
 +
* [[File:TemplateType_Spline.png|32px]] '''Splines'''
 +
*: Splines are sets of control points that can be followed by entities.
 +
*: Example uses for splines are cinematic camera movement and guard patrol paths.
 +
* [[File:TemplateType_Dummy.png|32px]] '''Dummies'''
 +
* [[File:TemplateType_Projectile.png|32px]] '''Projectiles'''
 +
* [[File:TemplateType_Surface.png|32px]] '''Surfaces'''
 +
*: Surface cell templates. Surfaces will spawn these entities where they are applied.
 +
* [[File:TemplateType_Reference.png|32px]] '''References'''
 +
* [[File:TemplateType_LevelTemplate.png|32px]] '''Level Templates'''
 +
*: Level templates are entities that stream other levels into your level. This is useful when working on larger levels and eliminates the need for zoning (load screens) in between areas.

Latest revision as of 17:22, 14 October 2017

The editor allows you to create global, root or local templates of the following entity types:

  • TemplateType Item.png Items
    • TemplateType Item.png Interactable
      Interactible items are items that can be manipulated in game.
      Examples of interactible are armors, weapons, destructibles (such as barrels), loot containers (such as chests) and traps.
    • TemplateType Scenery.png Scenery
      Scenery items are items that are part of the static scenery in the game world, and are mainly used for decoration. The distinction between sceneries and interactibles exists for performance reasons, so it is recommended that you make sure item templates are the correct type.
      Examples of scenery items are tents, trees, pillars and rocks.
  • TemplateType Character.png Characters
    Characters are AI or player controlled entities such as animals, guards and vendors.
  • TemplateType Trigger.png Triggers
    Triggers are entities that effect an area. Triggers are commonly used for scripted events such as traps, but can be used for much more.
  • TemplateType Light.png Lights
    Lights are entities that emit light.
    • Point Light
      An entity that casts light in all directions
    • Spot Light
      An entity that casts light in one direction
  • TemplateType LightProbe.png Light Probes
    Light probes are used for global illumination.
  • TemplateType Prefab.png Prefabs
    A prefab is a collection of entities, and is used to speed up decoration.
  • TemplateType WallContruction.png Wall Construction
    A wall construction can be used to create houses and other structures.
  • TemplateType Decal.png Decals
    Decals are 2D textures that are projected onto 3D objects.
  • TemplateType Spline.png Splines
    Splines are sets of control points that can be followed by entities.
    Example uses for splines are cinematic camera movement and guard patrol paths.
  • TemplateType Dummy.png Dummies
  • TemplateType Projectile.png Projectiles
  • TemplateType Surface.png Surfaces
    Surface cell templates. Surfaces will spawn these entities where they are applied.
  • TemplateType Reference.png References
  • TemplateType LevelTemplate.png Level Templates
    Level templates are entities that stream other levels into your level. This is useful when working on larger levels and eliminates the need for zoning (load screens) in between areas.