Prediction happening on (sending) client side
- by Daniel
This seems like a simple enough concept, but I haven't seen this implemented anywhere yet.
Assuming that the server just forwards and verifies data...
I'm using mouse-based movement, so it's not too difficult to predict the location of the player 150ms from when the event is sent. I'm thinking it is more accurate than using old data and older data on the receiving clients' side.
The question I have, is why can I not find any examples of this? Is there something fundamentally wrong with this that I cannot find anyone implementing or talking about implementing this.