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

Linux Gaming

22067 readers
1710 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
[–] Nibodhika@lemmy.world 2 points 11 hours ago (1 children)

If an enemy is outside your vision, but makes a noise, you cannot give that information to the client without revealing the enemies position.

Sure you can, for starters audio is a lot less reliable to pinpoint location than video, so the server can randomize the position somewhat and still be accurate enough. Not to mention that sound bounces off walls, so it's not exactly wrong to give the point of origin of a sound as a wall nearby the origin or destination, and an even more advanced system could use ray tracing to calculate sound path and give you a fully accurate sound point that doesn't reveal the source exactly.

If a player kicks a bucket across the map, the bucket flying through your screen makes it trivially easy to calculate the point of origin - and you know something happened there / player was there.

But again if you're not sending the bucket position until it's in FoV that doesn't matter at all.

We'd be really really lucky if server side fog of war would be the kill-it-all solution to cheating.

It's not the end all, but it does take are of whole categories of hacks.

[–] AAA@feddit.org 4 points 10 hours ago* (last edited 10 hours ago)

Still both can be calculated back to the source of origin. It may not be enough for a wall hack to reliably point out the enemies exact position, but definitely enough for a radar or proximity hack.

Edit: Your also completely ignoring the mandatory threshold where the server absolutely needs to send you enemy information already in order to avoid enemies popping into existence. The faster the game, the bigger that threshold.

And by all means, sound (in video games) is a pretty linear thing. You can only randomize so much, until players complain that it's not reliable.

In the games were talking about these kind of additional info or heads-up are an unfair advantage in competitive play.

The solution sounds easy, but I do believe that if it was, we would see it in at least some current games.