Skip to content

This is a new launcher for Gothic Multiplayer

License

Notifications You must be signed in to change notification settings

Sabr0sa/GMP-Launcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gothic Multiplayer Launcher

Getting started

Clone with submodules, like git clone --recurse-submodules {URL}

Windows

Install Visual Studio 2022 with C++ Toolchain.

Build Launcher

cmake -S . -B build -A Win32 "-DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake"
cmake --build build --target gml --config Release

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

Ubuntu

Build Launcher

apt install git cmake gcc g++ qt6-base-dev libssl-dev
cmake -S . -B
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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.1%
  • CMake 9.8%
  • Shell 0.1%