The Final

So this semester is practically over. However, throughout this semester we’ve come to realize that Game Development at UOIT is a lot more than just going to class; rather it’s about doing well on your GDW game and making an epic game. So with Game Con wrapping up yesterday, here’s a long post wrapping up the development process of SHFT during the semester.

It seemed like a long time ago, yet at the same time it felt like just yesterday that I wrote our very first blog post. Looking back, we were kind of naïve and too overly ambitious at that point, we just started the semester and had a ton of ideas for our game, many of which were just out of our scope. It also kind of amuses me too how we labelled Alex as a programmer when we found that he was much more effective as a modeller. Definitely glad that we have another 3D artist though; getting through all the art assets was definitely one of the things we had trouble with this semester.

With the intro out of the way, the following blog post delves deeper into our game design ideas for the semester. We wanted to turn SHFT, last semester’s RTS game, into a 3rd person RPG by ripping out the RTS elements and just reusing the engine. We actually managed to do that! Except of course we just rewrote the engine instead.

We also wrote that we wanted our trademark character Jack to explore many areas of Fantasyland and to have over an hour of content, unfortunately that didn’t pan out as much as we wanted to. We got hit pretty hard by the time constraints as well as other distractions and obligations so we couldn’t do as much as we could. Looking back at that discussion we had with the Gunblade, almost seems silly how we got worked up over something so trivial to the actual game design of our game.

One of the things that slowed down our game’s progress was the programming issues I had that I mentioned in post number three. My computer completely died that week and that meant I couldn’t program for a week, which really hindered my progress in getting any work done. Fortunately though all our other members could continue working on the game so Branan was able to test out rigging and animating a humanoid character while all the other members continued to work on creating the assets for our game.

Some of our preliminary art assets were shown in the next blog post. Rachel made a sweet wolf model that I really wanted to use, but we couldn’t. I feel kind of bad about it actually, but we had to cut out a lot of what we wanted to do for the semester, and although we planned on having animal enemies in the game, we had to ultimately remove those since it was easier to rig and animate a bipedal creature. Mack also had a preliminary sketch up of a level too. It had a lot of the elements that we incorporated into the final version of our game, but it had slopes which we just couldn’t figure out. We really wanted slopes in the game, but again, time limitations led to technical limitations.

It didn’t help that we also had the shader homework questions in our graphics course. We mentioned that in the fifth blog post of the semester. That distracted me and Gordon a lot from actually working on the game. Fortunately though we got them all done early so for the rest of semester we were able to work soley on the game itself. Not to mention we now had a pretty good understanding of shaders so we were able to use that knowledge in our game too.

Since we had so many time constraints, we also decided that we would hold “Team Overlord Game Jams” (TOGJ) where we would just meet up for twelve hours on a weekend and just work. It worked reasonably well too as we were able to get a lot of work done, but they slowly fell out of style later in the semester. However me, Gordon and Branan often found ourselves doing impromptu TOGJs while trying to get mesh skinning to work in our game.

At the start of reading week, I remember working a lot on the math classes we needed for our game. Naturally our engine would need to be able to do a lot of math, so I worked on doing that and getting matrix and quaternion classes done and also getting skeleton and bone classes done so we could parse a BVH file to do skeletal animations with.

By the end of reading week, Gordon managed to get skeletal animations done. That was a huge milestone for us since it meant we were finally on the way to being able to do actual realistic animations in our game. It was one of the most ambitious technical game design elements we wanted in our game, and seeing that red skeleton displayed on screen was a huge relief for us since it meant we were on track to getting it done.

We were getting worried by this point since it was essentially halfway through the semester, yet we didn’t really have much to show. This was really the point where we decided that we had to cut things. We all loved the original ideas we had for our game, but at that point it just wasn’t feasible or realistic to stick with what we had. We decided to focus on getting the core gameplay done and working from there, but in hindsight we probably still didn’t cut enough; we didn’t realize that until even later.

By post nine, we were still in the process of getting the game together in terms of programming and art. I was working on the basic mechanics of our game like the collision detection and movement, Gordon was working on finishing up mesh skinning and our art department was getting to work getting sounds and other art done.

