WEM: Wine Environment Manager

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

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:

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 = ["x", "-o{{.RunWorkDir}}/", "Morrowind Code Patch-19510-2-4.7z"]
  cmd = "7z"

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

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

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

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