Showing posts with label ps3. Show all posts
Showing posts with label ps3. Show all posts

Wednesday, 22 December 2010

Tech Analysis: Uncharted 3: Gameplay Demo

Just as we were finishing up on our tech analysis of the Uncharted 3 teaser trailer, Naughty Dog unveiled the first live gameplay demo on the Jimmy Fallon show, thus revealing more juicy technical insights into the engine upgrade contained within, along with direct-feed gameplay footage of the title

We lightly touched upon some of the things contained in the gameplay trailer in our last report – the possible use of MLAA, composition of the fire effects, character modelling, and rendering resolution – but due to the compressed nature of the initial teaser trailer, and the late arrival of the gameplay footage, were unable to take a detailed look.

Now, rather than expand our original report, we’ve instead taken the time to asses in greater detail the direct-feed gameplay trailer, looking at more of the game’s in-engine enhancements and referencing it with the original teaser footage from before. Here, you’ll hopefully find a nice companion piece to our previous analysis.

Let’s get on with it then.



In terms of framebuffer resolution, Uncharted 3 appears to be rendering once again in full 720p (1280x720) just like the last two games in the series. However, unlike both of those titles, this time around Naughty Dog seems to have used a different anti-aliasing solution for UC3.

Previously we saw the use of standard 2xMSAA (multi-sampling anti-aliasing) in order to mitigate jagged edges and shimmering artefacts, which actually worked very well all things considering – increased use of shaders, particle/alpha effects etc. But from the gameplay footage shown of Uncharted 3, we can see what looks like evidence of Sony’s custom MLAA solution replacing the more limiting MSAA.

Originally, we thought that those rather smooth looking 720p framebuffer grabs were simply supersampled promo shots, lacking any edge artefacts and appearing all too clean to be in-game. And while we’re still not convinced that they aren’t downsampled bullshots, the direct-feed gameplay footage itself not only shows off a similar smoothing effect, but also shows clear evidence of edge shimmering in areas where supersampling would have effectively dealt with that particular issue. Shader aliasing is also present, another thing which MLAA isn't capable of dealing with in its current implementation.



Take a look at the screenshots above of the window frame and the dislodged wooden beam to the right of it. Ignore for a second the compressed, blurry nature of screenshot and focus on those edges. Clearly, there is a reduced amount of edge smoothing going on here. We can easily see some sub-pixel edge artefacts that would have blended away via supersampling – like in the desert scene from the teaser trailer – but are obviously visible for all to see despite the lack of clarity.

There are also some polygon edges directly situated next to the low res fire effects that suffer from the same problems, though not all. Most likely, this is due to the low resolution alpha buffers interfering with the higher res geometry, and the MLAA being unable to smooth over the affected area. Again, such issues wouldn’t be present to such a degree in a downsampled image and would almost certainly be noticeably worse with 2xMSAA. You can see this below.


The rest of the scene however, benefits from large levels of decent edge smoothing. It's incredibly hard to tell by the compressed nature of the video creating additional artefacts, but we can see many areas getting what appears to be as much as 8xMSAA - some surfaces 16xMSAA, with others having around 4x, which comes as standard when using the technique.

Another benefit of MLAA comes in the form of excellent high contrast edge anti-aliasing, whereby distinct edges - usually too distinct for MSAA to generate good enough samples for - are handled with reletive ease. Although the trailer doesn’t demonstrate this, due to being set in a dark, low contrast environment, I can’t imagine UC3 being any different.

In order to accurately see just how well MLAA is implemented in Uncharted 3, I suggest you download a high bitrate HD 720p video instead of watching the awfully compressed YouTube one we have here. It suffers from shimmering and other artefacting not present in the actual game.


Moving on, and the fire effects have also been expanded over what was present in Uncharted 2. Here we see multiple layers of blended 2D sprites rendered in 1/4 the frambuffer resolution. Obvious artefacts such as pixelation aren’t visible due to the effect being smoothed over via both blending and filtering techniques. However, we can see evidence of jittering and some shimmering, much like with what is happening with shadows in the game. This is most noticeable at the base of the flames.

Whilst being technically quite simple in comparison to various fire effects we’ve seen in the past, the look is still very convincing with the various layers present on screen creating an impressive show via the use of sheer amounts, rather than advanced technical trickery. Also, the increased use of 2D sprite layers allows for a more organic look to be created. The fire in Uncharted 3 is both more animated and has a greater level of depth than in the second game. This is also helped by the scope the effect finds itself in – fire is everywhere, with varying layers spread all across the environment.

Granted Uncharted 3’s use of fire isn’t technically that impressive when compared to the multi-particle, and multi-layered smoke and fire present in the likes of Lost Planet. Although, Naughty Dog’s solution instead fits in with the PS3’s tight bandwidth requirements and the overall engine make-up far more comfortably than Capcom’s alpha-hevy solution ever would. Like in Killzone 2 and 3, the low res nature of alpha is carefully reduced via good use of filtering and layer blending.


In terms of character modelling, details, and shader effects, we can see that the renderings use for gameplay come remarkably close to matching the pre-rendered desert scene footage we covered here, in our first tech analysis of the game. Drake himself, geometry wise looks to be very close with only slightly paired back use of shaders and texturing. His facial features and animations look almost the same, lacking just a little precision in comparison.