As sound and audio is a vital part of any game (Plus they’re requirements for our class), Mack, Branan and Alex went and recorded a bunch of sounds for our game. We ended up getting a bunch of really awesome sound effects that made it into the final game such as running, water and pole-hitting sounds. We recorded a bunch of sounds that we didn’t even use, but figured we’d record them anyways. We even recorded a sound effect of Rachel slapping me. It was pretty painful.

The following week didn’t really see too much of an improvement either in terms of game completion. We mostly just worked more on the things we had, whether it was finishing up pieces of code, creating and improving art and editing and recording sound effects. We didn’t really have much direction in terms of what we were aiming for anymore; we just kind of kept making and working on things.

The week after was a bit more productive. At this point Gordon finished his mesh skinning code, so we decided to implement it into the game I had. The game itself was starting to come together at this point since we actually had art and programming assets to work with instead of just creating the parts. It was a pretty brutal integration session trying to get Gordon’s algorithm into the game, but we ended up getting it into the game and it was a glorious feeling.

To celebrate getting mesh skinning done, Branan bought a Kinect. We learned that the Kinect could be used to record skeletal animations which could be parsed into our game so we spent some time recording animations. It was fun, but we unfortunately could not get those specific animations in our game, so it really served as another distraction.

Finally, we get to the post we made after attending Level Up. The game was picking up steam at this point. I would say that the last two to three weeks before the game is due is the most stressful, yet the most satisfying parts of game development. It’s the most stressful since the deadline is looming so very close, yet at the same time everything is coming together.

We had a nice engine working that we wrote from scratch, animations and models were being created and then put into the game, sound and music were constantly being improved and tested in game and we just spent a lot of time polishing and improving our game. Our game changed a lot from what we planned, but we had a respectable game at that point. We were confident enough in our game that we even brought it to Level Up where we showed it off and got a lot of feedback which we used to improve our game.

Speaking of which, we did a lot of extensive testing the last two weeks or so to polish up our game and ready it for Game Con. We had three main sources of testing, from ourselves, from our professors and from other developers and people at Level Up.

Naturally we were the main source of testing since as the developers we’ve played through the game many times while integrating pieces of our game and debugging glitches. As a result we’ve contributed many pieces of feedback that we’ve used to get our game up to the “release” stage. Most of our feedback for the game came together in large chunks that determined the overall result of our game, such as the way the combat system works, the way the player moves and navigates through the world, etc.

By playing through the game during the development cycle, we naturally got to learn about all the little things and tricks that are present in the game, such as knowing when or where to jump to make getting around easier or how to easily kill enemies. This made us naturally biased towards our game because we designed it, thus we are experts at the game and a lot of gameplay features and mechanics would not be fully tested since we would end up skipping a lot of the content ourselves and generally followed a single path through the game since we knew where everything was.

Our first attempt at getting some external feedback came from our professors. The first professor we showed our game to was Ken Finney who played our game as part of our fourth milestone. At that stage in the development cycle a lot of the core mechanics of the game was complete, but many of the aesthetics were not finished and a lot of the dynamics were not polished.

The first thing he did when he played the game was try to walk around a platform that we have at the beginning of the level. When we tested the game we’ve always jumped on top of the platform, so when he tried to walk around it and we saw that our character somehow ended up below the platform (and thus below the world), we were kind of surprised.

He didn’t play the game for long, but he told us to remove some of the invisible walls we had in the game and to fix up our sword icon before we went and showed off our game at Level Up. We took the feedback he gave us and ended up fixing the issue with the collision detection system that cause it so when you collided with the left side of a platform you fell through the world. We also fixed the issue with the sword icon that he pointed out. We actually didn’t even notice that the hilt was too long until he pointed it out.

Later that week we also showed our game to Dr. Hogue and Dr. Nacke for their feedback as well. We showed it to Dr. Hogue first and he didn’t really give us too much feedback in terms of actual gameplay but he ended up telling us that we should have more shader effects in the game to really make it more interesting and to pop. We didn’t have that many and considering how me and Gordon were the first two to get to 65 experience, I think he expected a bit more in that department.

