How i make a new weapon for use a Weapon Animation?

All development of pixel art, maps and other graphics.


Post Reply
User avatar
strikerbcb
Novice
Novice
Posts: 155
Joined: 15 Apr 2005, 06:42
Location: Brasil
Contact:

How i make a new weapon for use a Weapon Animation?

Post by strikerbcb »

How i make a new weapon for use a weapon animation, for example :

One new item called 'Misterius Bow' use the animation of the Bow, i try use for example, a desert bow in tmw and not show the animation for the bow but the animation for knife ...

how i make this ?

And how i implement new weapons animations, not char animations, for example, if i have a new graphic table for a sword attack in same style of knife, but more larger. This use same char animation, but weapon animation diffent ... it´s possible add this too ?

ps. I add to tmw imagefont the characters for the latin accentuation, how i send this for the developers ?

Thanks!
<<Striker>> - Evolving Ever
Project World of Dragons - Brazilian Total Rework Fork of the TMW and a newer 3D Client/Server
Mundo dos Dragões - http://www.mundodosdragoes.org
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

This is currently hardcoded. The animation of the weapons is set by the functions setWeaponById() in being.cpp where the item ID is mapped to the attack type. The function setWeapon() in player.cpp loads the animation file for the attack type.

What player animation is used for what weapon type is hardcoded in Being::setAction() in being.cpp.


Putting all this stuff into external .xml files is on the todo list for quite a long time. But we will wait with doing so until we got more attack animations for weapons and players (the attack animations for spear and sword are half finished for quite a long time). Until then you have to program yourself to add more different weapon animations.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
strikerbcb
Novice
Novice
Posts: 155
Joined: 15 Apr 2005, 06:42
Location: Brasil
Contact:

Post by strikerbcb »

ok i will try ... you have some of these two animations functional ? If yes, please send me and i can test here.

Thanks.
<<Striker>> - Evolving Ever
Project World of Dragons - Brazilian Total Rework Fork of the TMW and a newer 3D Client/Server
Mundo dos Dragões - http://www.mundodosdragoes.org
Post Reply