Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Introduction

Last Updated: 05 May 2026 @ 10:33 CE(S)T
Map of the Valley of the Mines

Welcome to the Colony!

Gothic and Gothic II are two of my favorite games of all times and I recently discovered that there are some very interesting mods for them out there which I’ve never tried. I know I’m like 10 years late with this realization, so sue me. Since I don’t have access to a Windows PC anymore (nor do I want to, but that’s another tale), I made this website to document running the games and all kinds of mods with all the quirks and weirdness on Linux. I hope you can make good use of it!

Show me your wares!

Eager to get started? Good.

Important

Before you skip to a specific installation script, please take the time to read the general instructions for them.

After you’ve done this you can proceed to install the vanilla versions or one of the countless mods. Good luck!

Where can I find…?

If you’re unsure where to start, I recommend you…

  • have a look at the tools section to get an idea of what you need to get going
  • proceed to the installation insctructions and choose what you want to install. Whether you want to stick to the vanilla versions as closely as possible or install all the mods you can is entirely up to you. This website can help you do either.
  • Use the search function! It works pretty well, you know!
Last Updated: 03 May 2026 @ 21:24 CE(S)T

Tools

There are various ways to go about this whole endeavour. You can do everything manually from the command line with wine and winetricks which I don’t recommend. The reason is that there are great tools available for helping you set everything up that work very well.

By now there are so many app/game launchers that it’s not practical to maintain installation instructions for each of them. These include:

Requirements

Whatever tools you use, in order for playing Gothic you need to achieve the following:

  • Setup a Wine prefix
  • Install Windows DLLs into this prefix
  • Define DLL overrides

As long as you manage this, it doesn’t matter how you do this. The following two sections contain instructions for the two GUI applications that I have personal experience with.

Recommendation

Personally, I use Lutris for everything described here. It is not necessarily the best or most pretty tool but, to the best of my knowledge, it is the only one that has the capability of automating the game installation process via scripting which I find highly attractive (see installation instructions on this page for scripts).

If you care about this, I recommend you also use Lutris, otherwise, it really doesn’t matter.

Last Updated: 03 May 2026 @ 21:24 CE(S)T

Bottles

The setup in Bottles is fairly straightforward. You add a new bottle (you can select gaming but I didn’t test whether it makes a difference) and start using it.

Install DLLs

You can find the necessary wine dependencies in the menu of the newly created bottle under Dependencies.

DLL Overrides

DLL overrides can be set up under Settings in the section Compatibility near the bottom of the available options. For installing Windows applications, just select Run Executable from the bottle menu.

Last Updated: 03 May 2026 @ 21:24 CE(S)T

Lutris

You can choose to use an existing Lutris installer but in order to have more control over the installation you should choose to install a game fresh from a Windows executable. One nice feature of Lutris is its capability to run custom install scripts which can be used to automate the otherwise sometimes tedious install process. To do this click on Add Game in the top right corner and select Install from a local install script. Custom Lutris scripts for installing various versions of both games can be found below.

For a manual game installation you will need to consider a few things.

Install DLLs

In order to install wine dependencies you need to open up winetricks within the wine prefix. When you select an installed game that runs with wine you can click on the wine menu (arrow symbol next to the wine glass button) and select Winetricks. Then you need to select Select the default wineprefix and in the next menu ´Install a Windows DLL or component´

This can also be done from the command line like so (which necessitates winetricks being installed):

  WINEPREFIX=/path/to/prefix winetricks

DLL Overrides

DLL overrides can be added in two places. In the game settings (after you right-click a game and select Configure) in the Runner options tab. Scroll to DLL overrides and click on Add. The values follow the syntax of n,b for native, then builtin and vice versa accordingly.

The second place you can do this is when selecting Wine configuration from the wine menu (see above how to open winetricks). Select the Libraries tab and in the field New override for library enter or choose the appropriate value. After clicking Add you can then select Edit to select the value you need.

Last Updated: 03 May 2026 @ 21:24 CE(S)T

Steam

On Steam you can use protontricks to install wine dependencies. Depending on how you install it, it is either called as protontricks or as flatpak run com.github.Matoking.protontricks in the case of a flatpak install. The latter is recommended on Steam Decks. You can, of course, create a shell alias to make typing the command less cumbersome.

Install DLLs

To install a dependency into a specific wine prefix you need the Steam ID of the game. For Gothic this is 65540 for Gothic II it’s 39510. You can now do

  protontricks 39510 directmusic

to, for example, install directmusic to the Gothic II wine prefix.

DLL Overrides

To add DLL overrides the most reliable method I found is to manually edit the user.reg config file sitting in ~/.steam/steam/steamapps/compatdata/$STEAM_ID/pfx/user.reg. You look for the section called [Software\Wine\DllOverrides] and edit the following lines according to your needs. To Add a new override you add, e.g.

  "ddraw"="native,builtin"

Of course you need to adapt the values to your needs. To disable an existing override simply delete the corresponding line. Don’t forget to save the file!

Installing Mods

Installing mods is, in principle, quite straightforward. You open up the Steam Workshop page for the relevant game, look for mods you want to install and hit “Subscribe”. Done. The biggest caveat is, in my opinion, that the Steam Workshop does not contain all available mods (not by a long shot) and also not necessarily the most current versions of the ones that do exist there, since it simply is not the source of truth for Gothic mods.

Once you’ve done this you need to go to “Properties” on the game, then “Betas” and then select the Steam Workshop Beta. This will enable a launcher where you can select the order in which mods are loaded, the language of the mod (if applicable) and more.

The biggest issue by far I had with going through Steam is that when I installed mods on top of the vanilla game (especially the D3D11 renderer and conversion mods) I consistently ended up with framerates of 15-20. I have not yet figured out why, if you have an idea, please reach out!

Of course it should be possible to install mods by manually copying the relevant files in place or executing executables in the respective Proton (i.e. Wine) prefixes but this is somewhat more cumbersome.

Last Updated: 03 May 2026 @ 13:26 CE(S)T

Spine

Spine is a tool that makes installing and managing mods very easy. However, if you use it to install several extension or conversion mods, things can get a bit dicey, because they can easily end up breaking each other.

In principle, you could use Spine to set up just one extension or conversion mod to not have it interfere with others. In my experience, however, this does not work with the D3D11 renderer (see below) which makes it far less attractive.

Last Updated: 03 May 2026 @ 13:26 CE(S)T

OpenGothic

I would be remiss if I didn’t mention this project. It is an open-source reimplementation of the game engine which means that you provide the game files yourself (still have to buy it, duh) but the engine does the rest. The best part is that it has a Linux build so you don’t have to go through wine to play (just once for installation).

There are several things to note:

  • The project is still in a pre-release stage so don’t expect a feature-complete or fully stable product
  • Gothic 1 is not officially supported but might run as well
  • Some behavior of the original game engine is not 100% reproduced
  • Most of the functional mods will not work because Ninja or Union are not supported (see here)
  • Not all of the extension/conversion mods will work (see here)
  • D3D11 renderers don’t work (although the game already looks nice OOTB)

If that doesn’t deter you, here’s what you need to do:

  1. Install the base game with wine (either using the command line or any of the ways below)
  2. Download a Linux build from here
    • Alternatively, you can build the engine yourself, see here for instructions
  3. Run the game by executing the given script and providing the path to your install of Gothic II: Gothic2Notr.sh -g /path/to/Gothic_2
    • See here for additional options like directly loading a savegame or enabling ray tracing (if your hardware is capable of it)
Last Updated: 04 May 2026 @ 14:12 CE(S)T

Playing on the Steam Deck

Launcher

How you start the games depends on how you installed the game. I recommend the Lutris route with custom install scripts in which case you need to add the game(s) to your library as a non-Steam game.

The easiest way to achieve this is by using BoilR. You simply install it, open it up, select the game(s) you want to import (which usually happens automatically) and hit the “import” button. This adds the game as non-Steam game in your Steam library and enters flatpak as target command to run with specific startup arguments. This way the whole command looks something like this:

flatpak run net.lutris.Lutris lutris:rungame/gothic-ii-gold-edition

If you’re like me, you can then spend some time to add proper artworks, of course.

Note

Adding two instances of the same game (e.g. with different mods installed) will not work out of the box with this method because BoilR uses the GOG-internal game ID to create a run command which is then executed by Steam. To work around this you need to change this identifier. This can either be done when using an installation script ( edit the value of game_slug at the top of the YAML file) or after installation. Just select the game, click “Configure” in the context menu (right-click menu), go down to the Identifier, click the change button and enter something else. Don’t forget to hit Apply when you’re done.

If you installed a mod, you may find yourself facing a launcher in which you need to select the game (or mod) again to actually start. Luckily there’s a solution for this. You need to determine the name of the game or mod you’re playing from the base name of the .ini file that’s used. This is located in the system subfolder and may be named something like NostalgicEdition.ini for the Nostalgic mod. Once you have this you can can open up Lutris, right-click on the game, select Configure, and in the Game options tab you add the following to the Arguments field:

-game:$MOD_NAME -start

So for the Nostalgic mod this would become -game:NostalgicEdition -start. This will start the selected game or mod directly. You may still encounter the mod starter after starting the game but it will automatically disappear again.

Controls

zGamePad

Warning

As of October 2024 this mod doesn’t work properly out of the box, if the game was installed from another source than Steam. I don’t know yet why that is but somewhere between the in-game keybindings, Steam Input and zGamePad something happens so that button presses will trigger different reactions (e.g. jumping and opening the character menu) at the same time. I haven’t found a way to fix this yet but I may at some point.

In order to run the games smoothly on the Steam Deck or on a regular device with a gamepad you’ll want to install the “zGamePad” mod (see above). If you’re playing via Steam, it’s of course possible to map the inputs yourself which gets you most of the way to what zGamePad provides out of the box. I would not recommend this, though, because it’s a lot of hassle and still doesn’t provide some of the features the mod does, like quick access menus, seamless transition between strafing and forward movement (which is very nice to have) and situational keybindings (i.e. keybindings that depend on whether you are in a menu, in combat etc.).

Installation of the mod can be achieved by copying the following snippet into an installation script:

Controller snippet
script:
  files:
  # Copy this into the "files" section of your script
  - zgamepad: https://cloud.bfloeser.de/s/rimZDiWF3mFnHkK/download/zGamePad.exe
  installer:
  # Copy this into the "installer" section of your script
  - task:
      arch: win32
      description: Installing zGamePad
      executable: zgamepad
      name: wineexec
      prefix: $GAMEDIR
      working_dir: $GAMEDIR

