About

Remote Shepherd is the capstone project for Long Shot Games, a group of five graduate students in RIT's Game Design and Development masters program. The game allows the player to step into the shoes of a group of vigilantes who have decided to put their skills gained as Marine Scout Snipers to use in cleaning their city of criminal organizations. This blog will track both the ongoing design and development of the project.

Tuesday, February 1, 2011

Animations: Part 1

So far, basic animations now work within the engine. We have accomplished this by using the Havok physics and animation engine along with its exporting tools for Maya. Our modelers and animators create the skinned skeletal rig along with any partial or full body animations we need and export them out as .hkx files. These contain either all of the information for a single animator's character, or simply a single skin, skeletal rig, or animation. As we will want a variety of animations to help in behavioral profiling within the game, the later approach will most likely be the main version used.

Each of these individual items, i.e. the skin, skeleton, and animation are all loaded in separately through Havok's pipeline and assigned to an animated mesh object. For the most part these are stored 1-to-1 within the animated mesh. However since we use our own rendering system, we need to convert the mesh provided by Havok into our own form for rendering.

After getting all of the items needed for animation, updated matrices based on the skin bindings and modified by the rig and animation are passed over to a shader to handle hardware skinning. Cel-shading and other effects are also performed to get the desired style we need for the game.

What still needs to be done or made:
  • Blending of animations so that a character can wave to someone, spray paint a building, or flail their arms all with the same walk cycle
  • Allowing for quick ease of animation swapping within a mesh
  • A manager to handle storage of all this data so as to not flood memory with multiple objects of the same animation.

1 comment:

  1. spray painting a bldg -- I think it's great idea -- do you think the "tagging" will involve gameplay, as in a target leaving a clue to their intentions...?

    ReplyDelete