I don’t quite understand the criticism. It’s not gonna be top of the line, but it’s more than enough to replace my dying laptop from 2015 that I pretty much only ever use like a desktop anyway. And I can save myself the time and effort of picking parts, building, and dealing with shit not working as expected.

  • Lightfire228@pawb.social
    link
    fedilink
    arrow-up
    7
    ·
    1 day ago

    IIRC, kernel level anti cheat works for linux. It’s at the company’s discretion if they enable support for Linux clients

    • Tartas1995@discuss.tchncs.de
      link
      fedilink
      arrow-up
      15
      ·
      1 day ago

      Of course, it works. The tech was never the issue. The issue is that they think that linux is easier to modify to break the kernel anti cheat. It is a PR issue, when there is enough money, magically the pr issue is gone.

      • squaresinger@lemmy.world
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        1 day ago

        I think the main issue there is that the player base is not big enough to justify developing a kernel-level anti-cheat. The variability in Linux kernels might also be a bit of an issue.

          • squaresinger@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            1 day ago

            Of course. For a large corporation only having to support a single platform is perfect. Having to support multiple platforms increases the cost and we have to think of the poor, poor investors.

            On the other hand, there are more than enough great indie devs making actually fun and innovative games.

            Screw AAA games, they suck anyway.

      • Chais@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        1 day ago

        Is it kernel level on Linux, though? It may have some privilege inside wine, but I’m never gonna give root access to some game.

        • mlg@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          ·
          1 day ago

          No, EAC, BattilEye, and a handful of other anticheat solutions have a native user space linux binary, and wine provides a way for the windows portion to hook into the linux portion, allowing the anticheat host to work with wine/proton games.

          This involves the developer enabling the option to allow this when building their game which most devs do except for the notorious few that refuse to enable it because they don’t want to spend the extra .00002% worth of budget into making proper anticheat solutions and instead rely on kernel rootkits to solve that problem for them.

        • Tartas1995@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          1 day ago

          They just don’t need to build their shit on something that requires wine. While there are solutions, just make it run natively.