Alternatively, you can download and run the installer manually. Note that this mod requires the Union mod.

Now you need to enter game mode and select your newly added game. In order for zGamePad to be utilized you need to select “Gamepad with Mouse Trackpad” as input method. You can configure zGamePad from the menu by selecting “Settings” and “Union & Plugins”.

If you installed via Steam directly and use the Workshop version of the mod, the zGamePad controller scheme should be preselected and you’re good to go out of the box.

I recommend familiarizing yourself with the controls (if you’re not already familiar) and then switching the control hints off in the menu since I find them to be pretty jarring (YMMV of course).

All the basic game functionality is covered by the gamepad inputs, however, if you installed mods that require additional inputs (like sprinting, torches, the item finder etc.) these need to be addressed separately. On the Steam Deck this is easily done by just using the back grip buttons. If you’re using a regular gamepad, you’ll need to consult the documentation for the mod.

Manual Mapping

If you’re not using zGamePad (see above) you’ll need to map the keys manually. Thankfully Steam Input is very powerful so it’s actually doable (for the most part). I won’t tell you what exactly you need to map where because it comes down to preference but I will give you an overview about the mappings I have in place. Note that some buttons are bound to two keys so you can perform different actions, e.g. depending on whether you have a weapon drawn.

In-game keybindingSteam Deck buttonFunction
Right mouse buttonB & Left trigger“back” button, quicklooting, blocking
Left mouse buttonRight triggerused for fighting
AltXjump and drop item from inventory
CtrlAinteract, in Gothic 1 I have a dual input of Ctrl and Return bound to this because Ctrl doesn’t work to choose menu items or dialog options
SpaceYdraw (and change) weapon
DeleteLeft bumperstrike to the left and strafe left
PageDownRight bumperstrike to the right and strafe right
StartEsc
Left stick pressF5quicksave
Right stick pressF9quickload

You may need to ensure that the in-game keybindings correspond to the desired actions from within the in-game settings menu. For fighting I only use the triggers and bumpers because it suits me best. A few other things to note:

  • The right stick serves as mouse, the left stick is for running forward, backward and strafing left and right. This makes movement fairly intuitive.
  • The DPad is bound to the arrow keys. When I touch and hold the right stick an action layer is activated that changes the DPad bindings to Tab, N, B and T for inventory, quest log, character sheet and torch (see BetterTorches mod). That way I can use the DPad to select menu items and dialog options as well as navigate trade windows but also have a way to access inventory etc.
  • The left trackpad is a quick menu bound to the number keys from 1 to 0.
  • Back grip buttons are bound to sprinting, sneaking, item locator and such things.

This setup is quite satisfactory for my personal playstyle with Gothic 2. Since the controls of Gothic 1 are a bit more wonky (combat system and trading) a few adjustements need to be made there. I experimented with subcommands for Ctrl + arrow key for fighting but that always had drawbacks so I just went with pressing right trigger + DPad button. Trading in Gothic 1 is a mess and I didn’t even bother to figure out a good solution to keybindings here, I just accepted that it was weird.

Performance

As you’d expect the vanilla game can basically be run on a potato. With the D3D11 renderer, however, the hardware demand is actually somewhat noticeable and you need a decent GPU to handle the load. The Steam Deck is mostly up to the challenge, I did notice a bit of choppiness in certain locations in Gothic II (so far in Khorinis and the castle in the Valley of the Mines). You’re free to tinker with the settings to improve performance, of course. For extra battery life I recommend capping the FPS to 40 and setting TDP to 7 which also helps with frame pacing.

When playing more demanding mods like the various L’Hiver editions the TDP restriction won’t be playable so I recommend not turning that on.

Note

On several occasions I noticed that after playing a while (a couple of hours, I think) the framerate tanked and wouldn’t go up again. This only occurred when playing with the renderer. Restarting the game resolved the issue and unfortunately I haven’t been able to pin down the issue yet.

Now all that’s left to do is start the game and enjoy!

Last Updated: 04 May 2026 @ 22:42 CE(S)T

Installation Instructions

General Information

This section contains installation instructions for the base games as well as various mods. You can follow the steps manually or use one of the provided Lutris installation scripts.

Important

These scripts can be used as-is but I highly recommend adapting them to your liking. Especially in terms of functional mods which add a lot of quality of life features. In some cases I also added texture packs which may not be to your liking so it’s generally a good idea to at least skim through to see what a script does before you use it. All scripts are editable so you can change them and delete stuff or copy in other stuff before savin them to a file on your machine.

To use a script, copy its content into a file with a .yaml file ending. Then open up Lutris, press the button to add a new game, select Install from a local install script, in the opening window, select Browse... and select the script you just saved.

Caution

In contrast to Windows, file paths in Linux are case sensitive! Whenever you handle any paths in a script, double-check that all paths are spelled correctly, including capitalization, otherwise you will end up with unexpected results that will probably just looks like whatever you tried to do didn’t work.

Note

The scripts will install German versions of mods, if available, by default. If you prefer a different language you need to provide the respective executable files yourself.

Note

The scripts assume that the GOG version of the game is used. If you don’t have this version, you will need to adapt them accordingly.

Warning

If you link Lutris to your GOG account, the scripts will download the game from GOG by default. It will try to choose a language matching your locale. If this is not what you want (as is the case with me), I recommend you unlink your GOG account from Lutris, download the game version of your choice and provide it to the installer by hand when prompted. If you try this with your GOG account still linked, the installation won’t work for reasons I don’t understand.

Lutris Install Scripts

Last Updated: 05 May 2026 @ 02:46 CE(S)T

Vanilla

General

These instructions assume that you know where the game is installed. I used the GOG version throughout but I assume the same approach should work with the Steam version but I haven’t tested it.

  1. Install the game in a wine prefix
  2. Add necessary dependencies:
    • directmusic
    • MS Visual C++ Redistributable 2008 and 2010 (these are called vcrun in winetricks and vcredist in Bottles)
    • For the Union patch (see below) you also need .NET 4.0 (found under dotnet40) which is highly recommended
  3. Add DLL override for dsound and set it to “builtin, then native” (the exact wording or naming of the option depends on the tool)

This is sufficient to get the base games going. However, there are a few issues due to the games being old and a bit buggy, e.g. widescreen resolutions not being supported and the like. To fix this, it is recommended to at least install a few patches:

Gothic I

In addition to the steps described above it is recommende to install at least the following patches:

The community patch is marked as optional because, although it focuses on fixing story and script bugs, it is dependent on Ninja see here. Nevertheless it is recommended to install it due to its modularity and benefit.

Lutris Install Script

Click to expand
description: "Gothic - Vanilla with patches and Union mod"
game_slug: gothic
gogslug: gothic
gogid: "1207658682"
slug: gothic-gog
version: GOG
year: 2001
installer_slug: gothic-gog
name: Gothic
notes:
    "Hassle free installer of Gothic GOG version. Click \"Continue\" button in\
    \ any pop-up during the installation. Please be patient, some steps take time to\
    \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - primary_patch:
          filename: Union_Primary_Universal.exe
          url: https://cloud.bfloeser.de/public.php/dav/files/siWrzBPkwYqPKQF
    - union:
          filename: Union_1.0m_26.06.2022.exe
          url: https://www.worldofgothic.de/download.php?id=1625
    - g1cp: https://github.com/AmProsius/gothic-1-community-patch/releases/download/v1.2.0/G1CP-1.2.0.exe
  game:
    arch: win64
    exe: $gamesystempath/GothicMod.exe
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win64
        description: Creating 64-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win10
        arch: win64
        description: "winetricks: win10"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win64
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: directmusic dotnet48 vcrun2022
        arch: win64
        description: Install Union patch dependencies. It takes some time. Be patient
        name: winetricks
        prefix: $GAMEDIR
    - execute:
        command: mkdir -p $UNIONPATH
    - execute:
        command: printf "\r\nC:\GOG Games\Gothic\\\\\\r\n" > $UNIONPATH/history_d.cs
    - execute:
        command: echo "ENG" > $UNIONPATH/Language.cs
    - task:
        arch: win64
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Primary Universal patch
        executable: primary_patch
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win64
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win64
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing GCP mod
        executable: g1cp
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          GAME:
            bloodDetail: 3
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
          PERFORMANCE:
            modelDetail: 1
            sightValue: 14
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GOTHIC.INI
  system:
    env:
      UNIONPATH: $GAMEDIR/drive_c/ProgramData/Union/System/
  variables:
    gamedatapath: drive_c/GOG Games/Gothic/Data
    gamepath: drive_c/GOG Games/Gothic
    gamesystempath: drive_c/GOG Games/Gothic/system
  wine:
    overrides:
      dsound: b,n
      msvcr100: n,b

Gothic II

In addition to the steps described here it is recommende to install at least the following patches:

The playerkit is needed to create the file GothicStarter.exe which is a launcher used to start the base game or any installed mod. Some mods incorporate this themselves, some don’t. To be on the safe side you can always install it unless you know for a fact that you won’t need to.

Lutris Install Script

Click to expand
description: "Gothic II Gold - Vanilla with patches and Union mod"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Gold Edition"
slug: gothic2-gog
gogid: "1207658718"
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II GOG version. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
  game:
    arch: win64
    exe: $gamesystempath/Gothic2.exe
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win64
        description: Creating 64-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win10
        arch: win64
        description: "winetricks: win10"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win64
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: directmusic dotnet48 vcrun2022
        arch: win64
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - execute:
        command: mkdir -p $UNIONPATH
    - execute:
        command: printf "\r\nC:\GOG Games\Gothic 2 Gold\\\\\\r\n" > $UNIONPATH/history_d.cs
    - execute:
        command: echo "ENG" > $UNIONPATH/Language.cs
    - task:
        arch: win64
        args: /S /D=C:\\GOG Games\\Gothic 2 Gold
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win64
        args: /S /D"C:\GOG Games\Gothic 2 Gold"
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GOTHIC.INI
  system:
    env:
      UNIONPATH: $GAMEDIR/drive_c/ProgramData/Union/System/
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      dsound: b,n
Last Updated: 05 May 2026 @ 00:56 CE(S)T

Modding

The great thing about these games is that there’s still a very active modding community with many awesome mods still being developed (especially for Gothic II). The challenge here is that many mods have specific requirements, rely on certain installation orders of dependencies or are not compatible with each other.

The surest way to get everything running smoothly is to keep different mods in separate installations (i.e. Wine prefixes) and follow specific installation orders/instructions to make sure you get reproducible builds, so to speak.

