Skip to content

FrostI7Alex/quickies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Quickies

Overview

Here you can find various scripts and other Linux-related notes.

Currently includes:

  • Mod Organizer 2

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).

Setup

  1. Download the latest portable MO2 release and extract it.
  2. Add ModOrganizer.exe as a "Non-Steam Game."
  3. Enable Proton compatibility for MO2.
  4. Launch MO2 once to create its prefix, then install Microsoft Visual C++ Redistributable 14.40.33810.0 into the MO2 prefix using protontricks.
  5. Copy nxmhandler.desktop to ~/.local/share/applications/.
  6. Copy nxmhandler.sh to your MO2 folder and mark it as executable.
  7. Update the path and the AppID in nxmhandler.sh accordingly.
  8. Run update-mime-database ~/.local/share/mime to register the NXM Handler.

Notes & Troubleshooting

  • Default Path/AppID: The default path and AppID are ~/Programs/MO2 and 2194124069, 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 choose fontsmooth=rgb.
  • FOMOD Crashing: Some FOMOD installers require PROTON_HEAP_DELAY_FREE to be added to the launch options. Example: PROTON_HEAP_DELAY_FREE=1 %command%.

Modding-Specific Notes

  • 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.

About

A collection of scripts for Linux (Mod Organizer 2)

Topics

Resources

Stars

Watchers

Forks

Languages