Skip to content

fanuch/modorganizer2-linux-installer

 
 

Repository files navigation

Introduction

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.

Installing Mod Organizer 2

Requirements

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

Installation steps

  1. Install the game you want to play on Steam;
  2. Download the the latest stable release here;
  3. Extract the downloaded file;
  4. Open the extracted folder in a terminal and execute ./install.sh;
  5. The installer will start and guide you through the rest of the process;
  6. Run the game on Steam and Mod Organizer 2 should start;
  7. 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.

Flatpak Steam Users

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:

  1. (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/
  1. 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/

Features

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.

Updating Mod Organizer 2

It is highly recommended to backup your existing installation before updating.

From 4.0.0 and above

You can update by simply following the install instructions again.

From 3.1.0 and below

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.

From 2.8.6 and below (old Lutris installer)

  1. Go to where Mod Organizer was installed and rename the folder "ModOrganizer2" to "modorganizer2" (all lowercase);
  2. Follow the install instructions in this readme;
  3. If you have multiple instances installed, you'll need to update all of them for Nexus integration to work;

Installing Vortex

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.

Notes

  • 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

About

An easy-to-use Mod Organizer 2 installer for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.7%
  • C 11.4%
  • Perl 2.7%
  • Makefile 1.2%