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
- This will use the silent GOG installer option, so please note that there will be no output during installation.
-
Download Morrowind Code Patch (
Morrowind Code Patch-19510-2-4.7z
, see here) and put it into the same directory as the the installation media. -
Download MGE XE (
MGE XE Manual Install-41102-0-18-0-1731358584.7z
, see here) and put it into the same directory as the the installation media. -
The
InstallPost
commands include interactive dialogue boxes, so be on the lookout for those to pop up. -
If you're having issues running Morrowind.exe with MGE XE, try to use the
VirtualDesktop
setting. -
SandboxPrivateCwd
causes problems, but the rest of the sandbox options should work. Note thatMWSE-Update.exe
requires an internet connection in order to function. -
If following command will run the Construction Set (if you want to make mods):
wem run morrowind --exec "{{.RunWorkDir}}/TES Construction Set.exe"
- If you choose to use OpenMW: you won't need Morrowind Code Patch, MGE XE, or MWSE.
→ Requires
Install these via your system package manager or some other method:
-
7z
-
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:
- GOG.com store page
- Morrowind Code Patch Nexus Mods page
- MGE XE Nexus Mods page
- MWSE documentation
- OpenMW download page
→ 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.