Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-06 00:23:01 +00:00
parent abbad12043
commit bc2926a603
20 changed files with 406 additions and 7 deletions

View File

@@ -15,3 +15,15 @@ source: https://github.com/tldr-pages/tldr.git
- 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]}}`