248
submitted 5 months ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] -2 points 5 months ago

But then you're adding extra latency to all visual calculations.

Your client needs to know if something is visible within the framerate of their PC.

You cannot do that fast enough.

[-] [email protected] 0 points 5 months ago

Why not? More computationally intensive things are done to calculate lighting in a lot of modern games as I alluded to. Yes it would increase the load on your CPU but that's less of a problem nowadays with higher core counts and clock speeds and it's not like modern anticheats don't steal some CPU cycles already. I think you underestimate the power of modern computers. I'm not trying to be condescending here but it is worth remembering that gigahertz means BILLIONS of calculations per second.

We're only talking in theoreticals right now anyways, it is entirely possible that a game studio has tried this and it hasn't worked, I just don't put a lot of faith in modern game companies.

[-] [email protected] 1 points 5 months ago

You cannot break the speed of light with computational effort.

You're saying that you want to have a round trip from client to server and back happen in-between frames.

You cannot do that. Period. You will not ever have latencies that low.

Even if you frame lock it at 60fps that means you're calculating views, sending the data up the tube, checking it on the server, responding back with all the data about the new character that should appear and then rendering the new guy within 17ms.

That is physically impossible.

[-] [email protected] 1 points 5 months ago

That's why I already proposed tolerance for ~200ms with trajectory projections

[-] [email protected] 1 points 5 months ago

So you're going to take all the places a character could be in the next 200ms, do Ray casting on all of them and send that data to the server to check every 17ms?

While the server also does that for 15 other players at the same time.

Do you know what algorithmic complexity is? Big O notation? If so - that's a n³ * 15m³ problem space that you're expanding out across 200ms every 17ms, where n is player locations possible in x/y/z and m is the other players locations. Physics collisions are usually the biggest drain on a computer's cycles in game and in the worst case that's n² complexity.

You're talking insanely taxing here.

this post was submitted on 27 Apr 2024
248 points (98.1% liked)

Gaming

19765 readers
689 users here now

Sub for any gaming related content!

Rules:

founded 5 years ago
MODERATORS