Compared to Uncharted 2, and Drake looks to have gained slightly more in the way of detail. Facial details in particular look better – improved texturing and shaders – and his overall facial design has been artistically changed somewhat. He appears to be a bit chubbier this time around, looking older, more rugged. No doubt as a result of his haphazard worldly adventures, and from the development team adapting his polygonal mesh structure.


As to be expected, when up against the desert scene in the original trailer footage skin shaders have also been mildly reduced, as have small texture details and texture resolution. We can also see the usual shadow and self-shadow artefacts on Drake – jittering, some shimmering etc – that was present throughout Uncharted 2 but absent from the pre-rendered parts of the teaser trailer. This can be found on both characters and the environment. The grasses on the floor in particular are noticeably affected.

Whilst there are obvious differences between the teaser trailer’s pre-rendered in-engine footage and the actual real-time gameplay video, there is nothing that drastically separates them as a whole. Sure, the desert scene exposes a polish not possible in a real-time rendered envronment on the PS3 – with better use of shaders, perfect shadowing and polygon clipping. Although, most effects have at least been translated over to the in-game engine instead of being cut.


Performance wise, the short gameplay clip shows off Uncharted 3's solid state at this point. The demo doesn't appear to drop below 30fps - despite plenty of performance sapping alpha effects - and there is no sign of any screen tearing. It's likely that UC3, as with its predecessor is triple buffered: rendering three frames for every one displayed, simply discarding each torn frame until a clean one is found. Tearing should only occur when all three frames are being torn, a scenario only likely to happen in the most heavy load situations.

That said, the demo dosen't feature any extraordinarily large set-pieces like the train crash and helicopter battle from UC2, which would be a real performance indicator. Instead, what we have here is a somewhat more pedestrain scene designed to show off some of the game's additional graphical polish, along with a few new moves for Drake.


All in all, from what we can see Uncharted 3 boats improvements in lighting, texturing, and shaders over Uncharted 2, with more detail being present, smoother animations, and even better use of anti-aliasing. Some of these improvements are mere subtlties, while others are far more noticeable (like the inclusion of MLAA - UC3’s big leap forward, like with SSAO in UC2). And, with just under a year to go Naughty Dog have plenty of time for optimisations, to get those little details that make all the difference down to a fine art.

The first part of our Uncharted 3 trailer analysis can be found here, which focuses on the teaser trailer and also forms a complete look at the tech behind the game so far.

Sunday, 19 December 2010

Tech Analysis: Uncharted 3: Teaser Trailer

So, Uncharted 3 has finally been unveiled. And for those who didn’t think this generation of consoles had much more to offer graphically… well, Naughty Dog’s latest – still just under a year a way from completion – definitely looks to silence the critics. Arguably, given the quality of the real-time and in-engine rendering on offer in Uncharted 3, there’s no need to hurry along to meet that five-year hardware lifecycle.

At the recent VGA awards Naughty Dog finally blew the lid off the next title in the globe-hopping, bandit-shooting Uncharted series, with Drake once again looking rather worse for ware, but this time stranded in the desolate Arabian desert.

The trailer showcases a variety of engine improvements, from shadows and lighting, to texturing and skins shaders. All have seen a noticeable upgrade. Some of these look to be suspiciously from in-engine - but not in-game - footage, whereas others look to have taken the actual in-game tech another leap forward (just look at those water effects). Either way, Uncharted 3 at this early stage looks absolutely incredible.



The trailer can be divided up into three distinct parts; the desert scene in which we see Drake walking slowly across some sand dunes, stranded after being involved in a plane crash; a scene in which him and sully are in a darkened room in what looks like a flashback of sorts; and the ending post title footage, which clearly shows off a few short seconds of actual ganeplay.

All three can be seen below for comparison purposes, and it’s here that we can see exactly which parts of the trailer are being rendered in-engine, in real-time, and actual gameplay.




Starting off with the desert scene, and we can see most obviously some of the changes Naughty Dog have implemented in their engine for Uncharted 3. Drake himself has been remodelled, his facial features adjusted to represent an older, rustier, heavily warn adventurer. He looks almost slightly chubby in appearance. But look at his arms and legs through his clothes, and we can see that it’s just his underlying bone structure that has been updated.

Texture detail has been noticeably upped. Even from the highly compressed video footage we can see additional subtleties in the form of wrinkles, stubble, and pores on the skin. Skin shaders too have also seen similar increases in quality, with all those little facial features reacting far more realistically with the game’s environmental lighting.

You could say that it looks almost too good to be in-game… and indeed it is. This second opening scene looks like it has been created using in-engine assets, though not rendered in real time. A few things other than the shaders hint at this. Most notable the composition of lighting and shadowing in the scene as a whole… they’re largely flawless in their execution.


The shadowing model in particular is completely artefact free whilst maintaining an incredibly level of precision and accuracy. Notice how both the environment and Drake’s own self-shadows lack any kind of jittering or mostly any edge shimmering, both of which are present in later parts of the trailer and in Uncharted 2. All shadows, both up close and far away, are perfectly cast without error, carefully adding a great deal of depth to the final image.

The lighting also complements this, with dynamic shadows reacting and changing according to the environment conditions. Shadows are cast where expected, and the shader model delivers reflections and subtle changes usually too computationally heavy to be replicated with such precision either in-game, or in real-time in-engine cut-scenes.


Although saying that, the art assets used in the trailer are all ones that will be used during gameplay according to Naughty Dog; they’ve simply upgraded some of the effects to complement the offline nature of rendering the scene for the trailer. It’s purely an artistic style choice, great for PR screenshots and posters, but not all that far off from what is present in game as it were.

