|
Post by tsuyoiraion on Nov 30, 2018 1:02:32 GMT
Is there a way I can disable the melee ability when a gun is equipped? I noticed that if i have a gun in the right hand and i'm not aiming, i can still do a melee attack. Since I don't really need this there and would like to keep melee only for when the player does not have a gun equipped, what's the solution? Thanks ahead of time!
|
|
|
Post by Invector on Nov 30, 2018 11:25:56 GMT
Just remove the MeleeWeapon component of your Shooter weapon, we trigger a melee attack because we don't have a better animation at the moment but actually, it's ideal for shooter weapon melee attack like this:
|
|
|
Post by tsuyoiraion on Dec 2, 2018 17:56:51 GMT
Just remove the MeleeWeapon component of your Shooter weapon, we trigger a melee attack because we don't have a better animation at the moment but actually, it's ideal for shooter weapon melee attack like this: That didn't seem to do the trick, still have the ability to do the 3 combo with melee even without the melee component on the weapon (i.e pistol). Thoughts?
|
|
|
Post by Invector on Dec 4, 2018 1:36:42 GMT
It's actually missing a verification, we just added and it will be available in the next update ;) Now if the weapon doesn't have a MeleeWeapon component, if you trigger the Atk input it does nothing.
Also, we add an option to make the Strong Attack optional per weapon, since not everyone needs a strong attack
|
|
|
Post by tsuyoiraion on Dec 4, 2018 1:50:50 GMT
It's actually missing a verification, we just added and it will be available in the next update ;) Now if the weapon doesn't have a MeleeWeapon component, if you trigger the Atk input it does nothing. Also, we add an option to make the Strong Attack optional per weapon, since not everyone needs a strong attack Cool i'll look out for that, yea all i really need is a push away when the gun is equipped.
|
|