Originally posted by ophi42
View Post
Announcement
Collapse
No announcement yet.
Able Ability System Info and Support Thread
Collapse
X
-
Able Ability System - A high performance, robust ability system for UE4. Now Available!
-
Originally posted by shadowkami View PostSomething wrong with collision query node,i want set BoxShape's Rotation,but this location become far the way.How can I set rotation make this Box' location true.Able Ability System - A high performance, robust ability system for UE4. Now Available!
Comment
-
Originally posted by shadowkami View Post
Only change rotation x 0 tp 20. And this forward left and right is not central symmetry.
Originally posted by shadowkami View PostI can't blend with montage,I set blend in and out 0.25.But it not working.Only first able played is working.But it working with AnimBP.I'm sure canceled the pervious able.It only play but no blend.
Able Ability System - A high performance, robust ability system for UE4. Now Available!
Comment
-
Hi ExtraLifeMatt, when we "Apply Damage" can I use values from the Source to calculate the total amount?
Example : My character have 30 Power attack and I want to add that value to the ability damage output.
Example2 : Skill have a chance to give a critical hit, and the critical rate can change based on the source critical chance.
I am asking this question because I got the feeling they are not possible after I watch your tutorial on Dynamic Damage Calculation and Burning Man, holding me from getting this plugin.Last edited by SiulX; 03-06-2018, 01:03 PM.
Comment
-
Originally posted by SiulX View PostHi ExtraLifeMatt, when we "Apply Damage" can I use values from the Source to calculate the total amount?
Example : My character have 30 Power attack and I want to add that value to the ability damage output.
Example2 : Skill have a chance to give a critical hit, and the critical rate can change based on the source critical chance.
I am asking this question because I got the feeling they are not possible after I watch your tutorial on Dynamic Damage Calculation and Burning Man, holding me from getting this plugin.Able Ability System - A high performance, robust ability system for UE4. Now Available!
Comment
-
Originally posted by ExtraLifeMatt View Post
Yup, that's supported. You would just use GetSelfActor rather than the Target I used in the Dynamic Damage Calculation video. Calculate damage was designed to be able to query stats from the caster/instigator/target.
Comment
-
Originally posted by fernmerc View PostDo you know why Ability Animation Node animation tasks don't preview in the editor for me? Single node animations do, however. It's properly configured and works in-game.
There's no difference code wise between the Editor preview and normal in-game execution, so I'd double check your animation blueprint.Able Ability System - A high performance, robust ability system for UE4. Now Available!
Comment
-
Originally posted by ExtraLifeMatt View Post
You're hitting Play and it's not previewing? Do you have some other variable/cast you are adding in the Animation Blueprint that could be causing it to early out when in the Editor?
There's no difference code wise between the Editor preview and normal in-game execution, so I'd double check your animation blueprint.
Comment
-
Also, sorry for the double post, but I've been having another issue that I can't seem to figure out. Whenever I branch into another ability, the branched ability plays much faster. I'm not sure if it's the animation or the ability itself, but I tried disabling "scale with ability play rate" and it didn't change anything. I have a simple sword slash that branches into itself (I tried other abilities as well), and if I press and hold mouse, the first ability plays fine, then the second one plays nearly twice as fast. Then the third one plays normal again, and then the fourth one fast again, and it keeps repeating in this pattern.
At first I thought it was some issue with the blending, that maybe I was branching too early causing it to look like that, but I placed the branch all the way at the end and the same thing still happens. If I just wait a few frames more for the ability to end and then trigger the ability to end, it plays normally, meaning it's not a blending issue since the pose is pretty much the same.
Any idea what this could be?
Comment
-
Originally posted by fernmerc View PostAlso, sorry for the double post, but I've been having another issue that I can't seem to figure out. Whenever I branch into another ability, the branched ability plays much faster. I'm not sure if it's the animation or the ability itself, but I tried disabling "scale with ability play rate" and it didn't change anything. I have a simple sword slash that branches into itself (I tried other abilities as well), and if I press and hold mouse, the first ability plays fine, then the second one plays nearly twice as fast. Then the third one plays normal again, and then the fourth one fast again, and it keeps repeating in this pattern.
At first I thought it was some issue with the blending, that maybe I was branching too early causing it to look like that, but I placed the branch all the way at the end and the same thing still happens. If I just wait a few frames more for the ability to end and then trigger the ability to end, it plays normally, meaning it's not a blending issue since the pose is pretty much the same.
Any idea what this could be?Able Ability System - A high performance, robust ability system for UE4. Now Available!
Comment
-
Originally posted by ExtraLifeMatt View Post
Hmmm, not off the top of my head. Is the Ability before the branch sped up? Do you have logic for the Ability Play Rate somewhere? The whole on/off pattern seems really suspect...
Edit: It also happens in the editor if I hit play with looping enabled (in the same way as in game, with 95% of them being fine and one of the multiples of 2 being sped up)
Edit 2: I made a new animbp with only the ability node and it still happens, so it's not the animbp.Last edited by fernmerc; 03-07-2018, 10:02 PM.
Comment
Comment