Crossplatform Titles Shortchanging PlayStation 2's Performance?
Thanks to GamerFeed for their new story noting that Sony Europe's research, using their 'performance analyzer', on the latest PS2 games. According to the piece: "The secret (or not so secret) way to unleash the PS2's power is to use its vector units (VUs)... of course, the games that used the VUs fared much better, and the game that scored highest did indeed use the VUs the most." An previous AnandTech analysis of the PS2's hardware explains a little further: "The power of the two VUs exists in the proper use of them as serial counterparts in handling the T&L calculations necessary during 3D rendering, but with the PS2 being... dramatically different from what most developers had seen in the past, getting the most out of the host CPU was quite difficult." The original article, in UK magazine PSM, concludes by pointing out: "A lot of the games that don't really use vector units are ports from other systems."
What would be perfect is a compiler that could take ordinary C code and turn it into MIPS+VU0+VU1 code automatically, taking the best advantage of all the machine's resources. Unfortunately this pretty much exists in the realm of science fiction.
How we know is more important than what we know.
Forget vector units... I'd like to see multiplatform FPS's make proper use of MICE on PC ports. "Enter the Matrix", "Deus Ex 2" - I'm talking to you.
For great justice.
A lot of games or programs on any platform including the PC do not take full advantage of the platform. The best way to take advantage of the platform is to code in assembly.
However, this is not really the best use of time for people. Developing in higher programming language in a cross-platform way will end up with better SDKs for the game company.
Here's the priority list I would run my game company.
Focus more on developing good games first. The principal task of a game publisher should be to get his game sold not necessarilly selling the console.
Make it easy for your developers. Choose the platform where it is easiest to program your game in so you can get to market quicker. If your game is good enough, people will buy the console to play your game.
Expand your audience. You can port your games to other platforms at this point. This exercise will promote code abstraction and re-use within your development group.
This is where you start grouping your programmers into the "just-do-it" crowd and "do-it-properly" crowd. They both have their uses.
The "just-do-it" crowd will make you reach your market first. Don't put too much of into this effort. Its going to be too frustrating and boring for most of them, shove them into new development ideas.
The "do-it-properly" crowd will tend to make things slower, but should know how to group and make things better for the code base. They should be promoting code re-use and proper abstractions to help porting to other platforms easier. Don't put too much of them into new development otherwise you'll have conflict with the "just-do-it" crowd.
Learn from your successes. Focus on this one first, as its more positive to your employees. Expand your libraries. Promote code re-use. Think of the sequel.
Learn from your mistakes. Prevent problems in future projects by learning from them and removing the people that don't.
Archie - CIO-for-hire
This makes perfect sense. The developers who use the VU are the ones that take the time. Quick and dirty ports wouldn't use it, but if you take the time to optomize for the VU and such, then chances are you'll take the time to optomize other things. You'll make the sound work well, get rid of the logic glitches, adjust the diffuculty so people don't get stuck because you left out some clues to where the key is hidden, etc. The publishers and developers that take time to make great games spend some of that time one the VUs.
So, indirectly, it makes perfect sense that VUs make a good judge of quality. Now if only other publishers would stop making so much shovelware. The PS2 (and other consoles too, but especially the PS2) has a LOT of great games. But for every great game the PS2 has, it has TONS of shovelware. Unfortunatly, often the shovelware gets great marketing (Finding Nemo, The Matrix: Reloaded, BMX-XXX) and great games (Amplitude, Ico, etc) don't get nearly as much and so they don't do nearly as well, because a large number of games are bought by parents who don't know what games are worth money, or what aren't worth their weight in dust.
Comment forecast: Bits of genius surrounded by a sea of mediocrity.
The PS2 version, by comparrison, is utter crap looking. Horrid, washed out textures, the overall blandness of the entire thing.
Still, the PC version, with the correct PC graphics specs (which I don't have), blows the Xbox version away in graphics as well, especially since PC version of the game can support much higher resolutions than the Xbox version.
I'm not saying games can't look awesome on the PS2, like it may sound like from my OP, really. Zone of the Enders the 2nd Runner is one gorgeous (and fluid moving) game, as is Final Fantasy X. But those are PS2 exclusive titles.
But, we all know that when most games get ported from the PS2 to other systems that they suffer from 'PS2 Port Syndrome'; where the developers do a quick and dirty port, without offering buyers on the GC or Xbox the graphical abilities these consoles have over the PS2.
UbiSoft showed that even with the limitations the PS2 has compared to the Xbox and GC, that you can still make a great looking game (Splinter Cell) and have it on all the consoles. In fact, IIRC, UbiSoft actually re-wrote all the rendering abilities for each console to be console specific, so that it would look good on all of them.
So, while Sony Europe may be right that games could look better on the PS2, blaming 'ports from other systems' is simply laughable (again, 9 out of 10 go to the others from the Ps2, not the other way around). Besdies, with a few exceptions, Sony published games don't look all that hot on the PS2, either.
Yea, have a look at Gran Turismo 4, and then scrub the jaggies out of your eyes with a rough sponge. Yes, the game looks better then previous PS2 games. I own a PS2, and will be buying GT4, but it really isn't all that incredible. It's not just the 300Mhz RISC processor that slows down the PS2, but the lack of RAM as well. Sure there are great methods for swaping textures using the PS2s quick bus speeds, but why bother? Sure, some developers will always spend the time to dig through the spec sheets and program for the extra VUs, but at what cost?
Consider this: How much quicker and more complete could a game be released if the developers didn't have to spend countless hours coding ASM for sony's extra units. What if they had enough RAM for a full scene, and didn't need to do creative swaping? What if all the energy poured into making a game run decent on the PS2 could be put into the game itself. Sure, there are techniques to be used that make the PS2 a formidable system, but techniques take time, and time as they say, is money. I for one, hope Sony does a U-turn and sticks with a single chip or CPU+VPU setup next time.