He told us that going for a realistic feel was not very realistic at this point in the development cycle and told us to consider going for a non-photorealistic effect instead. He told us to experiment with a Gooch shader with some edge detection to give our game more of a cartoony look since it would make our game more interesting looking and would also be a lot more feasible to do than a realistic looking game.

We at first did not want to do a non-photorealistic shader effect since a few members of our group did not like the look of cell shaded objects. However once we realized that the Gooch shader did not leave sharp colour drop-offs, but rather a smooth gradient, we decided to give it a shot. After seeing how our game looked like with a Gooch shader and edge detection, we decided that we liked the feel of the game and kept it in for the final release.

After talking to Dr. Hogue we also showed off our game to Dr. Nacke who gave us a lot more general feedback on a lot of things in our game. Some of the main things that he talked to us about were: the background song got annoying, some of our 2D HUD elements should be changed, we should consider using a controller to play the game, we should make the level design more interesting and that we should definitely make our game look nicer.

It was a lot of feedback, but we considered each point he pointed out and we found we agreed with a lot of them. As a result we got Mack to fix up the background music, Alex to redesign the level and Rachel to remake some of the 2D elements and Branan creating new animations, textures and setting up controller support while me and Gordon focused on polishing up some of the core mechanics of the game and integrating all the new assets.

With all the assets created and changed, we put everything in the game and noticed a definite improvement to the game. The game felt more complete and interesting as the world wasn’t just flat with random floating platforms anymore; there was actually a “story” to the level. The background music wasn’t as annoying anymore, and the aesthetics of the game improved dramatically. A quick overview of the level redesign could actually be found in our latest blog post.

Following that we also showed our game to Derek Fullerton as well to get some of his opinions on the art of our game. He said that overall the game didn’t look bad but there were some inconsistencies with the art style of the HUD with the rest of the game, and a few textures looked out of place.  We definitely agreed with his points and worked on fixing as many of the things we could.

Overall, talking to the professors made us realize that although we had a “game”, the difference between a game and a good game was good polish. Even though mechanically our game is pretty much the same it was a few weeks ago, it’s a lot better because it looks and feels like a much more complete game. Going into Level Up, our game definitely looked and felt a lot better.

At Level Up we had a lot of people play our game. It was the first time we were at an event like this so we didn’t really know what to expect in terms of reaction to our game. A lot of people played our game, and we gathered a lot of feedback for our game and team. A lot of people were impressed with the fact that we wrote the engine from scratch which really made me personally feel kind of smug. Granted I think the engine could be a lot better.

We also got a lot of feedback towards the gameplay of the game, which was important because so far we mostly just got feedback on core mechanics from us playing the game and feedback on aesthetics from our professors testing the game. As such the gameplay of our game wasn’t fully tested as much as it could be and as a result we got a lot of feedback from the people that played our game.

The biggest points that we received from the people at Level Up was that the main character could move faster and that the big enemy was too hard to kill. In addition to vocal feedback we also got a lot of feedback by just watching people play our game since we noticed player tendencies that we would not be able to notice when people from our team play the game.

We noticed that a lot of people didn’t really have a sense of direction on what to do since they often skipped the introductory cutscene. We also noticed that a lot of people were naturally drawn to the big soldier enemy and tried to fight him all the time. In addition to those we also discovered a few bugs and exploits in our game such as geometry getting in the way of our camera and being able to essentially not get hit by any enemies when the player was standing on a tree or rock.

We took a lot of the feedback and tried to tweak our game accordingly. We sped up the main character and allowed him to rotate faster, therefore making the gameplay less slow. We nerfed the HP of the big enemy so that he was easier to kill. We fixed a few bugs in our code so that backface culling worked appropriately so that when the player is close to a wall the wall doesn’t get in the way of the camera.

A lot of the feedback we got were actually pretty simple fixes on our end, most of them required just a change in numbers. However they made our game less frustrating to play which is always a good thing. There were a few things that we couldn’t change though, such as the ability to swizzle the camera around the character.

A lot of the technical changes that we would need to implement would take too long for the time we had left. A lot of the core mechanics such as the camera movement was too locked in place at that point so changing it would take time we did not really have, so we couldn’t fix those issues. However we fixed and changed as many as we can which all worked together to make our game better and more complete.

