• Nefyedardu
    link
    fedilink
    12
    edit-2
    10 months ago

    It’s the principle of “do one thing and do it well”. There’s nothing wrong with running games in a desktop but there are limitless ways of customizing a PC and it’s impossible for developers to account for everything. It would be nice if you could just write some code and have it work flawlessly for everyone’s setup but that’s not how it goes. For the use case of the Steam Deck where you are dealing with a low-TDP gaming device it makes more sense to have something like gamescope which can just cut out all non-gaming processes entirely. Maximize performance and battery life with a nice interface to boot, and the desktop is still there if you need it. At the very least it makes troubleshooting super easy when stuff does go wrong because there’s very few external things to factor in.

    • @ExLisper@linux.community
      link
      fedilink
      English
      410 months ago

      I totally agree, consoles a better for simply running games because the entire UI/UX is designed to run games. But it doesn’t really make them less finicky. There are still separate build with separate bugs. Cyberpunk was buggy on PS5, right? And with PC you’re free to upgrade to whatever specs you need. With consoles developers have to try to adapt their games to fixed, sometimes years old specs and the results can be not great (like with Zelda).

      • @moody@lemmings.world
        link
        fedilink
        410 months ago

        The point is that a PC has a million possible configurations that can affect performance. A pared-down environment, like gamescope, cuts down on most of the software-side issues that a PC deals with.

        Yes, just installing a game on Windows and running it is pretty simple, but these days lots of games have anti-cheats which can be triggered by other software running (or even just installed) on the computer. Windows on its own has a ton of overhead due to all the background and telemetry processes always running.

        A console forgoes a lot of that background stuff, and limits the hardware compatibility issues by being a fixed environment. Your game only needs to run on one specific combination of hardware for each console it’s released on. In that sense, it is a lot less finicky than running it on a PC.

      • Nefyedardu
        link
        fedilink
        1
        edit-2
        10 months ago

        You are talking about hardware deficiencies more than anything, you can get those on PC too if you just run low-powered hardware. I’m more talking about bugs. Maybe it’s changed since I used Windows years ago, but I remember having issues from time to time with PC games. Crashing, weird behavior from alt-tabbing, some games just running at low GPU usage for no reason even though framerate is uncapped, and various glitches. There’s a reason there has been a growing interest in sandboxing for software with docker, etc. Software is deterministic, if you give it a consistent environment it will do the same exact thing every time.