Tweaking the attack speed featuring AnimNotifies and other techniques
This tutorial assumes you have successfully set up the skin and known monster issuse as well as the RangedAttack function for your monster. If your monster is attacking too fast then this might help. There are 2 main ways to control when the monsters attack speed. Using AnimNotifies or a State. This tutorial will assume […]
Anim Notifies
Both skeletal and vertex animated meshes can use anim notifies, however, vertex anim notifies must be set up via UnrealScript when the model is first imported into the package. Skeletal mesh anim notifies can be set up at any time in the Animation Browser (do not modify default packages!). Anim Notifies can be used to […]
Recent Comments