PDA

View Full Version : Question about skelingtons



Unit 35
11-26-2005, 19:13
Ok i have read the tutorial and i have been playing around. I have added a new archer animation to the game by replacing the existing one. But now i want more than one archer animation how do i do this?

I have read the tutorial and it says put them in a folder and pack them, but how does the game no which animations are the attack ones (or is that done with the LID_62 etc)

So if i want new animations in a skeleton i could say "LID_62 Attack"

Sorry if this has already been explained or this isn't possible

Bwian
11-26-2005, 21:05
The actual animations have 'events' which are linked to animations in the skeleton file. When, say, and archer readies it's bow for firing, it would look to see which animation was linked to that action in the skeleton file. The name of the animation is not the trigger.

You can use XIDX to point an event to a new animation, and it is definitely possible to have more than one archer animation