Page 1 of 1

question about weapon

Posted: Sat Aug 09, 2008 6:29 pm
by anhdung86
I want my player has 2 weapon, one is sword in right hand, one is blade in left hand. Right hand attack by mouse left click, left hand attack by mouse right click (right hand attack's animation is difference with left hand attack's animation). Is it possible in RF? Please help me :(

Re: question about weapon

Posted: Sat Aug 09, 2008 7:00 pm
by Destron
I don't know myself, but I would suggest asking Juutis - he has that exact same control scheme in his game.

Re: question about weapon

Posted: Sun Aug 10, 2008 9:13 am
by Juutis
It depends. If your game is 1st person then the only thing you need is two pawns acting as the first person weapons. One for left and one for right hand each working independently. If it's 3rd person you'll need a complete scripted player. Once you have a scripted player, scripting the attacks is pretty straightforward.

I have the 1st person version of this in my demo. You can download it in my signature if you want to have a closer look.

Re: question about weapon

Posted: Sun Aug 10, 2008 12:09 pm
by anhdung86
Thank Juutis :)