I have made more progress of the interior of the Cathedral, adding a variety of different assets into it to bulk it up with pews, candelabras, a set of thrones and a podium
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...
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 ...
Today I made some minor tweaks to some assets cleaning up some un-textured assets and adding sound effects upon hitting an enemy and them dying. Packaging went very smoothly and I have I have recorded footage of a playthrough of the level as well as making short recordings of a few features that I developed but were not shown in the normal playthrough.
Comments
Post a Comment