Page 1 of 1

Help with playerset xml

Posted: 22 Dec 2010, 00:30
by nmaligec
I would like to help skipy with xml for the new player set he has been working on. Note: this is specifically concerning the player xml, and not the weapon xml.

In the current player_male_base.xml there are a set number of actions:
stand
walk
sit
dead
attack
attack_bow

skipy has added frames to the player set for a few new attack actions and a casting action.

q1. Can we simply add a new action and have the game recognize it?? Like to add a 2h swing and have the client use that when attacking with a 2h weapon.

q2. What about casting? How can we signal the client to display the casting frames while casting?

Re: Help with playerset xml

Posted: 22 Dec 2010, 00:33
by Reid
q3. who is working in the playerset extention now that skipy done the playerset? (meaning pixels task)

Re: Help with playerset xml

Posted: 22 Dec 2010, 00:53
by nmaligec
a3. I think skipy is still on graphics, incase some changes/fixes need to be made. He asked me to help with the xml.

Until I know how to trigger the new actions in game there is no point starting the xml, hence my questions above.

Re: Help with playerset xml

Posted: 22 Dec 2010, 06:51
by Crush
Documentation of animation system:
http://wiki.themanaworld.org/index.php/Animations

Adding new weapon animations to the client software is pretty simple. Adding a casting animation will be more difficult because it will require a new network message from the server.

Please do not stop working on this just because the client doesn't support it yet. When there isn't any testing material there will be no incentive to develope this feature.

Re: Help with playerset xml

Posted: 22 Dec 2010, 08:06
by Bertram
Hi,

I couldn't agree more with Crush on that one.

Best regards.

Re: Help with playerset xml

Posted: 22 Dec 2010, 10:02
by nmaligec
Ok I will update the player xml and add weapon xml files and db entries to use the new attack frames. I will post back when its done. I will use the same frame timing as the other actions, since I would be able to test it until the client update.

Re: Help with playerset xml

Posted: 22 Dec 2010, 11:46
by Reid
nmaligec wrote:Ok I will update the player xml and add weapon xml files and db entries to use the new attack frames. I will post back when its done. I will use the same frame timing as the other actions, since I would be able to test it until the client update.
See me in irc if you need help with the xml

Re: Help with playerset xml

Posted: 22 Dec 2010, 11:56
by Crush
You can test the timing and alignment by assigning the animation to an action which does already exist.