• @[email protected]
      link
      fedilink
      English
      794 months ago

      I was watching Mo1st play Helldivers the other night and he mentioned someone’s comment about it having the kernel anti-cheat, and one of his buddies immediately said “that guy’s a redditor.”

      I had never felt more attacked yet agreed with something so much.

      • @[email protected]
        link
        fedilink
        English
        140
        edit-2
        4 months ago

        If people knew what devs said (justifiably) about players when nobody is looking, the internet would implode.

        Like, I’m not trying to be an asshole, but holy fuck gamers are the worst about actually knowing how games are made or the consequences of various decisions they want made.

        I don’t know why 80% of gamers think playing games means they know how to make games, but it infuriates many of us to no end. We get that it’s just misguided desire to see the games improve but jfc it makes life incredibly difficult (especially for the CMs)

        EDIT: Imagine someone told an architect “You should just remove that load bearing wall. This other building doesn’t have one in that position and it’s great. Why is it so hard for you?”

        • @[email protected]
          link
          fedilink
          English
          404 months ago

          Oh they definitely say that, and some are dumb enough to shop around for engineers they can bully. Just look at the Millennium Tower in San Fran. Idiot investors found engineers they could bully, built an inadequate foundation, and are now trying to save the building. A huge building they just built.

          • @[email protected]
            link
            fedilink
            English
            22
            edit-2
            4 months ago

            Yeah, and anyone with an ounce of common sense will point at that and be like “See? This is what happens.” But an outrageous chunk of gamers seem incapable of applying the same logic to game development 🤷

            Edit: btw this is why knowing how to give good feedback is a really good skill to learn

            Bad feedback: “You should remove this button, it sucks and I don’t want it”

            Good feedback: “It disrupts my experience when I go to press button A but accidentally press button B because it’s so close.”

        • @[email protected]
          link
          fedilink
          English
          394 months ago

          “If people knew what devs said (justifiably) about players when nobody is looking, the internet would implode.”

          I feel that applies to every profession. Im a mechanic and sure we get a bad wrap on the internet for all the dodgy work and ripping off we do.

          But when we’re dealing with customers and their cars are filthy gross and full f rubbish and they’re in for the dumbest of shit you just wish you could come back at them with facts and keep your job.

        • @[email protected]
          link
          fedilink
          English
          144 months ago

          I totally believe it. Just based on complaints in gaming subs and communities I’ve seen over the years, I can confidently say there isn’t enough money in the world to convince me to make a game and have to deal with all the grief from certain types of gamers lol.

        • @[email protected]
          link
          fedilink
          English
          7
          edit-2
          4 months ago

          I’ve attempted to do public-facing technical support for a game and dear Christ you’re spot on. I love people for wanting to engage with something I’ve spent a substantial part of my life putting together and trying to make it run okay, and am sympathetic to people feeling frustrated when technical issues prevent them from fully enjoying an early access game. Early on when the community was small I had a great time shitposting with the players, but once we hit release the environment turned toxic pretty much overnight as the community suddenly grew.

          But like, none of them know how hard we crunched to get even a playable version of the game out, nevermind one that’s playable on the lowest of netbook specs. None of em know how complicated the system is that’s breaking preventing them from logging in, that that’s not actually my area of expertise and that I’m just feeding them information from the matchmaking team who are all freaking the fuck out because this is the first time we’ve tested this shit at scale. None of them know that we were getting squeezed by our publisher, who wanted us to do a progression wipe that we didn’t want ourselves, but like they control if the game gets shipped at all so… not really a choice there. And we can’t admit any of this because accusations of incompetence come out pretty early, tend to stick around, and leave devs very little room to make bad decisions (which happens a lot!)

          And like, being trans now on top of that? Hell no, I’m never touching a public server again if I can help it. Slurs and mistrust were already flying before, I can’t throw myself in front of that bus again. I’m gonna miss it because I cared a lot about connecting with people playing the game and for a while found a lot of joy in responding to bugs and fixing individual system issues and integrating into the community. And there were some amazing people who were great to talk to that I really missed when I left. But the inherent abuse that comes with that gets so overwhelming and it drained my desire to even work on games at all for quite a while.

          • @[email protected]
            link
            fedilink
            English
            2
            edit-2
            4 months ago

            I totally understand this. I used to do CM work and support stuff, and took the first chance I got to switch to a technical role.

            It takes a special type of person to not be permanently fucked up by some of the stuff that gets said and done. I have the utmost respect for the CMs that are able to brush that stuff off over and over again. Cause I sure as shit can’t

            Especially the bit about publishers making bad decisions and being unable to even talk about it. That stuff hurts

      • @[email protected]
        link
        fedilink
        English
        914 months ago

        I don’t know if this makes me “a redditor” somehow or what, but…

        As a dev, I am deeply troubled by the gaming industry so calmly walking into kernel anti cheats. It’s insane and being tossed around like it’s nothing.

        Helldivers especially, since they picked one of the sketchiest ones and it’s a game that entirely doesn’t need it.

        I have no idea if Reddit has suddenly picked up on this, but I’ve been pissed since at least Valorants release, but have seen more YT videos talking about it recently.

        • @[email protected]
          link
          fedilink
          English
          304 months ago

          I really do not understand how server anti cheat is not way easier. I feel like devs are caught up on realtime anti cheat and not willing to do anything asynchronous. Or they really like paying licensing fees for client-side anticheat. I just don’t understand how any competent software engineer or systems admin or architect trusts the client so fervently.

          • @[email protected]
            link
            fedilink
            English
            234 months ago

            Game servers are incredibly expensive, and server side anticheat is more costs.

            Whether or not the studios can afford it (they can.) is irrelevant, it’s simply cheaper to go for flawed client side because the client will do most of the processing.

            Any software developer worth their salt simply does not trust the client, but management is gonna manage and the engineers have to come up with a solution to “we must have anticheat because we said so, and you must keep server costs per user below x”. It’s easy to forget that most implementation choices in video games aren’t made by developers who like games, they’re made by middle managers who view games as a money-generaring industry.

          • @[email protected]
            link
            fedilink
            English
            154 months ago

            I really do not understand how server anti cheat is not way easier.

            In a clean slate, it is. It’s also way more effective (except for things like wall hacks, aim bots, recoil suppressors, etc, but most of those things are only really important and popular in competitive FPS). It’s also much simpler to understand and to leave no “holes” behind. It also lives in the developers domain so it can’t be “compromised” or circumvented.

            The thing is that client side “anti cheat” can be commoditized. Every game with server authority/anti cheat needs specific server software to run their game logic. Client anti cheat is basically “look at everything else running on the system and see if any of it seems suspicious”. As such, there’s not really anything “game specific” to these - they basically are just a watch dog looking for bad actors - so as such, one company can come along, make one, and sell it to other devs.

            This being “off the shelf” and not something the dev team has to think about besides a price tag means that management is just going to buy a third party solution and check off the “anti cheat” box on their task list.

            I feel like devs are caught up on realtime anti cheat and not willing to do anything asynchronous.

            First, this is a management problem and not the devs. Any dev worth their salt knows this isn’t really a good solution.

            But I’d say the more relevant and prominent thing here is that game companies just don’t want to have to run servers anymore. It’s a cost, requires dev time, and requires maintenance, and they don’t want to do that. If these games had servers running the game world like games used to, they’d inherently have their own “anti cheat” built in for free that wouldn’t necessarily catch everything but would do a better job than some of these. And it could be enhanced to cover more bases.

            But studios don’t want to do this anymore. It’s easier to make the game p2p and slap an off the shelf anti cheat and call it a day.

            Some games still require matchmaking servers etc, but the overhead there is way lower.

            Or they really like paying licensing fees for client-side anticheat.

            Not that I agree with the decision, but it is definitely cheaper and faster than the alternative. But picking something like nprotect totally fucking baffles me. There are better options.

            I just don’t understand how any competent software engineer or systems admin or architect trusts the client so fervently.

            In some ways, same. Every project I’ve been on that has gotten anywhere near client side trust I’ve fought adamantly about avoiding it. I’ve won most arguments on it, but there are some places where they just utterly refuse.

            But then there are things like New World… I don’t know how the fuck that shit released like it did. The number of things trusted to the client were absolutely baffling. I expected Amazon’s first foray into gaming to be a fucking joke, but I was totally appalled at how bad it turned out. They even touted hiring ex blizzard talent to get my hopes up first.

          • @[email protected]
            link
            fedilink
            English
            14 months ago

            I imagine what makes it more of a grumble-fest for developers is that these days, a high majority of players will be coming from consoles. While cheaters do exist on consoles, they’re far less common, meaning that a majority of your playerbase is using game clients they can’t plausibly modify - meaning MOST of the clients can be trusted. So, signing on with something like EAC is really only resolving a cheating gap for a smaller percent of players.

            There have even been situations with cheat-heavy games when console players will request the option to disable crossplay in order to assure they aren’t matched with cheaters, who are often on PC. Sea of Thieves may have been one such instance.

        • @[email protected]
          link
          fedilink
          English
          84 months ago

          It was something I was aware of and against when I was on Reddit ever since I first heard of them.

          And they don’t even make cheating impossible. Cheats don’t need to be running on the OS that is running the game. It could be running in a VM. I believe many VM implementations will let the guest OS know that they are running on a VM, but that isn’t mandatory. Other hardware in the system can have full access to the memory space and do reads/writes without the OS knowing (though caches complicate this). Some cheats just act as a display and mouse, processing the display as it passes through the device to the monitor, and modifying the mouse input to correct aim based on what it sees. If it spoofs a monitor and mouse, nothing in the kernel will necessarily see any difference.

      • @[email protected]
        link
        fedilink
        English
        -11
        edit-2
        4 months ago

        I don’t think it has kernel anti cheat tho. Runs just fine on Linux without root permissions

        Damn, getting downvoted for just stating my experience. It doesn’t require kernel level access on Linux and runs fine—it’s not a stretch to think it doesn’t have kernel level anticheat (it doesn’t on Linux, just on Windows).

    • @[email protected]OP
      link
      fedilink
      English
      -44 months ago

      Seems like a major case of Redditors being able to dish it out but not take anything in return.

      Nah, this was Reddit just trolling the developers, that means it’s all part of the joke and not a problem.

      Some people can’t take a joke I guess.