I know this is tedious, that’s why I created custom Lutris install scripts in each of the sections for installation instructions. Since such automated scripts are prone to breaking when new versions are released or the URLs used are not available anymore (or other reasons) I will also record the steps to install everything manually.

Lutris Install Scripts

Last Updated: 04 May 2026 @ 20:33 CE(S)T

Graphical Mods

There are loads of mods that are only concerned with making the original games look nicer. It is out of scope for this website to list them all so I will list those I think are most important or popular and leave a few links to find more.

D3D11 Renderer

The goal of this mod is lifting the dated original games up to the current standards, or at least closer to them. Both Gothic I and II are supported. The origincal source can be found here. Its features include:

  • Dynamic Shadows
  • Cascaded Shadow Maps, more than 1 Cascade produces much better shadows.
  • Increased draw distance
  • Increased Performance
  • HBAO+
  • Water refractions
  • Atmospheric Scattering
  • Heightfog
  • Normalmapping
  • Full DynamicLighting
  • Vegetationgeneration
  • Editor-Panel to insert some of the renderers features into the world
  • Custom-Built UI-Framework based on Direct2D
  • Rewritten bink player for better compatibility with bink videos
  • FPS-Limiter
  • Low-Latency borderless fullscreen Frame latency on a 144Hz refresh rate with v-sync
    • Borderless Fullscreen: ~28ms
    • Borderless LowLatency: ~10ms

Many people use this and I, personally, have not played any Gothic game without it for years.

Installation Instructions

  1. Prepare Wine prefix
    • Install the DLLs dxvk and vcrun2022 into your Wine prefix.
    • Add DLL overrides for dinput and ddraw (native, then built-in).
    • Remove DLL override for dsound (switch to built-in, then native)
  2. Download the GD3D11-${VERSION}.zip file from the Assets section in the latest release of this repository (kirides/releases).
  3. Unpack the zip file and copy the content into the Gothic\system\ or Gothic2\system\ game folder.
  4. When starting the game you should see the version number of GD3D11 in the top-left corner.
  5. As soon as you start the game for the first time after the installation you should press F11 to open the renderer menu and press Apply(\*). This saves all the options to $Gothic(2)\system\GD3D11\UserSettings.ini.

Normalmaps

Several normalmaps to be used in conjunction with the renderer can be installed. These are specific for the game or mod in use so be sure to install the correct one. Some can be found here.

4GB Patch / LAA Hack

This is a memory hack that addresses issues arising from 32 bit programs which can address only 2GB of memory (download here). It is highly recommended to use this when running the renderer. Note that several mods already account for this so it is not always necessary to go through the process yourself. When in doubt, it’s probably better to run it, just to make sure.

Instructions:

  1. Unpack archive
  2. Run executable
  3. Click on the ... button and select path to system folder in Gothic installation (Gothic: Gothic/system, Gothic II: Gothic2/system)
  4. Select Gothic.exe/Gothic2.exe and tick the checkbox in the same line.
  5. Exit

Texture Packs

There are probably more texture packs in circulation than I can count so I will list a few popular ones.

Gothic I

More can be found, e.g., here. You can also consult the Steam Workshop page (if you use Steam for playing) or Nexusmods.

Gothic II

More can be found, e.g., here. You can also consult the Steam Workshop page (if you use Steam for playing) or Nexusmods.

Unreal Remaster

Both games have been remastered in the Unreal engine by the community. As I understand, they reimplement the vanilla game in another game engine but do not make changes to the world or story otherwise so I’ve listed them as graphical mods. Bothr remasters are accessible on Steam:

  1. Install game
  2. Open Properties
  3. Select Game Versions & Betas tab
  4. (Only Gothic II) Paste the following code into the Private Versions field: “WajocIlipa185” (without the quotes)
  5. Select unrealbeta from the list of Versions
  6. Wait for the download to finish
  7. Start game

Gothic I is playable without further steps or issues as far as I am aware and seems to be stable.

At the time of this writing the Gothic II remaster has just been released and has alpha status. The cutscenes do not work yet on Linux but the game seems to be playable at least.

Last Updated: 04 May 2026 @ 22:42 CE(S)T

Quality of Life Mods

These could also be called functional mods or feature patches but it’s all about adding functionality that makes the experience nicer without modifying the world or story as such. These patches can concern the UI, keybindings but also all kinds of added functionality. I recommend perusing the various lists and compilations and see what appeals to you.

There are two types of functional mods, as detailed below. You will probably find that there is significant overlap between both types, meaning that there are quite a few mods that exist both as a Union and as a Ninja mod. I suggest you use whatever works for you, it does not really matter much otherwise.

Union

First and foremost Union is a patch that enables the game on modern PCs, both in terms of hardware and software. At the same time there are numerous plugins for Union that add functionality on top of the base games and can thus be considered mods. To my knowledge, Union plugins are more common on the Russian community which makes them somewhat more inaccessible to people like me who don’t speak Russian. Nonetheless here are a few places to get started:

Ninja

Ninja is a standalone mod whole sole purpose it is to serve as a basis for other mods. Here are a few places to look

Personal Recommendations

Here is a non-exhaustive list of mods I found useful or nice to have to varying degrees. These can usually be installed regardless of what other extension/conversion mod is installed.

The installation process depends on the mod in question. Some have a dedicated executable that needs to be run at some point during the whole installation process. In case of Union mods (e.g. zNoFriendlyFire) this needs to be done after installation of the Union mod itself. I usually install these mods after everything else is done which works fine.

The mods that are provided as .vdf files are installed by simply dropping the file inside the $BASE_DIRECTORY/Data directory.

Union

  • zUtilities: Loads of small but nice changes, very configurable
  • zNoFriendlyFire: This mod disables friendly fire which makes using companions much nicer
  • zGamePad: Adds gamepad support with configurable UI glyphs. Pretty much mandatory for playing on Steam Deck (currently only works when playing the Steam version).

Ninja

  • BonusIndependentTraining: Binds the cost of training attributes and skills to how much points you’ve invested so far and not the effective value. This lets you consume permanent bonus consumables whenever you wish. One of my absolute favourite changes! Note that quite a few enhancement/conversion mods implement this already.

  • PatchMenu: Adds menu entries to configure other mod options (see below)

  • Sprint, Adds possibility to sprint constantly, configurable (needs Patchmenu)

  • Quickloot: Adds the capability to pick up items and loot unlocked chests without an animation. By default bound to secondary mouse button

  • QuicksaveSlots: Adds support for several configurable quick save slots

  • OrderedLogs: Patches log entries to be ordered and coloured, if desired

  • PickLockHelper: Shows used combinations when picking locks so you don’t have to memorize everything

  • BetterTorches: Adds a hotkey for torches and makes them nicer to use

  • Item Map: Adds collectible items to in-game maps, very configurable. Highly useful, especially when playing mods that change the position of valuable items around.

  • Trader Weapon Fix: Fixes the issue of traders always equipping the strongest weapon they sell

  • Item Locator: Add hotkey to highlight collectible items in the vicinity, very configurable and highly useful, especially when playing with texture or vegetation mods that make plants harder to spot.

  • PercentPotions: Changes potions to regenerate relative, not absolute, values

  • CategorizedInventory: Introduced a categorized inventory that can be tabbed through

Lutris Install Script

script:
  files:
  # Add this to the "files" section of an installation script
  - quickloot:
      filename: Quickloot.zip
      url: https://www.worldofgothic.de/download.php?id=1671
  - zNoFriendlyFire:
      filename: zNoFriendlyFire.exe
      url: https://cloud.bfloeser.de/public.php/dav/files/A3WENzSsqYGGfRA/?accept=zip
  installer:
  # Add this to the end of the "installer" section of an installation script
  - extract:
      dst: $GAMEDIR/$gamedatapath
      file: quickloot
  - task:
      arch: win32
      description: Install zNoFriendlyFire
      # Value of "executable" must match the list key in the "files" section above
      executable: zNoFriendlyFire
      name: wineexec
      prefix: $GAMEDIR
      working_dir: $GAMEDIR
Last Updated: 04 May 2026 @ 14:28 CE(S)T

Enhancement/Conversion Mods

This is a list of the mods covered here:

Gothic I

Gothic II

Last Updated: 04 May 2026 @ 14:28 CE(S)T

Gothic I

Regardless of the mod, it is a shortcoming of the original game that the resolution of the cutscenes is quite low. It is thus recommended to download the 1080p versions and copy them into place to enjoy better quality cutscenes. Most (if not all) of the Lutris installation scripts shown here do this.

This is a list of the mods covered here:

Last Updated: 05 May 2026 @ 03:09 CE(S)T

Balancing Mod

As the name suggests this is a mod that does not add additional content but rebalances the game to make it a bit more challenging and provide a better balance between the various available skill paths. A list of changes can be found here.

Manual Instructions

  1. Install Primary Universal patch
  2. Install Union1.0
  3. (Optional) Install D3D11 Renderer (with DLL override)
  4. Install Balancing Mod
  5. (Optional) Install Ninja
  6. Install Community Patch
  7. (Optional) Install functional mods you like

Lutris Install Script

description: "Gothic - Balancing mod with new textures, higher resolution cutscenes, D3D11 renderer and mod support"
game_slug: gothic
gogslug: gothic
installer_slug: gothic-gog
name: Gothic - Balancing mod
slug: gothic-gog
steamid: 65540
gogid: 1207658682
version: GOG
year: 2001
notes:
  "Hassle free installer of Gothic - Balancing mod. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - primary_patch:
        filename: Union_Primary_Universal.exe
        url: https://cloud.bfloeser.de/public.php/dav/files/siWrzBPkwYqPKQF
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - g1cp:
        url: https://www.worldofgothic.de/download.php?id=1636
        filename: G1CP-1.2.0.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - textures: https://cloud.bfloeser.de/s/LEQEAmpGMbRNNKT/download/Texture%20Pack%20By%20Artemiano%20Gothic%20I.rar
    - upscaled_fmvs: https://www.moddb.com/games/gothic/downloads/gothic-upscaled-and-subtitled-fmvs
    - balancing:
        filename: balancingmod_0.8.rar
        url: https://www.worldofgothic.de/download.php?id=1606
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:BalancingMod -start
    prefix: $GAMEDIR
  installer:
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install dependencies. It takes some time. Be patient
        name: winetricks
        prefix: $GAMEDIR
    - execute:
        command: mkdir -p $UNIONPATH
    - execute:
        command: printf "\r\nC:\GOG Games\Gothic\\\\\\r\n" > $UNIONPATH/history_d.cs
    - execute:
        command: echo "ENG" > $UNIONPATH/Language.cs
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Primary Universal patch
        executable: primary_patch
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        file: balancing
        dst: $CACHE
    - task:
        arch: win32
        description: Installing Balancing mod
        executable: $CACHE/BalancingMod-0.8.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing Ninja mod
        args: /S /D=C:\\GOG Games\\Gothic
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing GCP mod
        executable: g1cp
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamedatapath
        file: textures
    - extract:
        dst: $GAMEDIR/$gamepath/_work/DATA/
        file: upscaled_fmvs
    - write_config:
        data:
          GAME:
            bloodDetail: 3
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
          PERFORMANCE:
            modelDetail: 1
            sightValue: 14
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/$gamesystempath/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 0
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/$gamesystempath/GD3D11/UserSettings.ini
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 30000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: WORLD distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/WORLD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCGRAVEYARD distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/ORCGRAVEYARD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: OLDMINE distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/OLDMINE.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCTEMPEL distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/ORCTEMPEL.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: FREEMINE distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/FREEMINE.INI
system:
  env:
    UNIONPATH: $GAMEDIR/drive_c/ProgramData/Union/System/