There are other things that also point to this fact, the detailed nature of Drake’s attire for example. Everything from his belt, the bullets situated upon it, his shirt, and his scarf are beautifully rendered. In particular, Drake’s scarf seems to have a soft-cloth simulation of sorts integrated into its animation system, with no polygon clipping or edge and shadow artefacts. It’s like a CGI rendering but using in-engine artwork.



In terms of the actual trailer resolution, it appears that different scenes are rendered in varying original framebuffer sizes before being either upscaled or downscaled to form the final 720p image. Take the opening desert scene for example. Here we have what looks like a 1980x1080 original FB which has been downsampled in a process known as supersampling to deliver large amounts of full-scene anti-aliasing, resulting in very little in the way of jagged lines.

In fact, the aliasing that is present in this scene – shadows and subtle edge aliasing from certain angles, along with texture aliasing – is perhaps more down to shader aliasing and in particular, the lightsoures being used in combination with the resolution of the shadowmaps themselves. Also, there is barely any evidence of subpixel aliasing issues - we can see that thin lines and small pieces of geometry are highly smoothed over – a key component of using supersampling. But there is nothing more than a few edges with ‘soft jaggies’ standing out from the rest of the scene.

On the whole, this centrepiece scene from the trailer comfortably represents the kind of graphical upgrades to be expected throughout the actual game on a baseline level, although shader effects and texturing has obviously been increases slightly beyond levels possible in-game in real-time no less, with additional precision along with more detailed character modelling.


Moving on to the second key scene, and we can see similar engine upgrades taking place, but without the same level of perfection as in the desert portion we’ve discussed above. Both Drake and Sully feature improvements in texturing, normal mapping and shaders, but not to the extent as seen in the ‘in-engine, pre-rendered’ part of the trailer. This scene appears to be rendered not only with in-game assets but also being done in real-time without any of the ultra precise shadowing and lighting.

Obviously like for like comparisons aren’t completely possible – different lighting conditions and the fact that Drake himself looks to be younger, slimmer than in the earlier part of the trailer – although we can still see evidence of visual tweaks and changes while also spotting a few rendering artefacts that reveal the scene’s real-time presence.


Take a close look at the shadowing on Drake for example. Some of the self-shadows evident around his neck clearly show evidence of jittering and some edge shimmering – something larger absent from the desert part of the trailer. In addition Drake’s character model is slightly less detailed, with reduced shader effects and subtle texture details.

Like with the earlier scene, this part of the trailer also appears to be rendered in 1920x1080 before being supersampled down to 720p, which would explain the lack of any noticeable edge shimmering on the geometry. Although, in dark low contrast environments such things rarely manifest themselves.


Onto the actual gameplay portion of the trailer, and this is where things get difficult. The short and chopped up, cropped, and constantly resizing nature of the clips, along with compression induced motion artefacts make it difficult to assertain how close the game holds up to the graphical quality of the cut-scenes in any meaningful way.

However, we can at least see that the quality looks about on par, or close to the scenes in question. Much like in Uncharted 2, the cut scenes do appear to be higher quality renderings, though using in-game assets and running in real-time (assuming the same system from Uncharted 2 is in place, whereby all cut-scenes are real-time and not video recordings of the renderings). I imagine that gameplay will look basically the same to the untrained eye, featuring similar rendering bugs, but with a touch more detail and precision.

This part of the trailer also looks to be rendered in native 720p (1280x720) like with previous Uncharted titles, while anti-aliasing is yet to be determined. Some have said that MLAA looks to have been implemented, though with compression artefacts masking any potential aliasing issues and the clips so short/poor in quality, this may just be wishful thinking at this point. However, we shall be taking a look at the more recently released direct-feed gameplay video to investigate this further.


One thing that does stand out with the gameplay footage, is the noticeable upgrade in the engine’s ability to render water and fire effects. The water in particular looks incredible. It almost looks like a simulation if you don’t pay attention to how it flows and changes in motion.

The main body of the water appears to be more volume-based than particle-based - modelled with large mesh of animated geometry and normal maps - thus avoiding the PS3’s limited available memory bandwidth for alpha effects, although this is indeed backed up with some particles at the front as the water expands and spreads across the environment.

The fire effects also feature more animation than those found in uncharted 2. From the brief few seconds of footage, we can see an increse in the layers of 2D sprites used to form this effect, with greater levels of blending. Although, again… it’s pretty hard to tell, given the quality and duration of the footage.


Instead, a far better example of how Uncharted 3’s gameplay will hold up against both the in-engine pre-rendered parts of the trailer, and with the real-time in-engine cut-scenes can be found here, in the first direct-feed gameplay trailer.

As you can see, there is a noticeable difference between both the character and environment modelling, shader effects, shadows and lighting compared with the trailer. Against the standard cut-scenes too, we can see a slight downgrading - small, but perhaps greater than the differences in Uncharted 2.


Pre-rendered


In-game

We’ll be taking a look at the gameplay trailer in the next day or two at IQGamer in a shorter tech analysis, mainly focusing on the upgraded fire effects and comparison details between pre-rendered in-engine footage and gameplay. Interestingly, these gameplay shots feature very little in the way of aliasing, shimmering edges etc, which could lead to either an MLAA solution being implemented, or perhaps more supersampling - used in creating print and promotional quality bullshots. But we shall see.

