Tagged Questions
2
votes
1answer
175 views
How to properly do weapon cool-down reload timer in multi-player laggy environment?
I want to handle weapon cool-down timers in a fair and predictable way on both client on server.
Situation:
Multiple clients connected to server, which is doing hit detection / physics
Clients ...
4
votes
2answers
511 views
How can I alleviate network lag issues with players from other countries?
I am developing a small multiplayer game where players move through the map and interact with each other. The game is written in VB.Net.
When I tested my game with players on a LAN everything worked ...