Page 1 of 1

Why can not I start a server?

Posted: Sat Aug 27, 2016 7:24 pm
by WIZ4
0.14.1 I put these lines in the .bat file and the server will not start. 0.13 for this to work.

Code: Select all

factorio.exe —start-server-load-latest —latency-ms 150 —autosave-interval 10 —no-auto-pause —allow-commands admins-only
Sorry for my google translate.

Re: Why can not I start a server?

Posted: Thu Sep 01, 2016 9:50 pm
by Bisa
I didnt have time to double check this; but I think the latency argument was removed with 0.14.0, try removing it and run like this instead:

Code: Select all

factorio.exe -start-server-load-latest -autosave-interval 10 -no-auto-pause -allow-commands admins-only