ttyborg / castlesand

Automatically exported from code.google.com/p/castlesand
0 stars 0 forks source link

Add a limit/disable zoom(preferred) out option in online multiplayer games to avoid griefing/low fps #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Host an online multiplayer game.
2. Play for a while.
3. Zoom out, because noob teammate/fun/troll/griefer/etc.
4. ???
5. Profit: unplayable.

What is the expected output? What do you see instead?
Expected output: Fun.
What do you see instead?: Unplayable game.

Original issue reported on code.google.com by stdpnt...@gmail.com on 26 Oct 2013 at 5:52

GoogleCodeExporter commented 9 years ago
It would be a good idea to put a minimum FPS while playing in Multiplayer yes.
And in case the player is zoomed out, force him to zoom back in to the default 
zoom.

So basically:
if FPS < 15: set zoom to default.

That would fix a lot of multiplayer lag issues.

Original comment by mark....@gmail.com on 2 May 2014 at 8:16