As a result we were left with a cartoony, third person action adventure game where you play as Jack as he explores a mountainous forested area of Fantasyland in order to gather the five magical shards to restore peace to the land.

DEVELOPER PROFILES

Gary Ng

www.garykcng.webs.com

@Drayxs

Team Leader, Team Manager, Gameplay Programmer, Engine Programmer and Narrator

Gary is the team leader and manager of the group. As a result he was responsible for distributing work and making sure everyone did their part while setting up group meetings and internal deadlines.

He was also one of the programmers for the game and focused mostly on the gameplay and engine of the game. The game was built from the engine that he wrote from the start of the semester and aside from things like mesh skinning and AI was written entirely by him. All the art assets were integrated into the game by Gary and all of the gameplay elements such as collision detection and combat were also designed and programmed by Gary.

In addition to that Gary also is the narrator of the game, providing the backstory of the game in the introductory cutscene and throughout the game. He recorded

Branan Sarveswaren

@Branoodles

Lead 3D Artist, 2D Artist, Animator and Sound Artist

Branan is the main 3D artist for the game and focused mostly on the creation, rigging and animation of the character and enemies in the game. He created the models from scratch and then UV’d, textured and animated the characters while working with the programmers to make skeletal animations possible.

In addition to creating the characters and animations Branan also had a part in designing miscellaneous models of the game such as the platforms and shards. Branan also was one of the sound artists for the game as he helped record and edit sound effects for the game such as the spell sound effects.

Gordon Tan

@GordonTan4

Engine Programmer and AI Programmer

Gordon is the second programmer of the group. His largest contribution was the addition of GPU Mesh Skinning which he worked closely with Gary and Branan to get it completed and integrated into the game. After it was integrated Gordon continued to work on creating classes which would wrap the animation functionality neatly so that it could be used by Gary easily and effectively.

Gordon also worked on setting up the AI mechanics of the game which was used as the base for the game’s enemy’s AI. He programmed the algorithms that made seeking, fleeing, wandering and facing possible and linked it together in a manager class which was used to control the enemy’s AI patterns.

Alexander Best

@Qbbllaarr

Level Designer and 3D Artist

Alex is one of the main level designers of the group and as such was in charge of modelling and texturing many of the environmental assets in the game such as the rocks, mountains and chests.

With all the assets, he was also tasked with designing an interesting level and putting all the pieces together. Once the level was assembled, Alex also exported every individual object and worked closely with Gary to integrate the level into the game and to make changes when necessary to polish and improve on the level.

Rachel Fung

@r_fwc

Lead 2D Artist and 3D Artist

Rachel is the main 2D artist of the group. She worked on creating many of the 2D elements of the game such as the HUD and logo of the game. She was also one of the main concept artists during the planning and development stage of the game and contributed many pieces of concept art for the game. Rachel also created promotional art for the game such as a poster showcasing the main character Jack.

Rachel also worked on the modelling and texturing of many 3D assets as well, responsible for 3D models such as the fish and plants that are present in the game as well as the main level texture and the tree texture.

Mackenzie Sturrup

@Cieroceramics

Lead Sound Artist and 3D Artist

Mack is the lead sound artist for the team and as a result was responsible for many of the sound effects present in the game. His largest contribution would be the background music that is played during the game which he created from scratch for the game. Mack also worked on the recording and editing of many sound effects that were used in the game such as the water sound effects and the weapon swing and the shard pickup sound effects.

Level Up

Hey guys,

Our setup, showing SHFT and two SHFTeds.

Sorry about the delay in this week’s blog post. The reason why I delayed writing this week’s post was because we actually went to show our game off at Level Up yesterday and I wanted to blog about some of the things we did there. For those that don’t know, Level Up is an event that was sponsored by a whole bunch of places like Microsoft, Rockstar, UOIT, UofT, OCAD, etc where student game developers can go and show off their games.

At first we were hesitant of going because we weren’t sure whether or not our game was going to be good enough to show off at Level Up, but on Friday we talked it over with some profs and they said we should go, so we decided that over the weekend we would work a lot on the game and then show it off on Monday.

