summarylogtreecommitdiffstats
path: root/factorio-headless.conf
diff options
context:
space:
mode:
Diffstat (limited to 'factorio-headless.conf')
-rw-r--r--factorio-headless.conf24
1 files changed, 12 insertions, 12 deletions
diff --git a/factorio-headless.conf b/factorio-headless.conf
index 1ece65794d1d..445cb0e0bf27 100644
--- a/factorio-headless.conf
+++ b/factorio-headless.conf
@@ -1,14 +1,14 @@
-# The latency expected between peers (milliseconds)
-# Try to set this to the highest latency + 30
-# If peers A and B have a latency of 100 between each other, set this to 130
-LATENCY=250
-
-# The number of minutes between each autosave
-AUTOSAVE_INTERVAL=10
-# The number of autosaves to use for rotation
-AUTOSAVE_SLOTS=3
-
-# Additional factorio arguments
-FACTORIO_EXTRA_ARGS="--allow-commands admins-only"
+# AUTOSAVE_INTERVAL and AUTOSAVE_SLOTS must now be declared in /etc/factorio/server-settings.json
+# LATENCY was removed from the game
+# Path to the save file
SAVE_FILE=/var/lib/factorio/.factorio/saves/factorio-service-save.zip
+
+# Additional factorio arguments, such as:
+# -v [ --verbose ] enable verbose logging
+# --mod-directory PATH Mod directory to use
+# --port N network port to use
+# --bind ADDRESS[:PORT] IP address (and optionally port) to bind to
+# --rcon-port N Port to use for RCON
+# --rcon-password PASSWORD Password for RCON
+FACTORIO_EXTRA_ARGS=""