XIII from GOG.com
Installs XIII from GOG.com as well as the Unofficial Patch 1.4.2.1 which provides many fixes and features.
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get xiii-gog --install-workdir /path/to/the/game/installer
→ Notes
-
It is not recommended to skip the
InstallPost
commands, the mods they install vastly improves playability and stability. - Do not attempt to change the display settings in-game or you will have to re-apply the unofficial patch.
→ Requires
Install these via your system package manager or some other method:
-
curl
-
wine
→ Recommended
It's recommended to give these CLI arguments in order to fully set up this env:
-
--install-workdir /path/to/the/game/installer
→ Tested On
This env has been tested on the following distros:
→ Links
Related links that you should check:
→ View Env
Click here to expand/collapse
Date = "2003-11-18"
InstallExe = "{{.InstallWorkDir}}/setup_xiii_1.0_update_(32942).exe"
InstallExpected = "{{.RunExe}}"
Name = "XIII"
RunExe = "{{.RunWorkDir}}/system/XIII.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/XIII"
WineArch = "win32"
WineExe = "wine"
[[InstallPost]]
args = ["-sL", "-o", "Classic_XIII___Patch_by_Arthur_v1.4.2.1_2019-09-04.exe", "https://xiii.opaquit.com/downloads-2020/Classic_XIII___Patch_by_Arthur_v1.4.2.1_2019-09-04.exe"]
cmd = "curl"
[[InstallPost]]
args = ["Classic_XIII___Patch_by_Arthur_v1.4.2.1_2019-09-04.exe"]
cmd = "{{.WineExe}}"
→ Env Source
View this env's source on GitLab. You can also report issues, request changes, or submit an env you've tested on the env repo issue tracker.