So over the weekend we ended up doing a lot for our game. We literally spent the entire day, and some members the entire night, in the Game Dev Lab just working. In terms of programming, we took Dr. Hogue’s advice and implemented a non-photorealistic shader into our game to give our game a different feel, so I ended up writing the algorithms for that. I also ended up making it so we could have multi-pass renders in our game since I had to split up certain things into different frame buffers to get things to work properly. In addition to that me and Gordon just did a whole bunch of changes to the code to fix things up and to tweak stuff as well to make sure they worked as intended.

We got a lot of stuff done on the art side. Branan finally finished his character model, it’s fully UV’d and textured now and we have a few animations that are already in the game including running, attacking and jumping. We decided to change our level based on the feedback we got from talking to Dr. Nacke, so Alex changed up the level as well and used updated models when necessary and all the first level is essentially done and in the game. Mack went ahead and changed his song up as well because there were complaints that his previous song wasn’t that good, and actually ended up making a whole new level that we might be putting in our game for Game Con. Rachel on the other hand went and did a poster for our game as well as changing other 2D elements like the buttons on the HUD.

Some people playtesting our game.

We worked a lot on the game, and yesterday we showed it off. There were a lot of people at the event; a lot more than we though. Our “booth” wasn’t the most impressive display, but we had a lot of traffic and a lot of people played our game and gave it feedback. The biggest thing we got was that people were impressed with our game technically since we wrote the engine from scratch instead of cheating using Unity. Gameplay wise we had some pretty good feedback as well as to how we should improve the game.

Some people said that the game wasn’t “fast” enough so we’re planning on making it so you move faster. We noticed that a lot of people focused too much on killing the big soldier instead of exploration so I think I’m going to tweak the soldier so he’s easier to kill since people couldn’t really kill him. We also noticed just a whole bunch of other things that we could change that would essentially be minor tweaks like having our potions heal more, having our attacks deal more damage, etc. But at the same time we noticed a bunch of things that we couldn’t really change that easily like our camera clipping through our level.

Overall though it was a fun event and we managed to get some solid feedback on our game. We’ll have an even better build for Game Con, so hypehypehype.

Gary

Integration and Creation

Hey guys,

So the semester is quickly counting down. Soon our game will be due and so we’ve been in crunching down hard lately trying to get as much stuff done for our game as possible. Me and Gordon have kind of developed separate pieces of our game within our own projects, so we spent some time this week integrating as much as we could.

The biggest thing we integrated this week in terms of programming was GPU Mesh Skinning. Gordon worked a lot on that over the last month and a half, and we finally decided to integrate it into our code. Naturally there were many issues involved with the process, but you could read more about that on my personal blog, since I already talked a lot about it. Now we’re moving onto to features in our game. Gordon is currently working on other shader effects that we want for our game whereas I’m just doing other things such as the intro cutscene and gameplay features.

On the non-programming side, Branan has been working on getting our models rigged and animated. He actually went and bought a Kinect on Tuesday because Dr. Hogue said it would be cool. As a result we now have a Kinect. It’s actually pretty cool since with the right program a Kinect could be connected onto your computer and used as a cheap motion capture system. We spent some time recording a bunch of animations for our game since we have mesh skinning in our game now, and all we really need now is a lot of BVH files to load in, which the Kinect could magically get for us. The process and result isn’t perfect, but Branan is planning on cleaning up a bunch of the animations so that we could use it.

As for everyone else, Alex is continuing to work on the level. The main forest level is essentially done, but it needs tweaking and polishing. Since we feel that we can, we’re planning on adding a second level in the game as well which Alex is working on. Mack has also continued working on sound effects throughout the week, and even managed to make a pretty cool lightning animation for our character. Rachel has also been working on models and 2D art that’s required for our game.

Overall we still have a lot of work to be done, however our game is shaping up and I’m pretty confident we’ll have something awesome by Game Con.

Gary

Fun Time Countdown

Hey guys,

Random BVH issues aside, we have GPU mesh skinning!

So code freeze is pretty much a week and a bit away. We’re making some serious progress for our game and we should have a pretty sick game for code freeze and an even sicker game for the game con coming up. Here’s a bit of an update as to what we accomplished over the last week.

