Since I have spent all this time on mechanics it would be a waste to not have any reason to use them so I have added simple AI enemies to attack and kill. This is done simply by using the apply damage event that is tied to a collision box attached to the players sword. This collision box is active at all times so the player can currently just walk into the enemy to do damage, however since the event only triggers on a single overlap the player can't just simply hold the sword next to an enemy and kill them. The enemy tacking/following system is very simple using a pawn sensor that when active tells the AI to move to the players location. I haven't scripted any sort of player damage mechanic as due to the simple melee nature of the game it would be very frustrating to play against a simplistic system. Right now hitting the AI has very little feedback so that's the next thing I will address. Likely by adding sounds upon impact. I have dotted the enemies around the le...
During the tutorial I am following the video asks me to use a greatsword walk animation downloaded from Mixamo. However the animation file used is not rooted, so they use the Unreal root animation function, however this adds a slight wobble to the character as he walks which looks rather silly. I know that Mixamo has an in built root function within it that works a whole lot better. This was my first time importing animations myself without using a pre-set asset file and it unfortunately went wrong. When imported the file seems to have issues with the skeleton and the end result is this warped nightmare. This was a simple issue of the model I was using used a different rig to another. I now have a weapon switch function which changes the animations of the character as well as slowing the character down when the greatsword is equipped.
Today I have been testing out Mixamo. Mixamo is a website that features a handy auto rigger for humanoid characters as well as a variety of animations that can be hooked up to said rig. Since both animating and rigging are such a time consuming processes this website and the accompanying animations will help a great deal in creating the gameplay of my project as obviously attacks and other mechanics will indeed require an animation of some sort. However there are some obvious downsides as not creating my own animations will inevitably limit the scope and features of the game as I will be constrained by what animations I have at the time. However, it is incredibly unlikely that my project will come close to needing specific animations made as if I want to complete this project properly I will have to limit some of my ambitions. It is simply impossible for me to make a fully fledged action game on my own in the time I have. These animations will put a hard lock on my ambitions ...
Comments
Post a Comment