factorio, terraria: add page (#13231)

pull/28/head
Managor 2024-07-11 08:12:06 +03:00 committed by GitHub
parent a27a7ff551
commit b3130c2047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

12
pages/linux/factorio.md Normal file
View File

@ -0,0 +1,12 @@
# factorio
> Create and start a headless Factorio server.
> More information: <https://wiki.factorio.com/Multiplayer>.
- Create a new save file:
`{{path/to/factorio}} --create {{path/to/save_file.zip}}`
- Start a Factorio server:
`{{path/to/factorio}} --start-server {{path/to/save_file.zip}}`

12
pages/linux/terraria.md Normal file
View File

@ -0,0 +1,12 @@
# terraria
> Create and start a headless Terraria server.
> More information: <https://terraria.wiki.gg/wiki/Server>.
- Start an interactive server setup:
`{{path/to/TerrariaServer}}`
- Start a Terraria server:
`{{path/to/TerrariaServer}} -world {{path/to/world.wld}}`