Remix.run Logo
thrownawaysz 2 days ago

Valve can't even make their own anti cheat system work (VAC) on Windows let alone on Linux so not surprised that 3rd party publishers with 3rd party anti cheat system is giving up. I mean they technically work as a software but they don't fullfil their purpose, to block cheaters.

netsharc 2 days ago | parent | next [-]

I suppose the only good solution is like those "game streaming services": move all the logic to the server and use the client only as a rendering device.

Even sending metadata so the client can use local sprites to render the enemy is hackable, if the end-user knows the coordinates where to render the enemy, it can immediately tell the server that "user aimed at $COORDS and pulled the trigger"...

aruametello 2 days ago | parent [-]

i find it quite amusing that some people forget that opensource software is a double edge sword in these cases.

> "why can we run windows games the way we want and often better than windows?"

its because we can fiddle with anything in the system, from even before the kernel boots up to the software itself.

> "why cant we stop people tampering with their own systems to stop cheating?"

its because we can fiddle with anything in the system, from even before the kernel boots up to the software itself.

but my addendum is:

> I suppose the only good solution is like those "game streaming services": move all the logic to the server and use the client only as a rendering device.

we are in the "dark ages" of AI/computer vision usage and this wouldn’t stop aimbots that are screen readers. Overall the proposal is the "lesser evil" but still quite fucking evil.

nemomarx 2 days ago | parent | prev [-]

Doesn't easy anti cheat work on Linux / proton?

thrownawaysz 2 days ago | parent [-]

This is what I meant by my last sentence.

Easy Anti cheat works as a software but doesn't work as an anti cheat system.

Insanity 2 days ago | parent [-]

Yeah I guess the confusion is the overloaded term "work". It _runs_ on Linux, but it's not effective on any system.