New answers tagged rts
2
http://gamedev.stackexchange.com/search?q=client+prediction
You'll want to do client side prediction to deal with latency issues.
In essence, do everything exactly as you have set up, but when the client sends the command to the server, the client assumes the command is valid and performs the pathing algorithms and begins moving. The server can then ...
Top 50 recent answers are included