Deus Ex GOTY Edition from GOG.com
Installs Deus Ex GOTY Edition from GOG.com as well as Kentie's launcher and the improved OpenGL renderer. Optionally installs the DirectX 11 renderer, Deus Ex: Transcended, and/or Give Me Deus Ex Augmented Edition.
→ 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
You may also run this in your terminal to see the information from this page:
wem get-view --show-env deusex-gog
→ 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. -
If you want to use the <"https://www.moddb.com/mods/unreal-directx11-renderer-for-ut-ug-rune-and-dx">DirectX 11 renderer, download the ZIP archive and put it into
{{.InstallWorkDir}}
. -
If you want to use the Give Me Deus Ex Augmented Edition mod, download the installer and put it into
{{.InstallWorkDir}}
. Be sure to change yourRunExe
to{{.RunWorkDir}}/GMDX_AE.cmd
. -
If you want to use the Deus Ex: Transcended mod, download the installer and put it into
{{.InstallWorkDir}}
. Run the game withwem run deusex --exec "../Mods/Transcended/System/DeusExTranscended.exe"
.
→ 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:
- GOG.com store page
- Kentie's Deus Exe launcher and mod manager
- Unreal DirectX 11 Renderer ModDB page
- Deus Ex: Transcended ModDB page
- Give Me Deus Ex Augmented Edition Nexus Mods page
→ 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}}/DeusEx.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Deus Ex GOTY/System"
WineArch = "win32"
WineExe = "wine"
[[InstallPost]]
args = ["-LO", "https://kentie.net/article/dxguide/files/DeusExe-v8.1.zip"]
cmd = "curl"
ifnotexists = "{{.InstallWorkDir}}/DeusExe-v8.1.zip"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/DeusExe-v8.1.zip", "e1018461f62560df0fbf425182505a426b5ee045ce956cc169295b0ff4ea80abe50facc8d7307f095d9d22b24b1a912eb59955153517c12619c24595e3ff4549"]
icmd = "checkSha512Sum"
ifexists = "{{.InstallWorkDir}}/DeusExe-v8.1.zip"
[[InstallPost]]
args = ["DeusExe-v8.1.zip"]
cmd = "unzip"
ifexists = "{{.InstallWorkDir}}/DeusExe-v8.1.zip"
ifnotexists = "{{.RunWorkDir}}/DeusExe.u"
[[InstallPost]]
args = ["-v", "{{.RunWorkDir}}/DeusEx.exe", "{{.RunWorkDir}}/DeusEx.exe.old"]
cmd = "mv"
ifexists = "{{.RunWorkDir}}/DeusEx.exe"
ifnotexists = "{{.RunWorkDir}}/DeusEx.exe.old"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/deusex.exe", "{{.RunWorkDir}}/DeusEx.exe"]
cmd = "mv"
ifexists = "{{.InstallWorkDir}}/deusex.exe"
ifnotexists = "{{.RunWorkDir}}/DeusEx.exe"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/DeusExe.u", "{{.RunWorkDir}}/"]
cmd = "mv"
ifexists = "{{.InstallWorkDir}}/DeusExe.u"
ifnotexists = "{{.RunWorkDir}}/DeusExe.u"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/Give Me Deus Ex - Full-85-1-01-1749628643.exe", "775f9991493697c5b873e1117243b47ee7407b8f6925bba80ec844466fb18e83898e660f41c214781bafcdd5f1c85b9f002d922fcbd2fd81372b22992cec7c80"]
icmd = "checkSha512Sum"
ifexists = "{{.InstallWorkDir}}/Give Me Deus Ex - Full-85-1-01-1749628643.exe"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/Give Me Deus Ex - Full-85-1-01-1749628643.exe"]
cmd = "{{.WineExe}}"
ifexists = "{{.InstallWorkDir}}/Give Me Deus Ex - Full-85-1-01-1749628643.exe"
→ 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.