Browse by type
Open source remake of Gothic 2: Night of the raven.
Motivation: The original Gothic 1 and Gothic 2 are still great games, but it not easy to make them work on modern systems.
The goal of this project is to make a feature complete Gothic game client compatible with the game and mods.
Core gameplay is done, you can complete the first chapter, as well as all addon content for any guild.
# 1. Install dependencies for Ubuntu 20.04:
sudo apt install git cmake g++ glslang-tools libvulkan-dev libasound2-dev libx11-dev libxcursor-dev
# 2. Clone this repo, including submodules:
git clone --recurse-submodules https://github.com/Try/OpenGothic.git
# 3. Create build dir and build as usual:
mkdir OpenGothic/build
cd OpenGothic/build
cmake .. -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
make
# 4.
# locate executables at OpenGothic/build/opengothic
- startup with quick save
$ claude mcp add OpenGothic \
-- python -m otcore.mcp_server <graph>