10 ms·
Not trusting the clients and redoing all calculations server-side would require massive processing on the server side. Your idea then multiplies the load on t
by Iridescent_ 2y ago
Not trusting the clients and redoing all calculations server-side would require massive processing on the server side.
Your idea then multiplies the load on the server.
- Ekaros 2y agoWe do have massive processing on all sides. And the actual processing done for the game stuff is not really that big. Mostly it goes to graphics, sounds and so on.
- worthless-trash 2y agoHow much though, i mean you're basically doing vector work, and only when its visible within range, and then when its visible within the player and the player hitbox is.... oh I see.
- kachapopopow 2y agoOverwatch does this just fine and deadlock actually.
- totaa 2y ago> deadlock actually how do you know? has there been a technical deep dive published?
- kachapopopow 2y agoOpening the console and seeing rollback net-code pretty much says enough. Also the game itself feels great to play even with 160ms ping which is only really possible when using architecture similar to overwatch.