In terms of programming, me and Gordon have been getting a lot done. I spent a lot of time over the last week doing gameplay programming and improving our game’s framework. Gordon has been working on GPU mesh skinning for a long time now, and between Branan constantly making and fixing BVH and skin files and Gordon tweaking and debugging his code, we pretty much have it done. Now all that’s left is to integrate it into my engine and finishing fine tuning it and then Branan could pump out a ton of animations for our characters in our game. Gordon and I also managed to integrate his behaviour class into my engine so now our enemies have a reasonably solid AI. Last semester in SHFT our enemies just constantly seeked the player which was effective, but it wasn’t the most advanced AI. In our game this semester we plan on having a better AI system so you guys could look out for that.From the art side, Branan has been constantly working with me and Gordon to get our main character fully rigged and animated. He’s currently in the process of creating animations for our characters such as running and walking. Alex is still working on the level design of our game, but it’s coming together pretty nicely. Mack started to edit some of the sound effects that they recorded last week and is currently in the process of creating new sound effects and the music for our game. Rachel has been texturing our assets as well as designing 2D elements for our game such as our HUD.

The game is really starting to shape up now. We still have a lot to do, but with every passing day progress can be seen.

 

Gary

Post-Shader Programming

Hey guys,

Yay math.

So for those of you who may or may not know, me and Gordon have gotten to 65. This means we’re done with the shader homework questions for the rest of the semester. So what does this mean for GDW? Well it means a few things. The first thing is that we’re done; we don’t have to stress over getting them done anymore. The second thing is that we can convert all the time we spent doing shaders into working on GDW, so essentially starting now we’re going to be doing a lot of programming for our game. Lastly, it also means that we have a half-decent shader library going on that we can already use for our GDW.

Which is awesome.

So this week Gordon has been working on his behaviour class. He had a pretty good class going last semester and this semester hes looking to update and fix it so that it will work for this semester’s game. Our enemies are going to be having some interesting AI, and his behaviour class should make it quite easy to attach certain AIs to certain enemies so that they do different things.

Hurray for parsing BVHs.

As for me, I’ve been working on a few things. My goal is to make a pretty awesome camera system that will not only follow the player around but to also offer the opportunity to explore the world around us, since we want to make our game pretty. In addition to that I’ve also been working on some math and skeleton stuff. I fixed up my matrix and quaternion classes so I’m (pretty) sure that they work fine now, so they do everything from basic addition and subtraction to rotations to inverses and so on. Should have a lot of potential uses for those guys. I also managed to parse a BVH file, yay. We also plan on having skeletons in our game, so parsing a BVH is the first step for that.

We’ve been also working on a variety of other stuff and have plans for a lot more in the near future. Don’t want to spoil everything right now though, so keep checking back!

Gary

Untitled

Rachel made my map pretty.

Rachel made my map pretty.

Hey guys,

So on Monday we had a pretty thorough discussion on the world we want to create. Rachel took my map I created and made it a lot better, Mack had a few level designs and Branan had a pretty detailed outline of how he wanted the world to pan out from the player’s perspective. We still haven’t gotten around to fleshing out 100% of the world, but we have a really good idea of what we want to do, so we’re going to start from there and see how we do.

This week we wanted to start production. I personally was in charge of working on ripping out the RTS elements from SHFT among other things. Unfortunately as I mentioned in my other blog, I encountered some issues. Not going to go too much in detail there, but essentially I think I have things ripped out, but I can’t check to make sure. Which is unfortunate.

The android Branan made for Global Game Jam 2012

Branan has also been working on a humanoid model for a while now and it’s coming together. It looks pretty good. I don’t have a picture to show off, but he also participated in Global Game Jam 2012 this weekend and he rigged up an android model which he says is going to be a trial for our human characters in our GDW game. It looks pretty sick so I’m excited to see what we end up doing with it.

Mack and Rachel have been working on some concept art for the game as well and have hopefully started working on the preliminary artwork we need for our game. Alex and Gordon have been working on learning shaders that we may or may not need for our game. We want our game to be super pretty so we need as many graphical awesomeness as we can get.

Other than that there isn’t too much to talk about in terms of our group’s progress. We have the base game planned out already, we just need to start working on actually developing the game itself now.

Gary

Pre-Production and Getting Started

Hey guys,

