Arcanum: Of Steamworks and Magick Obscura from GOG.com
Installs Arcanum: Of Steamworks and Magick Obscura from GOG.com as well as the Unofficial Arcanum Patch (if it's present).
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get arcanum-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 arcanum-gog
→ Authors
→ Notes
-
This will use the silent GOG installer option, so please note that there will be no output during installation. This will also install the game to
{{.WinePrefix}}/drive_c/game
. -
Download the Unofficial Arcanum Patch from this URL (the actual download is hosted on MEGA) and place it into
InstallWorkDir
-
SandboxPrivateCwd
causes problems, but the rest of the sandbox options should work.
→ Requires
Install these via your system package manager or some other method:
-
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 = "2001-08-22"
GogSilentInstall = true
InstallExe = "{{.InstallWorkDir}}/setup_arcanum_-_of_steamworks_and_magick_obscura_1.0.7.4_ddrawfix_(77721).exe"
InstallExpected = "{{.RunExe}}"
Name = "Arcanum: Of Steamworks and Magick Obscura"
RunExe = "{{.RunWorkDir}}/Arcanum.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/game"
WineArch = "win32"
WineExe = "wine"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/UAP2.0.2.exe", "2b2075d33aa6c0e115480bc85e5df39d3dbc914ce10f8abb88a5a7193f363a21f91ba99da923b5f87f5f1f42e70586a4283663159ec0ce7367eac46825148aeb"]
icmd = "checkSha512Sum"
ifexists = "{{.InstallWorkDir}}/UAP2.0.2.exe"
ifnotexists = "{{.RunWorkDir}}/modules/BuriedSecrets.dat"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/UAP2.0.2.exe"]
cmd = "{{.WineExe}}"
ifexists = "{{.InstallWorkDir}}/UAP2.0.2.exe"
ifnotexists = "{{.RunWorkDir}}/modules/BuriedSecrets.dat"
workdir = "{{.RunWorkDir}}"
→ 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.