10/28/09

Too Quiet...

So the blog has remained silent a little too long for my liking without any new updates on the project. To answer the most important question; Yes we are still working on Pod & Rodney.

The problem as Andrew and myself will readily admit is time. Working full time and working on the project can be challenging at times. Especially when it can be a day or two between developments, then notes must be reviewed, and then you must remember where you left off and with what.

As of present, I've been working on two major things. Movement and keyboard input for the user. I'll be keeping you posted (hopefully) about any progress made.

10/8/09

Wednesday: Animations & Rewind!

A bit about the rewind. Last night we were all working on P & R or Vitagen, and the discussion about the rewind came up. About how it worked and how long we could possibly store up to, in other words if somebody left the game running for a week would the rewind crap out. The answer is no.

About a month ago I spent about 3 days trying to get a general setup for the rewind. One of these is the model we'll be using for the actual game rewind. How it works is this; it only records events WHEN THEY HAPPEN! Not the entire time the game is running, although there is a game timer that is compounded each frame to track the time and this is minimal on the system resources too.I actually put it to a bit of a real test today, where as last night we were trying it with times of about a minute and a half, today I tried ten minutes. By that I mean I start the rewind test, let it run for about ten minutes, came back and held down the rewind key for a whole ten minutes. It worked right on the dot! With about a second or two of error, which isn't bad considering it was ten minutes!

A question that Andrew brought to mind about the rewind was what if a player walks over, runs into a wall, and keeps holding down the movement key into the wall. Will it record all that? No. How the collision and movement were setup it wouldn't record this, because the movement handler for any object is ONLY called if there is a legit movement, that and the rewind data is sent throught the movement handler also. Time, direction and and animation going on too. That's right we have to make all the animations in reverse too.

Another thing that we got working was how to properly export animations out of Maya. So very soon we'll have what is the outlines of a decent beta coming very soon.

10/5/09

The Coming Week.

Monday/Tuesday:

At this point everything has been put into place to get everything ready for the hopefully coming of an alpha level by the end of the week.



So begins the epic battle of this week that I call developing as much of P & R as I can get done. This being in hopes of an alpha level by the end of the week (Friday).

So the plan for the blog is this: I plan to do an update at night of the final progress over the cross of the day for P & R. A start to finish explanation, of how everything comes together, since I will be starting from scratch with this build. ( Not literally) I will be using a good majority of the code I've already developed just in different ways.

The hopes for the build Friday is this, lights, animations, collisions, and a basic level built for demonstrations.

I won't be doing a post for what I get done tonight. I'll just lump that in with tomorrows post. Also later in the week ( Wednesday, Thursday) I'll be doing some live broadcasts too.

10/4/09

The Coming Week

Having finally completed my move, I will now be back at it again with Pod & Rodney.