[MUD-Dev] Client side simulation
Artur Biesiadowski
abies at adres.pl
Mon Apr 5 09:30:49 CEST 2004
dienw wrote:
> Is it worth to design a client side simulation model?
[...]
> The reason behind is to reduce server load to the clients.
Others already have told you about trust problem. There is certain
field of problems where sending enough context info will mean that
verification of corretness is a lot easier than finding answer
yourself (maybe some of these tricks can be used here ?).
Obviously you can put a lot of strain on client computers anyway -
finding paths for player avatar/units is obvious case (no reason to
cheat here).
I'm afraid that for a good game you may need to crate simulation
model on client computer anyway, to implement dead-reckoning. This
is hard, as you need to keep both models in exact sync, while
possibly working in different contexts, but it can greatly improve
perceived responsivness of game.
Artur
_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list