From 1dfb84350e51168dab36bf10d1a0d8507761bb95 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:57:09 +0300 Subject: [PATCH 1/4] Update factorio.md --- pages/linux/factorio.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/factorio.md b/pages/linux/factorio.md index bc2d27aff7ba21..afd4a402591185 100644 --- a/pages/linux/factorio.md +++ b/pages/linux/factorio.md @@ -10,3 +10,11 @@ - Start a Factorio server: `{{path/to/factorio}} --start-server {{path/to/save_file.zip}}` + +- Create a new save file with specific settings: + +`.{{path/to/factorio}} --create {{path/to/save.zip}} --map-gen-settings {{path/to/map-gen-settings.json}} --map-settings {{path/to/map-settings.json}}` + +- Display help: + +`{{path/to/factorio}} {{-h|--help}}` From 77102126f05daf522dcbec1e96afffc9fb30d76c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 4 Jul 2025 14:29:57 +0300 Subject: [PATCH 2/4] Update pages/linux/factorio.md Co-authored-by: Wiktor Perskawiec --- pages/linux/factorio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/factorio.md b/pages/linux/factorio.md index afd4a402591185..3e24ce8c058528 100644 --- a/pages/linux/factorio.md +++ b/pages/linux/factorio.md @@ -13,7 +13,7 @@ - Create a new save file with specific settings: -`.{{path/to/factorio}} --create {{path/to/save.zip}} --map-gen-settings {{path/to/map-gen-settings.json}} --map-settings {{path/to/map-settings.json}}` +`{{path/to/factorio}} --create {{path/to/save.zip}} --map-gen-settings {{path/to/map-gen-settings.json}} --map-settings {{path/to/map-settings.json}}` - Display help: From 4aea0f38b8d9df32a0c8fa559008b479a5aa8cea Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 4 Jul 2025 14:48:46 +0300 Subject: [PATCH 3/4] Update factorio.md --- pages/linux/factorio.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/factorio.md b/pages/linux/factorio.md index 3e24ce8c058528..66ba093ed91c55 100644 --- a/pages/linux/factorio.md +++ b/pages/linux/factorio.md @@ -15,6 +15,10 @@ `{{path/to/factorio}} --create {{path/to/save.zip}} --map-gen-settings {{path/to/map-gen-settings.json}} --map-settings {{path/to/map-settings.json}}` +- Shut the server gracefully: + +`/quit` + - Display help: `{{path/to/factorio}} {{-h|--help}}` From b3939fa283d503894576050bf94c6c0f5229efb5 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 4 Jul 2025 19:35:00 +0300 Subject: [PATCH 4/4] Update pages/linux/factorio.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/linux/factorio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/factorio.md b/pages/linux/factorio.md index 66ba093ed91c55..95776c76fb2f96 100644 --- a/pages/linux/factorio.md +++ b/pages/linux/factorio.md @@ -21,4 +21,4 @@ - Display help: -`{{path/to/factorio}} {{-h|--help}}` +`{{path/to/factorio}} {{[-h|--help]}}`