Kyoril / mmo

This repository contains the prototype of an mmorpg with a custom engine, built entirely in C++. It contains the client, tools and servers. The goal of this project is to have a vertical slice of an MMORPG which is playable.
https://discord.gg/WQEbswvMZG
30 stars 10 forks source link

Character movement synchronization not fluid #26

Closed Kyoril closed 1 week ago

Kyoril commented 2 weeks ago

Other characters movement is applied simply as teleport events. This makes characters teleport around when they move. Their movement should be extrapolated locally between movement update packages to make movement of other players appear more fluid.

Kyoril commented 1 week ago

Fixed this in commit a8cfac5194e38aa7db5c5400937ab3fbaaa0327e