Stands all setup – bring it on!
Monthly Archives: August 2014
Hunting Simulation
Source code – Python for Maya.
Following on from the first semesters Technical Art Applications, Scripting & Dynamics was left almost completely open in terms of our submission.
After focusing on the Volibear Rig, rather than the Python Tool – I decided to pursue a scripting heavy coursework.
My chosen area was crowd simulation – specifically I wanted to look at the interaction between herding mechanics and hunting. Ideally I wanted to look at two groups interactions (prey and pack), rather than single predator agents interacting with a single group of prey.
These diagrams are recreated from those shown by Craig Reynolds BOIDS, and show the three basic flocking rules.
I made these diagrams to demonstrate the idea of a pack consisting of centers and wings, of a flanking and driving style of hunting.
Its worth noting that although my proposal was accepted, I was warned about this being an ambitious project.
This blog kept as part of the coursework tells the story of this coursework.
Challenge of the Grid
This was a single semester project to have an initial look at Network Programming.
Source code – sfml 2.0, C++.
The game was created using the sfml 2.0 library – using both the graphics and its own networking libraries.
Using the graphics library was an absolute pleasure, I often remarked if was like being handed our PS2 framework – only fully featured and ready to go.
The networking library also proved pretty decent – matching up directly with what we had been taught with Sockets.
IndieFest 2013
Although many of had attended previous years Dare To Be Digital – this would be the first time exhibiting at IndieFest.
The chosen game was our latest GDS project Hubble Bubble – with two Windows builds at our booth.
This was a great experience overall – and highlighted the importance of the tutorial for Hubble Bubble.
AlienTracker
Source code – XAudio2, C++.
Allan Milne’s framework has not been included, though it remains referenced as appropriate.
This coursework was unique in a couple of ways:
firstly although graphical elements were permitted for debugging purposes – they were not allowed to form a part of the final submission.
secondly we were given the opportunity to use the lecturers own XAudio2 framework.
Unsure of quite how to go about making an audio only game, I eventually settled on the idea of using the Aliens motion tracker.
The idea or story was that your motions trackers display was broken – and the player would have to rely on its audio output only. During development I felt that leaving judging direction simply to the stereo left and right channels was too difficult and frustrating. Therefore I decided to exaggerate the player or listeners audio cone, only allowing full volume in the front 90 degrees, reducing to zero volume before reaching the rear 90 degree arc.
As per the movies – the contacts or signals pitch increases as their distance decreases. Finally I added some pulse rifle kill clips, and a game over style death clip. The games only controls were left and right rotation, with the goal being to turn towards the incoming contact before it gets too close.
In practice the game still proved a little hit and miss. As the movement was gradual and rotational – I could not think of any suitable audio to represent movement. Looking back I believe it would of been suitable to even further exaggerate the audio cone by eliminating the inner (full volume) cone altogether – so a user could achieve full volume by aligning directly to a signal.