I've played before anticheat was a thing and it is meaningless. Cheaters are going to cheat. The best anticheat systems are voting. The game kicks a winning vote total and then that server sends the rest of the servers it's results. Then that account is flagged as a cheater. The only way a cheater can exist is they hide and don't cheat and are obvious in it
linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
Such a system can be used against non-cheaters as well. How would you feel if you played fair and got permanently banned from playing a game you bought simply because of a few bastards?
VAC uses this on top of telemetry analysis. Next gen will use AI, ML, DL, and apply hardware bans.
Valve uses player in game reporting for cheating. Which then goes to Overwatch. In Overwatch trusted players with a certain rank get to confirm if that cheater is cheating or not. I have reported cheaters and received notifications that they have been banned before. On the other end, I have also done Overwatch and banned cheaters myself.
Edit: this is for CSGO, idk if Valve does this for games like TF2
Dota 2 also has Overwatch
Exactly. That is was happens now. I described that and VAC Live (CS2).
DL ? What's that, ML is machine learning, but DL...
I assume deep learning.
Yup.
Oh yeah, forgot this one.
Kick votes alone should never lead to bans or suspensions. Instead; this is when we should switch to server-sided analytics of gameplay and lean heavily on human moderator input to determine if a player might be cheating.
Anti-Cheat should be on server side anyways; not the client side.
I can't wait for the rise of motherboards with hyper-customized TPMs that can fake legitimate ones and totally gaslight the OS and any anti-cheat running that everything is alright. /s
Used to be a thing with private servers lmao
Maybe a second step of reviewing but also if you bought a game permanent bans should never be a thing on less it has an offline mode, if you bought something you should permanently own it they shouldn't be able to take your access permanently
Votekick really doesn’t work as an anticheat, especially without good playback analysis option and even then good gamesense looks like wallhacking in shooters to new players for example when all you are doing is tracking sound and have good crosshair placement. If you can’t review replay and there is no blatant cheating like speedhack or spinbot or teleporting, what are you voting on? The fact that you are getting stomped?
To be clear I’m not saying invasive anti-cheat is the way, but IMO voting is not the way to go.
Never Trust User Input!
Image Transcription: Meme
[The meme shows two fanart images of the character Sayori, from "Doki Doki Literature Club", with text to the right of each image.]
[In the first image, Sayori is wearing sunglasses and scowling, with her hand up in a blocking gesture. The text reads:]
Anti-Cheat
[In the second image, Sayori has her head up high, looking pleased, with a finger pointed to the right, where the text reads:]
Kernel Level Surveillance
I am a human who transcribes posts to improve accessibility on Lemmy. Transcriptions help people who use screen readers or other assistive technology to use the site. For more information, see here.
As long as there are people playing a game, there will be cheats. However, I decide what happens on my device, not a game or software developer. When the developer thinks he can set requirements, he is barred.
Not a single piece of software is worth risking my device for.
I wanna know they have to have low level shit making these checks on my device in the first place. Why can't the checks by on the god damn server, checking against what the developer knows is and isn't possible to do without cheating?
Edit: Er... I guess you wouldn't really be able to tell if they used walls or aimbots that way... 🤔
A lot of anticheat methods are not to catch the people with the proper, premium cheating software. It's to stop little Jimmy downloading an exe for Fortnite because he loses too much and making a new account as f2p is now the norm. As such, a lot goes into making it hard to have a cheat hide itself without significant effort from the user, be that running a custom kernel module yourself or some sort of emulation techniques. The kernel level anticheats can naturally be bypassed, but you have to do more than just running an exe most of the time which is about as far as the average kid who downloads their cheats from a YouTube video is capable of. The result is you catch 99.9% of what would be cheaters, and that's a much bigger improvement to your player base than catching the 4 players at the pro level who pay thousands a month for custom software which doesn't really matter in the grand scheme of things.
You can still detect that stuff on the server. It's all about will and competence. The real reason is anticheat allows easy surveillance. The Ven diagram of people with Tencent anticheat and essential IT personnel overlaps a lot. This is a big problem talked about but not solved in sec ops.
Detecting the angle, acceleration and speed at multiple points of a shot in an fps is trivial, and developing a check to see if it's human movement or computer movement is easy after that.
Aimbots are easy too. Is the camera following someone without having vision? Oh no aimbot. A bit more complex than that... But not by much.
It's easy enough to do it right, but then you don't get that sweet sweet surveillance
I've been in discussions regarding anti-cheats, and there's definitely an audience who outright complains if a game does not have anti-cheats.
The arguments usually being willing to deal with the risks, because they don't see a way to make games fair without it.
I definitely get it. Have you seen the state of Team Fortress 2 for the past few years? It's repugnant. I don't know how people are still playing it.
Free to play multiplayer games are at the highest risk of cheaters, since they can just make a new account. I would rather pay for a multiplayer game without microtransactions than a free one which gatekeeps and facilitates cheaters.
What do you propose to make games fair without cheating countermeasures?
I'd never noticed before that the bow changes sides
I'm wondering if the reason why it's taken (taking) the anticheat companies so long to implement support on linux is just that they're scared that some linux kid will manage to completely circumvent the entire anticheat with some FOSS sandboxing tool.
They should just start doing more server-based anticheats instead of scanning on the client.
You just can't effectively implement such a thing on Linux bc well you can just use a different kernel or edit it to circumvent the monitoring
Welp... now Im expecting Linux kernel modules for anticheat.
Would be sick if one could get that stuff to work lol
Memes aside, cheats operate at driver level and as a result anti-cheat, if it wants to be effective, has to also.
Yup and to top it all off most online gaming communities are really toxic when it comes to any discussion of Anti-Cheat in this regard (it's considered the same as cheating to put down anti-cheat), and will usually defend it and the company behind it. I've even heard some of these chuds try and say linux is evil or used by criminals (you can tell these people are either kids or very immature) and that they should outright ban Linux users altogether.
Up next: Hardware level surveillance powered by Intel ME
Some games have a complicated enough Anti-Cheat that it'd be an absolute pain to get it working with Linux. Honestly, it's not worth it to gain 3% more players. I'd recommend just running a Windows VM in Linux.
Some won't even run in vm
I've spent quite some time setting up KVM with GPU passthrough and modifying qemu and my kernel as to circumvent VM detection of anti cheat software. While it worked in principle, overhead from virtualization and reduced core count meant that some resource-heavy games ran extremely poorly (while they would have run just fine without virtualization).
Running a VM would imply dealing with VFIO. For a recently converted casual Linux gamer it's better for them to dual boot than deal with that headache.
The hate is mutual. Though I's hate it even I was a windows user.
KLS for short. Pronounced “kills”.
XD