Re: Ryan Eye MP Game (thread name changed)
It seems strange that you get hosts every now and then. I havn't had this kind of problem ever.
After having created a game this should be a perfectly fine commandline:
./dom2 -TS --port 1111 -t 0 22 -t 2 22 -t 4 22 -qsm testgame
It starts a dominions server (-S)
text only (-T)
portnbr 1111 (--port 1111)
hosting is sunday at ten (-t 0 22)
hosting is tuesday at ten (-t 2 22)
hosting is thursday at ten (-t 4 22)
it hosts upon arrival of all turns (-q)
no sound (-s)
no music (-m)
the game name is testgame
If the turns are recieved before turn the time host it skips the next time host if within 24 hours.
We have never come across this problem with this command line. In the rare cases when the server is restarted a problem might arise if the host time is only a few hours away.
|