From 06bded44a0dc1a47e0f2f11c16bba55d527f8d0d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 5 Jul 2025 19:40:31 +0300 Subject: [PATCH] factorio: add examples (#17110) Co-authored-by: Wiktor Perskawiec Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/linux/factorio.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/linux/factorio.md b/pages/linux/factorio.md index bc2d27aff7..95776c76fb 100644 --- a/pages/linux/factorio.md +++ b/pages/linux/factorio.md @@ -10,3 +10,15 @@ - 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}}` + +- Shut the server gracefully: + +`/quit` + +- Display help: + +`{{path/to/factorio}} {{[-h|--help]}}`