Elektrine lite

← Feed

@Sir_Thominick_IV@lemmy.world

Post #3873382

2026-07-08 17:58 UTC

Depending on the implementation, client side anticheat isn’t needed at all. Take the game Speedrunners for example. There is zero need for the server to do anything other than accept player inputs, process them, and return them to the clients. So if coded correctly, where the server trusts nothing and does the math itself, it is impossible to cheat while having zero anticheat on the client. And that’s without there being any additional cost.

Replies (1)

  • @GoatSynagogue@lemmy.world 2026-07-09 07:46

    That’s all well and good, but a smash brothers clone is very different to CoD or Battlefield in this regard. Client side anti-cheat is absolutely needed in FPS/TPS. Without it, server side anti-cheat would have to do far more and quietly be much harder to do.

    Open ##3873366