In the meantime we can at least see that regardless of how the footage – and indeed the screens – have been enhanced, modified, or created from an offline render, that Uncharted 3 is already delivering a tangible improvement in rendering quality over and above Uncharted 2 and in some respects Killzone 3, while the game still has just under a year to go before it goes gold.

We also haven’t even mentioned that 3D support is also in the pipeline for day one. How this will be implemented – what method: side by line, top to bottom, half res, full res, etc hasn’t been confirmed – but Naughty Dog have stated that the engine is constantly in a state of flux, with new tech and changes being implemented right up until a month before the final crunch to completion. With that said, we won’t likely find out anything concrete for at least a few months. Although details on the 2D rendering engine will certainly surface long before that.


So… Uncharted 3 then, from what little we’ve seen of it, is looking mightily impressive at this point. It’s very early days in the game yet, with many questions still going unanswered, and a few in which the answers are obviously identifiable. The leap between the second and third Uncharted titles doesn’t appear to be as gigantic as the jump from UC1 to UC2 (SSAO was by far the most noticeable upgrade), although there’s plenty of subtle elements that provide additional flair to the engine, along with increased levels of realism to help engross the player further into Drake’s world.

As we’ve already mentioned, a direct-feed gameplay trailer has since been released to complement the highly directed teaser trailer, showing off two minutes of continuous gameplay in which to present the various in-game engine improvements. You can expect another analysis, albeit much shorter based on this in the next few days.

Thanks go out to Nebula for the framebuffer analysis/pixel counting.

Wednesday, 10 November 2010

Review: Time Crisis: Razing Storm

There was once a time when arcade lightgun games were some of the most popular gaming experiences around, and some of the most graphically impressive. You only have to go back seven or eight years with the likes of Time Crisis II and 3 to see the impact such titles had. And the latter even managed to showcase some decidedly lovely PS2 visuals. Obviously, these days things are a little different. In fact, they are very different indeed. The day of the lightgun blaster is long gone, and in its place a barrage of first and third-person shooters, and western-influenced Japanese arcade titles.

Time Crisis: Razing Storm does nothing to stop the decline, being stuck firmly into the past with regards to production values, voice acting, and repetitive mediocrity as the core shooting mechanic fails to sustain your attention. It’s not a case of gaming having moved on, but rather, that most lightgun games are pale imitations of their former selves – something that is apparent right away when you play this collection.

On the Blu-Ray Disc, Razing Storm contains not one, not two, but three separate arcade releases. You’ve obviously got the new Razing Storm Time Crisis game, alongside of which we find another recent arcade shooter, Deadstorm Pirates, and the older, previously released Time Crisis 4. Out of these three games, two are machinegun based titles, whilst the other (TC4) is more traditional affair, but with a few added gameplay changes.


Razing Storm isn’t so much a sequel to Time Crisis 4, but a spin-off from the series. Instead the game looks like a follow up to Namco’s Crisis Zone - a machinegun, play and spray instalment in the franchise. While keeping the series familiar duck and reload mechanics in hand, the game sees you with your finger almost constantly down on the trigger, blasting away at dozens of enemies at a time, and rarely using anything other than a weapon capable of firing hundreds of rounds per minute. That is to say, that Razing Storm is more OTT rather than presenting you with a skilful shooting gallery as found in Virtua Cop.

Balancing out the game’s approach of near-constant shooting, enemies all have small health bars that must be depleted, and subsequently lots of bullets are required to take them down. On the upside, you won’t be getting shot all of the time. Instead, enemies become surrounded by a red or blue cursor that bleeps when an attack is immanent. The result: that you’ll only have to duck and defend either to reload, or when those bleeping markets appear on screen.


Other than the enemies themselves, you can shoot at almost anything in Razing Storm, and most of it is completely destructible. Tables and chairs can be blasted into pieces; windows can be shattered; and even large chunks of buildings and other solid objects can be damaged - the range of destruction is pretty impressive. At one point I was able to blow up nearly an entire row of buildings in sea of trigger-happy melodrama. Although lacking the full scale devastation that Battlefield Bad Company and its sequel has to offer, it is far from being just superficial.

However, the suitably destructive scenery does come at a cost to the visuals, which are pretty basic to say the least. Static lighting, poor texturing, and blocky environments are hardly an adequate concoction for a current-gen game, least of all a full price one. Given the low popularity of such a title, and the ongoing decline of the arcade industry in general, such a lack of polish, and indeed production values, is all but guaranteed. I would say that what we have here is merely satisfactory, though bland and un-inspired at the same time – the bloom lighting, though overdone is rather nice. Loading up TC4 once again shows that some of the artistic vibrancy found in similar titles made just a few years prior, is largely absent here in Razing Storm.


On top of the standard lightgun shooting Arcade Mode, and Razing Storm also adds an additionally fleshed out Story Mode too. This is basically like a FPS of sorts, with you having to move around whilst aiming and shooting. The control set up using the Move works very similarly to that powering most Wii first-person shooters, but is worse in execution. Even more so than with the main Arcade Mode, you’ll find loads of poor voice acting, terrible AI, and some of the blandest gameplay in existence.

Moving and turning is rather awkward regardless of how much you have adjusted the controls, and the action is decidedly pedestrian. Suffice to say, I didn’t bother to even finish this mode. It isn’t what Time Crisis is all about, and quite frankly, it would have been far more beneficial to have some additional stages tacked onto the regular arcade mode instead.

