Difference between revisions of "Animation set resource panel"

From Divinity Engine Wiki
Jump to: navigation, search
Line 1: Line 1:
<big><big>The Animation Set Resource Panel</big></big> (Page in Progress!)
+
(Page in Progress!)
  
An Animation Set Resource is recognized by the 3 purple running men in the Content Browser. Double click it to open the Animation Set.
+
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==
<big>1) Overview</big><br />
 
 
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.
 
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.
  
Line 10: Line 9:
  
  
<big>2) Put it on the tab</big><br />
+
==2) Put it on the tab==
An animation set has a minumum of 3 tabs it starts with by default, added those 3 you can add one more tab for each weapon animation set, one for sitting and one for 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.
+
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. <br \>
To add an animation simple select the animation you would like in the Content Browser and press the "<-" button next to the animation simple name slot.
+
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.
  
 
[[File:Animset 2.jpg|1280px|frameless]]
 
[[File:Animset 2.jpg|1280px|frameless]]
Line 18: Line 17:
  
 
Here's a overview of all possible tabs when activated:<br />
 
Here's a overview of all possible tabs when activated:<br />
- 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<br />
+
* '''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.<br />
+
* '''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.<br />
+
* '''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.
 +
<br \>
 +
* '''Sitting:''' contains a list of animations slots available for sitting.
 +
* '''Lying:''' contains a list of animations slots available for lying.
 +
<br \>
 +
* '''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. <br \>
 +
The following presets are available: <br \>
 +
 
 +
* '''<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.
  
 
__________________<br />
 
__________________<br />
 
Back to [[Panels]]
 
Back to [[Panels]]

Revision as of 14:41, 7 February 2018

(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