Developer: Why Games Look Better On Xbox ...
System Wars is a forum to discuss platforms (Welcome and Information thread). The Terms Of Use agreement should be followed at all times. If you find abuse that does not follow this agreement, or the additional guidelines mentioned in the READ BEFORE POSTING sticky thread, please report the content as abuse.
WARNING! More than 5 quotes in a post, trolling and posting in an account suicide thread will result in a moderation, and a possible suspension on your account; flaming equals an automatic 7 day suspension. In addition, discussion about Downgraders, Emulators, Flash Cards, ROMs and Homebrew can also lead to a suspension or the possibility of permanent ban.
- Oct 29, 2007 11:21 am PT
A former developer at Harmonix wrote a detailed discussion of developing on the PS3 vs. the Xbox 360. This is perhaps the best analysis I have ever read on the subject. See http://jbooth.blogspot.com/2007/10/ps3-misconceptions-and-spin.htmlHere it is:
PS3 misconceptions and spin
I read various game forums from time to time, and often see gamers complaining about 'lazy ports' to the ps3. They often mention how the ps3 is the most powerful game console and blame developers working on the console for doing a bad job. Sony has all of these people duped by impressive marketing spin, and I'm often amazed at how potent this type of rhetoric proves to be. For those unaware, I'm going to break it down simply and explain exactly why ports to the ps3 will never be as good as their 360 counter parts, and why most ps3 exclusives will likely continue to suck. First, lets debunk a few common misconceptions:
"The PS3 is more graphically advanced than the 360"
Fill rate is one of the primary ways to measure graphics performance - in essence, it's a number describing how many pixel operations you can perform. The fill rate on the PS3 is significantly slower than on the 360, meaning that games either have to run at lower resolution or use simpler shader effects to achieve the same performance. Additionally, the shader processing on the ps3 is significantly slower than on the 360, which means that a normal map takes more fill rate to draw on the ps3 than it does on the 360. And I'm not talking about small differences here, we're talking roughly half the pixel pushing power.
"Ok, fine, but the cell is like, super powerful"
In theory, sure, but in reality it doesn't work out that way. Game code simply doesn't split well across multiple processors. You can probably find a way to split a few things off fairly easily - put the audio on one processor, animation on another; but generally the breakup is always going to leave several of the SPUs idle or underutilized. On top of that, it's usually not CPU speed that restricts the visuals in games - it's fill rate.
"Uh, Blue Ray!"
Great for watching movies, but not so great for games. Getting data off the blue ray drive takes about twice as long as it does to get the same data off the 360's DVD drive. That translates into longer load times, or god forbid if your streaming from disk, tighter constraints on the amount of data you can stream.
"But it's got a lot more space than DVD"
Ok, you got me there - it does have a lot more space, and there is the potential to use that to do something cool, but thats unlikely to be realized in any useful way. There are tons of compression techniques available for data and I'd personally rather be able to get my data faster than have more of it. Most developers who use the entire Blue Ray drive are doing it to work around other problems with the ps3 such as it's slow loading - for instance, in Resistance: Fall of Man, every art asset is stored on disk once for every level that uses it. So rather than storing one copy of a texture, you're storing it 12 times. If you took that entire game and removed all the duplicate data, it would likely fit on a DVD without any problem. They do this to speed up load times, which, as I pointed out before, are painfully slow on the ps3. So in this case, the extra space is completely wasted.
"Once developers figure out the PS3 they'll maximize the hardware and it will be amazing"
I suspect a small number of PS3 only developers will optimize the hardware to do something cool. However, this will be an exception to the rule, and will likely involved game designs that are specifically designed for the hardware and funded by Sony. If those will prove to be fun or not is another question.
Most of the performance centric research into the PS3 has been around making it easier for developers to get the same level of performance you get out of the 360 naturally. For instance, some developers are using those extra SPU's on the cell to prepare data for the rendering pipeline. Basically, they take the data they would normally send to the graphics chip, send it to an SPU which optimizes it in some manner, then send it to the graphics chip. So, once again we see an 'advantage' in hardware being used to make up for a disadvantage in another area - a common theme with the ps3. And this introduces an extra frame of latency into the equation, making controller response slower.
So, the common theme is this; developers must spend significantly more time and resources getting the PS3 to do what the 360 can already do easily and with a lot less code. Lets look at how this translates into practical realities for a moment:
Why the PS3 version often pails in comparison to the 360 version, and why exclusives often suck:
As outlined above, getting equivalent performance out of the PS3 requires a lot of work unique to the platform, and in many cases, even with all these tricks, you still won't see equivalent performance. Thus, many ps3 games have simplified shaders and run at lower native resolutions than the 360 versions. On top of this, there is shrinking incentive to do this work; the PS3 isn't selling.
The code needed to make the PS3 work is most likely only useful to you on the PS3, as the types of tricks you need to do to make the thing perform are very unique to the platform and unlikely to be useful on any other architecture now or in the future. These issues all stem from unbalanced hardware design, and any future hardware that is this unbalanced will likely be unbalanced in a completely unique way.
Finally, there's the problem of resources. Game Development is, at it's heart, a resource management challenge. Given finite resources, do I have these five engineers work on optimizing the PS3 version to look better, or do I use them to make the game play better and fix bugs? Do I change my design to fit with what the PS3 hardware does well, or simply run the game at a slightly lower resolution on the PS3 to make up for it? Developers striving to push the PS3 hardware have often sacrificed their game in the process.
This post might come across as a lot of Sony bashing, but it's just the reality from the trenches. Sony let their hardware be designed by a comity of business interests rather than a well thought out design that would serve the game development community. They are going to loose hard this round because of it, and I hope that in the next round they take lessons from this round and produce a more balanced and usable machine.- Please wait. Quick reply will be available shortly.
- This is old and it's a multiplatform developer meaning they develop for the 360 and PS3, you need to ask someone who only develops for the PS3 because it will be fair and balanced because the PS3 is brand loyalty and cell and killzone 2.
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:22 am PTBut teh Cell has more FLOPS.
- Please wait. Quick reply will be available shortly.
- welcome to last week. Here on SW things get posted pretty fast.
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:24 am PT[QUOTE="DaysAirlines"]This is old and it's a multiplatform developer meaning they develop for the 360 and PS3, you need to ask someone who only develops for the PS3 because it will be fair and balanced because the PS3 is brand loyalty and cell and killzone 2.[/QUOTE] Well sorry but this information is not old to everyone. Anyways, how is it fair and balanced if a dev that only devs for 1 console instead of both speaks on this subject? Makes no sense.
- Please wait. Quick reply will be available shortly.
Dear Fanboys:
Making 50 threads about this topic that all have the exact same quote from the exact same dev does NOT equal 50 devs attacking the PS3.
Just so you know.
-Zim-
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:26 am PT
that explains a lot....
glad i got a 360...:)
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:29 am PT[QUOTE="tango90101"]
that explains a lot....
glad i got a 360...:)
[/QUOTE] Same here. Too bad I wasted 600 bucks on a PS3. Oh well. At least I can play MGS 4. =)- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:30 am PT[QUOTE="ZIMdoom"]
Dear Fanboys:
Making 50 threads about this topic that all have the exact same quote from the exact same dev does NOT equal 50 devs attacking the PS3.
Just so you know.
-Zim-
[/QUOTE] I'm not a fanboy.
As for your post, zzzzzzzzzz...
Just so you know.
-LuvGaming-
- Please wait. Quick reply will be available shortly.
- [QUOTE="LuvGaming"][QUOTE="DaysAirlines"]This is old and it's a multiplatform developer meaning they develop for the 360 and PS3, you need to ask someone who only develops for the PS3 because it will be fair and balanced because the PS3 is brand loyalty and cell and killzone 2.[/QUOTE] Well sorry but this information is not old to everyone. Anyways, how is it fair and balanced if a dev that only devs for 1 console instead of both speaks on this subject? Makes no sense.[/QUOTE] Killzone 2
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:34 am PT[QUOTE="LuvGaming"]
I'm not a fanboy.
As for your post, zzzzzzzzzz...
Just so you know.
-LuvGaming-
[/QUOTE]
This is super old, so its zzzzzzzz...
Just so you know.
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:34 am PT[QUOTE="DaysAirlines"][QUOTE="LuvGaming"][QUOTE="DaysAirlines"]This is old and it's a multiplatform developer meaning they develop for the 360 and PS3, you need to ask someone who only develops for the PS3 because it will be fair and balanced because the PS3 is brand loyalty and cell and killzone 2.[/QUOTE] Well sorry but this information is not old to everyone. Anyways, how is it fair and balanced if a dev that only devs for 1 console instead of both speaks on this subject? Makes no sense.[/QUOTE] Killzone 2[/QUOTE] Killzone 2 doesn't look that great if that's what you're trying to tell me.
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:37 am PT
i know this anyone who has both systems knows this... when is it gonna be widly exceped on this forum that 360 is a more powerful machine then the ps3???when drake flops??or mgs4 flops???
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:39 am PT[QUOTE="LuvGaming"][QUOTE="tango90101"]
that explains a lot....
glad i got a 360...:)
[/QUOTE] Same here. Too bad I wasted 600 bucks on a PS3. Oh well. At least I can play MGS 4. =)[/QUOTE]
me too... i'm just going to rent the ps3 and MGS4 from blockbuster and save $400... :)
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:42 am PT[QUOTE="XaosII"][QUOTE="LuvGaming"]
I'm not a fanboy.
As for your post, zzzzzzzzzz...
Just so you know.
-LuvGaming-
[/QUOTE]
This is super old, so its zzzzzzzz...
Just so you know.
[/QUOTE] It's old to you but not many other folks. Not everyone lives their lives in these forums like yourself. Anyways, why bother posting and giving this thread another bump? Nice going. LoL!- Please wait. Quick reply will be available shortly.
[QUOTE="LuvGaming"][QUOTE="DaysAirlines"][QUOTE="LuvGaming"][QUOTE="DaysAirlines"]This is old and it's a multiplatform developer meaning they develop for the 360 and PS3, you need to ask someone who only develops for the PS3 because it will be fair and balanced because the PS3 is brand loyalty and cell and killzone 2.[/QUOTE] Well sorry but this information is not old to everyone. Anyways, how is it fair and balanced if a dev that only devs for 1 console instead of both speaks on this subject? Makes no sense.[/QUOTE] Killzone 2[/QUOTE] Killzone 2 doesn't look that great if that's what you're trying to tell me.[/QUOTE]
You say things like this and yet claim you aren't a fanboy? When gameplay footage was released practically every gaming critic/reviewer/website said it meets the expectations set out by the "cgi" target videos.
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:47 am PT[QUOTE="ZIMdoom"]
[QUOTE="LuvGaming"][QUOTE="DaysAirlines"][QUOTE="LuvGaming"][QUOTE="DaysAirlines"]This is old and it's a multiplatform developer meaning they develop for the 360 and PS3, you need to ask someone who only develops for the PS3 because it will be fair and balanced because the PS3 is brand loyalty and cell and killzone 2.[/QUOTE] Well sorry but this information is not old to everyone. Anyways, how is it fair and balanced if a dev that only devs for 1 console instead of both speaks on this subject? Makes no sense.[/QUOTE] Killzone 2[/QUOTE] Killzone 2 doesn't look that great if that's what you're trying to tell me.[/QUOTE]
You say things like this and yet claim you aren't a fanboy? When gameplay footage was released practically every gaming critic/reviewer/website said it meets the expectations set out by the "cgi" target videos.
[/QUOTE] I own a PS3 and a 360 so...... yeah...... it's my opinion that KZ 2 doesn't look all that great. Live with it.- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:48 am PTTheres no arguing with this cows, you've heard the most detailed description of how much the PS3's initial design sucks and how developers are not "lazy" but simply they can't be dealing with the complex whims of the PS3's core.
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:50 am PT


GT: ChesterBilliams
[QUOTE="DaysAirlines"]This is old and it's a multiplatform developer meaning they develop for the 360 and PS3, you need to ask someone who only develops for the PS3 because it will be fair and balanced because the PS3 is brand loyalty and cell and killzone 2.[/QUOTE]how will an exclusive dev give a balanced opinion. multiplat devs are the only ones to giv legitimate opinions
- Please wait. Quick reply will be available shortly.
- Oct 29, 2007 11:53 am PT[QUOTE="LuvGaming"][QUOTE="XaosII"][QUOTE="LuvGaming"]
I'm not a fanboy.
As for your post, zzzzzzzzzz...
Just so you know.
-LuvGaming-
[/QUOTE]
This is super old, so its zzzzzzzz...
Just so you know.
[/QUOTE] It's old to you but not many other folks. Not everyone lives their lives in these forums like yourself. Anyways, why bother posting and giving this thread another bump? Nice going. LoL![/QUOTE]
I agree, i didn't see this before and clearly there are Cows who are in MEGA denial over this, so i saykudos and good post TC.
- Please wait. Quick reply will be available shortly.
