Earlier quoted context omitted.
Anti-cheat today is a stop-gap measure at best. For various reasons such as improved OS security and security concerns with this software, ring zero anti-cheat won't be around forever. Besides, it's a cat and mouse game where the vendor is the mouse. We already have the technology now to do it better. A combination of only sending what info a client should have, and server-side checks. As soon as something like UT sh…
As long as games are running on user hardware/OS, you'll always deal with cheating. Server-side checks and computation can only go so far. For example: in competitive shooters (where cheaters are most prevalent) you can't have things appearing out of thin air. The client needs to know about things ahead of time to play sounds and to give other environmental hints.
Games run faster on SteamOS than Windows 11, Ars testing finds
161–170 of 285 posts
Re: Games run faster on SteamOS than Windows 11, Ars testing finds
#162Might be unfair to call Proton a "translation layer" because the Win32 API is not defined in terms of system calls but rather a set of functions exported from a DLL. Proton supplies a DLL that implements the Win32 API using Linux syscalls. Windows supplies a DLL that implements that Win32 API using Windows syscalls that you're not really supposed to use directly.
https://www.winehq.org/ calls it a compatibility layer that translates calls on the fly. so 'translation layer' is not that unfair.
Re: Games run faster on SteamOS than Windows 11, Ars testing finds
#163Earlier quoted context omitted.
Can't say that Windows 11 compatibility on this regard is any way better. Anything pre Dx-9 is somewhat broken one way or another. I've recently found about Dreamm[1] by AAron Giles (a well known emulator developer) which is basically a very lightweight os-indipendent reimplementation of some windows and directx calls specifically for some Lucasarts games written during that time period, It would be nice to see a sim…
I would have to disagree. Those same games that didn't work on SteamOS worked flawlessly on Windows 11.
On the other hand the Sega arcade ports from the same time period (Sega Rally 1&2, Daytona USA Deluxe, Manx TT Superbike Virtua Striker, etc.) are definitely less problematic on Wine/Proton rather than Win11.
Re: Games run faster on SteamOS than Windows 11, Ars testing finds
#164Earlier quoted context omitted.
Direct Memory Access cheats will always perform better as they can reveal the location of an opponent before they're even visible on the screen.
Why are players who aren't on screen even in the client memory? The server shouldn't be sharing sensitive information.
I imagine that most game devs just look at the incredible amount of work this takes to implement and complexity it adds, and decide to not bother. Valorant can do it because the game itself is low complexity, the developer has deep pockets, and also the added competitive integrity is valuable.
Re: Games run faster on SteamOS than Windows 11, Ars testing finds
#165Re: Games run faster on SteamOS than Windows 11, Ars testing finds
#166Is this testing the same graphics performance / i.e. screenshot-accurate comparison vs Windows?
I am 100% team Linux but cross-platform benchmarking is rife with problems. Differences are often from not testing the exactly same thing or different defaults that trade-off safety/quality/perf and can in theory be changed. No point measuring only one side of a triangle whose ratios are a matter of taste.
A responsible benchmark would try and prove fidelity.
Re: Games run faster on SteamOS than Windows 11, Ars testing finds
#167On the one hand I hope with the proliferation of such articles and sentiment that Microsoft would start paying more positive attention to Windows as an Operating System instead of an AI and Advertisement Machine. But then I remember that it's Nutella at the helm over there and he'll gladly give up ground to focus more on hype and share price. What a waste.
While I agree with the basic sentiment, racism really doesn't deserve a place here, please don't do this.
Re: Games run faster on SteamOS than Windows 11, Ars testing finds
#168Earlier quoted context omitted.
As long as games are running on user hardware/OS, you'll always deal with cheating. Server-side checks and computation can only go so far. For example: in competitive shooters (where cheaters are most prevalent) you can't have things appearing out of thin air. The client needs to know about things ahead of time to play sounds and to give other environmental hints.
Surely the server can tell the client what sounds to play and what other environmental hints to do, just as well as the server can choose to tell the client where the other players are when they are in sight.
Re: Games run faster on SteamOS than Windows 11, Ars testing finds
#169On the one hand I hope with the proliferation of such articles and sentiment that Microsoft would start paying more positive attention to Windows as an Operating System instead of an AI and Advertisement Machine. But then I remember that it's Nutella at the helm over there and he'll gladly give up ground to focus more on hype and share price. What a waste.
> But then I remember that it's Nutella at the helm over there and he'll gladly give up ground to focus more on hype and share price. While I agree with the basic sentiment, racism really doesn't deserve a place here, please don't do this.
Grow up and stop finding racism in everything.
Re: Games run faster on SteamOS than Windows 11, Ars testing finds
#170Might be unfair to call Proton a "translation layer" because the Win32 API is not defined in terms of system calls but rather a set of functions exported from a DLL. Proton supplies a DLL that implements the Win32 API using Linux syscalls. Windows supplies a DLL that implements that Win32 API using Windows syscalls that you're not really supposed to use directly.
For so long it was one of those "and now you have two problems" technologies and now it looks like it's the slow blade that could actually kill Windows.