So Razing Storm itself isn’t all that great, although it is backed up by two other rather average lightgun games. Perhaps unsurprisingly, it is Time Crisis 4 that is still the best of the bunch. It features a reasonable blend of precision shooting, whilst taking the time to implement some of the more OTT concepts found in Crisis Zone, and other action titles. Deadstorm Pirates on the other hand, like with Razing Storm, is a far more mundane affair, which only serves to highlight the drop in quality games like this are facing.



Overall, it is Time Crisis 4 which is by far the best this collection has to offer. It balances out skilful shooting with a few spray and play machine gun sessions, and has by far the most replay value of the trio. Sadly, neither Deadstorm Pirates nor TC 4 features their original arcade intro sequences. In fact, there is no intros whatsoever.

Outside of the games themselves, it was the promise of Move support which had me most intrigued. Doing away with the painfully ugly set-up that was the G-Con seemed like a perfect idea, especially as the Move has the capability for even greater precision, but without the hassle. Sadly, even here Namco have missed the boat somewhat. In terms of actual aiming and shooting, the Move performs brilliantly - there’s no mis-firing in which to speak off, and latency was inline with the G-Con.


However, Time Crisis has always required the use of an additional button outside the trigger on the gun itself: the use of a duck/reload button. Now while this was always well catered for on all three versions of the G-Con (with the G-Con 2 being the best), using one of the available buttons on the Move itself feels distinctly clumsy, or really uncomfortable at worst. There’s no option to use a Move plus Navigation Controller set-up, thus allowing for comfortable aiming and easy reloading – something which is already available while using the standard G-Con 3.

Ultimately, the result is that Sony’s Shooting Attachment for the Move is completely redundant. It’s borderline useless for Time Crisis as you don’t have access to a more comfortable reload/ducking set-up. In any case, for pure comfort and overall performance reasons, using the archaic, ‘wires everywhere’ set-up of the G-Con 3 is by far the best option.


In the grand scheme of things, it’s hard to recommend Time Crisis Razing Storm to anyone, including hardcore fans of the series. At full price (it’s £39.99) it neither represents good value, nor a great retro themed experience. You would in effect, be better served by tracking down a copy of TC4 and the G-Con 3 - both of which are sure to cost less second hand – than invest in this poorly put together compilation of decidedly average lightgun games.

Perhaps Namco should provide a Time Crisis 1,2 and 3 HD collection instead. Or even have another stab at the main series with a Time Crisis 5. Either way, lord knows why they bothered with this when there are far, far better alternatives out there. Some people may well enjoy the overtly cheesy nature of Razing Storm and Deadside Pirates, and find them reason enough to dust off that ghastly orange monstrosity that is the G-Con 3, although even they, I think, will feel slightly short changed.

VERDICT: 5/10

Wednesday, 3 November 2010

Review: Vanquish (PS3)

Vanquish is an awesome game, there’s no doubt about that. Platinum Games have created a masterpiece of a shooter that blows away any other modern day title that remotely tries to replicate the same blend of intense action and screen-filling chaos, of which there are next to none. Comparisons with Gears Of War may be drawn initially, as the game appears to be a more hectic variant of the duck & cover shooter. However, Vanquish is instead is more like a hardcore, three-dimensional homage to the 16bit run and gun shumps of old, and is as definitively thrilling as it is exemplary.

The best way to describe Platinum Games’ highly stylish, and overly intense homage to classic side-scrollers, is to say that it is like a warped version of Gears Of War on a speed trip. Though such limiting connotations just don’t really do it justice. Sure, you can play Vanquish like a simple Gears clone on easy mode, and the game does have plentiful spots of cover in which to park your backside against, though in doing so you’d be missing the point completely. And by a very large margin.

Perhaps with its use of high-powered, though grounded special abilities, and the instantly cool, but somewhat fiddly to implement weapon cancelling system, the game owes as much to classic, over the top beat’em up romps such as Marvel Vs Capcom as it does to any other contender to the third-person shooting crown. The sheer intensity of the combat; the amount of enemies, effects, and carnage on screen rip apart any misconceptions you might have taking you on a journey into one of the most satisfying action games that I’ve played in a long time.


Starting out initially, the game sees you taking on a few handfuls of enemies using the many walls and concrete cover points in order to take a few second breathers in between the more fierce battles for territory. This is pretty much like every other third-person shooter you’ve experience before. However, very soon after it finally starts to dawn on you that sticking in one place for any length of time isn’t a very good idea; you’re unlikely to stay alive for long doing this, especially as the game ramps up its foe count dramatically the further you push on.

Instead you have to keep moving, whether that be from point to point, or by trailblazing past scores of enemies using your jetpack. It doesn’t matter. The thing is, combat is meant to be fast, furious and often chaotic. The constant change-up between slower enclosed affairs, with wide-open faster paced sections is like the constant ebb and flow of pace in a fighting game.

However, unlike in those kinds of titles, you’ll be constantly facing a barrage of bullets, laser beams, artillery, and powerful rockets as the stage quickly turns into an all out battlefield. It’s hectic, but stylistically cool. And this is exemplified by Sam Giedeon’s use of a specially engineered suit giving him a small range of enhanced abilities.


Sam’s Augmented Reaction Suit (ARS) not only makes our futuristic American hero more agile – you can dodge, flip and cartwheel yourself past most heavy enemy fire, but also allows him to glide across the floor’s surface with the aid of a jetpack, plus conveniently upping his perceptive skills, delivering a slow-motion, bullet-time type effect to the action.