variables:
  gamedatapath: drive_c/GOG Games/Gothic/Data
  gamepath: drive_c/GOG Games/Gothic
  gamesystempath: drive_c/GOG Games/Gothic/system
wine:
  overrides:
    ddraw: n,b
    dinput: n,b
    dsound: b,n
    msvcr100: n,b
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Definitive Edition

This is another extension mod which aims to implement sensible but not too extensive additions. Formerly empty areas are now filled, new textures and other such fine tuning has bee performed. However, there are also additional NPCs and some use of TTS, although not much. If you want an experience closer to the vanilla game, the Revised Edition is probably a better choice. More info and installation instructions can be found here

Manual Instructions

Adapted installation steps are as follows:

  1. Install Primary Universal patch
  2. Execute LAA hack
  3. Install Union1.0
  4. (Optional) Install D3D11 Renderer (with DLL override)
  5. Install Definitive Edition
  6. (Optional) Install Ninja
  7. Install Community Patch
  8. (Optional) Install functional mods you like

Lutris Install Script

This includes the Unions and Ninja mods, the D3D11 renderer, better quality cutscenes as well as the LAA hack.

Warning

When selecting the installation location for the mod, the installer will frequently still not display the chosen directory correctly. Make sure to double-check the displayed installation location after choosing it from the picker and make corrections, if necessary.

description: "Gothic - Definitive Edition with higher resolution cutscenes, D3D11 renderer and mod support"
game_slug: gothic
gogslug: gothic
installer_slug: gothic-gog
name: "Gothic - Definitive Edition"
slug: gothic-gog
steamid: 65540
gogid: 1207658682
version: GOG
year: 2001
notes:
  "Hassle free installer of Gothic - Definitive Edition. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - primary_patch:
        filename: Union_Primary_Universal.exe
        url: https://cloud.bfloeser.de/public.php/dav/files/siWrzBPkwYqPKQF
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - g1cp:
        url: https://www.worldofgothic.de/download.php?id=1636
        filename: G1CP-1.2.0.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - upscaled_fmvs: https://www.moddb.com/games/gothic/downloads/gothic-upscaled-and-subtitled-fmvs
    - definitive:
        filename: Definitive_Edition_2_2_8.exe
        url: https://www.worldofgothic.de/download.php?id=1586
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:Definitive_Edition -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install Union patch dependencies. It takes some time. Be patient
        name: winetricks
        prefix: $GAMEDIR
    - execute:
        command: mkdir -p $UNIONPATH
    - execute:
        command: printf "\r\nC:\GOG Games\Gothic\\\\\\r\n" > $UNIONPATH/history_d.cs
    - execute:
        command: echo "ENG" > $UNIONPATH/Language.cs
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Primary Universal patch
        executable: primary_patch
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - task:
        arch: win32
        description: Installing Definitive Edition
        executable: definitive
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing Ninja mod
        executable: ninja
        args: /S /D=C:\\GOG Games\\Gothic
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing GCP mod
        executable: g1cp
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamepath/_work/DATA/
        file: upscaled_fmvs
    - write_config:
        data:
          GAME:
            bloodDetail: 3
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
          PERFORMANCE:
            modelDetail: 1
            sightValue: 14
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 0
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/UserSettings.ini
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 30000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: WORLD distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/WORLD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCGRAVEYARD distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/ORCGRAVEYARD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: OLDMINE distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/OLDMINE.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCTEMPEL distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/ORCTEMPEL.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: FREEMINE distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/FREEMINE.INI
  system:
    env:
      UNIONPATH: $GAMEDIR/drive_c/ProgramData/Union/System/
  variables:
    gamedatapath: drive_c/GOG Games/Gothic/Data
    gamepath: drive_c/GOG Games/Gothic
    gamesystempath: drive_c/GOG Games/Gothic/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
      msvcr100: n,b
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Welt der Verurteilten

This is an extension mod that aims to make sensible additions and changes to the base game to fill in the gaps. In spirit similar to the Definitive or Revised Edition. Inceases difficulty to a similar level than Gothic 2 with addon. Makes use of TTS. Details can be found here.

Manual Instructions

Adapted installation steps are as follows:

  1. Install Primary Universal patch
  2. Install Union1.0
  3. (Optional) Install Ninja
  4. Install Die Welt der Verurteilten
  5. (Optional) Install TTS
  6. (Optional) Install Community Patch
  7. (Optional) Install D3D11 Renderer (with DLL override)
  8. (Optional) Install functional mods you like

Lutris Install Script

description: "Gothic - Die Welt der Verurteilten with higher resolution cutscenes, D3D11 renderer and mod support"
game_slug: gothic
gogslug: gothic
installer_slug: gothic-gog
name: Gothic - Die Welt der Verurteilten
slug: gothic-gog
steamid: 65540
gogid: 1207658682
version: GOG
year: 2001
notes:
  "Hassle free installer of Gothic - Die Welt der Verurteilten version. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - primary_patch:
        filename: Union_Primary_Universal 12.02.2022.zip
        url: https://cloud.bfloeser.de/public.php/dav/files/siWrzBPkwYqPKQF
    - union_mod:
        filename: Union 1.0m 26.06.2022 v3.zip
        url: https://worldofplayers.ru/attachments/107728/
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - g1cp: https://github.com/AmProsius/gothic-1-community-patch/releases/download/v1.2.0/G1CP-1.2.0.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.8-dev27/GD3D11-v17.8-dev27.zip
    - verurteilt:
        filename: G1_-_Die_Welt_der_Verurteilten-v1.03.exe
        url: https://www.worldofgothic.de/download.php?id=1263
    - verurteilt_TTS:
        filename: Gothic1DieWeltderVerurteiltenTTS.exe
        url: https://www.worldofgothic.de/download.php?id=1785
    - textures: https://cloud.bfloeser.de/s/LEQEAmpGMbRNNKT/download/Texture%20Pack%20By%20Artemiano%20Gothic%20I.rar
    - upscaled_fmvs: https://www.moddb.com/games/gothic/downloads/gothic-upscaled-and-subtitled-fmvs
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:Welt_der_Verurteilten_1_03 -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install Union patch dependencies. It takes some time. Be patient
        name: winetricks
        prefix: $GAMEDIR
    - execute:
        command: mkdir -p $UNIONPATH
    - execute:
        command: printf "\r\nC:\GOG Games\Gothic\\\\\\r\n" > $UNIONPATH/history_d.cs
    - execute:
        command: echo "ENG" > $UNIONPATH/Language.cs
    - extract:
        dst: $CACHE
        file: primary_patch
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Primary Universal patch
        executable: $CACHE/Union_Primary_Universal.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $CACHE
        file: union_mod
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Union patch
        executable: $CACHE/Union 1.0m.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing Welt der Verurteilten
        executable: verurteilt
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing Welt der Verurteilten TTS
        executable: verurteilt_TTS
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing GCP mod
        executable: g1cp
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamedatapath
        file: textures
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        dst: $GAMEDIR/$gamepath/_work/DATA/
        file: upscaled_fmvs
    - write_config:
        data:
          GAME:
            bloodDetail: 3
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
          PERFORMANCE:
            modelDetail: 1
            sightValue: 14
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/$gamesystempath/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 0
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/$gamesystempath/GD3D11/UserSettings.ini
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 30000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: WORLD distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/WORLD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCGRAVEYARD distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/ORCGRAVEYARD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: OLDMINE distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/OLDMINE.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCTEMPEL distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/ORCTEMPEL.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: FREEMINE distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/FREEMINE.INI
  system:
    env:
      UNIONPATH: $GAMEDIR/drive_c/ProgramData/Union/System/
  variables:
    gamedatapath: drive_c/GOG Games/Gothic/Data
    gamepath: drive_c/GOG Games/Gothic
    gamesystempath: drive_c/GOG Games/Gothic/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      msvcr100: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Othello

Another extension mod adding new areas, NPCs, some new quests and the like. Overall more extensive changes than the previous two entries, also with changes to previously existing areas in the game. It does not add new dialog lines but makes do with what’s already available in game or from cut content. More info can be found here

Manual Instructions

  1. Do NOT install any patches, mods or fixes
  2. Install base game (Steam or GOG version are the correct version already)
  3. Install Othello
  4. (Optional) Install D3D11 Renderer (with DLL override)
  5. (Optional) Install functional mods you like

Note: This mod is incompatible with Ninja so many of the functional mods will not work. Also, Union must not be installed prior to mod installation because the mod uses a modified version of Union internally.

Lutris Install Script

This includes the Othello mod and a D3D11 renderer.

Note

This installation script is optimized for the Steam Deck. This includes using non-default health, mana and stamina bars as well as resizing and repositioning them. Also, the hotbar is disabled in favor of the zGamePad quick-access menus. Furthermore, the showing of items outside of the inventory is disabled because it also obscures the quick-access menu from zGamePad. If you don’t like this (or play on a bigger screen), you can (and should) adapt or delete the respective section in the script (the section modifying GOTHIC.INI). The UI elements can also be manually configured by pressing LCtrl + LAlt + V in game and following the instructions. For this a keyboard is necessary.

Caution

This mod does not support any other mods so this installer does not contain Ninja or any other mods.

