Here you can find various scripts and other Linux-related notes.
Currently includes:
- Mod Organizer 2
Mod Organizer 2 (MO2) does not have official Linux support. To run it on Linux, you need a compatibility layer like WINE or Proton. Proton is generally recommended, especially for its integration with Steam games. These instructions assume you are using Proton (specifically tested with Proton Experimental and Proton-GE Custom, but other versions may work).
- Download the latest portable MO2 release and extract it.
- Add
ModOrganizer.exeas a "Non-Steam Game." - Enable Proton compatibility for MO2.
- Launch MO2 once to create its prefix, then install Microsoft Visual C++ Redistributable 14.40.33810.0 into the MO2 prefix using
protontricks. - Copy
nxmhandler.desktopto~/.local/share/applications/. - Copy
nxmhandler.shto your MO2 folder and mark it as executable. - Update the path and the AppID in
nxmhandler.shaccordingly. - Run
update-mime-database ~/.local/share/mimeto register the NXM Handler.
- Default Path/AppID: The default path and AppID are
~/Programs/MO2and2194124069, respectively. - Finding the AppID: You can easily find the AppID by running
protontricks. - Game Detection Issues: If MO2 fails to detect games during the instance setup, create a symbolic link to the game folder in an accessible location. Example:
ln -s "$HOME/.steam/steam/steamapps/common/Skyrim Special Edition/" "$HOME/Games". - Font Rendering: If fonts render incorrectly, make sure to enable font smoothing. Use
protontricks, navigate to your MO2 prefix, change settings, and choosefontsmooth=rgb. - FOMOD Crashing: Some FOMOD installers require
PROTON_HEAP_DELAY_FREEto be added to the launch options. Example:PROTON_HEAP_DELAY_FREE=1 %command%.
- LOOT: When run via Proton, LOOT may incorrectly sort the load order. A functional workaround is to run LOOT inside a Windows virtual machine. To do this, mount the game and MO2 directories within the VM and point the Windows installation of LOOT to the appropriate MO2 profile's load order file.
- Pandora: This tool requires the .NET 8 Desktop Runtime installed in your MO2 prefix.
- Embers XD: MO2 crashes during the FOMOD installer. See FOMOD Crashing section for the solution.