I'm stumped here.
I want to make a copy of an existing animation and change one of the baked-in particle layouts. I thought that all I needed to do was add the unit's animation file to my mod, copy everything from [ANIMATION] to [/ANIMATION] for the animation I want to clone, paste another copy below it, change the name entry, then set the animation in my skill to match the new name. That doesn't work. It falls back to a default attack animation. What am I doing wrong?
What am I doing wrong?
As far as I know you need a new *.skeleton file with a different name. Just use OgreXmlConverter(сonvert your *.skeleton), and then changed а title(animation name="NAME") as you need and converts back.
...on the tl2modding wiki for better readability (Could not find this guide on our wiki)
This is a job for wiki-dude!
What am I doing wrong?
As far as I know you need a new *.skeleton file with a different name. Just use OgreXmlConverter(сonvert your *.skeleton), and then changed а title(animation name="NAME") as you need and converts back.
Yep, that was it! Thanks!