Installation Instructions

From OpenMW Wiki
Revision as of 12:37, 15 January 2014 by Bwrsandman (talk | contribs) (Add arch linux)
Jump to navigation Jump to search

Install Original Game

To use OpenMW you need a base ESM file. Currently Morrowind.esm is the only one available; see http://openmw.org/faq/, section "Do I need Morrowind?"

Note: you do not have to use Wine to install Morrowind data files on Linux. See this article for details.

Install OpenMW

The (easier) Binary Way

The (bleeding edge) Source Way

See Development Environment Setup for detailed instructions.

After building the engine:

  • Launch "omwlauncher"
  • Play!

The Debian (and Ubuntu) Way

Repositories are available for several Linux distros, including Debian Wheezy and all recent (12.04+) Ubuntu versions. If you are using one of these distros, you can add OpenMW to your sources and install it via your regular package manager.

Add OpenMW to your sources and install (Debian)

Become root with su - or sudo -i, depending on your preference. These instructions use aptitude for package management, but replace it with apt-get if that is what you normally use.

# echo -e "deb http://people.debian.org/~showard/debian/ openmw-wheezy main contrib non-free\ndeb-src http://people.debian.org/~showard/debian/ openmw-wheezy main contrib non-free" > /etc/apt/sources.list.d/openmw.list
# aptitude update
# aptitude install openmw

Add OpenMW to your sources and install (Ubuntu)

$ sudo add-apt-repository ppa:openmw/openmw
$ sudo apt-get update
$ sudo apt-get install openmw

The Arch Linux Way

The binary package is available in the official [community] Repositories.

To install simply run the following as root (or in sudo):

# pacman -S openmw

Running OpenMW

After the installation is complete, run "omwlauncher". You will get an error message stating "Error detecting Morrowind installation". Do not be alarmed, this is perfectly normal. Press the "Browse..." button and navigate to the directory containing the file "Morrowind.esm" and select it. For example, if you have Morrowind installed in Wine via Steam, this file will be located in "~/.wine/drive_c/Program Files/Steam/SteamApps/common/Morrowind/Data Files/".

You will be asked if you wish to import settings from Morrowind.ini. Select "Import", otherwise OpenMW will not work. You do not need to check the box "Include selected masters and plugins". The OpenMW launcher window should now open. Switch to the "Data Files" tab and check the box to the left of "Morrowind.esm". You are now ready to play!