The jetpack, and in particular in combination with bullet-time is something that you’ll no doubt be needing to use throughout most of Vanquish, especially on the Normal and hard difficulty settings. Seeing as enemy fire usually comes from all directions, the game conveniently pushing you to move from place to place, and back again, using your suits impressive abilities in order to leverage any vantage point you can.

I found it distinctly refreshing running in head on, constantly repositioning myself the heat of battle, boosting around enemies before going in for the kill. The sensation you get is far more exciting than just by simply hiding behind various walls and other objects, occasionally popping up for a few quick shots before ducking back down again. Instead cover gives you a few quick seconds to grasp your bearings before you jump full-on back into combat, blazing past enemies, before spraying a mountain of bullets their way.


Often boosting past multiple targets, before turning around in full bullet-time action, whilst cartwheeling past an incoming barrage of projectiles is a common way of not only staying alive, but also positioning yourself for the perfect assault. Once in full slow mo you then can unleash your own sneaky counter attack. This is unmistakably what Vanquish is all about, and is something that you should frequently be doing all the way through the game. Sometimes though, the action becomes just a tad too overwhelming to handle, and the end result is being on the receiving end of some near-fatal impact damage.

Your suit may make you fast whilst being incredibly durable, but strong and built to withstand epic bombardments it is not. In order to give you that fighting edge, when you are mere seconds away from death the game automatically slows down into bullet-time, whilst your health quickly recovers. This then allows you to easily take out the most offending foes from halting your progress safely in the knowledge that a short represeve is only a few seconds away. It’s a nice touch, one that frequently helps you out just when you think you might be near the end.

Of course, your ARS abilities can be used independently from each another; activating the bullet-time mechanic to gain a better shot when needing to hit a crucial weak point for example, or boosting away to get out of tough situations in which there is no time to sensibly avoid conflict by more normal means. Chaining these abilities together however, is really where the game’s skill and subsequent depth really lies.


Take for example the weapon system. You have four weapon slots in Vanquish, and these can be toggled through via the d-pad (one for each direction) – you usually start with the assault rife, heavy machine gun, shotgun, and some grenades. However, weapons can be cancelled out mid-fire by simply pushing down on the d-pad to select another. This means that it is possible to lunge toward an enemy in slow-motion whilst emptying a whole assault rife clip into them, before cancelling into a shotgun for a decisively final, close-range blast to the head. It’s moments like these which really, really deliver that “oh yeah” factor, but without the need for any cheesy Americanised comments found in a certain other shooter.

It is up against the bosses in which these feats of brilliance are best served, although due to the sometimes fiddly nature of the controls, such events rarely go quite as planned. And this is perhaps the biggest issue that can be laid out against the game; that with so many button combinations to remember, and the d-pad to consider in higher-level play, Vanquish sometimes feels like it’s more inaccessible than it perhaps should be.

I really like the idea of weapon cancelling – it brings much dept to the table. But when it is so finicky to use, it can feel redundantly absent. You can of course still manage to utilise most of your acrobatic, Matrix influenced arsenal despite some minor qualms with the controls. And the range of impressive bosses, and sub-bosses - which become normal foes once you’ve encountered them for the first time – is exactly where this tatic is best reserved. Imaginatively designed, screen-filling, and scenery destroying in nature, these awesome encounters are some of the best parts of the game.


Forget the blazing gunfire found right in the regular battlefield, because when up against one or even several bosses at once, you’ll be bombarded with scores of incendiary projectiles, and numerous other tools of war. And as if taking these behemoths down wasn’t difficult enough, every one features its own signature one-hit-kill attack, giving out an instant death sentence if you’re not quick enough to move out of the way.

Such moves are rarely of continued annoyance. And although later bosses use this quick kill manoeuvre far more frequently, the game does give you adequate toolage in order to deal with them successfully. It’s just a case of memorising each boss’s specific attack patterns, avoiding the lethal blows, and constantly boosting, dodging and countering all the way through to the conclusion, in which you should witness a lovely cataclysmic explosion, filled with layered smoke and loads, and loads of awesome particle effects.

Spectacle isn’t just contained in these encounters however, Vanquish features a fair few dramatic set pieces and lavishly scripted events. One of which is a very, very cool train section, which sees you situated on one train while firing on another that twists and circles your carriage on a intertwining track way. Another segment will see you taking on several mini-bosses at once, up against a range of powerful fixed weaponry amongst some stunningly lavish visual carnage.


Elements like these, and the many large-scale battles to be found through the game all flow nicely into each other. There’s never a moment where Vaquish feels disjointed, or where certain sections come out of nowhere. Perhaps the only thing which occasionally tends to intrude, is the game’s use of brief cinematic interludes during gameplay, which break up some very short shooting sections just as they are getting started. Quite why this was done I’m not sure – the plot isn’t expanded in any meaningful way that’s for sure, and they simply break up the feel of the game.

The rest of the cinematics though are a very welcome inclusion. They are a blend of the same OTT action as found in the gameplay segments, complete with the same electronic, trippy music that encompasses the entire game. And whilst these cut-scenes don’t really flesh out the story, they are amazingly well directed, and act as an impressive companion piece to the highly-stylished gameplay.

