this post was submitted on 14 Nov 2025
567 points (96.9% liked)

Linux Gaming

22067 readers
1522 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
 

This is so funny because rust has one of the worst cheating situations and majority of their players are windows users, and theres lots of games that have anticheat that allows linux and have notably less significant cheating problems like marvel rivals. in reality rust doesn't take cheating very seriously because if they did they would have more server side software that detects illegitimate behaviour like tons of other games do successfully...... even most popular Minecraft servers have better functioning anti cheat that is completely server side than rust has while getting kernel access to your pc. its pathetic and lazy development tbh and this entire post from them reads like such extreme cope....

you are viewing a single comment's thread
view the rest of the comments
[–] FishFace@piefed.social 7 points 1 day ago (1 children)

Visibility check of what?

  • The player and their shadow and all visible effects on the game world -> congratulations, now the server needs a GPU per player.
  • The player's geometry? -> shadows pop into existence when the player's arm appears around the corner, and the server is still way more expensive than it would be
  • A volume around the player? -> Still allows a significant advantage, still requires significantly more horsepower, and the client still can't do spatial audio

This amounts to making players use thin clients and putting all visual and audio rendering on the server if you want it to work and not suck. Will you be happy to save £1000 on your PC at the cost of having games cost £150 a pop? Thought not. Or did you think the "extra CPU cycles" were just free?

[–] glog78@digitalcourage.social 2 points 1 day ago* (last edited 1 day ago) (1 children)

@FishFace @x00z my small thought -> i think today no solution can prevent "cheaters" because you can't differ "cheaters" from users anymore if they want to.

Here is why ->
One PC is running the game -> a second PC emulates Keyboard and mouse inputs using a CAM (Capture Card) / Sound (microphon / digital capture) and an on the Game trained AI.

So what does any "cheat protection" offer if they don't protect against serious cheating ?

PS: "The only still working protection is lan play with control over hardware / software and players like done on real events"

[–] FishFace@piefed.social 3 points 1 day ago

Yes, there is no way to prevent all cheats. However, to prevent as many as possible, you need to use all available methods. It's quite reasonable that kernel-level anti-cheat should not be available, as it it's an overreach and a security risk. However, client-side anti-cheat is not that.