yeah this can only work if implemented by the devs. The only reason this can be done for some older emulated games is that there is only a megabyte or two needed to capture the state of the entire system. Not several gigabytes.
re plague tale 2: I found that it crashed (more like hung, process was still running) whenever I opened one of those screens. It seemed like the crash occurred for me when I scrolled through options on those menus too quickly. ex: switching to a different skill while the small preview video clip from the first one was still loading. I ended up scrolling really slowly through those trees
there is no such thing as “idling” in a game, when viewed through the lens of software engineering. Even if you aren’t giving the game any new inputs, the game is still doing the work of rendering the screen. Calculating a turn is actually only a small part of the process.
they require a massive dataset to do so. much much much more than an individual person’s playthrough
They actually suck at learning compared to us, in some ways. If I show you a car, and tell you, only once “this is a car” you will start recognizing other cars, of different sizes, colors and models, from any orientation.
Meanwhile, look at something like tesla cars. they have been gathering data for years, and the ai still has issues recognizing cars sometimes.
they have to “guess” what data they should fill up the missing data with. Or you could render natively and calculate, so you don’t have to guess. So you can’t get it wrong.
I prefer native. If you can’t render something, then just don’t. Not make everything else worse too just so you can claim to use a feature, and then try to make up junk to fill in the gaps. upscaling is upscaling. It will never be better than native.
as already confirmed by others, it is per install, not per sale. Meaning that if you uninstall your game and mhen reinstall it, the dev has to pay twice. You buy the game and install it on your pc, and your steam deck so you can play it whenever you want? developer pays twice.
meh, so far 2 out of 3 announcements have been very underwhelming for me. I tried space exploration, didn’t like it. A simplified version of that is still just a simplified version of that. And this quality thing just serves to make shit unpredictable, which is a step backwards to me. I hate probabilistic recipes, and the main draw here is to make everything probabilistic
So far I only liked the bot improvements. I feel quite disappointed so far, tbh
if you have X amount of work to do, you can’t just “add optimization” and somehow you’ll have less work to do.
if a game needs all the resources, then a well optimized game would still require all resources. but the unoptimized one would just not run properly.
optimized means “it uses the hardware efficiently”. bg3 is a very well optimized game. it uses the hardware efficiently, and it uses all of the hardware. at a particular point, the only optimization left to do, is to do less work, i.e. to cut content.
optimization isn’t some magic sauce you add to computer code to make it run faster. optimization is about writing good, performant code. at some point it’s going to get as good as it can get.
the reason it needs higher specs than previous games is that it is doing a lot more than previous games. there is more work to do. what you’re saying is akin to “this tiny car can do 100mph. why doesn’t mine also do 100 mph when i stuff it full of bricks and give it a smaller engine?” well, it’s because it has a lot more weight to carry, and less engine to do it with
because split screen requires rendering stuff twice. and also needing to keep more stuff in memory simultaneously, depending on what two players might have in their field of view, instead of just one.
also, reducing the (subjective) quality by half, does not necessarily mean that you are now using half the resources. And also your game would look like shit compared to its contemporaries
they are not allowed to have one good version and a crippled version. they absolutely are legally allowed to just cripple both. “but the ps5 will have split screen!” well then, sucks to be you if you bought an xbox. think microsoft for that, sony consoles have nothing to do with it. or microsoft could just admit to themselves that expecting a next-gen game to run equally well on literally-worse-than-last-gen hardware is just a pipe dream.