Skip to content

Port netticbuffer from Kart

SteelT requested to merge netticbuffer-port into next

Supersedes !984 (closed)

This branch ports the netticbuffer cvar that is in Kart. If multiple nettics would be run this tic, store any past the first up to the value of the cvar. So basically this resolves the netcode-induced framedrops at the cost of, in the worst case, one extra frame of control lag.

Merge request reports