Skip to content

Commit 24b654d

Browse files
authored
Merge pull request #1072 from dzmtrzz/patch-2
Refactor run-client-on-linux, rename it to RunOnLinux.md
2 parents d616be2 + 7b5aeda commit 24b654d

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

docs/client/ClientOnLinux.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# How to run OMP client on linux
2+
3+
### Warning! You DO NOT get the working gui, you can only run this EITHER through the wine terminal, OR a batch script.
4+
### (tested on wine-ge 8-26 in a 32-bit prefix, running through lutris)
5+
6+
7+
To get the client to run you need to download the launcher, and [omp-client.dll](https://assets.open.mp/omp-client.dll). \
8+
Then you need to put omp-client.dll in the AppData\Local\com.open.mp\omp\ folder of your prefix.\
9+
After that, you can execute the open mp launcher through the cli, or make a batch file like the one below, so that you can add it to your launcher of choice.
10+
11+
### Here is a sample .bat file for editing
12+
```
13+
Z:\path\to\omp-launcher.exe -h server.ip -p port -n dzmtrzz -g Z:\home\yourname\foo\bar\baz\gamepath\
14+
```
15+
16+
You can run omp-launcher.exe with the --help flag to get more info about the flags, in case the example above isn't enough.
17+
18+
19+
## Troubleshooting
20+
21+
| Issue | Supposed fix |
22+
| ------------------------------------------- |:----------------------------------------------------------------------:|
23+
| Game crashes when pausing | There is a missing font, fix by installing allfonts through winetricks |
24+
| Not displaying the login prompt on a server | Try toggling on/off the "Prefer system libraries" setting in lutris |
25+
26+

docs/client/run-client-on-linux.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)