87andrewh / CornerCullingSourceEngine

A Source/CSGO port of CornerCulling
49 stars 19 forks source link

Get Player Latency from souce engine #1

Closed xobust closed 3 years ago

xobust commented 3 years ago

This will get the average roundtrip time for clients when calculating culling. The latest roundtrip time could also be used but that would be more jittery.

xobust commented 3 years ago

Found some crash issues closing until solved

87andrewh commented 3 years ago

Thanks for contributing! Just as a note, we will need to calculate the MAX recent latency, including packet loss, or there will be popping. Also, there are some complicated methots for combatting fag lag, but that is not a pressing issue.