The Elder Scrolls IV: Oblivion - Game of the Year Edition Deluxe from GOG.com
Installs The Elder Scrolls IV: Oblivion - Game of the Year Edition Deluxe from GOG.com as well as the Oblivion Script Extender (OBSE).
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get oblivion-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 oblivion-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.
→ Requires
Install these via your system package manager or some other method:
-
curl
-
unzip
→ 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 = "2006-03-20"
DxvkVersion = "2.0"
Fsync = true
InstallExe = "{{.InstallWorkDir}}/setup_oblivion_1.2.0416_cs_(12788).exe"
InstallExpected = "{{.RunExe}}"
Kron4ekType = "staging-tkg-amd64-wow64"
Kron4ekVersion = "9.22"
Name = "The Elder Scrolls IV: Oblivion - Game of the Year Edition Deluxe"
RunExe = "{{.RunWorkDir}}/OblivionLauncher.exe*"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Oblivion"
WineArch = "win64"
WinetricksPath = "winetricks"
[[InstallPost]]
args = ["-LO", "https://obse.silverlock.org/download/obse_0021.zip"]
cmd = "curl"
ifnotexists = "{{.InstallWorkDir}}/obse_0021.zip"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/obse_0021.zip", "dda825317c173f6ccc0f05230cc0fee19cce8950ed43695567121efdb018b8e23d079d1e55d08ff0c1eb33b39c1e7edfa6521930409064fd1427f440892122f3"]
icmd = "checkSha512Sum"
ifexists = "{{.InstallWorkDir}}/obse_0021.zip"
[[InstallPost]]
args = ["obse_0021.zip"]
cmd = "unzip"
ifexists = "{{.InstallWorkDir}}/obse_0021.zip"
ifnotexists = "{{.RunWorkDir}}/obse_1_2_416.dll"
[[InstallPost]]
args = ["-rf", "{{.InstallWorkDir}}/src"]
cmd = "rm"
ifexists = "{{.InstallWorkDir}}/src"
[[InstallPost]]
args = ["-p", "{{.RunWorkDir}}/Data/OBSE"]
cmd = "mkdir"
ifnotexists = "{{.RunWorkDir}}/Data/OBSE"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/Data/OBSE/obse.ini", "{{.RunWorkDir}}/Data/OBSE/"]
cmd = "mv"
ifnotexists = "{{.RunWorkDir}}/Data/OBSE/obse.ini"
[[InstallPost]]
args = ["-rf", "{{.InstallWorkDir}}/Data"]
cmd = "rm"
ifexists = "{{.InstallWorkDir}}/Data"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/obse_1_2_416.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/obse_command_doc.html", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/obse_editor_1_2.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/obse_loader.exe", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/obse_readme.txt", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/obse_steam_loader.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["-v", "{{.InstallWorkDir}}/obse_whatsnew.txt", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["-LO", "https://obse.silverlock.org/download/obse_loader.zip"]
cmd = "curl"
ifnotexists = "{{.InstallWorkDir}}/obse_loader.zip"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/obse_loader.zip", "f0ca9f650ea82e3a5d8e2a5e3ecff00f2488b862bb6ec38d95523b9d24fd3a261f58cbb4f2258fe35cc368d0eea49836404930caeea2920eaa09115214707b9a"]
icmd = "checkSha512Sum"
ifexists = "{{.InstallWorkDir}}/obse_loader.zip"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/obse_loader.zip"]
cmd = "unzip"
[[InstallPost]]
args = ["-fv", "{{.InstallWorkDir}}/obse_loader.exe", "{{.RunWorkDir}}/"]
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.