Effectively, the plot is only a sallow device used to set up the next elaborate action sequence, where by there is lots of shooting, lots of cool set-pieces, even more shooting, and then more short cinematics, followed by even more of the same. And since it is this rinse and repeat nature of play which makes Vanquish feel like a modern-day re-envisioning of classic 90’s shooters like Contra and Metal Slug, rather than just a Japanese take on Epic’s GOW, that is exactly how you should view it.


Vanquish blends tried and tested old-school arcade methodology with modern day, western sensibilities into a ride of highly intoxicating, choreographed chaos, complete with large scale intense action, and short little cinematic interludes - Quantum Theory this is not. The game then is a stellar example of Japanese madness meeting crazy over the top gunplay, delivered in a familiar form, though strikingly fresh and original at the same time.

If there are any complaints to be had, then it’s the somewhat stiff animations, and slightly complicated controls which mostly come to mind. Although neither really put a dampner on the experience, and you’ll be hard-pressed not to forgive such issues considering the level of polish to be found throughout.

Vanquish may well be a little too hectic for some, with the near constant bombardment of multi-directional action threatening to disengage anyone unaware of the sheer apocalyptic mix contained within, but it also provides some of best slices of arcade style gaming in recent years. The fact that it does this so well, means that Platinum Games latest is quite possibly one of the best games I've played this generation, and is in my view, utterly essential.


VERDICT: 9/10

Tuesday, 26 October 2010

Tech Analysis: Vanquish Update (PS3 vs 360)

Created by both the legendary Shinji Mikami, and the visionary Atsushi Inaba, Vanquish is one of the most exciting and intense shooters to come out of any software house in recent years. Although, it is only from the minds, and indeed talent, nurtured in the land of the rising sun in which such an exemplary form of high-octane, and beautifully staged gunplay could have originated. Coming out of nowhere Vanquish is an amazing game, and one of the most impressively modern, though staunchly old-school examples of run and gun mayhem you’ll find on any console, let alone the PS3 or 360, and is well worth the price of entry.

The demo release way back in August showed that Vanquish was more or less a match on both PS3 and 360, but the finished game now solidly confirms that. Like with the demo Vanquish looks to be almost completely identical across both platforms, having just one or two extremely subtle, but barely noticeable differences, with performance being the most defining factor between both versions.

What we have here is a stark contrast to Platinum Games last release, Bayonetta, which was seriously gimped on the PS3. Running with its framerate bitterly halved, along with lower resolution textures and alpha effects it was perhaps one of the worst cross-platform releases I’d come across thus far. But unlike that particular title, Vanquish was completely developed in-house on both platforms, with the PS3 game being the lead platform.

We took an in-depth look at the demo in an earlier tech analysis, so there’s little reason to spend a huge amount of time re-treading old ground, seeing as pretty much most of our findings back then still ring true now when it comes to the final retail copy. Instead what follows is a recap of sorts with updated comparison shots and an extended look at performance across both formats – arguably the deciding factor when it comes to Platinum Games’ latest.



Vanquish comes to both PS3 and 360 with a high contrast, heavily stylised look rendering at 1024x720, and with 2xMSAA (multi-sampling anti-aliasing). Sharpness is like for like, and polygon edges are reasonably clean given the circumstances, with jaggies mostly being kept successfully under control despite the high contrast nature of the game – due no doubt to the title’s extensive use of post-process, per-object motion blur in addition the standard MSAA implementation.

However, the game does appear a little soft in places due to the slight sub-HD framebuffer being upscaled to 720p on both consoles. Although this never manifests itself in any meaningful way, and the overall look is still that of being mostly sharp and clinical despite the amount of screen-distorting effects on offer.

Given the huge amount of stuff being rendered on screen at once; plenty of particles, transparencies, and geometry, it is surprising to see that absolutely nothing has been paired back on either build of the game. Alpha buffers are rendered in full resolution, and both texture detail and filtering are an exact match across both platforms, with tons of beautiful shader effects adorning the display. The fact that the developers have been able to almost reach 720p in its entirety (1280x720) is impressive to say the least.

The use of a 1024x720 resolution framebuffer with 2xMSAA means that the game’s graphical make-up on a frame-by-frame basis manages to work comfortably with both systems differing memory bandwidth limitations – on the 360 in particular the FB fits into the system’s EDRAM without tiling, while PS3 owners get something that isn’t too bandwidth heavy overall. The result of which is basically image parity on both platforms, with only some shadowing quirks and mild gamma differences.



Of course such oddities are hardly justifiable as plus or minus points against each version. Shadowing has slightly different implementations on each platform, with occasional differences here and there, though in motion they look basically the same. This was also apparent in the Enslaved demo we sampled a few weeks back for an another tech analysis, and like with that particular title, in Vanquish it barely impacts on the overall look of the game.

There also seems to some small gamma differences between the two versions. Contrast seems to be slightly boosted, and brightness reduced on the PS3 giving some textures a mildly more washed out look, along with darker shadowing. Detail levels remain the same however, and a quick, and very slight re-calibration of my TV's video settings then yielded near identical results.



One thing that stands out as much in the final game as it did in the demo, is the title’s use of a range of screen-distortion effects and per-object motion blur. Individual parts of the scenery, along with enemies and projectiles become warped and blurred with fast movement and large explosions, in what can only be described as a bonanza of post-processing goodness.

Like with pretty much the rest of the game, both the PS3 and 360 versions are the same in this regard, with levels of post processing effects usually only found in either high-end PS3 specific titles, or in the PC space where technology is always rapidly moving ahead of the consoles. It’s an impressive feat to behold, especially given the demanding circumstances the game engine regularly finds itself in.

