From 94e3d95d6cea94a1cb2a880d7cc3e98477a663a5 Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:35:07 +0100 Subject: [PATCH] Update getting_started_installation.md --- docs/getting_started_installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/getting_started_installation.md b/docs/getting_started_installation.md index 3f3c4842..37797c0b 100644 --- a/docs/getting_started_installation.md +++ b/docs/getting_started_installation.md @@ -119,13 +119,12 @@ b) extract archive somewhere on your hard drive, create a shortcut to openmohaa ## Server -Extract the archive to your MOHAA server installation directory. Then proceed like you would do with mohaa server: +Extract `omohaaded.*` and `game.*` binaries from the archive to your MOHAA server installation directory. Then proceed like you would do with mohaa server: -- `.\omohaaded.exe +exec server.cfg` on Windows -- `./omohaaded +exec server.cfg` on Linux - -Only `omohaaded*` and `game*` binaries are required for the server version, other binaries can be omitted. +- `.\omohaaded.*.exe +exec server.cfg` on Windows +- `./omohaaded.* +exec server.cfg` on Linux +Make sure to replace '*' with the correct name in the binary. ## Extracting GOG setup file on Linux and macOS