description: "Gothic - Othello with D3D11 Renderer"
game_slug: gothic
gogslug: gothic
installer_slug: gothic-gog
name: "Gothic - Othello"
slug: gothic-gog
steamid: 65540
gogid: 1207658682
version: GOG
year: 2001
notes:
  "Hassle free installer of Gothic GOG version with the Othello mod with D3D11 renderer. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - othello-exe:
        filename: Othello-Setup.exe
        url: https://www.worldofgothic.de/download.php?id=1677
    - othello-1:
        filename: Othello-Setup-1.bin
        url: https://www.worldofgothic.de/download.php?id=1749
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
  game:
    arch: win32
    exe: $gamesystempath/GothicMod.exe
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. It takes some time. Be patient
        name: winetricks
        prefix: $GAMEDIR
    - move:
        src: othello-exe
        dst: $CACHE/
    - move:
        src: othello-1
        dst: $CACHE/
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing Othello
        executable: $CACHE/Othello-Setup.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - write_config:
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GOTHIC.INI
        data:
          GAME:
            bloodDetail: 3
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
          PERFORMANCE:
            modelDetail: 1
            sightValue: 14
          HOTBAR:
            ShowIconsOutsideOfInventory: 0
            HotBarCellSize: 0
          NEW_BARS:
            useDefaultBars: 1
            healthBarFlip: 0
            healthBarX: 240
            healthBarY: 7700
            healthBarW: 250
            healthBarH: 25
            healthTextX: 1043
            healthTextY: 7760
            healthTextAlign: 1
            staminaBarFlip: 0
            staminaBarX: 3293
            staminaBarY: 7700
            staminaBarW: 250
            staminaBarH: 25
            staminaTextX: 4100
            staminaTextY: 7760
            staminaTextAlign: 1
            manaBarFlip: 0
            manaBarX: 6360
            manaBarY: 7700
            manaBarW: 250
            manaBarH: 25
            manaTextX: 7150
            manaTextY: 7760
            manaTextAlign: 1
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/UserSettings.ini
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 30000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: WORLD distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/WORLD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCGRAVEYARD distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/ORCGRAVEYARD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: OLDMINE distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/OLDMINE.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCTEMPEL distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/ORCTEMPEL.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: FREEMINE distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/FREEMINE.INI
  variables:
    gamedatapath: drive_c/GOG Games/Gothic/Data
    gamepath: drive_c/GOG Games/Gothic
    gamesystempath: drive_c/GOG Games/Gothic/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
      msvcr100: n,b
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Quentins Bande

A big extension mod, changing balancing, adding a new guild, NPCs, quests, textures and more. Details can be found here.

Manual Instructions

Adapted installation steps are as follows:

  1. Install Primary Universal patch
  2. Install Union1.0
  3. (Optional) Install Ninja
  4. Install Quentins Bande
  5. Install patch 1031
  6. (Optional) Install TTS
  7. (Optional) Install Community Patch
  8. (Optional) Install D3D11 Renderer (with DLL override)
  9. (Optional) Install functional mods you like

Lutris Install Script

description: "Gothic - Quentins Bande with higher resolution cutscenes, D3D11 renderer and mod support"
game_slug: gothic
gogslug: gothic
installer_slug: gothic-gog
name: Gothic - Quentins Bande
slug: gothic-gog
steamid: 65540
gogid: 1207658682
version: GOG
year: 2001
notes:
  "Hassle free installer of Gothic - Quentins Bande. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - primary_patch:
        filename: Union_Primary_Universal.exe
        url: https://cloud.bfloeser.de/public.php/dav/files/siWrzBPkwYqPKQF
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - g1cp: https://github.com/AmProsius/gothic-1-community-patch/releases/download/v1.2.0/G1CP-1.2.0.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - quentin:
        filename: Installer_EEplus.exe
        url: https://www.worldofgothic.de/download.php?id=1763
    - quentin2:
        filename: disk2.pak
        url: https://www.worldofgothic.de/download.php?id=1764
    - quentin_patch:
        filename: Patch_EEplus_1031.exe
        url: https://www.worldofgothic.de/download.php?id=1765
    - quentin_TTS:
        filename: Install_TTS_EEplus_1031.exe
        url: https://www.worldofgothic.de/download.php?id=1766
    - upscaled_fmvs: https://www.moddb.com/games/gothic/downloads/gothic-upscaled-and-subtitled-fmvs
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:Gothic_Erweiterte_Edition_TTS -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install Union patch dependencies. It takes some time. Be patient
        name: winetricks
        prefix: $GAMEDIR
    - execute:
        command: mkdir -p $UNIONPATH
    - execute:
        command: printf "\r\nC:\GOG Games\Gothic\\\\\\r\n" > $UNIONPATH/history_d.cs
    - execute:
        command: echo "ENG" > $UNIONPATH/Language.cs
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Primary Universal patch
        executable: primary_patch
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - move:
        src: quentin
        dst: $CACHE/
    - move:
        src: quentin2
        dst: $CACHE/
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing Quentins Bande
        executable: $CACHE/Installer_EEplus.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing Quentins Bande Patch
        executable: quentin_patch
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing TTS
        executable: quentin_TTS
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing GCP mod
        executable: g1cp
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        dst: $GAMEDIR/$gamepath/_work/DATA/
        file: upscaled_fmvs
    - write_config:
        data:
          GAME:
            bloodDetail: 3
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
          PERFORMANCE:
            modelDetail: 1
            sightValue: 14
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/$gamesystempath/GOTHIC.INI
    - write_config:
        data:
          Barrier:
            AlwaysON: 1
        description: Updating 'SystemPack.ini' file
        file: $GAMEDIR/$gamesystempath/SystemPack.ini
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/$gamesystempath/GD3D11/UserSettings.ini
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 30000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: WORLD distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/WORLD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCGRAVEYARD distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/ORCGRAVEYARD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: OLDMINE distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/OLDMINE.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCTEMPEL distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/ORCTEMPEL.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: FREEMINE distance settings
        file: $GAMEDIR/$gamesystempath/GD3D11/ZENResources/FREEMINE.INI
  system:
    env:
      UNIONPATH: $GAMEDIR/drive_c/ProgramData/Union/System/
  variables:
    gamedatapath: drive_c/GOG Games/Gothic/Data
    gamepath: drive_c/GOG Games/Gothic
    gamesystempath: drive_c/GOG Games/Gothic/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      msvcr100: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Revised Edition

This is an extension mod with some rebalancing, an improved thieving system, plenty of bug fixes but almost no additional content (which is the point). More info can be found here

Manual Instructions

  1. Install Union1.0
  2. Install Primary Universal patch
  3. Install Revised Edition (Unpack files to game directory)
  4. (Optional) Install D3D11 Renderer (with DLL override)
  5. (Optional) Install functional mods you like

Note

This includes Riisis texture mix, higher resolution cutscenes and the D3D11 renderer as well as Ninja for mod support. If you find the texture pack to be too different from the original for your taste, another popular choice is a pack by Artemiano which is closer to vanilla.

Lutris Install Script

description: "Gothic - Revised Edition with textures, higher resolution cutscenes, D3D11 renderer and mod support"
game_slug: gothic
gogslug: gothic
gogid: "1207658682"
slug: gothic-gog
version: GOG
year: 2001
installer_slug: gothic-gog
name: "Gothic - Revised Edition"
notes:
  "Hassle free installer of Gothic - Revised Edition. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - primary_patch:
        filename: Union_Primary_Universal.exe
        url: https://cloud.bfloeser.de/public.php/dav/files/siWrzBPkwYqPKQF
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - g1cp: https://github.com/AmProsius/gothic-1-community-patch/releases/download/v1.2.0/G1CP-1.2.0.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - upscaled_fmvs: https://www.moddb.com/games/gothic/downloads/gothic-upscaled-and-subtitled-fmvs
    - riisis_texture_mix: https://www.moddb.com/mods/riisis-texture-mix-g1-version/downloads/riisisgothic1texturemixv11
    - revised:
        filename: revised.7z
        url: https://www.worldofgothic.de/download.php?id=1750
  game:
    arch: win32
    exe: $gamesystempath/GothicMod.exe
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install Union patch dependencies. It takes some time. Be patient
        name: winetricks
        prefix: $GAMEDIR
    - execute:
        command: mkdir -p $UNIONPATH
    - execute:
        command: printf "\r\nC:\GOG Games\Gothic\\\\\\r\n" > $UNIONPATH/history_d.cs
    - execute:
        command: echo "ENG" > $UNIONPATH/Language.cs
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Primary Universal patch
        executable: primary_patch
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D"C:\GOG Games\Gothic"
        description: Installing Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        description: upacking of huge archieve. Be patient
        dst: $GAMEDIR/$gamedatapath/
        file: riisis_texture_mix
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        args: /S /D=C:\\GOG Games\\Gothic
        description: Installing GCP mod
        executable: g1cp
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        dst: $GAMEDIR/$gamepath/_work/DATA/
        file: upscaled_fmvs
    - extract:
        dst: $CACHE/revised
        file: revised
    - merge:
        src: $CACHE/revised/data
        dst: $GAMEDIR/$gamedatapath
    - merge:
        src: $CACHE/revised/system
        dst: $GAMEDIR/$gamesystempath
    - write_config:
        data:
          GAME:
            bloodDetail: 3
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
          PERFORMANCE:
            modelDetail: 1
            sightValue: 14
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/UserSettings.ini
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 30000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: WORLD distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/WORLD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCGRAVEYARD distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/ORCGRAVEYARD.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: OLDMINE distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/OLDMINE.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: ORCTEMPEL distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/ORCTEMPEL.INI
    - write_config:
        data:
          General:
            OutdoorSmallVobDrawRadius: 15000.0
            OutdoorVobDrawRadius: 15000.0
            SectionDrawRadius: 4
            VisualFXDrawRadius: 10000.0
        description: FREEMINE distance settings
        file: $GAMEDIR/drive_c/GOG Games/Gothic/system/GD3D11/ZENResources/FREEMINE.INI
  system:
    env:
      UNIONPATH: $GAMEDIR/drive_c/ProgramData/Union/System/
  variables:
    gamedatapath: drive_c/GOG Games/Gothic/Data
    gamepath: drive_c/GOG Games/Gothic
    gamesystempath: drive_c/GOG Games/Gothic/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
      msvcr100: n,b
Last Updated: 04 May 2026 @ 14:28 CE(S)T

Gothic II

