OldUnreal / UnrealTournamentPatches

Other
1.03k stars 29 forks source link

[469c] Jittering while spectating a game with behindview 0 #1267

Open garry-ut99 opened 1 year ago

garry-ut99 commented 1 year ago
SeriousBuggie commented 1 year ago

I suspect this jitter caused by replication data, which come from net. Update player rotation. Possible spec fix make smooth of it.

stijn-volckaert commented 1 year ago

Indeed. This is a fundamental limitation of the UE1 netcode. Servers try to save bandwidth by compressing some of the data they send to players. This compression costs us some precision in things like (camera/player) rotation updates