You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development is focused on Gothic 2 and new features are not tested for compatibility with Gothic 1. While Gothic 1 is not officially supported, pull requests that fix Gothic 1 — and general — bugs are welcome.
2. Download OpenGothic and extract it into a folder of your choice. Available options are:
39
39
* A [Pre-Release](https://github.com/Try/opengothic/releases/latest) (recommended)
40
-
* Alternatively a recent test build from [CI](https://ci.appveyor.com/project/Try/opengothic/history?branch=master)
40
+
* Alternatively a recent test build from [CI](https://github.com/Try/OpenGothic/actions?query=build.yml?query=branch%3Amaster)
41
41
3. Run `Gothic2Notr.exe`.
42
42
43
43
If nothing happens, check `log.txt` and look for the line `invalid gothic path`. In this case OpenGothic fails to find your Gothic installation and you have to explicitly specify its location via `-g` parameter. Either you create a shortcut to `Gothic2Notr.exe` and change the target line in Properties to e.g.
@@ -51,7 +51,7 @@ Supported systems are:
51
51
2. Install OpenGothic using one of these options:
52
52
***Debian/Ubuntu**: Download the `.deb` package from [Releases](https://github.com/Try/opengothic/releases/latest) and install with `sudo dpkg -i opengothic_*.deb`
53
53
***Arch**: Install from [AUR](https://aur.archlinux.org/packages/opengothic)
54
-
***Other distros**: Download the portable build from [CI](https://ci.appveyor.com/project/Try/opengothic/history?branch=master) or build manually
54
+
***Other distros**: Download the portable build from [CI](https://github.com/Try/OpenGothic/actions?query=build.yml?query=branch%3Amaster) or build manually
55
55
56
56
3. Run `Gothic2Notr -g "~/PlayOnLinux's virtual drives/Gothic2_gog/drive_c/Gothic II"` (example path, use the path to your Gothic 2 installation instead)
57
57
@@ -64,7 +64,7 @@ Supported systems are:
64
64
### MacOS
65
65
1. If not already done, install Gothic 2. Instructions on how to obtain the game files can be found [here](https://macsourceports.com/faq#getgamedata). OpenGothic comes with automatic path detection if your Gothic files are in `"~/Library/Application Support/OpenGothic"`.
66
66
2. Download a build from [Mac Source Ports](https://macsourceports.com/game/gothic2) and follow the installation instructions given there.
67
-
Alternatively, recent test builds are available from [CI](https://ci.appveyor.com/project/Try/opengothic/history?branch=master) and can be extracted into a folder of your choice. You can compile a fresh build as well.
67
+
Alternatively, recent test builds are available from [CI](https://github.com/Try/OpenGothic/actions?query=build.yml?query=branch%3Amaster) and can be extracted into a folder of your choice. You can compile a fresh build as well.
68
68
3. Run `Gothic2Notr.sh`
69
69
70
70
If OpenGothic fails to find your Gothic 2 files, you have to explicitly specify its location via `-g` parameter.
0 commit comments