However, it’s only being forced for kernel-level anti-cheat. If it’s only client-side or server-side, it’s optional, but Valve say “we generally think that any game that makes use of anti-cheat technology would benefit from letting players know”.
I will always love Valve for their ability to use corpospeak against corpos.
Your game has anti-cheat?
Wonderful!
I’m sure that always only results in an improved experience for all gamers, lets let them all know!
Edit: I was talking about them labeling vac games as being anti cheat… And wondering if they were going to pull some double standard… I didn’t know they label them already and still don’t know if they do…
I would love to see any kind of documentation that can somehow prove OW2’s AC is better than VAC, something that isn’t based on vibes or immediacy bias.
So … your previous assertion that OW2’s AC is superior to VAC was in fact just based on vibes.
Anti Cheat developers typically do not like to explain how exactly they work, how effective they actually are.
Their data is proprietary, trade secrets.
There will almost certainly never be a way to actually conduct the empirical study you wish for, save for (ironically) someone hacking into the corporate servers of a bunch of different anti cheat developers to grab their own internal metrics.
But that should be obvious to anyone with basic knowledge of how Anti Cheats work, both technically and as a business.
… None of that matters to you though, you have completely vibes based anecdotes that you confidently state as fact.
Please stop doing that.
When someone has no clue what they’re talking about, but confidently makes a claim about a situation because it feels right, this is typically called misinformation.
I mean, anybody could verify it by spending a few hours each on the respective games… But yes, any empirical data would be nice. For example, a study on the amount of blatant hackers found on lobbies joined in comparable ranks. Anyway, this isn’t exactly misinformation to anybody who has played both games at any decent rank. It’s unproved but immediately discernible information. Take that how you will, i don’t really intend to argue about this here. This kind of pointless argument is the worst thing about Lemmy.
I mean, anybody could verify it by spending a few hours each on the respective games… But yes, any empirical data would be nice.
No, thats an anecdotal experience, and all it would tell you is the players’ perception of how prevalent cheating is… not how prevalent it actually is, not how effective an anti cheat system is at blocking cheaters.
But yes, any empirical data would be nice. For example, a study on the amount of blatant hackers found on lobbies joined in comparable ranks
“It would be great if there was any valid data/research to back up or disprove that thing I said earlier, but there isn’t, therefore I am completely justified in saying whatever as I want and acting as if its indisputable!”
Anyway, this isn’t exactly misinformation to anybody who has played both games at any decent rank. It’s unproved but immediately discernible information.
Again, no.
You made a claim that a particular anti cheat system is better than another.
You keep saying that ‘oh anyone can just tell’.
No.
What you are describing is again, at best, player perceptions of cheating prevalence.
The logic you are using is exactly the same logic that people who believe in astrology or woo woo nonsense medical treatments use to justify their efficacy.
… You have nothing but vibes and anecdotes, which you admit are unproved and have no basis in fact, beyond ‘i think this is obvious’.
You’re just bullshitting.
It is indeed pointless to attempt to get a bullshitter to admit they are bullshitting, when they’ve already backpedalled by moving goal posts, dismissing the importance of the discussion after being called out for making a specific claim which they can’t back up.
You could just admit that ah well shit yeah, I guess I don’t have any actual valid reasoning or data to back up my claim, but nope you keep trucking on, doing everything you can to talk around that point instead of addressing it.
I mean…bro was just giving an opinion man. He didn’t even really say that much originally. I think claiming the “superiority” of something online alot of the times is vibes based. That ain’t necessarily bad though. Are people not allowed to give more generalized or vague opinions?
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.
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.
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.
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
It’s not like there are so many other ways to cheat, actually used in many games with anticheats.
We should all stop pretending it’s necessary to put malware into your computer just so some company can claim they have no cheaters, which is never even true.
The point of anti-cheat is to create a substantial barrier for cheating. If you have to go the extra mile to run an external hardware cheat so as to be "undetected" then surely this means the anti-cheat is working. If it were as ineffective as you are imply, cheaters would be cheating on their main accounts.
Which means that you still have to end up relying on reviewing a player’s performance and actions as recorded by the game servers statistically via complex statistical algorithms or machine learning to detect impossibly abnormal activity.
… Which is what VAC has been doing, without kernel level, for over a decade.
All that is gained from pushing AC to the kernel level is you ruin the privacy and system stability of everyone using it.
You don’t actually stop cheating.
It is not possible to have a 100% full proof anti cheat system.
There will always be new, cleverer exploitation methods, just as there are with literally all other kinds of computer software, which all have new exploits that are detected and triaged basically every day.
But you do have a choice between using an anti cheat method that is insanely invasive and potentially dangerous to all your users, and one that is not.
Modern cheats for multiplayer games don't modify local files (or attribute values in memory), since the server validates everything anyway. They're about giving you information that's available but not shown in the game (like see-through walls, or exact skill ranges), or manipulate input (dodge enemy damage, easy combos). Those cheat can run in kernel mode (or at least evade detection from user mode), so the anti-cheat needs kernel mode to be more effective.
The server doesn’t validate shit, because that takes up CPU cycles on THEIR hardware, which costs them money. A huge part of kernel level anticheat is forcing YOU to pay the cost for anticheat, so they can squeeze a few more pennies out of it. And if your computer gets owned because they installed insecure, buggy malware on your system…? Well, they’ll just deny. After all, it’s kernel-level, how are YOU going to prove anything?
If server validation was still a common practice (as it should be) then cheats wouldn’t come in the form of speed hacks, teleportation hacks, or invincibility. The traditional thing in CS that was hard to prevent is aimhacks and wallhacks. I respect that those are hard to prevent, but they can be much less impactful in modern hero shooters.
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.
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.
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.
Yup. If it’s important enough that devs now have to add a disclaimer on the store page, surely devs shouldn’t be allowed to circumvent that by adding it later. Since SteamDeck customers are affected by this the most, it’s weird that this isn’t already a rule, particularly for games that are SteamDeck verified.
That’s a bit much… It’s just not possible to guarantee that as a developer
Software is a living thing, and anything useful is made up of layer after layer of ever shifting sand. We do our best, but we are all at the mercy of our dependencies. There are trade-offs, there are bugs we can do nothing about, and sometimes moving forward means dropping support for platforms that are no longer “cheap” enough to afford while also working on the game
I love this though. I also like the idea of requiring access to earlier builds.
These mitigate anti consumer practices - dropping support for a platform is more likely to be a technical trade-off or unintentional consequence though
I do agree with the part where software moves, dependencies yada, yada… I’m a developer myself.
But… this is different. They eliminated a perfectly working game, where they didn’t have to invest a minute of labor to get it working on Linux. The only thing they had to provide was the .so-file (for EAC) when publishing to Steam… Valve did all the work to make EAC compatible on Linux, yes, on user-level… but still… it fucking worked.
Punishing an entire userbase, because other assholes (assumably) used Linux for cheating is discrimination. Even if there were no cheaters at all… it’s still discrimination… because it used to fucking work.
Oh no, I totally agree with you that this is gross behavior - I just think your rule is too broad.
So we need more focused rules and mechanisms. I think disclosing anti-cheat on the store is a good mechanism, I think forcing them to provide previous releases is a good rule. That obviously doesn’t cover nearly enough, but in the current gaming environment I think it’s a good start
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?
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.
To add to this, the owner of this site, gamingonlinux, was a mod on the !linux_gaming community until they were caught abusing their moderator powers. Then they deleted their account and complained on mastodon that it’s stupid design that mod logs are public. [Screenshot]
I sent email to oxenfree@nightschoolstudio.com and told them in no uncertain words that what they are doing is illegal, and asked how they are going to fix the situation.
If I can find time to, I’ll see about contacting the local consumer protection organisation.
I only own the game through itch.io, which I got through one of those charity bundles, and they contacted me by e-mail. Then people contacted GamingOnLinux about it, and at least right now, it seems to only be limited to itch.io.
EDIT: I actually do have the game via GOG as well, which is news to me, and I did not receive a similar notification about it.
No announcement or confirmation from Night School Studio regarding GOG, Steam, the Playstation Store, or the Nintendo eShop as of yet. My guess is they would give a decent warning announcement if it were to leave those outlets as well, but regardless I did download my copy from GOG to my backup drive just in case.
gamingonlinux.com
Najnowsze