From b3130c20479016645c34f1dc278135c5d7edb8e9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 11 Jul 2024 08:12:06 +0300 Subject: [PATCH] factorio, terraria: add page (#13231) --- pages/linux/factorio.md | 12 ++++++++++++ pages/linux/terraria.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 pages/linux/factorio.md create mode 100644 pages/linux/terraria.md diff --git a/pages/linux/factorio.md b/pages/linux/factorio.md new file mode 100644 index 000000000..bc2d27aff --- /dev/null +++ b/pages/linux/factorio.md @@ -0,0 +1,12 @@ +# factorio + +> Create and start a headless Factorio server. +> More information: . + +- 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}}` diff --git a/pages/linux/terraria.md b/pages/linux/terraria.md new file mode 100644 index 000000000..7731cd14d --- /dev/null +++ b/pages/linux/terraria.md @@ -0,0 +1,12 @@ +# terraria + +> Create and start a headless Terraria server. +> More information: . + +- Start an interactive server setup: + +`{{path/to/TerrariaServer}}` + +- Start a Terraria server: + +`{{path/to/TerrariaServer}} -world {{path/to/world.wld}}`