This project aims to make modding and playing Bethesda games on Linux as easy as possible. It does that by providing installers which automatically setup a working experience for the user.
While these installers may be available on Lutris.net, users are always recommended to use the latest stable release from this repository. The testers and maintainers of this project have little control over the content on Lutris and cannot assure that the installers available there are up to date nor that they haven't been incorrectly modified.
You may need to manually install the following programs:
- 7z
- Should be readily available in your distribution's package manager
- protontricks
- Steam Deck users: Protontricks must be installed through the Discover app.
- Other distributions: carefully read through the available install methods to ensure you're using an up-to-date version of the program.
The following requirements should be available out-of-the-box in most systems:
- bash
- either curl or wget
- zenity
- protontricks-launcher: should be available after installing
protontricks
already, if not see this
- Install the game you want to play on Steam;
- Download the the latest stable release here;
- Extract the downloaded file;
- Open the extracted folder in a terminal and execute
./install.sh
; - The installer will start and guide you through the rest of the process;
- Run the game on Steam and Mod Organizer 2 should start;
- Read the post-install instructions for recommended additional steps;
The installer will automatically configure game-specific workarounds and install the script extender for your game of choice. Java binaries are also made available at C:\java
for running Proc Patchers.
Avoid using ENBoost with Skyrim: DXVK and Wine have their own better working memory patches, both properly enabled with this installer.
Note, the usual install dirtectory of /home/[USER]/Games/
will not be available to Flatpak Steam by default as per issue #538.
You have two options:
- (Easiest) When prompted for an installation directory, install at the default Flatpak Steam directory, or whichever directory games are installed with:
/home/[USER]/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/
- Grant Flatpak Steam access to the directory. This can be done through
Flatseal
or the terminal with:
flatpak override com.valvesoftware.Steam --filesystem=/home/[USER]/Games/
The following is a small overview of the current state of each supported game:
GAME | GAMEPLAY | SCRIPT EXTENDER | ENB |
---|---|---|---|
Fallout 3 | working | working | not tested |
Fallout 4 | working | some plugins might not work | ENB v0.393 or older, disabling "EnablePostPassShader" might be necessary |
Fallout New Vegas | fullscreen only | working | working |
Morrowind | not tested | not tested | not tested |
Oblivion | working | some plugins might require manual setup | not tested |
Skyrim | working | working | working |
Skyrim Special Edition | working | working | not tested |
For known bugs and necessary workarounds, please refer to the issues page
Please, help to keep this table up to date by opening issues on any successes or problems you have experienced.
It is highly recommended to backup your existing installation before updating.
You can update by simply following the install instructions again.
You can update by simply following the install instructions again.
If you have multiple instances installed, you'll need to update all of them for Nexus integration to work.
- Go to where Mod Organizer was installed and rename the folder "ModOrganizer2" to "modorganizer2" (all lowercase);
- Follow the install instructions in this readme;
- If you have multiple instances installed, you'll need to update all of them for Nexus integration to work;
The Vortex installer was created before Wine had builtin support for Mod Organizer 2. It should only be used for games which Mod Organizer 2 does not support.
The Vortex installer does not apply any configurations to the games themselves. Make sure they are working, using Lutris or another method, before modding. GAMES SHOULD NOT BE LAUNCHED FROM WITHIN VORTEX.
The Vortex installer is not under active development/maintenance at the moment.
To install Vortex, you first need the vortex.yml
installer from the latest release which included it.
You can use the installer with the following terminal command, remember to change the path if the file was downloaded to another location:
lutris -i "$HOME/Downloads/vortex.yml"
Remember to follow all instructions during installation, some manual steps are required for Vortex to work properly.
After installing Vortex and following all instructions, manually add the game you want to mod.
- The old Skyrim Special Edition and SKSE64 installers have been deprecated as the Mod Organizer 2 installer replaces both
- Advanced instructions for using Vortex can be found on older versions of this README. They were removed since they are only applicable to games supported by the Mod Organizer 2 installer