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]}}`