Skip to content

Commit d2b8d25

Browse files
authored
Merge pull request #1105 from itsneufox/ClientOnLinux
Cleanup Formatting in ClientOnLinux.md
2 parents a34b06a + 022311d commit d2b8d25

File tree

1 file changed

+27
-15
lines changed

1 file changed

+27
-15
lines changed

docs/client/ClientOnLinux.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,45 @@
1+
---
2+
title: "open.mp client on linux"
3+
description: Guide on how to run the open.mp client on Linux.
4+
---
15

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+
:::
313

4-
> **Warning:** You DO NOT get a working GUI, this must be executed in a Wine prefix via command line arguments.
514
### Tested on:
615

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
918

1019
### How to:
1120

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.
1625

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.
1827

1928
### Sample launch command
2029
```
2130
Z:\path\to\omp-launcher.exe -h server.ip -p port -n user.name -g Z:\home\yourname\path\to\gta-san-andreas\install\
2231
```
2332

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.
2536

37+
:::
2638

2739
## Troubleshooting
2840

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

Comments
 (0)