Update getting_started_installation.md

This commit is contained in:
smallmodel 2024-11-27 14:35:07 +01:00
parent eeb9139024
commit 94e3d95d6c
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -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