Recommendations for Authoritative Network Model

Started by
39 comments, last by Angus Hollands 11 years, 10 months ago
A little update. For some reason the user prediction is really jittery.
I think i've determined the causes;
Whenever the client receives an update, it gets the delta between the prediction for that tick and the actual server copy.
I was sending the last received delta update, and the client then set that as the update to apply the delta to, however due to the upstream latency
this wasn't acknowledged by the server until too late.
Why is using a delta advantageous? Apparently float sizes are the same.

This topic is closed to new replies.

Advertisement