|
1 | 1 | # How to run OMP client on linux |
2 | 2 |
|
3 | | -Warning! You DO NOT get the gui working, 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 in lutris) |
5 | | -- |
| 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) |
6 | 5 |
|
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 | 6 |
|
10 | | -You also should install allfonts through winetricks, or else the game will crash when you pause. |
11 | | -In case that the game doesn't work(for me it didn't show the login prompt on wtls), you should try toggling on/off the settings "Prefer system libraries" in lutris. |
| 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 | + |
12 | 26 |
|
13 | | -Here is a sample .bat file. |
14 | | - Z:\path\to\omp-launcher.exe -h server.ip -p port -n dzmtrzz -g Z:\home\yourname\foo\bar\baz\gamepath\ |
15 | | -(replace dzmtrzz with whatever username you want, that's just a cheeky self insert) |
|
0 commit comments