Animation set resource panel

From Divinity Engine Wiki
Revision as of 14:41, 7 February 2018 by JoykaDeReyst (talk | contribs)
Jump to: navigation, search

(Page in Progress!)

An Animation Set Resource is recognized by the 3 red running men in the Content Browser. Double click it to open the Animation Set.

1) Overview

An animation set is the collection of simple names a character or item can have. Note that this list is a preset list but does not restrict the character to ONLY that list. In other words the functionality of a character or an item lies in code, and does not depend on this list, the list is merely a selection of simple names you wish to be exposed to.

Animset 1.jpg


2) Put it on the tab

An animation set has a minumum of 3 tabs it starts with by default, to those 3 you can add one more tab for each weapon animation set, sitting and laying down. These additional sets are copies of the default tab which allows you to fill in different looking animations for each equipped weapon, or for when your character is sitting or laying down. All tabs automatically fall back to the Default tab if a requested animation is not found.
To add an animation simply select the animation you would like in the Content Browser and press the "<-" button next to the animation simple name slot.

Animset 2.jpg


Here's a overview of all possible tabs when activated:

  • Default: contains a list of all default animations a character can do. The default tab is also the animation set that is being played when a character is in peace mode.
  • Custom: contains a blank list that is editable by the user so customised simple names can be added to a character. These animations can then be called upon by scripts.
  • Skills: contains a fixed list of simple names required for skills without weapon requirements. Skill with weapon requirements are listed in their respective weapon tab.


  • Sitting: contains a list of animations slots available for sitting.
  • Lying: contains a list of animations slots available for lying.


  • Shield (SH): contains a list of animations slots available for when a character is wielding a shield.
  • Small Weapons (SML): contains a list of animations slots available for when a character is wielding a dagger or other small arms.
  • Pole Arms (POLE): contains a list of animations slots available for when a character is wielding a spear or other long reach pole weapons.
  • Unarmed (UA): contains a list of animations slots available for when a character has no weapons and is unarmed in the combat state.
  • CrossBow (XB): contains a list of animations slots available for when a character is wielding a crossbow.
  • Two Handed Sword (2HS): contains a list of animations slots available for when a character is wielding a two handed sword.
  • Dual Wield Small (DWSML): contains a list of animations slots available for when a character is wielding a pair of daggers or other small arms.
  • Staves (ST): contains a list of animations slots available for when a character is wielding a staff or other similar magical staves.
  • One Handed (1H): contains a list of animations slots available for when a character is wielding a one handed weapon that isn't a sword, usually bludgeoning arms.
  • Two Handed (2H): contains a list of animations slots available for when a character is wielding a two handed weapon that isn't a sword, usually bludgeoning arms.
  • Bow (BOW): contains a list of animations slots available for when a character is wielding a bow.
  • Dual Wield (DW): contains a list of animations slots available for when a character is wielding a pair of one handed weapons.
  • Wand (WD): contains a list of animations slots available for when a character is wielding a wand or other magical small arms.
  • Dual Wield Wands (DWWD): contains a list of animations slots available for when a character is wielding a pair of magical wands.
  • Shield & Wand (SHWD): contains a list of animations slots available for when a character is wielding a shield and a magical wand.


3) Animation Set type

The animation set type determines which tabs and slots are made by default in the animation set.
The following presets are available:

  • <none>: Resets the naimation set panel to an empty state
  • player: Creates a default, custom and skill tab with all default animation slots available. Allows you to add extr animaiton tabs.
  • character: Does the same as the player preset
  • animal: Creates a simplified animation set for an animal that can't enter combat. Doesn't allow additional tabs to be added and only has a Default and Custom tab.
  • item: Created an animaiton set tailored for items. Doesn't allow additional tabs to be added and only has a Default and Custom tab.

__________________
Back to Panels