Recommended Posts

I've been thinking about hardware recently. Especially for the PS3. My big question is how games like the Assassins Creed Series, Crysis 2 with 1.9 directx 11 update with high resolution textures, God of War 3 and many many other, can run on a system that has a graphics card based on the nvidia geforce 7000 series, 256MB main ram and 256MB of vram? Is it because of the CPU?

I don't thing the PS3 CPU is optimized so well, that can be faster than the GPU. And one more question. Why Crytek said before years that the consoles aren't powerful enough to run Crysis, but now they ported Crysis to consoles?

Link to comment
https://www.neowin.net/forum/topic/1060050-why-is-the-ps3-performance-so-good/
Share on other sites

Because the game code is specific to that hardware and the textures are not as high quality. On a PC, they have to cater to a larger amount of hardware plus the ability of the graphics is much higher.

  • Like 1

I've been thinking about hardware recently. Especially for the PS3. My big question is how games like the Assassins Creed Series, Crysis 2 with 1.9 directx 11 update with high resolution textures, God of War 3 and many many other, can run on a system that has a graphics card based on the nvidia geforce 7000 series, 256MB main ram and 256MB of vram? Is it because of the CPU?

I don't thing the PS3 CPU is optimized so well, that can be faster than the GPU. And one more question. Why Crytek said before years that the consoles aren't powerful enough to run Crysis, but now they ported Crysis to consoles?

It's because the system runs on an OS made for gaming and not background tasks/reading your emails/running 20 applications at once (PC).

All consoles have that in common and it's why they produce great results on what some would call modest hardware.

Because the game code is specific to that hardware and the textures are not as high quality. On a PC, they have to cater to a larger amount of hardware plus the ability of the graphics is much higher.

