Insprill / dv-multiplayer

A Derail Valley mod adding multiplayer to the game.
Apache License 2.0
33 stars 16 forks source link

Implement player interpolation #2

Closed Insprill closed 11 months ago

Insprill commented 1 year ago

Instead of updating player positions only when a packet is received, we should have an interpolation system that will fill in the gaps automatically. This can be implemented similarly to Valve's Source engine as documented here.

Once the interpolation system is implemented, the walking animation can be readded using the interpolated data.