Aug 06

Sandsea DevBlog Week Thirteen

I’ve made a lot of progress, but there’s still more to do. Every time I came to make a new post, I was thinking to myself that “I just need to finish [this] up” or “This doesn’t look quite right yet.” I finally realize, that’s the point of this, to show the process.

 Some of the big changes here are graphical. It’s finally starting to look like a game. The models and animations were taken from opengameart.org. I just don’t have the time to do the art I need. Also, they were hurriedly inserted. One of the many things I need to do is change up some code so I take advantage of Unity’s animation event system. It shouldn’t be difficulty, but I have more important things to work on right now.

Something finished after the video was made is the saving and loading feature, and the level select map. They work completely. Saving and loading is something that won’t make it into any web player builds for obvious reasons, but the game was never intended to be made for the web player.

I’ve begun to adopt Unity’s Navmesh and Pathfinder features. The big white blocks in the test level are there to show that off. Right now, the controls of both the player and the enemies use a combination of the two. The result is an effect that makes it look like characters enemies have little control over their own momentum. Additionally, some of the AI isn’t quite as polished as it needs to be. The rangers can get briefly stuck in little loops of ActCowardly() and ActAggresively() if the player is hiding around a corner.

I’m currently getting prepared to start making greybox level designs. Two features I want to add before that are enemy spawn points and friendly NPC interaction.

One question on my mind is, of the 13 acts of the game, how many individual levels do I want? One, two, or three. I need to work on my boss mechanics…