this post was submitted on 03 Mar 2026
238 points (98.0% liked)

Linux Gaming

24714 readers
133 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
[–] rumba@lemmy.zip 1 points 1 day ago

When the anti-cheat runs on the client workstation, it just tries to make sure the client isn't doing something nefarious. It's cost effective for the game company and doesn't cost the end user much except compatibility

To do it on the server, you end up needing to run a full simulation of the game which is really expensive at scale. You can, to some extent, just look for input values and thresholds, but over the years of trying to do this, people always find ways to cheat input threshold monitoring.

An interesting take is making the end user run the client on a rented server, then they can both have the client remote and not pay for anticheat at all.