Tagged Questions
17
votes
4answers
636 views
Tricks in game mechanics to avoid dealing with network lag compensation?
Implementing network lag compensation is hard, how to avoid it?
Maybe it's possible to use tricks and build game mechanics in such a way that lag would be percieved as a non critical or even as a ...
2
votes
1answer
172 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 ...
2
votes
0answers
90 views
1UPT multiplayer sync
The game I'm working on is 1 unit per tile. Each player can move their single unit 1 tile at a time (click the unit and then click the tile to move to).
It's in Javascript with Node.js and presently ...
8
votes
4answers
324 views
Can packet latency fluctuate?
Can the time it takes for a packet to be transmitted from a client to the server fluctuate?