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.
[1.1.21] --no-auto-pause does not exist
Re: [1.1.21] --no-auto-pause does not exist
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
So is there a way to toggle "auto_pause" to false?
Re: [1.1.21] --no-auto-pause does not exist
Replace the true part with false.
Re: [1.1.21] --no-auto-pause does not exist
Got it. That seems to have sorted it out.