I simply don’t understand how Sony studios extract the visuals they achieve in their games from old hardware. It feels like tech sorcery.
A 2060 is still a really good graphics card overall.
Submitted 1 year ago by Pixelle3D@midwest.social to games@lemmy.world
https://midwest.social/pictrs/image/786bee09-1c47-4490-9ede-aeb6d135bdd2.jpeg
I simply don’t understand how Sony studios extract the visuals they achieve in their games from old hardware. It feels like tech sorcery.
A 2060 is still a really good graphics card overall.
Yeah, it’s not like Sony’s pumping out $500 consoles with GT1030s in em
It’s a little easier when the machine is dedicated to that and only that. The OS doesn’t have all this extra crap running in the background that takes resources from the game because it was designed for that in mind.
That and devs have just one machine to design their game for versus trying to make their game run on hundreds of machines with very different specs.
Some devs, especially first party devs who work closely with or directly for the manufacturer also have insider knowledge of the system they’re developing the game for. Some developers did this in the Nintendo 64 era by tapping into resources that other games weren’t using to push out even more performance from the hardware.
Would be amazing if windows did what steam deck does in shutting off the OS during gaming mode.
I doubt windows either has or wants to have that functionality, given their more business/general purpose oriented focus, also the steam deck runs on Linux.
A part of me wonders if it would be possible to put the Linux distro/is of a steam deck onto a dedicated gaming computer to get some of the optimisations from it like that.
It’s a little easier when the machine is dedicated to that and only that. The OS doesn’t have all this extra crap running in the background that takes resources from the game because it was designed for that in mind.
At best you’re looking at a 10% performance penalty, closer to the 1-3% range without known bad background software.
Optimisation. Many, many games haven’t even had a proper baseline of optimisation let alone targeted optimisation for specific specs like consoles
The PS5 GPU is more powerful than a 2060, and as a newer generation architecture supports more features which can be leveraged to improve performance
The PS5 operating system is wayyy less taxing than Windows or any other OS because it does much less and does it more optimized
Well as someone who has played the PC version, I can immediately tell that this game is probably running on Medium or possibly even Low. There’s fewer confetti particles, the explosion is less detailed, the fur doesn’t look as real and the lighting isn’t as good. Not to mention that it’s running non-native resolution/no DLSS cause you can clearly see the ailiasing. That said, it looks great for a $500 machine. My PC was over $4K.
In other words: Optimization.
Tbf, the PS5 version of the game has two modes; performance and graphics. You can have it look really good and get raytracing features but play at 30fps or reduce some of those settings and play at 60+ (I think this one goes to 120 if you have a capable display).
Yeah that’s what I’m saying. Furthermore, if you want a 120+ FPS and no-compromise ray tracing, you’re going to have to spend way more than $500. The PS5 is an extremely good value for what you get.
I knew a PC person would come in here eventually and flex.
I not a dev or anything. But my understanding is that it all comes down to leveraging all the capabilities of 1 single hardware configuration. You can tune and optimize your code to extract every bit of performance out of the hardware because the hardware doesn’t change. PC games are much MUCH harder to optimize. Users can have a near limitless variety of hardware, driver, and OS combinations that prevent such a high level of optimization.
I think this is the main bit of it. Just look at the Baldur’s Gate drama on the Xbox because there are two configurations and one of them is less capable.
Optimization and graphic tricks
Shorter view distances, lower resolutions for things in the distance, fan base being OK with 30fps for the longest time, etc
They only have to target a single hardware configuration, the os has much less overhead than a typical desktop os, a graphics api that runs closer to the metal (also why the ps5 outperforms the more powerful series x) and some good development tools all go a long way to boosting the performance of the hardware.
I have an r5 3600 with an rtx 2070 and would not be surprised if the ps5 performs better with multiplatform titles.
How is nearly every answer in this thread wrong?
I don't think they're necessarily hard but I'd love a nice ELI5 answer that's not just "there's one kind of hardware and the developers try really hard to make it run good"
Also, I thought Ratchet and Clank ran at a solid 60fps.
What’s the right answer?
ASICs.
There are processors that are optimized specifically for the task of running code correctly written for the platform.
Right? How sre are they??
They're targeting known hardware. They can optimise right down to the specific card in use. They don't need to consider hardware that doesn't support these optimisations.
So the consensus is
Build an emulator or something.
Build on that. Boot to that os or emulator when you start up PC. Basically stop running anything else while gaming. Doesn’t seem to difficult to do on the future.
Especially when Xbox runs an emulator to run old games.
Honestly it’s probably the best idea going forward. Once you build a game for a single os or emulator. Then you can just port the emulator over in to everything. Hopefully means optimisation would be far better. Don’t need to run 4 or 5 different things. Just one and make it run on Nintendo Microsoft PC and PlayStation
An emulator has a performance overhead. Even a simple translation layer like valve’s proton has an overhead. The fact that most games are simply unoptimized and windows is so bloated means that the additional overhead of proton is not a performance bottleneck. But if one has a good hardware and a good dedicated OS, emulator is not really necessary, which is good for performances
InverseParallax@lemmy.world 1 year ago
Optimization, son.
Callie@pawb.social 1 year ago
Fr, you can optimize really well when you know exactly what hardware someone will be running.
Swedneck@discuss.tchncs.de 1 year ago
Or if you just actually take the time to have your programmers optimize the game, knowing the hardware is nice but sooooo much of modern games are just generally unoptimized.