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
-
This will use the silent GOG installer option, so please note that there will be no output during installation. This will also install the game to
{{.WinePrefix}}/drive_c/game
. -
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:
→ Images
→ 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 = ["{{.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.