General > Discussion

RL melee animation solution

(1/1)

Daqin:
I wonder how would weapon swing animation work like for melee combat in RL games.
What I mean is to do little trick like this:
When character attacks monster like in situation bellow

--- Code: ---....
.@g.
....

--- End code ---

there could be animation of swinging weapon like this

--- Code: ---....
.@-.
....

--- End code ---

These two frames would be displayed interchanging as fast as possible for, say, quarter of a second. With maybe little blur it could look like goblin is actually hit by sword (sword and goblin visible in the same space). If worked , this trick could be used in more situations, and animation length could be adjusted or turned on/off in options. Same thing you can do with pen and notebook by changing pages forward and back repeatedly.

If thing worked swings could be more different making more combat impression, like:

--- Code: ---....    ....
.@\.    .@/.
....    ....

--- End code ---

Also during animation, if hit goblin could change color to red.

What do you think ?

torch:
Initially I thought, why bother?  A message will appear that will tell the player what has happened, but ranged weapons get animation so it makes sense to do this. 

Personally, I would not worry about the swing of the weapon, but I would like to see the goblin change color briefly and maybe some blood flying off in the opposite direction. 


--- Code: ---.....   ..... ....#
.....   ...#. .....
.@g..   .@g#. .@g.#
.....   ...#. .....
.....   ..... ....#

--- End code ---

I hope you get what I mean from those three frames! 

Daqin:

--- Quote from: torch on January 24, 2008, 06:39 ---Personally, I would not worry about the swing of the weapon, but I would like to see the goblin change color briefly and maybe some blood flying off in the opposite direction. 


--- Code: ---.....   ..... ....#
.....   ...#. .....
.@g..   .@g#. .@g.#
.....   ...#. .....
.....   ..... ....#

--- End code ---

I hope you get what I mean from those three frames! 

--- End quote ---
Yeah, I think some blood flying in opposite direction would be effective. Your example however seems to take all the blood from the goblin  :D.. Joking. Personally I would like just single red colored dot or comma fly 1 or 2 spaces away from goblin.


--- Code: ---.....   ..... .....
.....   ..... .....
.@g..   .@g,. .@g.,
.....   ..... .....
.....   ..... .....

--- End code ---

I also would stick to swing animation, at least to see how it works.

Navigation

[0] Message Index

Go to full version