Melee Attack
by Limdorn · in Torque 3D Professional · 10/16/2011 (6:54 am) · 7 replies
Hi .
Somebody know how to create a Melee Attack with Torque3D?
Thanks
Somebody know how to create a Melee Attack with Torque3D?
Thanks
About the author
#2
www.garagegames.com/community/resources/view/20273
@Richard - I like the old studio name better. Made me think you were breaking out of the box!
10/16/2011 (10:34 am)
here is a simple and basic way that might help get you goingwww.garagegames.com/community/resources/view/20273
@Richard - I like the old studio name better. Made me think you were breaking out of the box!
#3
en.wikipedia.org/wiki/Rabbit_of_Caerbannog
Antidisestablishmentarianism does have the advantage of being a legal word in Scrabble ... and what a score!
And as people have pointed out, non-specific questions garner ambiguous answers.
10/16/2011 (12:09 pm)
@Gregen.wikipedia.org/wiki/Rabbit_of_Caerbannog
Antidisestablishmentarianism does have the advantage of being a legal word in Scrabble ... and what a score!
And as people have pointed out, non-specific questions garner ambiguous answers.
#4
The melee attack will use player and enemies.
I saw the Steve melee thread and now I try to do it .
Thanks.
10/16/2011 (1:52 pm)
Thanks to reply so fast.The melee attack will use player and enemies.
I saw the Steve melee thread and now I try to do it .
Thanks.
#5
I am very familiar with the Rabbit of Caerbannog. Also, my comment to Richard was about how with the size limit of profile pic in forum replies, his studio name (Antidisestablishmentarianism) would break out of the blue box.
10/17/2011 (8:11 am)
@SteveI am very familiar with the Rabbit of Caerbannog. Also, my comment to Richard was about how with the size limit of profile pic in forum replies, his studio name (Antidisestablishmentarianism) would break out of the blue box.
#6
Pats self on back for another thread randomly derailed - doh!
10/17/2011 (12:07 pm)
I had to search Google for "vorpal bunny" as I'm not overly familiar with the work of Lewis Carrol ...Pats self on back for another thread randomly derailed - doh!
#7
Anyway, we're discussing how to correctly decide which studio name is displayed if you're a member of more than one thanks to that bit.
Perhaps we can get the Rabbit of Caerbannog to melee attack some zombies?
And, though I was aware of Lewis Carrol's vorpal sword, I always have a much larger place in my heart for the one I finally attained as a 17th level fighter in my high school AD&D game.... (NERD!!)
10/17/2011 (4:54 pm)
Actually, it was "Antidisestablishmentarianists," but because it didn't fit no one knew that....Anyway, we're discussing how to correctly decide which studio name is displayed if you're a member of more than one thanks to that bit.
Perhaps we can get the Rabbit of Caerbannog to melee attack some zombies?
And, though I was aware of Lewis Carrol's vorpal sword, I always have a much larger place in my heart for the one I finally attained as a 17th level fighter in my high school AD&D game.... (NERD!!)
Torque Owner Richard Ranft
Roostertail Games
If it's for the player, just make a "weapon" and then check to see if anything is close enough to take damage when the attack is "fired." You might want to set up an animation for it.
If it's for your baddies, have them trigger their melee attack in their onCollision() callback if they're facing the object they touched. Have them move toward the player when they see him. Again, you probably want to have an animation set up for it.