List of Multiplayer Arugments

Find multiplayer games.
Tools/scripts to run a dedicated server.
Post Reply
Dustin1525
Manual Inserter
Manual Inserter
Posts: 1
Joined: Sat May 21, 2016 11:32 pm
Contact:

List of Multiplayer Arugments

Post by Dustin1525 »

Is there a list of arguments I can put into the batch file to start the server? If so, please link!

daniel34
Global Moderator
Global Moderator
Posts: 2761
Joined: Thu Dec 25, 2014 7:30 am
Contact:

Re: List of Multiplayer Arugments

Post 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
quick links: log file | graphical issues | wiki

Post Reply

Return to “Multiplayer / Dedicated Server”