mirror of https://github.com/CrimsonTome/tldr.git
factorio, terraria: add page (#13231)
parent
a27a7ff551
commit
b3130c2047
|
@ -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}}`
|
|
@ -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…
Reference in New Issue