Skip to content

Reveares/GMP-Launcher

 
 

Repository files navigation

Gothic Multiplayer Launcher (GML)


Getting started

Windows

Qt6 can be built with vcpkg (takes some time) or installed as pre-build library.

Build

After build go to the build folder and add gmp/gmp.dll into it.

Debian/Ubuntu

sudo apt install cmake build-essential qt6-base-dev libssl-dev

Build

cmake -S . -B build
cmake --build build --target gml --config Release

Go to the build folder and add gmp/gmp.dll into it. Also copy or cross compile gmpinjector.exe.

Run

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install wine wine32:i386 libqt6widgets6
chmod +x gmpinjector.sh
./gml

Adjust gmpinjector.sh if necessary.

To get windows-like path to your Gothic installation with winepath. In GML, set it under Settings => Options.

winepath -w "/path/to/gothic"

Preview


License

MIT

About

This is a new launcher for Gothic Multiplayer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.9%
  • CMake 9.0%
  • Shell 0.1%