Page 1 of 1

[1.1.21] --no-auto-pause does not exist

Posted: Thu Feb 18, 2021 9:07 pm
by csduff
Batch file reads as follows.
Factorio.EXE --start-server "1.1.19 Foxtrot Angel.zip" --no-auto-pause

I'm running a headless server, and just heard about the --no-auto-pause setting. When attempting to use it the server fails to start stating "--no-auto-pause does not exits".

Server works fine when the command is left out of the batch file.

Re: [1.1.21] --no-auto-pause does not exist

Posted: Thu Feb 18, 2021 9:27 pm
by Loewchen
It might no longer be a thing, in the server.settings.json it is "auto_pause": true.

Re: [1.1.21] --no-auto-pause does not exist

Posted: Thu Feb 18, 2021 9:48 pm
by csduff
So is there a way to toggle "auto_pause" to false?

Re: [1.1.21] --no-auto-pause does not exist

Posted: Thu Feb 18, 2021 9:49 pm
by Loewchen
csduff wrote: Thu Feb 18, 2021 9:48 pm So is there a way to toggle "auto_pause" to false?
Replace the true part with false.

Re: [1.1.21] --no-auto-pause does not exist

Posted: Sat Feb 20, 2021 2:02 am
by csduff
Got it. That seems to have sorted it out.