Page 1 of 1

List of Multiplayer Arugments

Posted: Sat May 21, 2016 11:34 pm
by Dustin1525
Is there a list of arguments I can put into the batch file to start the server? If so, please link!

Re: List of Multiplayer Arugments

Posted: Sun May 22, 2016 7:25 am
by daniel34
Starting Factorio with --help will print the parameters available in the current version.

As of 0.12.33:

Code: Select all

General options:
  -h [ --help ]                 display help
  --version                     show version information
  -c [ --config ] PATH          config file to use

Running options:
  -s [ --map2scenario ] arg     map to scenario conversion
  --apply-update arg            immediately apply update package
  --create SAVE                 create a new map
  --start-server SAVE           start a multiplayer server
  --mp-load-game SAVE           start Factorio and load a game in multiplayer
  --mp-connect ADDRESS          start factorio and connect to address
  --load-game SAVE              start Factorio and load a game in singleplayer
  --benchmark SAVE              load save and run benchmark
  --benchmark-ticks N (=1.000)  number of ticks for benchmarking. Default is
                                1000
  --force-opengl                use OpenGL for rendering
  --force-d3d                   use Direct3D for rendering

Server options:
  --latency N                   multiplayer server latency, in ticks
  --latency-ms N                multiplayer server latency, in milliseconds
  --autosave-interval N (=2)    server autosave interval, in minutes
  --autosave-slots N (=3)       server autosave slots
  --disallow-commands           disallow use of the command console
  --peer-to-peer                use peer-to-peer communication
  --no-auto-pause               don't automatically pause when no players are
                                connected
  --port N                      network port to use