Page 1 of 1

Unarmed attack

Posted: Tue Jul 08, 2014 4:47 am
by Chimera005ao
I am trying to increase the attack speed of all weapons in my mod, but I see no way to modify the unarmed attack's speed directly.

I've been thinking that I could add haste when the player attacks without a weapon, make them start with something like the pit guantlets, but I thought I'd check and see if anyone knew how to change the base speed directly.

Re: Unarmed attack

Posted: Tue Jul 08, 2014 6:33 am
by Isaac
It might be possible to script an "unarmed hand" weapon with a reduced cooldown.

At least in theory, you could setup a timer to check for an unarmed PC and equip the 'fast hand' weapon; and destroy it on the mouse when unequiped.

If for some reason the timer caused a performance issue, then perhaps you could trigger the check when a weapon is unequipped.

Re: Unarmed attack

Posted: Tue Jul 08, 2014 8:49 pm
by Chimera005ao
Thanks, I might look into that.