Interestingly, the use of motion blur actually helps in making the game seem smoother than it actually is. In Vanquish blur is used not only to distort images on screen, but also to simulate (if not accidentally) a smoothening effect, though without any artificial framerate enhancement.

The Force Unlreashed II demo demonstrates this perfectly, often feeling smoother and more fluid than a 30fps game, and the same thing can be found here in Vanquish as well. The result is that even when performance takes a brief nosedive, it never quite looks quite as bad as it sometimes feels, which I guess is actually a good thing because Vanquish running at 60fps would be an impossible feat.



So far things have been pretty much identical across both platforms, sans for some shadowing/lighting quirks, both of which are barely even noticeable. Instead, what actually separates the two builds apart from each other is performance, in which we see the PS3 command an overall lead, with no screen tearing, and mix of fewer and heavier framerate drops than its 360 counterpart.

Effectively, overall performance between both versions of the game is exactly the same as in the demo. The first section of the final game IS basically the demo, but briefly expanded upon both at the beginning and at the end. In which case we can see that the same scenario displays the same results as our earlier findings; that the PS3 version tends to drop framerate a little more during the large-scale boss encounter, whilst doing so less often during regularly combat situations.

Moving on past the first mission and into further stages of the game, and we can find largely the same results yet again. Sadly, I don’t have any hard way of confirming actual framerates outside of using my own eyes, but it does appear that the 360 build has a small advantage during most of the game’s boss battles, though admittedly I’ve not played both versions all the way through to completion.

Vanquish targets a 30fps update, and manages to successfully maintain that with only a few dips in between, and some heavy drops when the engine is stressed. Most notably the PS3 version seems to be ever so slightly smoother in normal circumstances, whereas the 360 drops the odd few frames more. Though it has to be said that the differences aren’t earth shattering, barely registering at all when immersed in the action. However the PS3 build does feel ever so slightly more fluid as a whole.



So framerates are basically very similar, with one platform ever so slightly favouring heavy load scenarios, and the other more regular encounters. However, in terms of dealing with screen tearing the results are remarkably different, and this appears to be down to each version’s implementations of v-sync – the 360 version happily loses it in order to keep fluidity, whilst the PS3 benefits from having additional support from being triple-buffered.

Triple buffering means that for every frame being displayed, the game renders a total of three. If the first frame is torn, then the next is selected, and so on, until a clean frame is found. Screen tearing is only really noticeable when multiple frames are torn, so by having more frames rendered for each one displayed, means that you are less likely to be using a final frame that isn’t clean.

For the PS3 it means that Vanquish never tears a single frame. Like in the demo its performance is rock solid in this regard, never faltering even when a cataclysmic event is kicking off right in front of your eyes. By contrast the game 360 game doesn’t feature any kind of continuous v-sync, and unlike hinted at in our demo analysis, doesn’t feature any kind of frame buffer technique (as tearing was barely visible I thought that it could have used the lesser doubled buffered approach), leading to regular, though mostly unseen bouts of tearing.

However, the tearing is so mild on the 360 that it is barely noticeable at all. In fact, during play I only noticed it for a split second or so when there was lots of stuff on screen at once; a clear sign that despite the PS3 being the lead build of the game, that the 360 version is still thoroughly optimised. Instead, screen tearing mostly rears its head during the large boss battles, and rarely in normal combat.

Of course there are both advantages and downsides to either approach. The controls for instance feel a touch more responsive on the 360; a common trait found when comparing games featuring frame buffering, and those without. In order for the PS3 to maintain its stellar v-sync performance (in reality it could be dropping it) triple buffering adds an additional rendering cost into the mix. The amount of time it takes to display a frame goes up, and with it comes additional controller latency.

However, this additional latency only subtly manifests itself, and Vanquish never feels laggy or unresponsive outside of when large framerate drops occur. Interestingly, when both versions are put under strain during a boss encounter, they feel pretty much the same, with the 360 just about coming out on top overall.

Even when taking this into account, there’s no doubt that the PS3 build takes the performance lead by the smallest of margins. All things considered; framerate drops, screen tearing, controller latency, it is clear that the Sony game demonstrates a subtle advantage in most of these areas. Although, with the exception of screen tearing, both are a pretty even match, making Vanquish an enjoyable, and downright awesome experience whichever platform you happen to own.



Compared to Sega’s PS3 port of Bayonetta, Vanquish is sensational. Platinum Games have clearly balanced out the intricacies of their graphics engine with the limitations of both platforms in mind, whilst also taking advantage of similar core strengths, thus benefiting the PS3. And the result is nothing but an impressive showing of parity across both formats.

Sure, the 360 game may well tear a few frames every so often, and the PS3 build’s use of triple buffering adds additional controller latency into the mix, although neither really takes away anything from either version, or the game as a whole. For the most part, all in all Vanquish is virtually identical across the board on both platforms, with any subtle differences being mere curiosities than ranking marks on a scorecard.

In short, Platinum Games’ latest is an essential purchase regardless of which console you happen to own, and is in no way a repeat of the travesty that was Bayonetta. Although, the blame for that one lies solely in Sega’s court.

For a more complete look at the tech powering the game, and a nice companion piece to this somewhat lengthy follow up article, why not check out our earlier demo analysis. That is, if you haven’t already.

Thanks as always to AlStrong for the pixel counting, and to Cynamite.de for the screens. Check out the original gallery here.