The Elder Scrolls V: Skyrim Anniversary Edition from GOG.com
Installs The Elder Scrolls V: Skyrim Anniversary Edition from GOG.com as well as the Skyrim Script Extender (SKSE).
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get skyrim-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:
-
7z
-
curl
-
winetricks
→ 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 = "2011-11-11"
DxvkVersion = "2.0"
Fsync = true
InstallExe = "{{.InstallWorkDir}}/setup_the_elder_scrolls_v_skyrim_special_edition_0.1.3905696_(64bit)_(70738).exe"
InstallExpected = "{{.RunExe}}"
Kron4ekType = "staging-tkg-amd64-wow64"
Kron4ekVersion = "9.22"
Name = "The Elder Scrolls V: Skyrim Anniversary Edition"
RunExe = "{{.RunWorkDir}}/SkyrimSE.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Skyrim Anniversary Edition"
WineArch = "win64"
WinetricksPath = "winetricks"
[[InstallPost]]
args = ["faudio vcrun2019"]
cmd = "{{.WinetricksPath}}"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/setup_the_elder_scrolls_v_skyrim_anniversary_upgrade_0.1.3905696_(64bit)_(70738).exe"]
cmd = "{{.WineExe}}"
[[InstallPost]]
args = ["-sL", "-o", "skse64_2_02_06_gog.7z", "https://skse.silverlock.org/beta/skse64_2_02_06_gog.7z"]
cmd = "curl"
[[InstallPost]]
args = ["x", "skse64_2_02_06_gog.7z"]
cmd = "7z"
[[InstallPost]]
args = ["skse64_2_02_06_gog/Data/Scripts", "{{.RunWorkDir}}/Data/"]
cmd = "mv"
[[InstallPost]]
args = ["skse64_2_02_06_gog/skse64_1_6_1179.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["skse64_2_02_06_gog/skse64_loader.exe", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["skse64_2_02_06_gog/skse64_readme.txt", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["skse64_2_02_06_gog/skse64_whatsnew.txt", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["-rf", "skse64_2_02_06_gog"]
cmd = "rm"
→ 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.