It is sometimes remarked upon that the intro cutscene is not that great. Regardless how you feel about this, I recommend downloading one of these which are overhauled versions that add a few nice touches (like some voice-over). There are two versions, one that shows daytime, the other nighttime. Pick whatever you prefer.

This is a list of the mods covered here:

Last Updated: 05 May 2026 @ 03:09 CE(S)T

Generic Mod

This is a general blueprint for installing enhancement/converion mods for Gothic II that should work for most or maybe all cases.

Tested with:

  1. Install base game with patches as described here
  2. Install Ninja
  3. Run mod executable
  4. (Optional) Install D3D11 Renderer (with DLL override)
  5. (Optional) Install functional mods you like
  6. Start the game with $BASE_DIR/system/GothicStarter.exe

Note

The mod executable must be downloaded manually and provided to the installer at install time

description: "Generic installer for Gothic II Gold with extension/conversion mod of choice, D3D11 renderer activated and support for Ninja and Union mods"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Gold - Modded Edition"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II GOG version with mods. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute. The mod executable must be downloaded manually and provided to the installer at \
  \ install time."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - mod: N/A:Select mod executable
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - playerkit:
        filename: gothic2_playerkit-2.6f.exe
        url: https://www.worldofgothic.de/download.php?id=518
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - laa:
        filename: LaaHack.zip
        url: https://www.worldofgothic.de/download.php?id=1457
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install playerkit
        executable: playerkit
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install mod
        executable: mod
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        dst: $CACHE
        file: laa
    - task:
        arch: win32
        description: Executing LAA
        executable: $CACHE/LaaHack.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Atarier Edition

Manual Instructions

See here

Lutris Install Script

description: "Installer for Gothic II: Atarier Edition, with D3D11 renderer activated and support for Ninja and Union mods"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Atarier Edition"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II: Atarier Edition. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute. The mod executable must be downloaded manually and provided to the installer at \
  \ install time."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - atarier:
        filename: Gothic2_Atariar-1.5.2.exe
        url: https://www.worldofgothic.de/download.php?id=1421
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - playerkit:
        filename: gothic2_playerkit-2.6f.exe
        url: https://www.worldofgothic.de/download.php?id=518
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - intro_video: https://www.worldofgothic.net/download.php?id=1718
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:Gothic2_Atariar -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install dependencies. It takes some time. Be patient
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing playerkit
        executable: playerkit
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Atarier
        executable: atarier
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        dst: $GAMEDIR/$gamepath/_work/Data/Video
        file: intro_video
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 00:56 CE(S)T

Chronicles of Myrtana: Archolos

This is a total conversion mod that was released fairly recently. It’s an absolutely amazing experience and I highly recommend playing it. It’s the Gothic 3 we wanted but never got. It’s available with Polish voice acting (which is incredible although I don’t speak Polish) or with German TTS. I prefer the former. By now there is also Russian dubbing.

So far, I have not been able to install and run it in the same way as the other mods described here because of access violation errors or issues with the DX11 renderer. However, the Steam version of this works out of the box without any tweaking necessary — which is why I played it there and for ease of installation I recommend you do this as well. I assume, it is necessary to own Gothic II on Steam for this to work but I was not able to test this because I had it already.

Manual Instructions Base Game

  1. Add the mod to your Steam library.
  2. (Optional) Add the Polish dubs as well.
  3. (Optional) Download the latest release of the DX11 renderer, unzip it and move it inside the system folder. This is located at $STEAM_FOLDER/steamapps/common/TheChroniclesOfMyrtana/system/
  4. Add this to the launch options: WINEDLLOVERRIDES="ddraw=n,b" %command%

Manual Instructions Mods

This will let you play the vanilla mod without much hassle. If you want to add some QoL-mods, you need to perform a few additional steps:

  1. Download Union files here, unzip the archive and move the files inside to the appropriate locations (i.e. the system or Data directories of the game).

    Note

    The Data directory already contains a file for the xGamePad mod. If you do not want this, do not copy the respective file over.

  2. Find your desired mods (see here for a small selection), download them and copy them into the Data folder.

Warning

This mod does not support Ninja! If you install it, it will not launch. This means that many of the recommended functional mods listed in this blog post won’t work because they depend on Ninja. Any Union plugin will work just fine – provided you installed Union, of course.

Enjoy!

Last Updated: 05 May 2026 @ 03:09 CE(S)T

Die Bruderschaft

Note

This mod used to include TTS-made dialog. As of version 1.3 this has been removed due to copyright infringement issues. This means, that there is no voice acting whatsoever and, as of now, it is unclear whether there ever will be.

This is a total conversion mod for Gothic II taking place in the world of Gothic I. Details can be found here. Installation is fairly generic.

Manual Instructions

  1. Install base game with patches as described above
  2. Install Ninja
  3. Install mod
  4. (Optional) Install D3D11 Renderer (with DLL override and LAA hack)
  5. (Optional) Install functional mods you like
  6. Start the game with $BASE_DIR/system/GothicStarter.exe

Lutris Install Script

description: "Gothic II - Die Bruderschaft with D3D11 renderer and mod support"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Die Bruderschaft"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II - Die Bruderschaft. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - playerkit:
        filename: gothic2_playerkit-2.6f.exe
        url: https://www.worldofgothic.de/download.php?id=518
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - laa:
        filename: LaaHack.zip
        url: https://www.worldofgothic.de/download.php?id=1457
    - bruderschaft:
        filename: PSIMOD-1.3.exe
        url: https://www.worldofgothic.de/download.php?id=1646
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:PSIMOD -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install dependencies. It takes some time. Be patient
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing playerkit
        executable: playerkit
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $CACHE
        file: laa
    - task:
        arch: win32
        description: Executing LAA
        executable: $CACHE/LaaHack.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing Bruderschaft mod
        executable: bruderschaft
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - write_config:
        data:
          SKY_OUTDOOR:
            zDayColor2: 18 16 60
          GAME:
            bloodDetail: 3
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
          PERFORMANCE:
            modelDetail: 1
            sightValue: 14
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/$gamesystempath/GOTHIC.INI
    - write_config:
        data:
          Barrier:
            AlwaysON: 1
        description: Updating 'SystemPack.ini' file
        file: $GAMEDIR/$gamesystempath/SystemPack.ini
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/$gamesystempath/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 02:00 CE(S)T

Dirty Swamp

This is a total conversion mod using the world of Jharkendar for the most part. It adds a new story and makes a lot of changes to combat and especially magic. More details can be found here.

Manual Instructions

  1. Install base game with patches as described above
  2. (Optional) Install D3D11 Renderer (with DLL override and LAA hack)
  3. Install mod version 3.0.1
  4. Install patch for version 3.0.18
  5. (Optional) Install Ninja
  6. (Optional) Install functional mods you like

Note

The mod makes several gameplay changes which may not work well or at all with some of the functional mods (e.g. the sprint mod should not be installed). The mod itself recommends Better Torches and Categorized Inventory.

Lutris Install Script

description: "Installer for Gothic 2 - Dirty Swamp total conversion mod with D3D11 renderer activated"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Dirty Swamp"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic 2 - Dirty Swamp. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - swamp:
        filename: DirtySwamp-3.01.exe
        url: https://www.worldofgothic.de/download.php?id=1289
    - swamp-patch:
        filename: DirtySwamp-patch-3.0.18.exe
        url: https://www.worldofgothic.de/download.php?id=1623
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - bettertorches:
        filename: G1G2_Patch_BetterTorches_V1-0-5.7z
        url: https://www.worldofgothic.de/download.php?id=1568
    - laa:
        filename: LaaHack.zip
        url: https://www.worldofgothic.de/download.php?id=1457
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:DirtySwamp -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic 2
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - task:
        arch: win32
        description: Install Dirty Swamp 3.0.1
        executable: swamp
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Dirty Swamp patch 3.0.18
        executable: swamp-patch
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamedatapath
        file: bettertorches
    - extract:
        dst: $CACHE
        file: laa
    - task:
        arch: win32
        description: Executing LAA
        executable: $CACHE/LaaHack.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 0
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 02:00 CE(S)T

Gold Remaster

This is mostly a graphics mod which takes a lot of stuff and textures from other mods, like L’Hiver, and packages it up to one beautiful thing. It also integrates with the MiniMod (see above) so this is ideal, if you want a more beautiful version of the vanilla game and, optionally, some sensible changes to balancing. Recently, the MiniMod has been rebranded as Remaster scripts that seem to do essentially the same. The release announcement can be found here.

Manual Instructions

  1. Start with a fresh unpatched installation of the game
  2. Install fix-2.6.0.0-rev2 (necessary to be able to install Union)
  3. Install Union1.0
  4. (Optional) Install Ninja
  5. (Optional) Install D3D11 renderer (with DLL override and LAA hack)
  6. (Optional, if D3D11 renderer was installed) Install NormalMaps
  7. Execute Remaster executable
  8. (Optional) Install Remaster Scripts (version adapted to Remaster)
  9. (Optional) Install functional mods you like
  10. Start the game with $BASE_DIR/system/GothicStarter.exe

Note

The patches for the report version and player kit are already included in the installer. The report version needs to be installed nonetheless because Union cannot be installed to the vanilla GOG version of the game.

Lutris Install Script

Note

This includes the Remaster scripts. Note that after the installation of the mod itself, the normalmaps and the Remaster scripts the game launcher will open up and needs to be exited manually for the installation to proceed and finish successfully.

description: "Installer for Gothic II Gold Remaster mod with textures, normalmaps, Remaster scripts and D3D11 renderer activated and support for Ninja and Union mods"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Gold Remaster"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II Gold Remaster. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute. After the installation of the mod, the normalmaps and the Remaster scripts the\
  \ game launcher will start. This needs to be exited manually for the install script\
  \ to finish successfully."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - normalmaps:
        filename: G2_Gold_Remaster_D3D11_NormalMaps.exe
        url: https://www.worldofgothic.de/download.php?id=1657
    - remaster:
        filename: G2_Gold_Remaster_Multilanguage.exe
        url: https://www.worldofgothic.de/download.php?id=1647
    - scripts:
        filename: G2_Remaster_Scripts_German.exe
        url: https://www.worldofgothic.de/download.php?id=1658
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:Remaster -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - task:
        arch: win32
        description: Install Normalmaps
        executable: normalmaps
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Remaster
        executable: remaster
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install scripts
        executable: scripts
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/$gamesystempath/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/$gamesystempath/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Legend of Ahssûn

