Server.

#1
Please add the file running to start the server without entering the game.
I want to make a server 24/7,but the possibility of the game not allow.
Also would like that the server is automatically restarted map, and players could enter during the round.

(sorry for translation from Russian)

Re: Server.

#2
Denis919 wrote:Please add the file running to start the server without entering the game.
I want to make a server 24/7,but the possibility of the game not allow.
A dedicated server application is on my todo list, but it will probably take a while to make one because of my shitty code with tightly couple rendering, networking and gameplay logic...
Denis919 wrote:Also would like that the server is automatically restarted map, and players could enter during the round.
It's possible to automatically restart the game, just check the tickbox over the start button. Allowing players to join mid-round might be possible in future versions, I'll just have to come up with some way of doing it that makes sense from gameplay perspective (just allowing anyone to join at any time probably wouldn't be a good way to handle it).