Thursday 9 December 2010

The Pitch

The pitch went really well, i hope. 5 minutes on the controller was hard, wasnt sure what to say but came up with a number of titles for which to talk before hand.

Why we needed the controller
The controller
The Technology
What the controller was made of.

The whole 20 minutes went amazingly well and everyone seemed really confident and we managed to pitch our game really well. In fact everyones pitches went well apart from the constant drilling from the building next door.

Tuesday 30 November 2010

Tidying up and Performance testing.

Andrew came through with some amazing textures and models, and the game is essentially finished, just spent the time revising the design document to a printable and slicable standard to give to all af the other developers in the group. The game looks great and plays well.

I was put in charge of performance testing for this game, using a variety of different specifications i was able to get a pretty accurate idea of the type of computer that would work as a minimum spec.

We left the day with the running order for the pitch and a vague idea of what to talk about, i was in charge of the controller and was going last in our pitch. 5 minutes on the controller, this will be fun.

Saturday 20 November 2010

Sony visits

Well the big day, the team from sony came to view our game and the reviews were mixed but overall very good. They loved the game play and the idea, and watching them try the hardest platform puzzle in the game with the controller and hearing one of them shout in joy because she got past it where everyone else couldnt was pretty much what we were aiming for.

The main sticking point they had with the game at that point was that there is really only half a level, we tried to do too much in the small amount of time we had. Still the team left with good reviews and were interested with the concept and the gameplay. All in all a good review.

Wednesday 10 November 2010

It's Alive!! It's Alive!!

With the touch sensor and the acceleromter working in the game it was time for a little construction work.

As instructed Alex brought in enough lego for the Mark 1 prototype, as soon as everyone heard the clatter of lego on the table it was as if everyone was a child again and rushed to see what we were doing/ to play with the lego. First part was getting the accelerometer level in its own little module, i was able to get the phidget level to within a few decimal points which meant that the ball would be pretty stable while the controller was at rest.

The controller Mark 1 was to be honest ugly, but it housed all of the phidget tech and was suprisingly intuitive to use.
Shame i didnt get any pics of the Mk1 controller but here are some pics of the MkII controller:

Monday 1 November 2010

The Phidget

Week 6, had the phidget and the code finalised, now to test it with the system. Disaster strikes, the ball remains totaly impervious to the damn accelerometer. We arent sure if its the phidget of the ball. Our testing is short lived as the phidget system for Steves machine and another groups fall over at the same time and Steve removes the phidget from our use before we can spend some time with it. I decided to go and look back over the dll and cpp files for the phidget to make sure they are fine while Alex looks at whether its the ball in his set up thats the problem. 

We then go back to looking at how the camera moves when the ball changes which wall its on. This is a little complicated trying to get a smooth movement and we look into creating an interim volume to make the transition smoother. I get to look over the design document areas that Josh and Andy have done so far and make sure i get their finished portions by week 7 to finalise it.

I get the last part of the control system from Steve, a touch sensor - this is either going to be a nightmare to code or pretty easy as unlike the accelerometer, it doesnt link directly to the computer. Ths sensor is Analog! I need to create the code for the interface kit which then uses the voltage signal from the sensor to work. This should be pretty interesting to work with. :)

The Alpha build with keyboard controls went smoothly and our game is starting to look pretty sweet.

Phidgetsum Endjinn

For the last 2 weeks i have been working with the phidget coding to link the accelerometer to the ball, this was beset by a number of  problems some to do with my systems and some to do with the phidget. Firstly my little old laptop couldnt even run UDK which meant i had to use my main computer to create the code, this gave me very little portability while i was working. Secondly i was using Visual Studio 2010 which has some backward compatibility issues just to make it a little more complicated (why did you have to do that Microsift, WHY???) this made it even more of a nightmare because only the dll file was portable not the whole project. :(

The other major problem ive encountered so far is with the Phidget, namely there isnt one spare. Im having to borrow the one from another group to work with, this is proving tricky and has given me the phidget for a grand total of 4 days in 2 weeks, this is not good, i cant properly test the system without it.

Hopefully something can be sorted out will have to talk to Steve.

Consider Phidgets

From week 4 i got something interesting to put my teeth into, finally get the control system to develop!

For the game we want to use an accelerometer for moving the ball, this isnt vital to the game as we have been developing it for keyboard to start with. The code looks interesting and should be pretty fun to do.

Me and Alex managed to get the ball rolling! By setting the player inside the sphere we made sure the camera was focused at the right area, this was a massive breakthrough and we let out a massive cheer, there was only one slight problem: the camera rotated around the ball!

It lookd fun but was very disorientating to watch and you had no idea where you were going. Back to the drawing board with this one to figure out what to do. After a few hours i think we had a flash of genius and either me or Alex came up with the solution, we needed to fix one vector of the balls coordinates, this would mean that the camera would not be able to rotate with the ball but should still keep fixed on it. By stoping it moving on the Z axis we solved the problem and it looked beautiful.