Stage organized yet another game jam. This time it was a Windows Phone 7 game jam in collaboration with another club. It was also my fifth game jam in a time span of 14 months. Traditionally I've written about my experiences and/or my game, and this time is no exception.
1. The Concept
Our theme this time was "opposites". I was at my friend's housewarming party when the theme was released. It's not really the best environment to come up with game ideas but at least I was able to ask a lot of people for different pairs of opposites. The game I ended up with uses opposites in a couple of ways but was more or less inspired by the possibly most ridiculous idea "left and right". My actual game idea originated from Triple Triad, which to this day is the best minigame ever. For those who don't know it, it's a collectible card game in Final Fantasy VIII with absolutely elegant gameplay. Cards are laid down on a 3x3 grid. Each card has a value from one to ten on each of its sides. When placing a card, it flips over any cards that have lower values on opposing edges. Keyword: opposing.
No one was really interested in my idea after the pitching session. Most teams had been formed before it anyway while I was at the party. Fortunately for me, a group of us went to get some pizza to further develop our ideas. I refined my idea while rest of the guys were eating and started explaining it in more detail. It sounded pretty crazy at the time. The concept in all simplicity was Triple Triad meets Lumines. Tiles will drop in square blocks of four. Each tile has a number on each of its sides. Upon falling down, a tile eradicates all tiles that have lower numbers on opposing edges. Blocks will break down like in Lumines so that tiles will never hover in the air. Tiles that have equal numbers on opposing edges form chains; if one tile in a chain is destroyed, the entire chain goes with it. The concept sounded like it had enough mindfuck to be worth a try.
There was just one little problem. Displaying numbers on each side of a small tile would look *messy*. First we thought to use different colors, but they would be rather hard to learn. The best idea won: use different shades of grey. It's easy to learn that the darker the color, the stronger the number. This also had another benefit which was discovered later. We judged that this project had work for only one programmer, which would be myself, so setting up the project was easy. Without even starting my laptop, I decided that there was enough of a plan to go with, and went back to the party. Here's a piece of wisdom: even though 48 hours is not a lot of time, quitting early on the first day is often a good idea. You'll have a much more refined idea of your game when you come back after a night's sleep and you still have a lot of time to work on it. Just make sure you really want to work on this idea before quitting and that it seems feasible to you, all things considered.
2. Tetraic
I love block dropping puzzles and their relatives. They are challenging to design and fun to play when done well. Here's the result from this game jam.
The working title was TetraBlocks (because the blocks have, well, four significant sides) and since the tiles together look like a mosaic, coming up with the final title was easy. The design on the other hand was only a partial success. The way the game was designed, i.e. tiles become active (able to destroy other tiles) every time they move, resulted in combos that made it really hard to lose. Next to impossible really. Nevertheless, the game is in fact quite nice to play and using shades of grey it is not actually that confusing. Sure, it's still a little hard to keep up with everything that's going on, but that's part of the design. Notice how using shades of grey allowed us to highlight chains with other colors.
In the beginning there was one glaring problem: due to my choice of mechanics a block that has a strong value on its bottom side will typically just smash through everything else. I had to implement a mechanism against this that was not very elegant: the bottom side is weakened every time it defeats another block. The less elegant part is that this doesn't apply for other sides (again for gameplay reasons). I'm still trying to come up with ideas to put challenge into the game without adding complexity and exceptions. The key mechanic itself is promising enough to warrant further design effort. This is another lesson for jammers: don't expect a great design from your game jam. A functioning concept is often enough and really all you'll get done.
3. Love debugging, or else...
Last time I was doing programming at a game jam I burned out pretty bad. This time it might have happened as well. While the game concept is quite simple in Tetraic, all sorts of rules for dropping and erasing blocks can cause a lot of bugs. And it did. I spent like half of all the time I had for debugging on Saturday. A few bugs took hours to solve. But somehow I didn't get frustrated like I usually do. The thing is this: when you are in the right mindset, debugging is in fact pretty damn fun and rewarding. Sure, you're still cleaning up your own mess but... try not to think about it too much. Everyone makes mistakes in programming - in fact, if you don't, then you're probably not learning much. Game jams are typically recipes for arcane bugs that can drive people insane. I always start with great intentions and good code design, but the end result is usually pretty far from it. There is not time for complete refactoring when it's called for.
From my experiences, the best way to deal with a tough bug is to share it. It doesn't matter with whom, just talk about the bug aloud. Explain what you think happens. Doing this will help you get your own gears moving. When explaining something aloud, your brain can no longer fill in the gaps that existed in your theory while it was only in your head. This also applies to design. We have a tendency to assume things work as intended, even though nothing in a theory or design actually takes it into consideration. In debugging, we think we know what happens in the code, when we really do not fully know. We assume it does what it was intended to do. This gets especially bad when you are absolutely sure that one particular piece of your code cannot possibly be wrong.
Of course it is always annoying to be unable to finish your game or polish enough because some nasty bug takes away hours of your development time. But this is what happens in game jams so learn to deal with it. Of course, having programming experience does help tremendously and even though starting with great code design is usually a vain attempt to keep things organized, it does always help. In particular, object-oriented programming is a staple in game development. Coding too many interactions into one object is a recipe for disaster. Finding the culprit is so much easier if every one of your screen object maps into a code object. It is also so much easier to modify game rules if all pieces act independently. Most importantly though, remember that debugging can also be fun.
Conclusion
When I have the time, I'll try and continue development of Tetraic. Turning it into a fully functional design seems like a fun challenge. I'll probably port if from WP7 to HTML5. I don't even own a Windows Phone and block dropping games are much better with a gamepad or keyboard than touch screen. With all these game jams and promising prototypes it's just getting hard to decide which one to work on. Oh and the next game jam is like three months away...
Wednesday, March 28, 2012
Tuesday, March 20, 2012
The Last Story
This game is one of the two reasons I bought a Wii recently. The other one is of course Xenoblade Chronicles which I'm looking forward to playing later this year. Being a JRPG buff is pretty rough these days, so I'll take anything I can get, even if it means buying more consoles. The Last Story has a promising premise: it would be an RPG that emphasizes story and characters. Sure enough, it does. However, as usual, I will be sidestepping the story of the game and focus on its distinguishing game mechanics and other design features.
1. How to pace a game
Pacing a game is tricky business. One way to think about a good curve for RPGs could be: calm, anticipation, excitement, absorption. I believe there needs to be all of these for a game to be really solid. It's not a guideline pattern or anything, but these things need to be present. Keeping this curve in mind, we can take a look at how The Last Story paces itself. The game truly emphasizes its story. On a scale that it actually cuts out most traveling that is typically done in RPGs. There are no scenic routes from scene to scene in The Last Story, the game just skips on to the next one. This solution was fine at first. Towards the end I felt I was being rushed through the story. The game robbed me from any chance to calm absorption.
Then again, as you will soon find out, I didn't particularly enjoy the game's fighting system, so part of me was relieved to skip unnecessary traveling. There are no random encounters in The Last Story either. Every encounter is planned (and mandatory). Okay, so they provide these summoning circles where you can summon enemies to gain experience if somehow your characters are underleveled (which should not be possible) This again is kind of double-edged. Encounters in the game tend to be overdesigned to the point where they are puzzles. Very simple puzzles with AI characters constantly giving hints what to do, but puzzles nevertheless. This solution makes every battle an event in the game's story. This with the lack of traveling time through scenery makes the game feel too rushed and makes game events a bit disconnected. This is partially remedied by the fact that the characters do a lot less traveling than in a typical RPG.
2. Real time combat, ver XYZ
The Last Story belongs to the real-time combat camp of modern RPGs. In general, making a good real-time combat system is tricky. Star Ocean 3 did a marvelous job, but most of the time turn-based systems beat the crap out of half-hearted real-time systems. There is a hell of a lot more variables in real-time systems than turn-based. Turns create a comfortable order for things. Real-time systems need to implement all sorts of rules just to make the system core stable enough. Attack delays, hit stuns, hit boxes and whatnot become a significant design problem. Action-adventure game designers wrestle with these problems but RPG designers have an additional burden to consider. Characters in RPGs usually have a much wider repertoire of abilities (in fact, if they don't, the game probably is not very good).
The Last Story does not do a very good job. Basic fighting is simply repeating the same attack endlessly, occasionally stopping to block or dodge. Crowd-control is oversimplified: the player has an ability which makes every enemy target the main character. This ability also makes enemies slower, so using it is pretty much a no-brainer. Special abilities are limited by recharge times. The same bar is also used for direct command, which is the only way to give orders to AI-controlled allies. Spells have casting times and casters can be interrupted. Overall the system core is mostly strategically sound but fails in execution. Most importantly, battles are usually very boring to play. There's a significant lack of variety in what the player can do.
The game can feature as many as five AI allies at the same time. The going gets rather chaotic, and because the game is often not very hard, battles will solve themselves regardless of how well or poorly the player does. I also lamented the lack of a minimap or radar showing where enemies are. The battle areas are quite large, and sometimes I found myself wondering where the last enemies were. This might have been remedied by making the camera controls better or by having a better target locking system.
The Last Story is not entirely without good ideas though. The game's magic system has a feature called circles. Each spell leaves a circle on the field. These circles do various effects. Attack spells leave a circle that imbues attacks with the spell's element and healing circles do what you'd expect them to do. Enemies can also cast poison and damage circles. In theory this means that circles can be used to create optimal conditions on the battlefield. In reality, the element circles are pretty hard to utilize because AI allies will be spamming whatever spell they know, and each of them only knows one element. Typically this means that against a tougher enemy, the fight will happen in a mess of two or three overlapping circles and attacking with the right element becomes impossible. Healing circles appear around their caster, which makes them often appear far away from the battle.
In truth, the best use for circles is diffusing them. The main character can do this via his special abilities. Diffusing a circle creates an area effect which is typically a debuff. Healing circles diffuse into instant healing of all characters and one attack spell diffuses into a buff that shields against magic. The diffusion mechanic is also pretty good in theory, but like the circle system itself, it also lacks in execution. There's not much use for these effects. A few boss fights aside, they are not really needed. There's only like five different circles in the entire game anyway, which is way too low. The game tries its best to create variation in combat through its designed encounters but way too often the battles are just your usual hack and slash which gets very old very fast. Only the final boss of the game demands actual strategy from the player. At least a little.
Conclusion
The Last Story shows a lot of promise but fails to deliver. While yes, the story and characters are quite good as advertised, the game's design fails on many accounts. On top of it all, the game uses a 100% linear character development scheme with laughably limited number of abilities available to the characters. Equipment upgrading is not much better. Each weapon or armor has exactly one special ability which is mostly a boost to same stat or effect. I have to say I expected more, although Mistwalker does not really have a shining record. Now I'll really think twice before playing their next title, if there ever will be one.
1. How to pace a game
Pacing a game is tricky business. One way to think about a good curve for RPGs could be: calm, anticipation, excitement, absorption. I believe there needs to be all of these for a game to be really solid. It's not a guideline pattern or anything, but these things need to be present. Keeping this curve in mind, we can take a look at how The Last Story paces itself. The game truly emphasizes its story. On a scale that it actually cuts out most traveling that is typically done in RPGs. There are no scenic routes from scene to scene in The Last Story, the game just skips on to the next one. This solution was fine at first. Towards the end I felt I was being rushed through the story. The game robbed me from any chance to calm absorption.
Then again, as you will soon find out, I didn't particularly enjoy the game's fighting system, so part of me was relieved to skip unnecessary traveling. There are no random encounters in The Last Story either. Every encounter is planned (and mandatory). Okay, so they provide these summoning circles where you can summon enemies to gain experience if somehow your characters are underleveled (which should not be possible) This again is kind of double-edged. Encounters in the game tend to be overdesigned to the point where they are puzzles. Very simple puzzles with AI characters constantly giving hints what to do, but puzzles nevertheless. This solution makes every battle an event in the game's story. This with the lack of traveling time through scenery makes the game feel too rushed and makes game events a bit disconnected. This is partially remedied by the fact that the characters do a lot less traveling than in a typical RPG.
2. Real time combat, ver XYZ
The Last Story belongs to the real-time combat camp of modern RPGs. In general, making a good real-time combat system is tricky. Star Ocean 3 did a marvelous job, but most of the time turn-based systems beat the crap out of half-hearted real-time systems. There is a hell of a lot more variables in real-time systems than turn-based. Turns create a comfortable order for things. Real-time systems need to implement all sorts of rules just to make the system core stable enough. Attack delays, hit stuns, hit boxes and whatnot become a significant design problem. Action-adventure game designers wrestle with these problems but RPG designers have an additional burden to consider. Characters in RPGs usually have a much wider repertoire of abilities (in fact, if they don't, the game probably is not very good).
The Last Story does not do a very good job. Basic fighting is simply repeating the same attack endlessly, occasionally stopping to block or dodge. Crowd-control is oversimplified: the player has an ability which makes every enemy target the main character. This ability also makes enemies slower, so using it is pretty much a no-brainer. Special abilities are limited by recharge times. The same bar is also used for direct command, which is the only way to give orders to AI-controlled allies. Spells have casting times and casters can be interrupted. Overall the system core is mostly strategically sound but fails in execution. Most importantly, battles are usually very boring to play. There's a significant lack of variety in what the player can do.
The game can feature as many as five AI allies at the same time. The going gets rather chaotic, and because the game is often not very hard, battles will solve themselves regardless of how well or poorly the player does. I also lamented the lack of a minimap or radar showing where enemies are. The battle areas are quite large, and sometimes I found myself wondering where the last enemies were. This might have been remedied by making the camera controls better or by having a better target locking system.
The Last Story is not entirely without good ideas though. The game's magic system has a feature called circles. Each spell leaves a circle on the field. These circles do various effects. Attack spells leave a circle that imbues attacks with the spell's element and healing circles do what you'd expect them to do. Enemies can also cast poison and damage circles. In theory this means that circles can be used to create optimal conditions on the battlefield. In reality, the element circles are pretty hard to utilize because AI allies will be spamming whatever spell they know, and each of them only knows one element. Typically this means that against a tougher enemy, the fight will happen in a mess of two or three overlapping circles and attacking with the right element becomes impossible. Healing circles appear around their caster, which makes them often appear far away from the battle.
In truth, the best use for circles is diffusing them. The main character can do this via his special abilities. Diffusing a circle creates an area effect which is typically a debuff. Healing circles diffuse into instant healing of all characters and one attack spell diffuses into a buff that shields against magic. The diffusion mechanic is also pretty good in theory, but like the circle system itself, it also lacks in execution. There's not much use for these effects. A few boss fights aside, they are not really needed. There's only like five different circles in the entire game anyway, which is way too low. The game tries its best to create variation in combat through its designed encounters but way too often the battles are just your usual hack and slash which gets very old very fast. Only the final boss of the game demands actual strategy from the player. At least a little.
Conclusion
The Last Story shows a lot of promise but fails to deliver. While yes, the story and characters are quite good as advertised, the game's design fails on many accounts. On top of it all, the game uses a 100% linear character development scheme with laughably limited number of abilities available to the characters. Equipment upgrading is not much better. Each weapon or armor has exactly one special ability which is mostly a boost to same stat or effect. I have to say I expected more, although Mistwalker does not really have a shining record. Now I'll really think twice before playing their next title, if there ever will be one.
Tags:
character development,
combat,
fantasy,
rpg,
tactics
Tuesday, March 13, 2012
Deus Ex Human Revolution
Around the time this game was released I decided to play, for the first time, the original Deus Ex so that I could eventually play the Human Revolution and look at it from the proper perspective. Playing both of these games for the first time within half a year of each other provided an interesting viewpoint. Games, even really good ones, have come a long way in ten years. Human Revolution is yet another game that does a lot of things right. As did the original at its time no doubt.
1. Stealth action, finally done right
I have never been a big fan of stealth games. In some contexts I'm down with it, but extended periods of avoiding gazes is too often an experiment in frustration. While Deus Ex and also Human Revolution have gained praise for offering the player choices, the emphasis is on stealth action. Human Revolution in particular rewards being undetected with both experience points and game achievements. The firefights can get pretty brutal too.
Gameplay that emphasizes stealth has certain unique challenges related to uncertainty. For instance, it is highly important for the player to be able to see which way enemies are facing. While it might be realistic not to show any aids in this, going entirely without aids is really frustrating. Human Revolution uses a radar which shows all enemies as long triangles, making it trivial to figure out which way they are looking. Augmentations can be bought to let the player see the enemies' cones of vision in the field, which can provide extra help for moving around undetected. However, I felt the radar was sufficient enough. It's worth noting that without it I would have just shot my way though the game. Which is exactly what I did in the original Deus Ex.
Other source of uncertainty, resident in first person games, is the question "is my character hidden?". This is not always clear because the character's dimensions are not visible to the player. Human Revolution provides a graceful solution to the problem: when the character enters cover, the camera backs away and shows a third person view of the situation. Furthermore, the game only allows the player to take cover behind objects that are in fact large enough to hide the protagonist. It even has smooth mechanics for moving from cover to cover in such a way that the main character is guaranteed to stay in cover at all times and move silently. The third person view also allows the player an unrealistic but much needed ability to see what's going on on the other side of the cover.
Much like Assassin's Creed which uses automation to portray the protagonist's superior abilities and allow the player to focus on planning, the availability of information in Human Revolution does the same. They can even get away with this lack of realism. After all, the game is about human augmentation and all abilities are explained through them. Most importantly, sneaking past enemies and taking them down unseen is highly satisfying.
Admittedly Human Revolution might not be the first game to all this right, but it is in my experience. I admit that I haven't played Metal Gear Solid games much because of the abysmal controls and camera view in MGS2.
2. Inventory, ammo and what is this
The core gameplay of Human Revolution is rock solid. That doesn't mean the game would be entirely without flaws. Let's start with the antique inventory. It is true that slot-based inventory has been a staple in games since - I don't know, forever? - but I'm inclined to think that it's not a very modern solution. There has to be a better way than playing tetris with different sized rectangles on a grid. I have never liked playing around with the inventory in games, and often these limitations of carrying capacity feel really artificial. It cannot be a question of realism because these systems never are realistic. Game balance is the more likely reason to limit what the player can have with them. But why the grid? It makes no sense. A list is much nicer. You can still have a limit on how many virtual slots the character can carry, and have a number for each item to tell the player how many slots it takes. If you really want that grid then please at least give me a good automatic sorting system.
The weirdest thing in both Deus Ex and Human Revolution is the clip size of weapons. Clips in this world are ridiculously small. Semiautomatic pistol with 6 bullet clips? Combat rifle that can hold 20 at a time? You got to be kidding me. I don't even find a game balance justification for this one. The game does its best to support multiple playing styles, but constant reloading really limits options in combat. It also just feels wrong. This is supposed to be the future, so how come they cannot build decent weapons? There was also a bit of a power imbalance between lethal and non-lethal weapons. A single hit from any non-lethal weapon is guaranteed to incapacitate the target, but against some enemies a headshot from a sniper rifle is not.
Conclusion
Human Revolution is a really successful game and a clear improvement over its legendary ancestor from a modern player's point of view. The game had a solid pacing with enough dialogue between action scenes. Levels in the game were not too huge and didn't start to drag at any point. The persuasion system was good, even though I didn't mention it in detail. I did find a it a bit disappointing that just like in the original, the player simply decided the game's ending in the final moments.
There was also the issue of boss fights which were not really suitable for the game. They've gotten a lot of fan rage for a reason. Forcing the player to fight rather deadly enemies in a game where it is possible to put everything into stealth abilities is not a good idea. However I actually didn't find these fights very hard. I just applied a lot of explosives to the problem and it went away. Still, the boss fights really don't fit into the game's general feel. The original allowed players to circumvent at least some boss fights (it didn't have many anyway) and that was a much better solution.
But yeah, I liked Human Revolution. Enough to get its pricey DLC Missing Link and I have to say that it was also very enjoyable.
1. Stealth action, finally done right
I have never been a big fan of stealth games. In some contexts I'm down with it, but extended periods of avoiding gazes is too often an experiment in frustration. While Deus Ex and also Human Revolution have gained praise for offering the player choices, the emphasis is on stealth action. Human Revolution in particular rewards being undetected with both experience points and game achievements. The firefights can get pretty brutal too.
Gameplay that emphasizes stealth has certain unique challenges related to uncertainty. For instance, it is highly important for the player to be able to see which way enemies are facing. While it might be realistic not to show any aids in this, going entirely without aids is really frustrating. Human Revolution uses a radar which shows all enemies as long triangles, making it trivial to figure out which way they are looking. Augmentations can be bought to let the player see the enemies' cones of vision in the field, which can provide extra help for moving around undetected. However, I felt the radar was sufficient enough. It's worth noting that without it I would have just shot my way though the game. Which is exactly what I did in the original Deus Ex.
Other source of uncertainty, resident in first person games, is the question "is my character hidden?". This is not always clear because the character's dimensions are not visible to the player. Human Revolution provides a graceful solution to the problem: when the character enters cover, the camera backs away and shows a third person view of the situation. Furthermore, the game only allows the player to take cover behind objects that are in fact large enough to hide the protagonist. It even has smooth mechanics for moving from cover to cover in such a way that the main character is guaranteed to stay in cover at all times and move silently. The third person view also allows the player an unrealistic but much needed ability to see what's going on on the other side of the cover.
Much like Assassin's Creed which uses automation to portray the protagonist's superior abilities and allow the player to focus on planning, the availability of information in Human Revolution does the same. They can even get away with this lack of realism. After all, the game is about human augmentation and all abilities are explained through them. Most importantly, sneaking past enemies and taking them down unseen is highly satisfying.
Admittedly Human Revolution might not be the first game to all this right, but it is in my experience. I admit that I haven't played Metal Gear Solid games much because of the abysmal controls and camera view in MGS2.
2. Inventory, ammo and what is this
The core gameplay of Human Revolution is rock solid. That doesn't mean the game would be entirely without flaws. Let's start with the antique inventory. It is true that slot-based inventory has been a staple in games since - I don't know, forever? - but I'm inclined to think that it's not a very modern solution. There has to be a better way than playing tetris with different sized rectangles on a grid. I have never liked playing around with the inventory in games, and often these limitations of carrying capacity feel really artificial. It cannot be a question of realism because these systems never are realistic. Game balance is the more likely reason to limit what the player can have with them. But why the grid? It makes no sense. A list is much nicer. You can still have a limit on how many virtual slots the character can carry, and have a number for each item to tell the player how many slots it takes. If you really want that grid then please at least give me a good automatic sorting system.
The weirdest thing in both Deus Ex and Human Revolution is the clip size of weapons. Clips in this world are ridiculously small. Semiautomatic pistol with 6 bullet clips? Combat rifle that can hold 20 at a time? You got to be kidding me. I don't even find a game balance justification for this one. The game does its best to support multiple playing styles, but constant reloading really limits options in combat. It also just feels wrong. This is supposed to be the future, so how come they cannot build decent weapons? There was also a bit of a power imbalance between lethal and non-lethal weapons. A single hit from any non-lethal weapon is guaranteed to incapacitate the target, but against some enemies a headshot from a sniper rifle is not.
Conclusion
Human Revolution is a really successful game and a clear improvement over its legendary ancestor from a modern player's point of view. The game had a solid pacing with enough dialogue between action scenes. Levels in the game were not too huge and didn't start to drag at any point. The persuasion system was good, even though I didn't mention it in detail. I did find a it a bit disappointing that just like in the original, the player simply decided the game's ending in the final moments.
There was also the issue of boss fights which were not really suitable for the game. They've gotten a lot of fan rage for a reason. Forcing the player to fight rather deadly enemies in a game where it is possible to put everything into stealth abilities is not a good idea. However I actually didn't find these fights very hard. I just applied a lot of explosives to the problem and it went away. Still, the boss fights really don't fit into the game's general feel. The original allowed players to circumvent at least some boss fights (it didn't have many anyway) and that was a much better solution.
But yeah, I liked Human Revolution. Enough to get its pricey DLC Missing Link and I have to say that it was also very enjoyable.
Monday, March 5, 2012
Assassin's Creed: Brotherhood
I've taken up a new tradition of playing exactly one Assassin's Creed each year. Seems to be a good pace since I didn't feel bored with Brotherhood at any point. Dunno what will happen with Revelations, but I will be playing it next year. Nevertheless, it is a surprisingly good series. The first game went wrong in many ways, sure, but the sequel and Brotherhood are both excellent examples of good game design on many fronts. Let's take a look.
1. Empowering the player
Assassin's Creeds are sandboxes and the player is almost omnipotent within. The protagonist is a master assassin with all the appropriate skills. What's spectacular about Assassin's Creed is that the designers have found a way for the player to truly feel empowered by each and every one of these skills. Every trick in the master assassin's bag is at the player's fingertips. Commanding Ezio to do all these things is as seemingly effortless for the player as completing the task is for the assassin. This is achieved through a lot of helpful automation. The marvel in Assassin's Creed is how well all this automation has been implemented as it rarely makes mistakes. The controls are not perfect, but they are quite close, and most importantly they are really powerful.
What's achieved by these powerful controls is that the player is empowered to truly take upon himself the role of a master assassin. Execution is never hard, but the planning is, and that's what's largely left for the player to figure out. More importantly, the player is capable of constantly doing awesome feats and can decide for themselves which feats to use where. Perhaps the prime example would be Ezio's ability to instakill enemies while attacking undetected. There are many different scenarios to do this. The simplest is to walk behind and enemy and stab them with the hidden dagger. Or a pair of enemies once dual hidden blades have been obtained. Ezio can just easily kill enemies by dropping on them from high above with perfect precision. The latter feat is achieved quite easily in the game because Ezio always has a target if there is one within range. There's no need to lock onto enemies separately (although that can be done to make the camera follow them).
All the systems in the game follow a simple control scheme which is really easy to learn and does a lot of things with the press of one or two buttons. The manual dexterity requirement is really low - Assassin's Creed is the thinking man's action adventure game.
2. Combat
Combat also follows the rule of empowerment through effective controls. What's remarkable about combat in the series is that while it's not very realistic, it feels right. Once again, execution is easy but effective fighting requires planning and careful positioning. Ezio can easily dodge or even counter enemy attacks. He can lay waste to multiple enemies in a kill streak. With all this power, he still loses very quickly if the player just attacks mindlessly. The combat system is all about waiting for an opening, followed by quick retaliation. Ezio moves gracefully in combat, and automation takes care that fighting looks cool. More importantly, it feels cool. It is also fairly slow-paced. This means that getting into a fight is always a delay. Although fights are rarely difficult and often very satisfying to fight, it is often at least equally satisfying to avoid them by silencing enemies one by one.
The most important change in Brotherhood over the previous title is that the secondary weapons are now actually usable in combat. Depending on what main weapon Ezio is using, holding the attack button makes a secondary weapon attack. Still, the game has a lot of weapons but swapping between them is quite pointless. This I think is one thing the developers should look into. Pretty much any weapon can handle 99% of all the situations. With swapping weapons being a bit too clumsy, this leads to a lot of things that largely go unused.
I do have one complaint about horseback fighting. The game now features horses as an important means of travel, and they can also been seen in combat. However I found it a bit weird that attacks from horseback are really, really weak. In most cases it is much faster to simply dismount and take the enemies on on foot than try to whack them from horseback. If horses are involved in later installments of the series, I hope the developers give riding attacks a whopping damage boost. I want to ride through my enemies and absolutely smash them.
3. Lots to do is not content unless it's also fun
This is an important lesson for sandbox games. Giving the player freedom do a gazillion things is not enough. What's really important is to make every single thing that the player is able to do fun. This is the lesson Assassin's Creed developers have taken to heart. The Rome of Brotherhood is full of things to do and they are almost always guaranteed to be fun for the player. Hell, even starting an entirely pointless fight can be fun with the game's combat system. Sure there are always some misses in the huge amount of side missions available, but they are in the marginal. The takeaway is simple. There's no point in including a task in a game if that task is not fun to perform. There's also no point in repeating a task that gets boring easily.
Conclusion
Assassin's Creed: Brotherhood is a must for anyone involved with action adventure design. So many things have been done right that it's hard to count all of them. Could be that things are even better in Revelations but I haven't checked it out yet. I'm more curious about Assassin's Creed III though, since it is finally a completely different setting and should take the series into an entirely different direction.
1. Empowering the player
Assassin's Creeds are sandboxes and the player is almost omnipotent within. The protagonist is a master assassin with all the appropriate skills. What's spectacular about Assassin's Creed is that the designers have found a way for the player to truly feel empowered by each and every one of these skills. Every trick in the master assassin's bag is at the player's fingertips. Commanding Ezio to do all these things is as seemingly effortless for the player as completing the task is for the assassin. This is achieved through a lot of helpful automation. The marvel in Assassin's Creed is how well all this automation has been implemented as it rarely makes mistakes. The controls are not perfect, but they are quite close, and most importantly they are really powerful.
What's achieved by these powerful controls is that the player is empowered to truly take upon himself the role of a master assassin. Execution is never hard, but the planning is, and that's what's largely left for the player to figure out. More importantly, the player is capable of constantly doing awesome feats and can decide for themselves which feats to use where. Perhaps the prime example would be Ezio's ability to instakill enemies while attacking undetected. There are many different scenarios to do this. The simplest is to walk behind and enemy and stab them with the hidden dagger. Or a pair of enemies once dual hidden blades have been obtained. Ezio can just easily kill enemies by dropping on them from high above with perfect precision. The latter feat is achieved quite easily in the game because Ezio always has a target if there is one within range. There's no need to lock onto enemies separately (although that can be done to make the camera follow them).
All the systems in the game follow a simple control scheme which is really easy to learn and does a lot of things with the press of one or two buttons. The manual dexterity requirement is really low - Assassin's Creed is the thinking man's action adventure game.
2. Combat
Combat also follows the rule of empowerment through effective controls. What's remarkable about combat in the series is that while it's not very realistic, it feels right. Once again, execution is easy but effective fighting requires planning and careful positioning. Ezio can easily dodge or even counter enemy attacks. He can lay waste to multiple enemies in a kill streak. With all this power, he still loses very quickly if the player just attacks mindlessly. The combat system is all about waiting for an opening, followed by quick retaliation. Ezio moves gracefully in combat, and automation takes care that fighting looks cool. More importantly, it feels cool. It is also fairly slow-paced. This means that getting into a fight is always a delay. Although fights are rarely difficult and often very satisfying to fight, it is often at least equally satisfying to avoid them by silencing enemies one by one.
The most important change in Brotherhood over the previous title is that the secondary weapons are now actually usable in combat. Depending on what main weapon Ezio is using, holding the attack button makes a secondary weapon attack. Still, the game has a lot of weapons but swapping between them is quite pointless. This I think is one thing the developers should look into. Pretty much any weapon can handle 99% of all the situations. With swapping weapons being a bit too clumsy, this leads to a lot of things that largely go unused.
I do have one complaint about horseback fighting. The game now features horses as an important means of travel, and they can also been seen in combat. However I found it a bit weird that attacks from horseback are really, really weak. In most cases it is much faster to simply dismount and take the enemies on on foot than try to whack them from horseback. If horses are involved in later installments of the series, I hope the developers give riding attacks a whopping damage boost. I want to ride through my enemies and absolutely smash them.
3. Lots to do is not content unless it's also fun
This is an important lesson for sandbox games. Giving the player freedom do a gazillion things is not enough. What's really important is to make every single thing that the player is able to do fun. This is the lesson Assassin's Creed developers have taken to heart. The Rome of Brotherhood is full of things to do and they are almost always guaranteed to be fun for the player. Hell, even starting an entirely pointless fight can be fun with the game's combat system. Sure there are always some misses in the huge amount of side missions available, but they are in the marginal. The takeaway is simple. There's no point in including a task in a game if that task is not fun to perform. There's also no point in repeating a task that gets boring easily.
Conclusion
Assassin's Creed: Brotherhood is a must for anyone involved with action adventure design. So many things have been done right that it's hard to count all of them. Could be that things are even better in Revelations but I haven't checked it out yet. I'm more curious about Assassin's Creed III though, since it is finally a completely different setting and should take the series into an entirely different direction.
Friday, February 24, 2012
Dark Sector
This game is a rather forgotten piece of history already despite being just some years old. Pretty much a victim of poor marketing. It was brought to my attention through another blog, and since it's still largely available for next to nothing, I decided to give it a shot. On the one hand, yes, this game is yet another cover shooter with all the typical cliches. Yet on the other hand, it is a game with one particularly cool superpower for the protagonist.
Most shooters these days have one distinguishing feature from all the other shooters. One. The quality of the game is up to the use of this feature and combination of level, weapon and enemy design. The pony called Dark Sector has a trick called the glaive. It's a spinning throwing weapon that gains a multitude of uses during the game.
In the very beginning this thing just flies straight forward and is overall crappy. Towards the end of the game, the glaive does a lot more. It can be used to pick up items which makes it a form of telekinesis. It gains a power throw, which does quadruple damage but requires precise timing from the player. The power throw is particularly satisfying as it usually cuts enemies in half or severs heads/limbs. It can be imbued with elements from the environment for some added effects such as electrocution. Finally, the player can control its flight path. By the press of a button, the camera moves behind the glaive and the player can control it. This way the glaive can go past covers, cut down multiple enemies and do some serious precision work. Guiding a power thrown glaive is one of the more satisfying power trips I've had recently in games.
What makes the glaive a successful weapon is how it allows the player to be rather creative. It not only allows creativity, but even demands it. The game even has somewhat non-trivial puzzles where the glaive needs to be used. The game also conveniently limits the use of firearms so the player really needs to use his cool superpower. The explanation is very Metal Gear, but who cares. Firearms still can be used, and the protagonist always dual-wields a pistol with his glaive, which makes it the most usable firearm in the game. Ammunition is quite scarce. While the game is clearly a cover shooter, it also reminds me of superpower games such as InFamous and Prototype.
The game lacks somewhat in production quality and originality. The characters and plot are crap. Still it does one thing well enough and has the sense to end before it starts to repeat itself too much. I would suggest this game solely for the purpose of seeing the glaive in action. It is simply one of the coolest weapon designs in ages.
Most shooters these days have one distinguishing feature from all the other shooters. One. The quality of the game is up to the use of this feature and combination of level, weapon and enemy design. The pony called Dark Sector has a trick called the glaive. It's a spinning throwing weapon that gains a multitude of uses during the game.
In the very beginning this thing just flies straight forward and is overall crappy. Towards the end of the game, the glaive does a lot more. It can be used to pick up items which makes it a form of telekinesis. It gains a power throw, which does quadruple damage but requires precise timing from the player. The power throw is particularly satisfying as it usually cuts enemies in half or severs heads/limbs. It can be imbued with elements from the environment for some added effects such as electrocution. Finally, the player can control its flight path. By the press of a button, the camera moves behind the glaive and the player can control it. This way the glaive can go past covers, cut down multiple enemies and do some serious precision work. Guiding a power thrown glaive is one of the more satisfying power trips I've had recently in games.
What makes the glaive a successful weapon is how it allows the player to be rather creative. It not only allows creativity, but even demands it. The game even has somewhat non-trivial puzzles where the glaive needs to be used. The game also conveniently limits the use of firearms so the player really needs to use his cool superpower. The explanation is very Metal Gear, but who cares. Firearms still can be used, and the protagonist always dual-wields a pistol with his glaive, which makes it the most usable firearm in the game. Ammunition is quite scarce. While the game is clearly a cover shooter, it also reminds me of superpower games such as InFamous and Prototype.
The game lacks somewhat in production quality and originality. The characters and plot are crap. Still it does one thing well enough and has the sense to end before it starts to repeat itself too much. I would suggest this game solely for the purpose of seeing the glaive in action. It is simply one of the coolest weapon designs in ages.
Tuesday, February 14, 2012
Final Fantasy XIII-2
Following up my take on Final Fantasy XIII, now is the time to talk about the anticipated sequel. The reason I had expectations for this one was that I really enjoyed a lot of the mechanics of FFXIII but they did screw up with the game's structure. When work started with the sequel, the developers promised certain important changes. They also chose to retain the fighting system. So I got this game as soon as it was available and spent an entire weekend on it. Since then it's been a week of quite intense gaming, and now it is done. For now anyway, there's DLC on the way. Let's see what they did right and what went wrong.
1. Area exploration
The single biggest complaint about the main title was its area design. Three quarters of the game was just one long corridor, and a narrow one at that. There were not any side quests until very late in the game, and all of those were the same (kill X). FFXIII-2 is different indeed. Its areas are wider; they have multiple paths and lots of things to discover. They also have people. People who, like any RPG player will know, will give side quests. Granted, there is absolutely nothing spectacular about the areas of FFXIII-2. They are simply reminiscent of the old era, especially FFX-2, the other true sequel in the history of the series. This serves as an important reminder that sometimes the way forward is backward. It does help tremendously that the developers still have an eye for beautiful scenery which makes the areas really gorgeous to behold.
Traveling between areas is fast. The game has a time travel theme and the characters can freely travel between different places and times through a gate matrix. There's typically more than one version of each location from different eras and they share most of the details. While this can be seen as laziness in area design, the solution is quite alright and there's still enough unique areas. Some quests also involve visiting the same area in different times. Maybe the only complaint would be that there are not many cases in the game where changing something in another era causes a change in a second era.
2. Character development goes Pokémon
It's been known for a while that the game only features a cast of two playable characters, and the third slot in the party will always be filled by a monster. Monsters can be captured, trained and fused together. Sounds a bit familiar, no? It's somewhat less Pokémon and somewhat more Shin Megami Tensei though. With monsters in the equation, the game has two parallel character development schemes. The main characters level up in rather straightforward manner using a system quite similar to the main title. Slightly more streamlined perhaps. Monsters on the other hand level up using specific material items which are dropped by enemies. Although the main character development system does have some tricks for the power gamer, the monsters are the real power gaming element in this system.
The Paradigm system from FFXIII is mostly intact. However, monsters only have a single role. The party can have active three monsters which can be used in paradigms. This means that the third party member is limited to three possible roles instead of six. The system designers have actually even made the choice hard for players because monsters learn a bunch of important abilities that either of the main cast do not. The series has usually had rather omnipotent characters who will at some point be able to do everything, but in FFXIII-2 the player always has to give up something when choosing their monsters. It's still somewhat underplayed, but a fresh change either way.
Since monsters are less flexible, they have been made more potent in their single role. A monster's power is ultimately decided by its stat growth, its unique abilities and its Feral Link, which is a kind of a super move reminiscent of old Limit Breaks in the sense that the meter accumulates over time and the power can be released once it's full. The system has clear winners which will ultimately become the most powerful monsters in the game. However, monsters have different growth patterns. Fast-growing monsters are much cheaper to develop into their full potential. The very best monsters on the other hand grow very slowly and are a huge investment. They are mostly available in postgame.
Even monsters that are not the most powerful in the bunch have their uses through infusion. Each monster in the game learns a certain set of abilities which include both role-independent passive abilities and role abilities. Most of these can be transferred to other monsters through infusion. This means the true power gamer will not simply hunt and train the very best monsters, but also a lot of other monsters who can learn useful abilities. The system is much easier for the player than the system in Shin Megami Tensei titles (which is a topic for another day), but it has a lot of possibilities. Generally it's quite fun to hunt for various monsters in search of good abilities to pass on.
Overall, while the system does not have the depth of SMT demon fusion, it is an enjoyable way to boost the party's power. The process is pretty streamlined and creating a solid monster doesn't take that much farming because fodder monsters can be trained with less powerful store-bought materials. Creating a monster with all the greatest abilities is still a rather big effort but a near-perfect one is more than enough and takes a lot less time to develop. It is also good that monster development is not tied to keeping them in the active party. This makes it much more convenient to train lots of monsters, even weak ones.
For the next game though, I really would like to see more complex main character development. It's been a lackluster in both the main title and this sequel. In the main title, weapons and accessories were a bit trickier to develop but in the sequel there isn't really much customization or gear tuning to do.
3. Difficulty, once again
With most of the building blocks solidly in place, the game's looking pretty good. The one core problem of games in the series has always been difficulty. To put it really simply, they are easy. FFXIII was a curious exception and was, in fact, pretty hard. Some earlier games in the series have also featured rather hard postgame challenges. Unfortunately FFXIII-2 falls under the "way too easy" category. The final boss was surprisingly difficult, but everything else in the main story was just easy. This is made a bit ridiculous by the fact that the game actually has a separate easy difficulty. They could have easily made the normal difficulty a bit harder. Hell, they are even allowing changing difficulty during the course of the game. There is, therefore, absolutely no excuse for making the game too easy.
This time around, the optional bosses are not that much of a threat either. The toughest two do take a while to beat down even with a high level party, but they don't provide much of a threat. I am really hoping that somewhere along the line of DLC releases, they are going to release some fucked up bosses that actually demand the player to carefully develop a strategy and monsters to fit it. You made a solid game, now please provide more reasons to really optimize.
4. Some of these trophies...
This is a rather quick complaint. To perfectly complete the game, the player needs to collect one fragment (important key items) by playing a slot machine. A lot. They also have a couple of trophies that need the player to do rather boring stuff, and way too much of it. Fortunately all of these are doable by rigging the controller with some rubber bands, leaving the game on and going away to do something more productive. Still, game makers, is this really necessary? By today's standards? I guess it's some sort of tradition that every now and then a JRPG just has to have something that is best done by leaving the game to play itself but this doesn't fail to baffle me. Just saying.
Conclusion
The lack of difficulty is really the only bigger fault with the game. Could be that the lack of good HD console JRPGs has clouded my judgement, but I really enjoyed FFXIII-2. It succeeded in many ways to capture the essence of what makes JRPGs good and it was a true Final Fantasy. Most importantly, it was a blast to play and I already miss it. I liked the story, and surprisingly even the characters in the end. I just hope that Square Enix takes the hint and this will be the direction they are taking new titles in the series.
1. Area exploration
The single biggest complaint about the main title was its area design. Three quarters of the game was just one long corridor, and a narrow one at that. There were not any side quests until very late in the game, and all of those were the same (kill X). FFXIII-2 is different indeed. Its areas are wider; they have multiple paths and lots of things to discover. They also have people. People who, like any RPG player will know, will give side quests. Granted, there is absolutely nothing spectacular about the areas of FFXIII-2. They are simply reminiscent of the old era, especially FFX-2, the other true sequel in the history of the series. This serves as an important reminder that sometimes the way forward is backward. It does help tremendously that the developers still have an eye for beautiful scenery which makes the areas really gorgeous to behold.
Traveling between areas is fast. The game has a time travel theme and the characters can freely travel between different places and times through a gate matrix. There's typically more than one version of each location from different eras and they share most of the details. While this can be seen as laziness in area design, the solution is quite alright and there's still enough unique areas. Some quests also involve visiting the same area in different times. Maybe the only complaint would be that there are not many cases in the game where changing something in another era causes a change in a second era.
2. Character development goes Pokémon
It's been known for a while that the game only features a cast of two playable characters, and the third slot in the party will always be filled by a monster. Monsters can be captured, trained and fused together. Sounds a bit familiar, no? It's somewhat less Pokémon and somewhat more Shin Megami Tensei though. With monsters in the equation, the game has two parallel character development schemes. The main characters level up in rather straightforward manner using a system quite similar to the main title. Slightly more streamlined perhaps. Monsters on the other hand level up using specific material items which are dropped by enemies. Although the main character development system does have some tricks for the power gamer, the monsters are the real power gaming element in this system.
The Paradigm system from FFXIII is mostly intact. However, monsters only have a single role. The party can have active three monsters which can be used in paradigms. This means that the third party member is limited to three possible roles instead of six. The system designers have actually even made the choice hard for players because monsters learn a bunch of important abilities that either of the main cast do not. The series has usually had rather omnipotent characters who will at some point be able to do everything, but in FFXIII-2 the player always has to give up something when choosing their monsters. It's still somewhat underplayed, but a fresh change either way.
Since monsters are less flexible, they have been made more potent in their single role. A monster's power is ultimately decided by its stat growth, its unique abilities and its Feral Link, which is a kind of a super move reminiscent of old Limit Breaks in the sense that the meter accumulates over time and the power can be released once it's full. The system has clear winners which will ultimately become the most powerful monsters in the game. However, monsters have different growth patterns. Fast-growing monsters are much cheaper to develop into their full potential. The very best monsters on the other hand grow very slowly and are a huge investment. They are mostly available in postgame.
Even monsters that are not the most powerful in the bunch have their uses through infusion. Each monster in the game learns a certain set of abilities which include both role-independent passive abilities and role abilities. Most of these can be transferred to other monsters through infusion. This means the true power gamer will not simply hunt and train the very best monsters, but also a lot of other monsters who can learn useful abilities. The system is much easier for the player than the system in Shin Megami Tensei titles (which is a topic for another day), but it has a lot of possibilities. Generally it's quite fun to hunt for various monsters in search of good abilities to pass on.
Overall, while the system does not have the depth of SMT demon fusion, it is an enjoyable way to boost the party's power. The process is pretty streamlined and creating a solid monster doesn't take that much farming because fodder monsters can be trained with less powerful store-bought materials. Creating a monster with all the greatest abilities is still a rather big effort but a near-perfect one is more than enough and takes a lot less time to develop. It is also good that monster development is not tied to keeping them in the active party. This makes it much more convenient to train lots of monsters, even weak ones.
For the next game though, I really would like to see more complex main character development. It's been a lackluster in both the main title and this sequel. In the main title, weapons and accessories were a bit trickier to develop but in the sequel there isn't really much customization or gear tuning to do.
3. Difficulty, once again
With most of the building blocks solidly in place, the game's looking pretty good. The one core problem of games in the series has always been difficulty. To put it really simply, they are easy. FFXIII was a curious exception and was, in fact, pretty hard. Some earlier games in the series have also featured rather hard postgame challenges. Unfortunately FFXIII-2 falls under the "way too easy" category. The final boss was surprisingly difficult, but everything else in the main story was just easy. This is made a bit ridiculous by the fact that the game actually has a separate easy difficulty. They could have easily made the normal difficulty a bit harder. Hell, they are even allowing changing difficulty during the course of the game. There is, therefore, absolutely no excuse for making the game too easy.
This time around, the optional bosses are not that much of a threat either. The toughest two do take a while to beat down even with a high level party, but they don't provide much of a threat. I am really hoping that somewhere along the line of DLC releases, they are going to release some fucked up bosses that actually demand the player to carefully develop a strategy and monsters to fit it. You made a solid game, now please provide more reasons to really optimize.
4. Some of these trophies...
This is a rather quick complaint. To perfectly complete the game, the player needs to collect one fragment (important key items) by playing a slot machine. A lot. They also have a couple of trophies that need the player to do rather boring stuff, and way too much of it. Fortunately all of these are doable by rigging the controller with some rubber bands, leaving the game on and going away to do something more productive. Still, game makers, is this really necessary? By today's standards? I guess it's some sort of tradition that every now and then a JRPG just has to have something that is best done by leaving the game to play itself but this doesn't fail to baffle me. Just saying.
Conclusion
The lack of difficulty is really the only bigger fault with the game. Could be that the lack of good HD console JRPGs has clouded my judgement, but I really enjoyed FFXIII-2. It succeeded in many ways to capture the essence of what makes JRPGs good and it was a true Final Fantasy. Most importantly, it was a blast to play and I already miss it. I liked the story, and surprisingly even the characters in the end. I just hope that Square Enix takes the hint and this will be the direction they are taking new titles in the series.
Thursday, February 2, 2012
Bioshock 2
As usual I am late with most games. We are already waiting for the next Bioshock, but I just played the second one. The original Bioshock was the first first person shooter I played on my PlayStation 3. The game was highly streamlined System Shock 2 in good and bad. Bioshock 2 is a somewhat streamlined sequel. The game is more linear and the plot was not as good as the first one's. However, design of the game mechanics has improved in several ways. In this sense it's a rather typical sequel: less interesting story-wise but more fun to play.
1. Plasmids
Plasmids are highly streamlined magic. Using them is no different from using guns from the user interface point of view. Bioshock uses the controller's shoulder buttons as most shooters do. The left side is for plasmids, the right side for guns. The trigger shoots the plasmid/gun and the top button either changes to the next or opens a plasmid/weapon selector if held. The game pauses during selection, which I think is a solid compromise. Overall, switching and using plasmids and guns is really effortless. Bioshock 2 allows simultaneous use of both since the character can hold any gun in just the right hand.
Plasmid mechanics are quite simple but their effects are, all things considered, fairly varying. There's your basic lightning bolt, fire and ice stuff, but also more clever stuff like decoys, security beacons and a lot of stuff I didn't even try out. This is actually a bit of a problem in the game: combat is pretty straightforward and often some of the finer tricks are not much more than a waste of time. This was especially true in the first Bioshock with its ridiculously low number of different enemies but it's not much better in Bioshock 2. Maybe on a harder than normal difficulty there might be more need to use some of the plasmids.
2. Hacking, trapping and gathering
An important part of the System Shock legacy is the ability to hack any and all machines encountered be they security turrets, vending machines or electric locks. This way it's possible to turn Rapture's security against the enemies. In the first Bioshock this was not that useful though. More often than not, the enemies in an area are quite dead by the time the player can get into position to hack the security systems. The hacking minigame, while not bad, was also a bit fiddly. Bioshock 2 improves hacking by two important changes. First of all, the hacking minigame has been toned down into a rather simple reaction test which now happens in real time on the normal game screen. Second, they've added a gun that shoots remote hack darts, allowing hacking attempts from a distance.
Instead of focusing on the hacking mechanics themselves, the design clearly puts more emphasis on purpose of the hacking. These changes succeed in making hacking more purposeful at the expense of making it less complex. It's a solid trade-off and the game's better for it. The new mechanic still forces the player to focus on their hacking attempts for a few seconds and that is all that's really needed from it. If they blundered anything, then it has to be the alarms for failed hacking. Hacking the same device again after raising an alarm ends the alarm right there if the operation is successful this time. Makes it a bit too easy to get out of trouble I think.
The game also features different ways to build traps. Trap plasmids and trap ammunition for weapons. Let's just say that like hacking security, these did not have much utility outside special occasions. Most notable occasions in the first game were fights with big daddies who were the toughest opponents in the game and didn't become aggressive until attacked. This gave the player actually some time to plan how to build their traps. Against normal enemies, it's always the player who takes the initiative. Using traps against them was not really worth the effort.
Bioshock 2 added a new scenario that makes hacked security and traps more useful. The player can now adopt little sisters after defeating their big daddies, and have them gather adam (a resource for buying gene upgrades) from corpses. This gathering operation has the unpleasant side-effect of drawing in a whole bunch of adam addicts, effectively starting an ad-hoc defense mission. These are in fact pretty tough because there's going to be a lot of enemies, way more than even the biggest enemy groups in the game. Finding a good position, laying traps and placing miniature defense turrets to complement hacked security are highly necessary to stay in good shape. Fortunately the little sister herself is immune to damage and is instead interrupted for a while if attacked.
At first these gathering operations were in fact a bit frustrating because they were a huge drain on resources. Later in the game when better equipment becomes available they get quite enjoyable. The switching of roles from attacker to defender gives utility to weapons and powers that otherwise might not see much action.
3. Yet another reverse difficulty curve
Granted, I often explore in hope of powerups, but nevertheless, almost all games get easier towards the end. Bioshock 2 is far more being an exception. The game is clearly at its most difficult in the beginning when the player is armed with only rather weak weapons or weapons with some other deficiency which makes them harder to use. Running out of ammunition and/or health packs is a real risk. The breaking point is somewhere around obtaining the shotgun which makes short work of basic enemies. Towards the end of the game it turns from a decent challenge into an all-out power trip where enemies don't stand half a chance.
In Bioshock 2 particularly, it seems resources just get more and more abundant as the game progresses but enemies do not really become that much more powerful. Money is an especially powerful resource in the game as it allows purchase of relatively scarce ammunition and first aid kits. The end result is that with better equipment the player can at the same time save more resources, but also the availability of resources becomes greater. The loss of several first aid kits in a single fight can be shrugged off later, but is really aggravating in the beginning.
I know it's tricky to balance a game because players are different and most of the time, designers can't really demand everyone to bring their A game. But I'm not particularly good at first person shooters, and I didn't do any massive scale optimization during my play and still the difficulty curve went down like nothing else. I do not think anything would have changed on a higher difficulty except I would have been more frustrated in the beginning.
Conclusion
Although the situation has improved from the first game, the biggest problem with Bioshock remains the lack of enemy types. There's more now, but they are still more or less killed the same way: point and shoot. The game doesn't really require the player to use any creativity with their plasmids or other tools. The game could use more situations that actually demand different approaches. Other than that, Bioshock 2 is pretty well designed. It has great gameplay for a console shooter, decent weapon design, streamlined yet interesting superpowers in the form of plasmids and it even improves beyond its predecessor.
1. Plasmids
Plasmids are highly streamlined magic. Using them is no different from using guns from the user interface point of view. Bioshock uses the controller's shoulder buttons as most shooters do. The left side is for plasmids, the right side for guns. The trigger shoots the plasmid/gun and the top button either changes to the next or opens a plasmid/weapon selector if held. The game pauses during selection, which I think is a solid compromise. Overall, switching and using plasmids and guns is really effortless. Bioshock 2 allows simultaneous use of both since the character can hold any gun in just the right hand.
Plasmid mechanics are quite simple but their effects are, all things considered, fairly varying. There's your basic lightning bolt, fire and ice stuff, but also more clever stuff like decoys, security beacons and a lot of stuff I didn't even try out. This is actually a bit of a problem in the game: combat is pretty straightforward and often some of the finer tricks are not much more than a waste of time. This was especially true in the first Bioshock with its ridiculously low number of different enemies but it's not much better in Bioshock 2. Maybe on a harder than normal difficulty there might be more need to use some of the plasmids.
2. Hacking, trapping and gathering
An important part of the System Shock legacy is the ability to hack any and all machines encountered be they security turrets, vending machines or electric locks. This way it's possible to turn Rapture's security against the enemies. In the first Bioshock this was not that useful though. More often than not, the enemies in an area are quite dead by the time the player can get into position to hack the security systems. The hacking minigame, while not bad, was also a bit fiddly. Bioshock 2 improves hacking by two important changes. First of all, the hacking minigame has been toned down into a rather simple reaction test which now happens in real time on the normal game screen. Second, they've added a gun that shoots remote hack darts, allowing hacking attempts from a distance.
Instead of focusing on the hacking mechanics themselves, the design clearly puts more emphasis on purpose of the hacking. These changes succeed in making hacking more purposeful at the expense of making it less complex. It's a solid trade-off and the game's better for it. The new mechanic still forces the player to focus on their hacking attempts for a few seconds and that is all that's really needed from it. If they blundered anything, then it has to be the alarms for failed hacking. Hacking the same device again after raising an alarm ends the alarm right there if the operation is successful this time. Makes it a bit too easy to get out of trouble I think.
The game also features different ways to build traps. Trap plasmids and trap ammunition for weapons. Let's just say that like hacking security, these did not have much utility outside special occasions. Most notable occasions in the first game were fights with big daddies who were the toughest opponents in the game and didn't become aggressive until attacked. This gave the player actually some time to plan how to build their traps. Against normal enemies, it's always the player who takes the initiative. Using traps against them was not really worth the effort.
Bioshock 2 added a new scenario that makes hacked security and traps more useful. The player can now adopt little sisters after defeating their big daddies, and have them gather adam (a resource for buying gene upgrades) from corpses. This gathering operation has the unpleasant side-effect of drawing in a whole bunch of adam addicts, effectively starting an ad-hoc defense mission. These are in fact pretty tough because there's going to be a lot of enemies, way more than even the biggest enemy groups in the game. Finding a good position, laying traps and placing miniature defense turrets to complement hacked security are highly necessary to stay in good shape. Fortunately the little sister herself is immune to damage and is instead interrupted for a while if attacked.
At first these gathering operations were in fact a bit frustrating because they were a huge drain on resources. Later in the game when better equipment becomes available they get quite enjoyable. The switching of roles from attacker to defender gives utility to weapons and powers that otherwise might not see much action.
3. Yet another reverse difficulty curve
Granted, I often explore in hope of powerups, but nevertheless, almost all games get easier towards the end. Bioshock 2 is far more being an exception. The game is clearly at its most difficult in the beginning when the player is armed with only rather weak weapons or weapons with some other deficiency which makes them harder to use. Running out of ammunition and/or health packs is a real risk. The breaking point is somewhere around obtaining the shotgun which makes short work of basic enemies. Towards the end of the game it turns from a decent challenge into an all-out power trip where enemies don't stand half a chance.
In Bioshock 2 particularly, it seems resources just get more and more abundant as the game progresses but enemies do not really become that much more powerful. Money is an especially powerful resource in the game as it allows purchase of relatively scarce ammunition and first aid kits. The end result is that with better equipment the player can at the same time save more resources, but also the availability of resources becomes greater. The loss of several first aid kits in a single fight can be shrugged off later, but is really aggravating in the beginning.
I know it's tricky to balance a game because players are different and most of the time, designers can't really demand everyone to bring their A game. But I'm not particularly good at first person shooters, and I didn't do any massive scale optimization during my play and still the difficulty curve went down like nothing else. I do not think anything would have changed on a higher difficulty except I would have been more frustrated in the beginning.
Conclusion
Although the situation has improved from the first game, the biggest problem with Bioshock remains the lack of enemy types. There's more now, but they are still more or less killed the same way: point and shoot. The game doesn't really require the player to use any creativity with their plasmids or other tools. The game could use more situations that actually demand different approaches. Other than that, Bioshock 2 is pretty well designed. It has great gameplay for a console shooter, decent weapon design, streamlined yet interesting superpowers in the form of plasmids and it even improves beyond its predecessor.
Subscribe to:
Posts (Atom)