2011-05-11

Finally an update!

I've been pretty busy lately with various projects, work, and I went on my honey moon! Yeah, thats right, I got married. And I'm damn proud of it!

Anyway, so I completely redid the way character animation works, and even wrote a brand new character creator tool.

I wanted to make it easier for the artists, and we wanted smoother animations, so basically I just found a way for the artists to do everything in Flash animations, and export them to sprite sheets for the game. The sprite sheets will later be loaded and used by our characters instead of using a bone animation system like before.

Basically, I embedded some XNA into a windows form, and made it simpler for my artists to test out their character animations and see how they look in the game.

This is also the place for scripting and adding particles to the character's animations.

Added a screen shot of the character editor working with the Knight running animation.

Check it out!




Yeah, I also have a sweet Halo: Reach assassination background I grabbed from bungie.net. Pretty sweet eh?

2011-04-01

Added Damage Display

Added damage display when you land attacks and removed the other rocket launcher knight.

2011-03-31

Game Engine Update (Post processing effects, life bars, oh my)

Updated rendering so models are rendered according to Y value in order.

Updated so that the camera has special effects when shooting rockets

Updated lifebars ontop of ally and enemy units.

Fixed some bugs with hit boxes.

2011-03-30

New Map Test

Testing out a new map. Needs some tuning but anyway, the graphics are loading ok.

Redid the way all the animations work today.
I was using 2D bone animations, but now I have decided to use flash animations exported to sprite sheets to do all the work.

2011-03-29

Update to Game Engine

Added a map scripting engine to the game engine so I can spawn enemies based on events in the game. Updated AI just a little bit.

2011-03-24

Game Engine Weak AI Update

Added a really simple AI.
Knight on the left is AI shooting other AI.
Also added some blood particle effects

2011-03-23