Installing OpenMW in Linux

Install OpenMW and Morrowind on Linux in 2024

A few years ago I did a guide on how to install OpenMW for Morrowind. I was testing the process recently and it seems that PlayOnLinux is unreliable and wouldn’t work for my Linux Mint system. So instead I tried using Steam’s new Proton comparability layer to install it. It comes built into Linux’s Steam as standard and requires little extra steps.

What is OpenMW?

OpenMW is a launcher that wraps itself around your Morrowind executable. By doing this, OpenMW allows the player to play the game on Windows, macOS, and Linux. This is a great boon for players on other OS’s and could potentially be allowed to run on other OSes.

According to the OpenMW website there are a number of benefits to using this application:

  • Native support for macOS, Linux, and Windows
  • Improved physics and AI
  • Distant terrain
  • Save/Load dialogs organized by character
  • Quality of life UI improvements, such as being able to search for spells
  • Multiple quicksaves
  • World map adjusts automatically to fit new landmass from mods such as Tamriel Rebuilt
  • Support for up to 2147483646 loaded mods (up from 255 in the original Morrowind engine)
  • Since it was made from scratch, virtually no engine bugs from the original Morrowind
  • And much more

There is really no reason not to use it. Especially with the better handling of save files which only shows save files per character. The search function also is available in your inventory tab.

Step One

Install Steam, either by going to the www.steampowered.com website or use your Linix distributions package manager.

Step Two

Steam settings - openMW

Once logged in click on Steam in the top left of the screen and click settings.

Step Three

Steam OpenMW

Select the compatibility section, and check the two options on the right.

Step Four

Steam install Morrowind

Find Morrowind in your library and click Install. A drive dialog will appear, select the one you want to use and click Install.

Step Five

Morrowind Launcher

Once Installed, click Play. The Morrowind launcher will appear. Click Play. This will create files that we need to install OpenMW.

Step Six

Exit Morrowind

Once your at the main menu, click Exit

Step Seven

Open a terminal.

Input the following: (For Ubuntu)

sudo apt-get update
sudo apt-get install openmw

It will ask you if you are happy to install the package input y and press enter it will install dependencies and OpenMW.

Step Eight

OpenMW Launcher

Press the super key to bring up the application menu. Search for OpenMW and open it

Step Nine

OpenMW Installation

Click Run Installation Wizard on the dialog box that appears.

Step Ten

OpenMW Wizard

Click through the setup it will ask how you want to install Morrowind, click Existing Installation and click Next

Step Eleven

OpenMW Select Existing Installations

It will try to detect existing installations if it doesn’t work click browse and find your Morrowind directory. Mine was located in / home / user / .local / share / steam / steamapps / common / Morrowind / Data Files

If you can’t open the .local directory, you will need to create a symbolic link using the ln command in the terminal. Check out this article to find out how: https://www.freecodecamp.org/news/linux-ln-how-to-create-a-symbolic-link-in-linux-example-bash-command/

Step Twelve

OpenMW launcher

Finish the setup and try open OpenMW again. If it asks you to start the installation again click Skip. You should then see the OpenMW launcher. Click launch and it should work.

Playing OpenMW

OpenMW

The game runs buttery smooth on my Linux Mint with no graphics card. Not only that but there are tons of mods that can be added to the game. Even more than the standard version which had a limited amount of mods. Check out the settings in game and there are even more ways to modify the game.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top