This is a total conversion mod which nonetheless offers a Gothic-like experience. It differs from other projects of the sort in that it offers voice acting for every dialog in the game without making use of TTS or other synthetic methods. The necessary files are available here.

Manual Instructions

  1. Install base game with patches as described above
  2. (Optional) Install Ninja
  3. Install LoA
  4. Install language pack (there are two versions, depending on whether Union/SystemPack was installed)
  5. (Optional) Install D3D11 Renderer (with DLL override and LAA hack)
  6. (Optional) Install functional mods you like
  7. Start the game with $BASE_DIR/system/GothicStarter.exe

Lutris Install Script

description: "Installer for Gothic II Gold with Legend of Ahssûn mod, D3D11 renderer activated and support for Ninja and Union mods"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Gold Edition - Legend of Ahssûn"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II GOG version with Legend of Ahssûn mod. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - loa:
        filename: LoA-1.2.0.exe
        url: https://www.worldofgothic.de/download.php?id=1451
    - speech:
        filename: LoA_speech_SP_Union-1.2.0.exe
        url: https://www.worldofgothic.de/download.php?id=1455
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - playerkit:
        filename: gothic2_playerkit-2.6f.exe
        url: https://www.worldofgothic.de/download.php?id=518
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - laa:
        filename: LaaHack.zip
        url: https://www.worldofgothic.de/download.php?id=1457
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:LoA -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing playerkit
        executable: playerkit
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing LoA
        executable: loa
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing LoA voice over
        executable: speech
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        dst: $CACHE
        file: laa
    - task:
        arch: win32
        description: Executing LAA
        executable: $CACHE/LaaHack.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/$gamesystempath/GOTHIC.INI
    - write_config:
        data:
          PARAMETERS:
            InteractionCollision: 0
            EnableShields: 1
        file: $GAMEDIR/$gamesystempath/SystemPack.ini
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        file: $GAMEDIR/$gamesystempath/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

L’Hiver - English Edition

L’Hiver is a very popular mod with a number of different editions, versions and translations which makes matters a bit murky. The English edition is very feature-rich and implements numerous extensions on top of the base game while looking quite beautiful. Note that, despite the name, this can be played in German, if appropriate steps are taken. Like all L’Hiver editions it features an extended world with new areas, many new models and textures as well as a redesign of previously existing areas. If you’re a fan of the vanilla game and do not appreciate too many changes to it, I advise you to steer clear of this. The release post with instructions and download links can be found here.

Manual Instructions

  1. Install base game with patches as described above
  2. Install Ninja
  3. (Optional) Install D3D11 Renderer (with DLL override and LAA hack)
  4. (Optional) Install German translation (text only)
  5. Important

    Run the game once so that Union can create its files (this can, unfortunately, not be automated)

  6. Install the mod itself

It should be noted that this mod incorporates numerous Union and Ninja mods, all of which can be disabled and/or configured. For a detailed list of everything that’s included and how to configure it you can look at the installation guide.

Lutris Install Script

Important

This installation cannot be fully automated, unfortunately, so this script gets you only most of the way there. These are the installation steps:

  1. Run this script with Lutris as normal
  2. Start the game with GothicStarter.exe once to have the game create the necessary Union files. Starting a new game is not needed.
  3. Run the mod installer manually from within Lutris, overwrite files when prompted.
  4. (Optional) Modify Gothic.ini as you wish and/or disable preinstalled mods by removing the respective file from the Data directory. Note: This script includes German translations of in-game text. If you don’t want this, remove the relevant sections from the script. You can then also omit the Playerkit and start the game with Gothic2.exe.
description: "Installer for Gothic II - L'Hiver - English Edition, with D3D11 renderer activated and support for Ninja and Union mods"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: L'Hiver - English Edition"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II: L'Hiver - English Edition. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute. The mod executable must be downloaded manually and provided to the installer at \
  \ install time."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - lhiver: https://cloud.bfloeser.de/s/43bNpX3Pwt4GBet/download/LHiverEngEdition_v1_6_installer.exe
    - german_trans: https://cloud.bfloeser.de/s/e6CY4BPZTsmBC6z/download/lhiver_1.6_script_de.zip
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - playerkit:
        filename: gothic2_playerkit-2.6f.exe
        url: https://www.worldofgothic.de/download.php?id=518
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - laa:
        filename: LaaHack.zip
        url: https://www.worldofgothic.de/download.php?id=1457
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:LHiver_1.6_de -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing playerkit
        executable: playerkit
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        file: german_trans
        dst: $CACHE
    - merge:
        src: $CACHE/Data
        dst: $GAMEDIR/$gamedatapath
    - merge:
        src: $CACHE/System
        dst: $GAMEDIR/$gamesystempath
    - extract:
        dst: $CACHE
        file: laa
    - task:
        arch: win32
        description: Executing LAA
        executable: $CACHE/LaaHack.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

L’Hiver - German Edition

Manual Instructions

See here

Lutris Install Script

description: "Installer for Gothic II - L'Hiver - German Edition, with D3D11 renderer activated and support for Ninja and Union mods"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: L'Hiver - German Edition"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II: L'Hiver - German Edition. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute. The mod executable must be downloaded manually and provided to the installer at \
  \ install time."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - lhiver:
        filename: lhiver
        url: https://www.worldofgothic.de/download.php?id=1580
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - playerkit:
        filename: gothic2_playerkit-2.6f.exe
        url: https://www.worldofgothic.de/download.php?id=518
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - laa:
        filename: LaaHack.zip
        url: https://www.worldofgothic.de/download.php?id=1457
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:LHE204_DE -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing playerkit
        executable: playerkit
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install LHiver
        executable: lhiver
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        dst: $CACHE
        file: laa
    - task:
        arch: win32
        description: Executing LAA
        executable: $CACHE/LaaHack.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/$gamesystempath/GOTHIC.INI
    - write_config:
        data:
          PARAMETERS:
            EnableShields: 1
        description: Updating 'Systempack.ini' file
        file: $GAMEDIR/$gamesystempath/SystemPack.ini
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

L’Hiver - Original Edition: German Version

Manual Instructions

See here

Lutris Install Script

description: "Installer for Gothic II: Original L'Hiver Edition - German Version, with D3D11 renderer activated and support for Ninja and Union mods"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Original L'Hiver Edition - German Version"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II: Original L'Hiver Edition - German Version. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute. The mod executable must be downloaded manually and provided to the installer at \
  \ install time."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - lhiver:
        filename: Setup_Original_LHiver_1.3_27.02.2023
        url: https://www.worldofgothic.de/download.php?id=1753
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - playerkit:
        filename: gothic2_playerkit-2.6f.exe
        url: https://www.worldofgothic.de/download.php?id=518
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing playerkit
        executable: playerkit
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install LHiver
        executable: lhiver
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Nostalgic Mod

This mod aims to preserve the original Gothic II feeling while adding a few quality-of-life improvements and additions, especially a full version of the Valley of the Mines. It provides installation instructions here which I adapted for my personal taste and added a few other mods.

Manual Instructions

  1. Install base game with patches as described above
  2. (Optional) Install Ninja
  3. (Optional) Install D3D11 Renderer (with DLL override and LAA hack)
  4. Install Nostalgic mod (optionally with additional textures and dialog animations)
  5. (Optional) Install functional mods you like
  6. In Systempack.ini set InteractionCollision=0 and EnableShields=1
  7. Start the game with $BASE_DIR/system/GothicStarter.exe

A Lutris installation script automating this procedure can be found below

Since this mod already includes some of the features other mods give you, you don’t need to add much. Personally, I added the Sprint mod (which needs PatchMenu) for more control over this and OrderedLogs. Sprinting is supposedly already included in the mod but I think it’s not configurable so I added it myself. Quicklooting and quicksave slots are already included.

Finally, start the game and change the settings to your liking of which there are quite a few. Specifically the options around friendly focus and friendly fire are worth considering because this makes having companions much nicer. Enjoy!

Lutris Install Script

description: "Installer for Gothic II Gold with Nostalgic mod, D3D11 renderer activated and support for Ninja and Union mods"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Gold - Nostalgic Edition"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II GOG version with Nostalgic mod. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - nostalgic:
        filename: NostalgicEdition-2.9.5.exe-20231121T191428Z-001.zip
        url: https://cloud.bfloeser.de/s/pzQJBdwRDGY92bS/download/NostalgicEdition-2.9.5.exe-20231121T191428Z-001.zip
    - textures:
        filename: TexturePack Artemiano Gothic II - Nostalgic Edition.vdf-20231121T191552Z-001.zip
        url: https://cloud.bfloeser.de/s/NYWCGmaQ9Qb82FA/download/TexturePack%20Artemiano%20Gothic%20II%20-%20Nostalgic%20Edition.vdf-20231121T191552Z-001.zip
    - animations:
        filename: Standanimation.vdf
        url: https://cloud.bfloeser.de/s/dA22czHS96BmdPt/download/Standanimation.vdf
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: https://www.worldofgothic.de/download.php?id=833
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: https://www.worldofgothic.de/download.php?id=1625
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
    - gd3d11: https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip
    - laa:
        filename: LaaHack.zip
        url: https://www.worldofgothic.de/download.php?id=1457
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:NostalgicEdition -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - extract:
        dst: $CACHE
        file: nostalgic
    - task:
        arch: win32
        description: Install Nostalgic
        executable: $CACHE/NostalgicEdition-2.9.5.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamedatapath
        file: textures
    - move:
        src: $CACHE/animations/Standanimation.vdf
        dst: $GAMEDIR/$gamedatapath
    - extract:
        dst: $CACHE
        file: laa
    - task:
        arch: win32
        description: Executing LAA
        executable: $CACHE/LaaHack.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/$gamesystempath/GOTHIC.INI
    - write_config:
        data:
          PARAMETERS:
            InteractionCollision: 0
            EnableShields: 1
        file: $GAMEDIR/$gamesystempath/SystemPack.ini
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/$gamesystempath/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Odyssee

This is the to date largest total conversion mod for Gothic II. It takes place in the same world but adds new story, quests, characters, worlds and so on. More information can be found here.

Manual Instructions

  1. Install base game without any patches.
  2. Download executable and all the provided .bin files and put them in the same folder
  3. Install Odyssee by executing the .exe file
  4. (Optional) Install Ninja
  5. (Optional) Install functional mods you like
  6. Start the game with $BASE_DIR/system/GothicStarter.exe

This game already includes Union by default so there’s no need to install it. The mod supports Union plugins out of the box.

Lutris Install Script

Note

The mod includes Union by default so all Unions plugins can be used without further steps.