So this week we finalized our group. It’s official, Team Overlord now has six members. In addition to the members we mentioned last post, we’ve also added Gordon Tan, our group’s third programmer. So this semester, Team Overlord has already reached a few “team firsts”, for the first time we have six members and we have not one, not two, but three dedicated programmers. We’re excited about the things our team will be able to accomplish this semester.

So our final group will be:

Gary Ng: Game Director, Lead Programmer and Gameplay Programmer

Branan Sarveswaren: Art Director, Lead 3D Artist and 2D Artist

Rachel Fung: Lead 2D Artist and 3D Artist

Mackenzie Sturrup: Particle Programmer and Audio

Alexander Best: Technical Programmer and 3D Artist

Gordon Tan: Gameplay Programmer and Engine/Framework Programmer

A (rough) world map concept created by Gary.

Aside from finalizing our team, we also had a lengthy discussion on the design of our game. We haven’t finalized everything yet, we’re going to do that the next team meeting, but we’ve already decided that we will be redesigning SHFT into a third person RPG. We felt that with our new team we would be able to express ourselves much better in an RPG than an RTS, so we will be doing that instead. Since SHFT already had a first person view, we can merely just rip out the RTS elements of the game and re-design it around a third person view pretty easily.

We still don’t have a set story or world designed yet, but we’re most likely going to once again use Jack and document his adventures through Fantasyland. We plan on fleshing out Fantasyland a lot to make it a legitimate world. We had text  based descriptions of it in Portal Puffs and we had a brief graphical view of it in SHFT and we plan on expanding it to include a variety of areas.

As far as game play goes, we want our game to be extremely epic. We plan on having a ton of abilities that the player can use and a ton of enemies that you will be able to face too. We want this game to have as much content as possible. We’re aiming for at least an hour of legitamate content. It’s a pretty ambitious goal, but it’s definitely doable.

We also had a pretty lengthy discussion on whether or not we wanted to include a gunblade in our game this time around. We had one in SHFT but a few of our members advocate against it for a variety of reasons whereas one of our members really wants to put it in. You may have heard us arguing about it during our meeting last Monday. The decision isn’t final yet, but we’ll let you know!

Looks pretty good, but are we using it again????? Edit: "NOPE" - Branan -

After this Monday’s meeting, we’ll likely have the core design of our game finalized and we’ll be entering production. Hypehypehype.

Gary

The History of Team Overlord and of Things to Come!

Hey guys,

Team Overlord was a group founded by Gary Ng, Branan Sarveswaran, Rachel Fung and Mackenzie Sturrup in Fall of 2010 for our Game Development Workshop group. Starting off, Gary would be the lead programmer and the team leader, Branan would be the designer and story writer, Rachel would be the artist and Mackenzie would be the designer. That semester, we created the text based adventure game, Portal Puffs (Download) which was out debut game as a game development group. Overall, the game came together fairly well and it was well received by our profs when we had to present it.

The semester after that, we had to work on a 2D game where we worked as a team to create Reaper (Download), a 2D sidescroller. Due to time constraints however, we couldn’t do as much as we wanted to so when we came back for our second year of university studies, we recruited Chris Lee so that the group would have another dedicated programmer. Together we created the game SHFT (Download) which is a 2.5D top down RTS game that received immense positive feedback from our professors, TAs and even fellow students.

Unfortunately this semester Chris has decided to leave us. However we have replaced him with Alexander Best and are even in talks of adding a sixth member as well. As our roles have somewhat shifted over the semester with people discovering new talents and abilities as well as adding members, the current roles of our members are:

  • Gary Ng – Lead Programmer and Team Leader

    Team Overlord Fall 2011

    From left to right: Mack, Chris, Gary, Branan and Rachel (Team Overlord Fall 2011)

  • Branan Sarveswaran – Lead 3D Artist and 2D Artist
  • Rachel Fung – Lead 2D Artist and 3D Artist
  • Mackenzie Sturrup – Audio, Programmer, Artist
  • Alex Best – Programmer

With the success of SHFT, our goal this semester is to make something even better. We want to improve on it and make the best game UOIT has seen. It’s an ambitious goal, but we have a talented team and it is something that is definitely doable.

Gary