mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-09 16:25:24 +02:00
factorio: add examples (#17110)
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
28f21cf236
commit
06bded44a0
1 changed files with 12 additions and 0 deletions
|
@ -10,3 +10,15 @@
|
||||||
- Start a Factorio server:
|
- Start a Factorio server:
|
||||||
|
|
||||||
`{{path/to/factorio}} --start-server {{path/to/save_file.zip}}`
|
`{{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]}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue