Skip to content

Commit 06bded4

Browse files
Managorspageekttidmmqz
authored
factorio: add examples (#17110)
Co-authored-by: Wiktor Perskawiec <[email protected]> Co-authored-by: Dylan <[email protected]>
1 parent 28f21cf commit 06bded4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pages/linux/factorio.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@
1010
- Start a Factorio server:
1111

1212
`{{path/to/factorio}} --start-server {{path/to/save_file.zip}}`
13+
14+
- Create a new save file with specific settings:
15+
16+
`{{path/to/factorio}} --create {{path/to/save.zip}} --map-gen-settings {{path/to/map-gen-settings.json}} --map-settings {{path/to/map-settings.json}}`
17+
18+
- Shut the server gracefully:
19+
20+
`/quit`
21+
22+
- Display help:
23+
24+
`{{path/to/factorio}} {{[-h|--help]}}`

0 commit comments

Comments
 (0)