ArtS - Games

Table of Contents

Home Knowledge Base Gaming

Diablo II

Morrowind

Installing MGE XE

reddit: Morrowind + MGE XE Mod (Wine Or Proton)

  1. Install Morrowind
  2. Get the Wine/Proton prefix directory

    If you installed Morrowind using the Steam client

    /home/USERNAME/.steam/steam/steamapps/compatdata/22320/pfx/
    

    If you installed Morrowind using something like PlayOnLinux

    /home/USERNAME/PlayOnLinux's virtual drives/Morrowind/
    
  3. Launch the terminal and enter the following commands

    WINEPREFIX="/path/to/wine/prefix" winecfg
    
  4. Go to the Libraries tab
  5. Add the dinput.dll and d3d8.dll and set the added DLLs to “native, builtin”
  6. Click Apply and then click OK
  7. Install Winetricks
  8. Launch the terminal and enter the following commands

    WINEPREFIX="/path/to/wine/prefix" winetricks d3dcompiler_43
    WINEPREFIX="/path/to/wine/prefix" winetricks d3dcompiler_47
    WINEPREFIX="/path/to/wine/prefix" winetricks d3dx9_43
    
  9. Install MGE XE mod

    env WINEPREFIX="/PATH/TO/WINE/PREFIX" wine "C:\windows\command\start.exe" /Unix "/PATH/TO/MGE.exe"
    

Author: Artem Smaznov

Created: 2022-01-07 Fri 18:08