From 35ee88bf7fd2b36ca1af4b0df148f573d06e48a4 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Mon, 31 Oct 2016 13:30:08 -0700 Subject: [PATCH] more on save files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c20e52..c79bccd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Try to connect to the server. Check the logs if it isn't working. A new map named `_autosave1.zip` is generated the first time the server is started. The `map-gen-settings.json` file in `/tmp/factorio/config` is used for the map settings. On subsequent runs the newest save is used. -To load an old save stop the server and run the command `touch oldsave.zip`. This resets the date. Then restart the server. +To load an old save stop the server and run the command `touch oldsave.zip`. This resets the date. Then restart the server. Another option is to delete all saves except one. To generate a new map stop the server, delete all of the saves and restart the server.