That's true, but still it can run so performance sucking games. Why don't they make a PS3 graphics mode, where you can play your favorite games on a slower computer well? My computer has a lot more powerful GPU than that and still the games lag :(.

Because the game code is specific to that hardware and the textures are not as high quality. On a PC, they have to cater to a larger amount of hardware plus the ability of the graphics is much higher.

This. Pretty much entirely this

The console port is nowhere near as good or detailed graphically as the PC (I assume he meant) game.

And consoles do ONE thing, play games, they are 100% optimised for it.

Which is what Audioboxer is talking about..

It's because the system runs on an OS made for gaming and not background tasks/reading your emails/running 20 applications at once (PC).

All consoles have that in common and it's why they produce great results on what some would call modest hardware.

Which is kinda true. You do get much better performance by building systems designed for a specific task as opposed to general processing, however it's primarily what djdanster said.

When you have a unified plalform (ipod/iphone, blackberry, ps3, xbox, HP DC7100, etc...) It's relatively easy to code something to be really optimized for it, you don't need to account for a bug for some hardware that you know your software will never see, you can also code in a way where it is safe to ignore some timers or calls needed normally by the hardware/OS, in the interest of optimizing performance. Vmware is a very big champion of that. Installing Windows on directly on a pc takes longer than installing it in vmware on that very same pc.

Also, consoles and most devices besides PCs use RISC processors, so they are less versatile in what they can do, but what they do well will usually perform better in comparison to CISC processor of "equal" performance.

It's all very complicated and technical, but, in the end, the consoles are WAY behind the PCs and are holding back a lot of new technologies in the interest of making more money by making the software compatible with old hardware to get more customers.

When you have a unified plalform (ipod/iphone, blackberry, ps3, xbox, HP DC7100, etc...) It's relatively easy to code something to be really optimized for it, you don't need to account for a bug for some hardware that you know your software will never see, you can also code in a way where it is safe to ignore some timers or calls needed normally by the hardware/OS, in the interest of optimizing performance. Vmware is a very big champion of that. Installing Windows on directly on a pc takes longer than installing it in vmware on that very same pc.

Also, consoles and most devices besides PCs use RISC processors, so they are less versatile in what they can do, but what they do well will usually perform better in comparison to CISC processor of "equal" performance.

It's all very complicated and technical, but, in the end, the consoles are WAY behind the PCs and are holding back a lot of new technologies in the interest of making more money by making the software compatible with old hardware to get more customers.

Rose tinted glasses much? No one's stopping developers creating for the PC.

PS3 doesn't do much in the background, checks for network connection status, updates online stuff like friends, messages, etc. and plays a game from a dedicated storage medium.

A PC on the other hand, is checking network connectivity, checking hardware status (S.M.A.R.T.), checking for DMAs and IRQs and checking each hardware device attached to all PCI, PCI-X, AGP, etc. connections, controlling a USB bus and searching for devices on that, doing whatever background tasks you have open, plus anything any other users have open, plus other background stuff as other user accounts (defrag, computer browser, dns stuff, network stuff, loads of things)... And I could go on. Your PC kernel has a very complex security structure built into it with passwords and hashing and whatnot, the PS3 doesn't have such a feature and is limited to just running things with either full permissions or limited permissions (what the other OS function did), and it all runs as the equilivent as one user.

Rose tinted glasses much? No one's stopping developers creating for the PC.

You're right. But logic tells you that the more people you can reach the more likely you'll make money. A lot of well known artists have to make a lot of compromises in the recording of their music to make it more mainstream accessible, not because they want to, but because publishers want to maximize their investment. Same thing applies to software developing.

I hate to think in these terms, but that's what most companies think about.

That's true, but still it can run so performance sucking games. Why don't they make a PS3 graphics mode, where you can play your favorite games on a slower computer well? My computer has a lot more powerful GPU than that and still the games lag :(.

There is still an issue of the overhead associated with putting everything that needs to be in place so that the code runs on your hardware and runs on my hardware. Unless we all go out and buy the exact same computer with the exact same hardware then you will always have to deal with the fact that there is an overhead associated with the handling of code on a systems that support a lot of different hardware configurations.

There are some optimizations that are apparent. For instance, some games run better on nVidia graphics cards while other run better on AMD graphics cards.

I'm sure developers could target a very specific computer configuration and optimize the hell out of it. It would take a considerable amount of time and effort and they would be limited by a small market of users. That's why they don't do it that way.

Its a good question though.

Well, a viable market is holding them back, and if you're going to go big budget, you've got to be able to sell to PCs and consoles.

Holding them back how? PC games are incredibly scaleable in the first place (or are suppose to be), the lowest possible settings to run most games on these days would look/run worse than the console counterparts.

Sloppy PC ports, and lazy PC devs aren't held back by consoles, they're held back by being incompetent.

Holding them back how? PC games are incredibly scaleable in the first place (or are suppose to be), the lowest possible settings to run most games on these days would look/run worse than the console counterparts.

Sloppy PC ports, and lazy PC devs aren't held back by consoles, they're held back by being incompetent.

That's not true. It's all about the $$$$$$$$$$$$$$$$$$$

Console's must be kept in mind while developing top-graphic PC titles in order to insure a profit. Even Blizzard, master of PC developing and heavy-profit PC titles, is thoroughly pursuing to get Diablo 3 on consoles...

It's more subtle than he made it sound, but regardless, the mainstream availability and price point of consoles does hold back PC gaming's performance peak. Crysis 1, when it was a PC exclusive, was essentially a benchmark test. But that was 4 years ago and no recent PC exclusive title has filled that role since. Benchmarking tests are much more capable and demanding than current PC games. But even with that said, PC graphics still blow console's away. The catch being the price multiplier...

The PS3 has such 'good performance' because it's the youngest of the current generation of home consoles and it's development is uniform across all PS3 systems. It's the closest thing to a console-PC hybrid yet. PC performance is complicated due to the multitude of components. What works for one may crash another.

PS3 doesn't do much in the background, checks for network connection status, updates online stuff like friends, messages, etc. and plays a game from a dedicated storage medium.

A PC on the other hand, is checking network connectivity, checking hardware status (S.M.A.R.T.), checking for DMAs and IRQs and checking each hardware device attached to all PCI, PCI-X, AGP, etc. connections, controlling a USB bus and searching for devices on that, doing whatever background tasks you have open, plus anything any other users have open, plus other background stuff as other user accounts (defrag, computer browser, dns stuff, network stuff, loads of things)... And I could go on. Your PC kernel has a very complex security structure built into it with passwords and hashing and whatnot, the PS3 doesn't have such a feature and is limited to just running things with either full permissions or limited permissions (what the other OS function did), and it all runs as the equilivent as one user.

I'm quite sure a PS3 does plenty of those things as well. It's still a computer with components that have to communicate with each other, USB connections for controllers or memory cards, wireless networking and connections to remote controllers, registering a lot of input continuously. There are also said security features, while likely not as "complex", still manage accounts with credit card details, passwords,, online stores with purchases, achievements et cetera.

Not saying you're wrong, but a console is a computer, running an operating system.

PS3 Crysis 2 is DX11? Since when?

Never. I caught that one as well. Neither do they have the high res texture pack. The game actually looks slightly worst than the lowest graphics settings on PC.

Anyway, everything's been said, optimizations, optimizations and some more optimizations. And yet some games still run like turds on PS3, Skyrim recently, EA's first skate game a few years back.

And yet some games still run like turds on PS3, Skyrim recently, EA's first skate game a few years back.

Try Mass Effect 3 on PS3 and you will have "run like turds" re-defined. :p You'll enjoy a massive 3 frames per second at best.

I've been thinking about hardware recently. Especially for the PS3. My big question is how games like the Assassins Creed Series, Crysis 2 with 1.9 directx 11 update with high resolution textures, God of War 3 and many many other, can run on a system that has a graphics card based on the nvidia geforce 7000 series, 256MB main ram and 256MB of vram? Is it because of the CPU?

I don't thing the PS3 CPU is optimized so well, that can be faster than the GPU. And one more question. Why Crytek said before years that the consoles aren't powerful enough to run Crysis, but now they ported Crysis to consoles?

The PS3 version of Crysis 2 doesn't have the features that were introduced with patch 1.9, the DX11 update, and the high-res texture pack. All of those features are PC-specific.

Well all PS3 processors are the same, so there is a tremendous advantage to having that. The code can be greatly optimized since there is no such thing as one PS3 being slower than the other.

A PC could probably be optimized in the same way if all PCs used the same components for 10 years. Since that's not the case, an OS has to be written to be universal on every single system out there no matter how old the components are. This is the Microsoft theory, at least. Apple takes the middle road and eventually cuts out certain models to ensure that the hardware will always work well with the OS. Obviously there's a little bit of marketing evil in there, but that's the main gist of it.

This is also the reason why strapping a SSD into a PS3 won't give you any gains. The OS is designed to work with the out-of-the-box hardware, and that's it.

I've been thinking about hardware recently. Especially for the PS3. My big question is how games like the Assassins Creed Series, Crysis 2 with 1.9 directx 11 update with high resolution textures, God of War 3 and many many other, can run on a system that has a graphics card based on the nvidia geforce 7000 series, 256MB main ram and 256MB of vram? Is it because of the CPU?

I don't thing the PS3 CPU is optimized so well, that can be faster than the GPU. And one more question. Why Crytek said before years that the consoles aren't powerful enough to run Crysis, but now they ported Crysis to consoles?

First off the Xbox 360 supports direct x 9.0c, it will not support any version higher than this because it uses features from your hardware graphics adapter. PS3 does not use direct X (which was created and owned by Microsoft) but their own version of Open GL (open source) for all games on their system. Direct X and Open GL are graphics Application Programming Interfaces (APIs) which allows developers to create their own 2D and 3D modeling. It provides tools for shading, modeling, texturing, shadowing, and now Tesselations. The only reason that consoles require less resources for games is because they do not run on top of a operating system, this is one drawback because resources have to be managed by the operating system first. This added layer adds complexity to the running of any application. It is worth noting that consoles are static (they do not change, they are built locked down and its ability to be customized is very limited in terms of software and hardware). PCs are dyanamic (they grow and adapt and are the first movers usually when it comes to new features) and is ultimately scalable depending on your community. Your question about porting PC Games to consoles is possible because they basically strip the games of many features that were available on the pc version, and optimize the game further to work better with less resources.

This topic is now closed to further replies.
  • Posts

    • I have a Motorola, one of the lower end ones, it works fine. It is possible to get rid of the Gemini app and also to disable googles assistant , but A.i is still apps. I try to avoid all LLM A.I, is i can, I use no Ai duck duck go.
    • Free Software Foundation Europe pushes EU to force Google to allow AI uninstalls on Android by Paul Hill Credit: Pexels Users should be able to fully uninstall AI-based features from Android devices and be able to access interoperability functions, free from Google’s verification requirements, the European Commission has heard as part of an Android interoperability consultation under the Digital Markets Act. These measures were proposed by the Free Software Foundation Europe (FSFE) last week when it submitted its documentation. The FSFE noted that Google had started silently installing AI models without telling users. It noted that the EU’s DMA requires companies like Google to allow users to uninstall pre-loaded software from their devices, but in the case of the AI models Google is installing, they reinstall if you delete them, contravening the DMA. To get Google back under control, the FSFE has told the European Commission that there needs to be improvements within the Android Open Source Project (AOSP). First, it said that users should be able to fully remove pre-loaded AI components from their devices, with companies being prohibited from silently reinstalling or reactivating them. Second, access to Android interoperability features should not be contingent on registration, authorization, or contractual relationships with Google. This pertains to Google’s attempt to force developers to register with Google, even to publish apps to alternative app stores like F-Droid. Discussing its submission, Lucas Lasota, FSFE Legal Programme Manager, said: Google is planning to roll out its Android Developer Certification in September 2026. This will force every Android app developer to register with Google before their software can be installed on certified Android devices, but it should affect those who have removed Google Apps from their device. The program is controversial because it entails the signing of contracts and payment of account fees to Google, as well as the handing over of the identities of developers. It said: The FSFE said that if the Commission’s draft measures remain unchanged, then Google will be allowed to make developers verify their identity. The FSFE believes that asking developers to register is contrary to the text and spirit of the law. In summary, the FSFE has told the Commission that no developer should need a Google account, a Play Store presence, or any agreement with Google to access Android’s interoperability features.
  • Recent Achievements

    • Conversation Starter
      sumytbe earned a badge
      Conversation Starter
    • One Year In
      B4dM1k3 earned a badge
      One Year In
    • One Year In
      DarkWun earned a badge
      One Year In
    • Dedicated
      Almohandis earned a badge
      Dedicated
    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      519
    2. 2
      +Edouard
      189
    3. 3
      PsYcHoKiLLa
      87
    4. 4
      Michael Scrip
      81
    5. 5
      Steven P.
      72
  • Tell a friend

    Love Neowin? Tell a friend!