Now if only they could more clearly communicate when games are playable offline.

    • Dremor
      shield
      M
      link
      fedilink
      English
      1
      edit-2
      7 months ago

      As he said, modlogs are public, and it seems like other user retreived the trace of what you call an “abuse of power” : https://sopuli.xyz/comment/12732467 .

      It is in his right as a moderator to chose how he moderate the communities he has the right to. If he finds your comment pedantic and annoying, and chose to remove it, so be it.

      I’m not taking sides here. I don’t know the whole story, and I doubt anyone else here does. With the little context provided, It’d be hard to take knowingly a side.

      But in both case, this is textbook harassement as you are copy-pasting this comment on every community this is posted on. This community has a pretty clear rule against harrassement (rule 2), which you are breaching, offense for which I’ll use my g… mod given right of banning you for the time being (I’ll re-evaluate tomorrow when I’ll be less tired).

      Edit : After talking with OP via PM, a ban of 7 days was issued

    • @Jtee@lemmy.world
      link
      fedilink
      English
      1077 months ago

      Wow, mad because you can be held accountable. That’s sad.

      Thanks for the steam link!

    • @yamanii@lemmy.world
      link
      fedilink
      English
      557 months ago

      4 likes on him complaining that modlogs being public is something bad, cowards that only want to be shitty in the shadows.

    • @Voyajer@lemmy.world
      link
      fedilink
      English
      277 months ago

      He used to relentlessly spam the /r/linux_gaming subreddit and argue with people there too until he deleted his reddit account lol

    • @finitebanjo@lemmy.world
      link
      fedilink
      English
      17 months ago

      I was going to ask why the thumbnail on this post is a hexagon shaped bear, but your comment explains it well enough.

      • TipRing
        link
        fedilink
        English
        407 months ago

        Full agree. I do want some kind of policy for games that introduce anti-cheat both during early access and after release. Bricking a game you paid for should offer some sort of recourse.

      • @CaptDust@sh.itjust.works
        link
        fedilink
        English
        287 months ago

        I’d really like Valve to take an official policy on post-release changes that break games, but for what it’s worth they have not given me any hassle with refunds in these scenarios.

      • @PM_Your_Nudes_Please@lemmy.world
        link
        fedilink
        English
        127 months ago

        That’s exactly what Valve did. The automated refund system wasn’t available, but you could request a manual review and cite the added anti cheat; Valve was refunding those who did so.

      • @pressanykeynow@lemmy.world
        link
        fedilink
        English
        -97 months ago

        I don’t think that’s fair. I “own” GTA5 and don’t really care for the last… 8 years? what they add. I had the full content of my purchase. Why should I be able to gain money for this?

  • @TommySoda@lemmy.world
    link
    fedilink
    English
    557 months ago

    I feel like they’re doing this because they are going so hard with steam deck. Regardless, good on Valve for doing this.

    • yeehaw
      link
      fedilink
      English
      27 months ago

      The steam deck is also amazing, such a nice piece of hardware. I’ve been gaming on Linux for years and I’m surprised how well it works. Feels like a console.

  • @Woodstock@lemmy.world
    link
    fedilink
    English
    347 months ago

    Can someone explain like I’m stupid on kernel level anti cheat and why I should watch out for it? Not a dig at all, a genuine question!

    • ArchRecord
      link
      fedilink
      English
      77
      edit-2
      7 months ago

      To put it very simply, the ‘kernel’ has significant control over your OS as it essentially runs above everything else in terms of system privileges.

      It can (but not always) run at startup, so this means if you install a game with kernel-level anticheat, the moment your system turns on, the game’s publisher can have software running on your system that can restrict the installation of a particular driver, stop certain software from running, or, even insidiously spy on your system’s activity if they wished to. (and reverse-engineering the code to figure out if they are spying on you is a felony because of DRM-related laws)

      It basically means trusting every single game publisher with kernel-level anticheat in their games to have a full view into your system, and the ability to effectively control it, without any legal recourse or transparency, all to try (and usually fail) to stop cheating in games.

      • @ampersandrew@lemmy.worldOP
        link
        fedilink
        English
        497 months ago

        And it’s worth noting that trusting the game developer isn’t really enough. Far too many of them have been hacked, so who’s to say it’s always your favorite game developer behind the wheel?

      • @barlescharkley@lemmy.world
        link
        fedilink
        English
        407 months ago

        More importantly, if traditional anticheat has a bug, your game dies. Oh no.

        If kernel level anticheat has a bug, your computer blue screens (that’s specifically what the blue screen is: a bug in the kernel, not just an ordinary bug that the system can recover from). Much worse. Sure hope that bug only crashes your computer when the game is running and not just whenever, because remember a kernel-level program can be running the moment your computer boots as above poster said

      • @Katana314@lemmy.world
        link
        fedilink
        English
        17 months ago

        It’s not just trust of the game developer. I honestly believe most of them just want to put out profitable games. It’s trust that a hacker won’t ever learn how to sign their code in a way that causes it to be respected as part of the game’s code instructions.

        There was some old article about how a black hat found a vulnerability in a signed virtual driver used by Genshin Impact. So, they deployed their whole infection package together with that plain driver to computers that had never been used for video games at all; and because Microsoft chose to trust that driver, it worked.

        I wish I could find an article on it, since a paraphrased summary isn’t a great source. This is coming from memory.

        • @catloaf@lemm.ee
          link
          fedilink
          English
          27 months ago

          It’s trust that a hacker won’t ever learn how to sign their code in a way that causes it to be respected as part of the game’s code instructions.

          That’s not an accurate description of the exploit you describe. It sounds like the attacker bundled a signed and trusted but known vulnerable version of the module, then used a known exploit in that module to run their own unsigned, untrusted code with high privileges.

          This can be resolved by marking that signature as untrusted, but that requires the user to pull an update, and we all know how much people hate updating their PC.

    • ℍ𝕂-𝟞𝟝
      link
      fedilink
      English
      30
      edit-2
      7 months ago

      Making it super simple, it runs with full access on your machine, always. It can fuck anything up, and see everything. It can get your browser history, banking details or private messages you enter, activate your webcam or mic without you knowing, or brick your computer even.

      And you can’t even check what it’s really doing on your computer because it’s a crime under US law.

      Finally, it can get hacked and other people than the creator can do all these to your computer as well,as it already happened once.

      • @scarilog@lemmy.world
        link
        fedilink
        English
        27 months ago

        And you can’t even check what it’s really doing on your computer because it’s a crime under US law.

        Is this specifically for kernel level anticheat? Because this isn’t a thing for software in general right??

        • ℍ𝕂-𝟞𝟝
          link
          fedilink
          English
          37 months ago

          It’s a thing for any measure said to enforce copyright under the DMCA.

          So it’s a thing for most proprietary software.

    • LoboAureo
      link
      fedilink
      English
      67 months ago

      Also, the most games that don’t work in linux is for this reason (and steamdeck works in linux)

  • Captain Aggravated
    link
    fedilink
    English
    327 months ago

    I wonder if you phrased it the way the Play store does: This game wants permission to:

    • send SMS messages
    • make calls
    • know your location
    • stalk your family
    • raid your fridge
    • access, read and upload files
    • manage and add contacts
    • cup your balls
    • go through your trash
    • irritate your boss

    etc.

    Think anyone would install them?

  • @corroded@lemmy.world
    link
    fedilink
    English
    167 months ago

    Why is kernel-level anti-cheat even a thing?

    If I was trying to prevent cheating, I’d hash the relevant game files, encrypt the values, and hard-code them into the executable. Then when the game is launched, calculated the hash of the existing files and compare to the saved values.

    What is gained by running anti-cheat in kernel mode? I only play single-player games, so I assume I’m missing something.

    • @kevindqc@lemmy.world
      link
      fedilink
      English
      437 months ago

      Because there are kernel-level cheats

      What you proposed can very easily be bypassed without even needing kernel access by just editing the executable code that checks hashes to always return true

    • @ampersandrew@lemmy.worldOP
      link
      fedilink
      English
      87 months ago

      They can prevent you from running cheats that other anti-cheats can’t detect. For instance, they could modify the value in memory so that your calculated hash always succeeds even when it’s modified. This doesn’t stop cheating though; it just means cheaters have to use cheat hardware that exists at a layer that even kernel anti-cheat can’t detect.

    • @Maalus@lemmy.world
      link
      fedilink
      English
      87 months ago

      And then a game gets updated so the hashes don’t match and uh oh, everything is fucked. Oh, but we can change the hashes of the files in the executable! Yeah, so can they. People modding shit into the executable is basically a given. Let alone the fact that you’d need to sit through a steam “validation of files” length of time every time you’d need to launch a game (because validation works exactly as you have described).

      What is gained is that it has access to more information. Some cheats use an entirely different program / process that reads memory and outputs info that is available to the game but hidden from the player. Like a client needs to know where a person on the other team is to be able to draw their model. So you read that, you put a little box over where they are, and bang you have wallhacks.

      • unalivejoy
        link
        fedilink
        English
        27 months ago

        I think the popular thing now is to mod your mouse so it clicks on the enemy player’s head.

  • MyNameIsAtticus
    link
    fedilink
    English
    87 months ago

    This will be helpful for discerning if a game can run on the Steam Deck. There’s not many games that don’t have verification (Either by Valve or ProtonDB) but for newer games with anticheat it will serve as a good rule of thumb i imagine

    • yeehaw
      link
      fedilink
      English
      27 months ago

      Lots of games with anti cheat auto work under wine/proton. The most on top of my head example is Elden ring. Runs fine on my desktop with arch, as well as my steam deck.

  • @Riccosuave@lemmy.world
    link
    fedilink
    English
    57 months ago

    Not to be annoying, but can someone please ELI5 how kernel level anti-cheat software actually works, or link good resources where I can read about it.

    • @ampersandrew@lemmy.worldOP
      link
      fedilink
      English
      137 months ago

      It does prevent Linux compatibility, but even if it didn’t, it’s a computer security problem, for those who care. You’re essentially allowing different game companies to install a rootkit on your computer so you can play a video game.

    • @trigonated@lemmy.world
      link
      fedilink
      English
      107 months ago

      Mostly, and even some Windows users don’t want to install software that has such a great amount of permission over the entire system just for a game’s anti-cheat.

      It’s nice that users can now know beforehand if a game uses such software. Avoids refunds.

    • @michaelmrose@lemmy.world
      link
      fedilink
      English
      -77 months ago

      No its common for anti-cheat on Windows to have full root permission to your entire system Windows users are just on average less intelligent, less concerned about privacy, and, more ignorant about technology. This doesn’t mean using Windows makes you stupid its just the OS of choice for the stupid and ignorant.

        • @michaelmrose@lemmy.world
          link
          fedilink
          English
          17 months ago

          Ad hominem isn’t when you insult people AND make an argument its when you insult people INSTEAD of making an argument.

          User initially believes that this is only a Linux issue because its almost entirely discussed on forums frequented by technical people who often use Linux whereas forums full of Windows gamers are equally effected but ignorant of the topic.