Deus Ex GOTY Edition from GOG.com
Installs Deus Ex GOTY Edition from GOG.com as well as Kentie's launcher and executable.
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get deusex-gog --install-workdir /path/to/the/game/installer
→ Notes
-
It is not recommended to skip the
InstallPost
commands, the mod they install makes the game more moddable and is required by some mods.
→ Requires
Install these via your system package manager or some other method:
-
curl
-
unzip
-
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 = "2000-06-23"
InstallExe = "{{.InstallWorkDir}}/setup_deus_ex_goty_1.112fm(revision_1.6.3.0)_(51757).exe"
InstallExpected = "{{.RunExe}}"
Name = "Deus Ex GOTY Edition"
RunExe = "{{.RunWorkDir}}/System/DeusEx.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Deus Ex GOTY"
WineArch = "win32"
WineExe = "wine"
[[InstallPost]]
args = ["-sL", "-o", "DeusExe-v8.1.zip", "https://kentie.net/article/dxguide/files/DeusExe-v8.1.zip"]
cmd = "curl"
[[InstallPost]]
args = ["-qq", "DeusExe-v8.1.zip"]
cmd = "unzip"
[[InstallPost]]
args = ["{{.RunWorkDir}}/System/DeusEx.exe", "{{.RunWorkDir}}/System/DeusEx.exe.old"]
cmd = "mv"
[[InstallPost]]
args = ["deusex.exe", "{{.RunWorkDir}}/System/DeusEx.exe"]
cmd = "mv"
[[InstallPost]]
args = ["DeusExe.u", "{{.RunWorkDir}}/System/"]
cmd = "mv"
→ 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.