WEM: Wine Environment Manager

Latest release: ...

The Elder Scrolls III: Morrowind from GOG.com

Installs The Elder Scrolls III: Morrowind and configures the wine prefix to be ready to run MGE-XE and MWSE.

Get It

Run the below command to download this env. Please note requirements and recommended args to use below.

wem get morrowind-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 morrowind-gog

Authors

Notes

Requires

Install these via your system package manager or some other method:

It's recommended to give these CLI arguments in order to fully set up this env:

Tested On

This env has been tested on the following distros:

Images

Click here to expand/collapse
On a Framework Laptop 13

Related links that you should check:

View Env

Click here to expand/collapse
Date = "2002-05-01"
DxvkVersion = "2.6.1"
Fsync = true
GogSilentInstall = true
InstallExe = "{{.InstallWorkDir}}/setup_tes_morrowind_goty_2.0.0.7.exe"
InstallExpected = "{{.RunExe}}"
Kron4ekType = "staging-tkg-ntsync-amd64-wow64"
Kron4ekVersion = "10.12"
Name = "The Elder Scrolls III: Morrowind GOTY Edition"
RunExe = "{{.RunWorkDir}}/Morrowind.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/game"
WineArch = "win64"
WineDllOverrides = "d3d8=n,b;mwse=n,b;csse=n,b"
WinetricksPath = "winetricks"

[[InstallPost]]
  args = ["d3dcompiler_43", "d3dcompiler_47", "vcrun2010", "d3dx9"]
  cmd = "{{.WinetricksPath}}"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/Morrowind Code Patch-19510-2-4.7z", "9741f121d9b21b9ba4935c793cab9e94785cdae34eb901c2b29f9c571e46cfb6a52db8d4cea3daaac1cbab97fd161699c8e0915a844833beead7aa0d5ac312cf"]
  icmd = "checkSha512Sum"
  ifexists = "{{.InstallWorkDir}}/Morrowind Code Patch-19510-2-4.7z"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/MGE XE Manual Install-41102-0-18-0-1731358584.7z", "74616f62f71e09f8d03341da137a82264cc27da3a148749978671cc63ed17408e2d705d91fdb838a41b656beb374d5afdcff58a6aae6bf45eeda4ef74bb30dc7"]
  icmd = "checkSha512Sum"
  ifexists = "{{.InstallWorkDir}}/MGE XE Manual Install-41102-0-18-0-1731358584.7z"

[[InstallPost]]
  args = ["x", "-o{{.RunWorkDir}}/", "Morrowind Code Patch-19510-2-4.7z"]
  cmd = "7z"
  ifexists = "{{.InstallWorkDir}}/Morrowind Code Patch-19510-2-4.7z"
  ifnotexists = "{{.RunWorkDir}}/Morrowind Code Patch.exe"

[[InstallPost]]
  args = ["x", "-o{{.RunWorkDir}}/", "MGE XE Manual Install-41102-0-18-0-1731358584.7z"]
  cmd = "7z"
  ifexists = "{{.InstallWorkDir}}/MGE XE Manual Install-41102-0-18-0-1731358584.7z"
  ifnotexists = "{{.RunWorkDir}}/MGEXEgui.exe"

[[InstallPost]]
  args = ["{{.RunWorkDir}}/Morrowind Code Patch.exe"]
  cmd = "{{.WineExe}}"
  ifexists = "{{.RunWorkDir}}/Morrowind Code Patch.exe"
  workdir = "{{.RunWorkDir}}"

[[InstallPost]]
  args = ["{{.RunWorkDir}}/MGEXEgui.exe"]
  cmd = "{{.WineExe}}"
  ifexists = "{{.RunWorkDir}}/MGEXEgui.exe"
  workdir = "{{.RunWorkDir}}"

[[InstallPost]]
  args = ["{{.RunWorkDir}}/MWSE-Update.exe"]
  cmd = "{{.WineExe}}"
  ifexists = "{{.RunWorkDir}}/MWSE-Update.exe"
  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.