Summary of “Anti Cheat at Embark Studios” prensentation by Embark Studios Senior Software Engineer Tom van Dijck, at devcom in Germany on August 24.

… Linux presents an even worse situation. Because users can custom-build the OS kernel, embedding a cheat directly into the kernel and compiling it makes it nearly impossible for a game to detect its existence. “How do you detect that?” van Dijck asked, adding that while support for SteamOS and Proton will remain, platform requirements will become stricter.

Though he mentions anti-cheat on Linux being more challenging to implement that on Windows, he doesn’t seem to think that it’s impossible. He goes on to talk about “undetectable” cheating hardware becoming cheaper, which sounds like a bigger problem, but he sounds optimistic about being able to detect those as well.

IMO “platform requirements will become stricter” could mean something like only allowing signed kernels with anti-cheat module built in + secure boot.

  • zewm@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    5 hours ago

    I said it when Wardogs killed Linux support and I’ll say it again. This is just Microsoft paying these people to shit on Linux to keep a stranglehold on the PC market. They did the same thing when they release direct x. At the end of the day, it’s a monopoly. To my knowledge, you can’t even play these games on Mac OS. So your only choice is Windows.

    • popcar2@piefed.ca
      link
      fedilink
      English
      arrow-up
      15
      ·
      edit-2
      4 hours ago

      This is just a blatantly wrong conspiracy, it’s just that companies don’t think there are enough players on Linux to justify working on and maintaining a Linux version of the anticheat. It’s not that deep.

      • ffhein@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 hours ago

        But they are working on a Linux version of the anticheat, it’s just prioritized lower than getting the game running smoothly for Windows users. I wouldn’t give them any money before I see it with my own eyes, but the devs said they were hoping for Linux/Proton support “ASAP after launch” (presumably the EA launch on the 10th)

    • NeatNit@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 hours ago

      While I agree with you (and upvoted to match), I also acknowledge that not every game is suited for that kind of server structure. Competitive ranked games, that rely on a fair matchmaking algorithm and consistent server performance, simply can’t just route matchmaking players to a random community-hosted server. And communities can’t really form that way, either.

      Or to make it short, esports can’t do this while maintaining their esport status. And those are the games that need anti-cheat the most.

      Me personally? I don’t even like those kinds of games. I barely play multiplayer games at all, and when I do it’s because I’m playing with friends, and couldn’t care less about my rank (if I even get one). So for my kinds of games/scenarios, community or self-hosted servers are the obvious choice with zero drawbacks. But I can still acknowledge that it’s not a solution for all cases.

      Lo and behold, most multiplayer games do run on Linux!

      • tabular@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 minutes ago

        Didn’t we have competive games before matchmaking existed? People used forums… (and met up in person, or something). Don’t route matchmaking to us then but know that we ought to have the option to host it ourselves anyway.

    • popcar2@piefed.ca
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      Yeah. How would you tell if someone is cheating or just really good at aiming?

      • lemdeggity@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        3 hours ago

        It’s definitely not infallible but neither is anticheat software. How do you tell if someone is using a DMA cheat? Even kernel level anticheat can’t detect that.

  • Kraiden@piefed.social
    link
    fedilink
    English
    arrow-up
    11
    ·
    6 hours ago

    Who the fuck is so desperate to cheat that they’re building custom kernels!? Like, that just seems beyond far fetched to me.

    • ImgurRefugee114@reddthat.com
      link
      fedilink
      English
      arrow-up
      22
      ·
      edit-2
      5 hours ago

      It’s trivial, and many hacks for windows required loading unsigned drivers (functionally equivalent to kernel modding)

      However, it’s a bit of a red herring. People also do bootloader and virtualization hacks, some also mod the bios or do spychip hacking (often called negative rings, effectively privilege rings lower than zero, but that aren’t actually modelled as privilege levels within the cpu)

      However however, that’s also a bit moot, because DMA hacking exists. You don’t even need to load the hack into the target computer; you could read and write system memory directly from another device entirely.

      Plus there are other non-invasive cheats, like fake hardware mice with vision-based aimbot.

      This is all just a smokescreen and security theater. Partly trying to ‘raise the bar’ to stop cheap/low effort cheating, but also just as an excuse. This is for corporate and shareholders, not developers.

      The only real solution to cheating is heuristic analysis, peer detection and attestation, and letting players block interactions with people they think are cheating

      Client-side anticheat only exists to spy on you and make marketing departments feel nice.

  • lath@piefed.social
    link
    fedilink
    English
    arrow-up
    30
    ·
    8 hours ago

    Linux presents an even worse situation. Because users can custom-build the OS kernel, embedding a cheat directly into the kernel and compiling it makes it nearly impossible for a game to detect its existence. “How do you detect that?”

    Server-side control and you won’t need to? Or am I missing something here?

    • [object Object]@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      7 hours ago

      I’d imagine server-side detection wouldn’t work that well for things like ESP or non-obvious auto-aims, which are already a good chunk of FPS cheats.

      • x00z@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        4 hours ago

        Why would a server not be able to do the calculations a client does for rendering only the visible players? I know the answer and it’s money.

        • NeatNit@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 hours ago

          Uhh, no… It’s because that’s not how anything works. There’s so many flaws in your argument, but here’s just one: if an enemy player is really well camouflaged but technically visible, then they would be rendered on the client side, but a human player would have to be very observant to spot them and kill them.

          A cheater can replace the enemy character’s texture so that, on their screen, the enemy’s camouflage is useless and the player can spot them with no effort.

          From everything the server can see, the cheater’s gameplay is legit. They could just be really good at spotting enemy camouflage. Only by looking at the client side render output, you can spot the cheat.

          Unless the server is actually rendering the game for each player (which, spoiler alert, isn’t the case), most cheats are not detectable nor preventable on the server side.

      • lath@piefed.social
        link
        fedilink
        English
        arrow-up
        12
        ·
        7 hours ago

        Introducing proper matchmaking, which isn’t rigged to encourage dark patterns.

        Non-obvious cheaters will end up playing against others like them or actually good players, in which case they either become obvious cheaters or stop being a problem.

        • popcar2@piefed.ca
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 hours ago

          That’s not what cheaters do. They often buy smurf accounts or earn money to boost other people’s accounts to high ranks.

          They can also just turn on the cheat when they start losing, you can’t detect server-side wether someone got a lucky shot or if they had aimbot on that masks it as a mouse.

        • Skipcast@lemmy.world
          link
          fedilink
          English
          arrow-up
          8
          ·
          6 hours ago

          Wardogs only has a server browser so that wouldn’t work for them. It’s also 100 players per game so even if they did introduce skill based matchmaking good luck with figuring out how to balance the teams in a way that actually works

          • lath@piefed.social
            link
            fedilink
            English
            arrow-up
            2
            ·
            5 hours ago

            True, only works if they hold the servers. And the pick your poison scramble does make it difficult to consider one’s options.

            I’d have the semblance of a thought on an idea, but it’s kinda unfair to players. It would mean to mark those with high stats (pinpoint hits, low to no misses) and make them “stars”, as in bring the visibility on their hits and let the players decide.

            But yeah, it’s a pain.

        • [object Object]@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          5 hours ago

          Idk, it seems unfair that a good players have to deal with cheaters. It’s not like having cheats makes you similar to better players. Ambush is infeasible against people with ESP.

          • lath@piefed.social
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            5 hours ago

            Good players smurf on lowbies all the time. That’s unfair, but you don’t see them complaining about it.
            I’d think reminding them what it’s like on the receiving end, while unfair to them, kinda evens it out a bit.
            But that’s just me being petty.

            • popcar2@piefed.ca
              link
              fedilink
              English
              arrow-up
              3
              ·
              4 hours ago

              That’s unfair, but you don’t see them complaining about it.

              Smurfing is a widely known issue and pretty much every competitive game tries to ban people they know are smurfing or boosting multiple accounts.

    • rozodru@piefed.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 hours ago

      ok hear me out: If a user is going to build and compile their own kernel to simply put in a couple cheats for a specific game then…hey let them cheat. I HIGHLY doubt your average cheater is going to go through all that to cheat in like arc raiders or something.

      I just don’t see hundreds or even thousands of players doing this. Not enough anyways to ruin the online experience for others.

  • theskyisfalling@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    8
    ·
    7 hours ago

    Because they are doing so well at stopping cheaters on Arc Raiders right now. Couple that with how they walked back the content releases and then did a partnership with Subway to try and sell their customers sandwiches, Embark can get fucked.

    • ffhein@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      Well, that’s the reason they decided to make their own anti-cheat, isn’t it? They also thought that their current combination of EAC+Denuvo+Anybrain doesn’t work… Stupid partnerships and ads suck though

  • [object Object]@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    8 hours ago

    Partnered with VAIIYA Corporate

    Lmaoooo it begins

    spoiler

    I suppose Embark predicted the “We don’t do ___, we ___” writing quirk of AI? Probably coincidence, but kinda cool

    • Simon_Shitewood@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 hours ago

      The Oracle™ Engine transcends mere prediction. It is a reality-modeling tool that analyzes quantum probability streams to compute and enforce a singular, optimal future timeline.

      NGL I’m pretty sure they got an AI to write it and also told the AI it’s the Bene Gesserit.

    • NoPanko@feddit.uk
      link
      fedilink
      English
      arrow-up
      7
      ·
      7 hours ago

      Wow not only is that the slowest loading website I’ve been on in a while but it also spews near constant word salad