From da0310e12973fa5a9b88899cb9fa78871a2dd3d8 Mon Sep 17 00:00:00 2001 From: dzmtrzz <92114800+dzmtrzz@users.noreply.github.com> Date: Sun, 20 Oct 2024 21:11:13 +0200 Subject: [PATCH] run it on linux, baybee --- docs/client/run-client-on-linux.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/client/run-client-on-linux.md diff --git a/docs/client/run-client-on-linux.md b/docs/client/run-client-on-linux.md new file mode 100644 index 000000000..22dc64bee --- /dev/null +++ b/docs/client/run-client-on-linux.md @@ -0,0 +1,15 @@ +# How to run OMP client on linux + +Warning! You DO NOT get the gui working, you can only run this EITHER through the wine terminal, OR a batch script. +(tested on wine-ge 8-26 in a 32-bit prefix in lutris) +- + +To get the client to run you need to download the launcher, and omp-client.dll. (https://assets.open.mp/omp-client.dll) +Then you need to put omp-client.dll in the AppData\Local\com.open.mp\omp\ folder of your prefix + +You also should install allfonts through winetricks, or else the game will crash when you pause. +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. + +Here is a sample .bat file. + Z:\path\to\omp-launcher.exe -h server.ip -p port -n dzmtrzz -g Z:\home\yourname\foo\bar\baz\gamepath\ +(replace dzmtrzz with whatever username you want, that's just a cheeky self insert)