Page 1 of 1

Melee system

Posted: March 18th, 2012, 11:00 am
by Sean2013
Is it possible to make a melee system in PAS? Such as left mouse to attack and right mouse to do a different attack or block?

Anyone have experience with this?

Re: Melee system

Posted: March 18th, 2012, 6:51 pm
by Sean2013
bump. Btw is there a way to make universal animations? So I don't have to animate every new model I put in the game? games like jedi knight 3 use the same animation for most of their models. Even models people make automaticly use a default set of animations.

Re: Melee system

Posted: March 19th, 2012, 11:16 am
by kddekadenz
Sean2013 wrote:Is it possible to make a melee system in PAS? Such as left mouse to attack and right mouse to do a different attack or block?
RPG mode has this.

Re: Melee system

Posted: March 20th, 2012, 9:29 am
by Sean2013
kddekadenz wrote:
Sean2013 wrote:Is it possible to make a melee system in PAS? Such as left mouse to attack and right mouse to do a different attack or block?
RPG mode has this.
Can anyone direct me to where I can find out how to develope the melee system?

Re: Melee system

Posted: March 20th, 2012, 11:54 am
by kddekadenz
Sean2013 wrote:
kddekadenz wrote:
Sean2013 wrote:Is it possible to make a melee system in PAS? Such as left mouse to attack and right mouse to do a different attack or block?
RPG mode has this.
Can anyone direct me to where I can find out how to develope the melee system?
Do you mean how to make melee weapons?

Re: Melee system

Posted: March 20th, 2012, 1:11 pm
by Sean2013
No, I mean how to make attacks. I can animate, but how to assign those animations to certain keys and make them do damage and stuff.

A combat system with attacks and blocks.

Re: Melee system

Posted: March 21st, 2012, 8:26 am
by Sean2013
Bump. I realize i'll probably do a lot of scripting and animating but I'm not sure where the script goes, what to call it, how to use it, etc.