Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Yeah, it is a server authoritative so that’s likely it. Thanks for the feedback and follow up though! If the game ever gets some traction, deploying to more regions to improve latency for players is definitely high on the list!

Or you can allow the player to perform client-side actions immediately upon receiving a command from the user, simultaneously sending data to the server for verification. If, for example, the player's position is suspect, you send the client a teleportation command to the location the server deems correct. All interaction checks also go through the server.  

This won't fix the problem completely, but at least some actions may be more responsive even with high ping.