mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:35:24 +02:00
factorio, terraria: add page (#13231)
This commit is contained in:
parent
a27a7ff551
commit
b3130c2047
2 changed files with 24 additions and 0 deletions
12
pages/linux/factorio.md
Normal file
12
pages/linux/factorio.md
Normal 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
12
pages/linux/terraria.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue