|
| 1 | +--- |
| 2 | +title: "open.mp client on linux" |
| 3 | +description: Guide on how to run the open.mp client on Linux. |
| 4 | +--- |
1 | 5 |
|
2 | | -# How to run the open.mp client on Linux |
| 6 | +# Guide on how to run the open.mp client on Linux |
| 7 | + |
| 8 | +:::warning |
| 9 | + |
| 10 | +You DO NOT get a working GUI, this must be executed in a Wine prefix via command line arguments. |
| 11 | + |
| 12 | +::: |
3 | 13 |
|
4 | | -> **Warning:** You DO NOT get a working GUI, this must be executed in a Wine prefix via command line arguments. |
5 | 14 | ### Tested on: |
6 | 15 |
|
7 | | - - Lutris: wine-ge 8-26 32-bit prefix |
8 | | - - Bottles: soda-9.0-1 |
| 16 | +- Lutris: wine-ge 8-26 32-bit prefix |
| 17 | +- Bottles: soda-9.0-1 |
9 | 18 |
|
10 | 19 | ### How to: |
11 | 20 |
|
12 | | - 1. Ensure you have a Wine prefix created with GTA San Andreas installed. |
13 | | - 2. Download the [open.mp](https://github.com/openmultiplayer/launcher/releases/latest) launcher and install it inside the Wine prefix. |
14 | | - 3. Download the [SA-MP client](https://github.com/KrustyKoyle/files.sa-mp.com-Archive) and install it in the same Wine Prefix. |
15 | | - 4. Download the [omp-client.dll](https://assets.open.mp/omp-client.dll) and copy it to the `AppData\Local\mp.open.launcher\omp\` folder of the main user in your prefix. |
| 21 | +1. Ensure you have a Wine prefix created with GTA San Andreas installed. |
| 22 | +2. Download the [open.mp](https://github.com/openmultiplayer/launcher/releases/latest) launcher and install it inside the Wine prefix. |
| 23 | +3. Download the [SA-MP client](https://github.com/KrustyKoyle/files.sa-mp.com-Archive) and install it in the same Wine Prefix. |
| 24 | +4. Download the [omp-client.dll](https://assets.open.mp/omp-client.dll) and copy it to the `AppData\Local\mp.open.launcher\omp\` folder of the main user in your prefix. |
16 | 25 |
|
17 | | -Finally, you can execute the open.mp launcher through the Wine prefixes CLI or write it to a .bat script for easy launching. |
| 26 | +Finally, you can execute the open.mp launcher through the Wine prefixes CLI or write it to a .bat script for easy launching. |
18 | 27 |
|
19 | 28 | ### Sample launch command |
20 | 29 | ``` |
21 | 30 | Z:\path\to\omp-launcher.exe -h server.ip -p port -n user.name -g Z:\home\yourname\path\to\gta-san-andreas\install\ |
22 | 31 | ``` |
23 | 32 |
|
24 | | -> 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. |
| 33 | +:::tip |
| 34 | + |
| 35 | +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. |
25 | 36 |
|
| 37 | +::: |
26 | 38 |
|
27 | 39 | ## Troubleshooting |
28 | 40 |
|
29 | | -| Issue | Supposed fix | |
30 | | -| -------------------------------------------- |:------------------------------------------------------------------------------------:| |
31 | | -| Game crashes when pausing | There is a missing font, fix by installing allfonts through winetricks. | |
32 | | -| Not displaying the login prompt on a server | Try toggling on/off the "Prefer system libraries" setting in lutris. | |
33 | | -| Black box appears and the game does not load | You may be missing launch parameters on the CLI. Please review your launch command. | |
| 41 | +| Issue | Supposed fix | |
| 42 | +| ----- | ----------- | |
| 43 | +| Game crashes when pausing | There is a missing font, fix by installing allfonts through winetricks. | |
| 44 | +| Not displaying the login prompt on a server | Try toggling on/off the "Prefer system libraries" setting in lutris. | |
| 45 | +| Black box appears and the game does not load | You may be missing launch parameters on the CLI. Please review your launch command. | |
0 commit comments