this post was submitted on 03 Jul 2025
146 points (97.4% liked)
Linux Gaming
20185 readers
522 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think the real answer is going to be an evolving server side anti-cheat. If you do it client side, they will always find a way round it.
But that idea puts their servers at risk if the code is bad.
Somehow ... not an issue for client-side ...
Yes. But this is precisely the reason I won't play games that need kernel level anti-cheat. I barely trust game devs to run usermode code on my machine. I sure don't want to let them near kernel mode.
Yes, but that exponentially increases ongoing costs for hosting servers for the game to perform those extra checks, and unless you're one of the Valves of the world, you aren't going to have enough data for an automated system to work properly.
Counter Strike effectively has had a server-sided anticheat since the latter half of Global Offensive's lifespan, but there are simply too many gaps in the armor - difficult to determine what counts as a violation with 99% certainty, false positives, automated peripherals used by players that "copy" real human players, and so on.
In a perfect world, the answer to this problem would be community hosted servers ran by independent admins who could audit player activity and exercise human judgements. But that would severely limit the scale of games like the Finals, since both those who could stomach the cost of hosting and the quality of matchmaking would diminish. Even after those measures, it's not bulletproof. Ask RUST players, TF2 players, DayZ/Arma players, and so forth.
Windows users are far more likely to be technically naive enough to install a cheat that will be detected by the kernel level anticheat, and the existence will also act as a deterrent and price increase on the cheat maker's side. The subset of Linux users who desire to cheat may not be affected by those changes, but other methods, like reporting, active memory checks, and pattern detection can still keep fair play.
This can't just be a one stop solution. It has to be hybrid. Otherwise the scale of PVP multi-player games we see today is impossible to maintain.