Hey there, I am working on a Dark Souls-like game, but I sort of got stuck at the animation system.
In the game the player should be able to equip a weapon or a shield in either hand and 3 armor pieces (legs, body and head).
I tried 'cutting' the player character into multiple pieces then moving and rotating them based on a XML file with the animations. (Link: )
But this proved to be way more complicated than I thought since I haven't worked with XML files before and didn't figure out a way of moving the pieces with events...
So, do you guys know how to make this work or of an easier way of doing this while still allowing the player to equip multiple things?
Thanks!