description: "Installer for Gothic 2 - Odyssee including Ninja mod support"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II - Odyssee"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic 2 GOG version with Odyssee mod. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - exe:
        filename: Odyssee-2.7.3.3-Setup.exe
        url: https://www.worldofgothic.de/download.php?id=1367
    - bin1:
        filename: Odyssee-2.7.3.3-Setup-1.bin
        url: https://www.worldofgothic.de/download.php?id=1368
    - bin2:
        filename: Odyssee-2.7.3.3-Setup-2.bin
        url: https://www.worldofgothic.de/download.php?id=1369
    - bin3:
        filename: Odyssee-2.7.3.3-Setup-3.bin
        url: https://www.worldofgothic.de/download.php?id=1377
    - bin4:
        filename: Odyssee-2.7.3.3-Setup-4.bin
        url: https://www.worldofgothic.de/download.php?id=1394
    - bin5:
        filename: Odyssee-2.7.3.3-Setup-5.bin
        url: https://www.worldofgothic.de/download.php?id=1411
    - ninja: https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    args: -game:Odyssee_Scripte_neue_Sprachausgabe -start
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic 2
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - copy:
        src: exe
        dst: $CACHE
    - copy:
        src: bin1
        dst: $CACHE
    - copy:
        src: bin2
        dst: $CACHE
    - copy:
        src: bin3
        dst: $CACHE
    - copy:
        src: bin4
        dst: $CACHE
    - copy:
        src: bin5
        dst: $CACHE
    - task:
        arch: win32
        description: Install Odyssee
        executable: $CACHE/Odyssee-2.7.3.3-Setup.exe
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/$gamesystempath/GOTHIC.INI
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 0
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/$gamesystempath/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Returning - New Balance

This is an adaptation of the Returning mod available in German and Russian and builds on top of the original Returning 2.0 mod. It adds a lot of new content, settings, gameplay features, quests, characters and so on. It’s huge. More details can be found here

Manual Instructions

  1. Install base game without any patches.
  2. Download executable and all the provided .bin files and put them in the same folder
  3. Install Returning by executing the .exe file
  4. Start the game with $BASE_DIR/system/Gothic2.exe

Note that this game already includes a list of modifications and plugins so adding any additional mods is very likely unnecessary or even detrimental. Proceed at your own risk.

Lutris Install Script

description: 'Installer for Gothic 2: Returning - New Balance'
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: 'Gothic II: Returning - New Balance'
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes: "Hassle free installer of Gothic 2 GOG version with Returning mod. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute."
runner: wine
script:
  files:
  - setup: N/A:Select the GOG game setup file
  - exe:  https://cloud.bfloeser.de/s/NyjXHk272XnAqfp/download/Returning_NB_DE.exe
  - bin1: https://cloud.bfloeser.de/s/X7Wa3G5fH9LX2af/download/Returning_NB_DE-1.bin
  - bin2: https://cloud.bfloeser.de/s/i5yTRLaJ3dGeNM6/download/Returning_NB_DE-2.bin
  - bin3: https://cloud.bfloeser.de/s/4fnanE2J8HxEz8r/download/Returning_NB_DE-3.bin
  game:
    arch: win32
    exe: $gamesystempath/Gothic2.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating 32-bit Wine prefix
      install_gecko: false
      install_mono: false
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: win7
      arch: win32
      description: 'winetricks: win7'
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win32
      args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
      description: Installing Gothic 2
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
  - task:
      app: "directmusic dotnet48 vcrun2022 dxvk"
      arch: win32
      description: Install wine dependencies. This will take some time.
      name: winetricks
      prefix: $GAMEDIR
  - copy:
      src: exe
      dst: $CACHE
  - copy:
      src: bin1
      dst: $CACHE
  - copy:
      src: bin2
      dst: $CACHE
  - copy:
      src: bin3
      dst: $CACHE
  - task:
      arch: win32
      description: Install Returning
      executable: $CACHE/Returning_NB_DE.exe
      name: wineexec
      prefix: $GAMEDIR
      working_dir: $GAMEDIR
  - write_config:
      data:
        GAME:
          playLogoVideos: 0
          scaleVideos: 1
          subTitles: 1
      description: Updating 'gothic.ini' file
      file: $GAMEDIR/$gamesystempath/GOTHIC.INI
  - write_config:
      data:
        Display:
          Brightness: 1.0
          Rain: 1
          RainEffects: 0
          TextureQuality: 16384
          UIScale: 1.0
          VSync: 1
        FontRendering:
          Enable: 1
        General:
          AllowNormalmaps: 1
          AnimateStaticVobs: 1
          DrawWorldSectionIntersections: 1
          EnableDebugLog: 0
          EnableGodRays: 1
          EnableInactiveFpsLock: 1
          FpsLimit: 60
          SunLightStrength: 1.5
        HBAO:
          Bias: 0.5
          BlurSharpness: 4.0
          EnableBlur: 1
          Enabled: 0
          PowerExponent: 3.0
          Radius: 1.0
          SsaoBlurRadius: 1
          SsaoStepCount: 0
        SMAA:
          Enabled: 1
          SharpenFactor: 0.2
        Shadows:
          EnableDynamicLighting: 1
          EnableShadows: 1
          EnableSoftShadows: 1
          PointlightShadows: 2
          ShadowAOStrength: 0.5
          ShadowMapSize: 2048
          ShadowStrength: 0.4
          SmoothCameraUpdate: 1
          WorldAOStrength: 0.5
          WorldShadowRangeScale: 8.0
      description: Updating GD3D11 config
      file: $GAMEDIR/$gamesystempath/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 05 May 2026 @ 03:09 CE(S)T

Velaya

Manual Instructions

See here

Lutris Install Script

description: "Installer for Gothic II: Velaya, with D3D11 renderer activated and support for Ninja and Union mods"
game_slug: gothic-ii-gold-edition
gogslug: gothic_2_gold_edition
installer_slug: gothic2-gog
name: "Gothic II: Velaya"
slug: gothic2-gog
gogid: 1207658718
version: GOG
year: 2003
notes:
  "Hassle free installer of Gothic II: Velaya. Click \"Continue\" button in\
  \ any pop-up during the installation. Please be patient, some steps take time to\
  \ execute. The mod executable must be downloaded manually and provided to the installer at \
  \ install time."
runner: wine
script:
  files:
    - setup: N/A:Select the GOG game setup file
    - velaya:
        filename: Velaya_1.1.exe
        url: "https://www.worldofgothic.de/download.php?id=881"
    - velaya_speech:
        filename: Velaya_Speech.exe
        url: "https://www.worldofgothic.de/download.php?id=882"
    - report_version:
        filename: gothic2_fix-2.6.0.0-rev2.exe
        url: "https://www.worldofgothic.de/download.php?id=833"
    - playerkit:
        filename: gothic2_playerkit-2.6f.exe
        url: "https://www.worldofgothic.de/download.php?id=518"
    - union:
        filename: Union_1.0m_26.06.2022.exe
        url: "https://www.worldofgothic.de/download.php?id=1625"
    - ninja: "https://github.com/szapp/Ninja/releases/download/v4.1.16/Ninja-4.1.16.exe"
    - gd3d11: "https://github.com/kirides/GD3D11/releases/download/v17.9.7/GD3D11-v17.9.7.zip"
  game:
    arch: win32
    exe: $gamesystempath/GothicStarter.exe
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win32
        description: Creating 32-bit Wine prefix
        install_gecko: false
        install_mono: false
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        app: win7
        arch: win32
        description: "winetricks: win7"
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        args: /SP- /SUPRESSMSGBOXES /LOG /SILENT
        description: Installing Gothic II
        executable: setup
        name: wineexec
        prefix: $GAMEDIR
    - task:
        app: "directmusic dotnet48 vcrun2022 dxvk"
        arch: win32
        description: Install wine dependencies. This will take some time.
        name: winetricks
        prefix: $GAMEDIR
    - task:
        arch: win32
        description: Install Report Version
        executable: report_version
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Installing playerkit
        executable: playerkit
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Union patch
        executable: union
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Velaya
        executable: velaya
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Velaya Speech
        executable: velaya_spech
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - task:
        arch: win32
        description: Install Ninja mod
        executable: ninja
        name: wineexec
        prefix: $GAMEDIR
        working_dir: $GAMEDIR
    - extract:
        dst: $GAMEDIR/$gamesystempath
        file: gd3d11
    - write_config:
        data:
          GAME:
            playLogoVideos: 0
            scaleVideos: 1
            subTitles: 1
        description: Updating 'gothic.ini' file
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/Gothic.ini
    - write_config:
        data:
          Display:
            Brightness: 1.0
            Rain: 1
            RainEffects: 1
            TextureQuality: 16384
            UIScale: 1.0
            VSync: 1
          FontRendering:
            Enable: 1
          General:
            AllowNormalmaps: 1
            AnimateStaticVobs: 1
            DrawWorldSectionIntersections: 1
            EnableDebugLog: 0
            EnableGodRays: 1
            EnableInactiveFpsLock: 1
            FpsLimit: 60
            SunLightStrength: 1.5
          HBAO:
            Bias: 0.5
            BlurSharpness: 4.0
            EnableBlur: 1
            Enabled: 0
            PowerExponent: 3.0
            Radius: 1.0
            SsaoBlurRadius: 1
            SsaoStepCount: 0
          SMAA:
            Enabled: 1
            SharpenFactor: 0.2
          Shadows:
            EnableDynamicLighting: 1
            EnableShadows: 1
            EnableSoftShadows: 1
            PointlightShadows: 2
            ShadowAOStrength: 0.5
            ShadowMapSize: 2048
            ShadowStrength: 0.4
            SmoothCameraUpdate: 1
            WorldAOStrength: 0.5
            WorldShadowRangeScale: 8.0
        description: Updating GD3D11 config
        file: $GAMEDIR/drive_c/GOG Games/Gothic 2 Gold/system/GD3D11/UserSettings.ini
  variables:
    gamedatapath: drive_c/GOG Games/Gothic 2 Gold/Data
    gamepath: drive_c/GOG Games/Gothic 2 Gold
    gamesystempath: drive_c/GOG Games/Gothic 2 Gold/system
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: b,n
Last Updated: 04 May 2026 @ 20:54 CE(S)T

Contact

Want to reach out? Here’s how:

Want to contribute or make a correction?

  • Send me a Pull request, there is an edit button to the top right of every page (even this one). You’ll have the fork my repository first.
  • Visit my repository and