WEM: Wine Environment Manager

Latest release: ...

Mod Organizer 2

Installs Mod Organizer 2 from GitHub via the Windows installer.

Get It

Run the below command to download this env. Please note requirements and recommended args to use below.

wem get modorganizer2 --install-workdir /path/to/the/game/installer

You may also run this in your terminal to see the information from this page:

wem get-view --show-env modorganizer2

Requires

Install these via your system package manager or some other method:

It's recommended to give these CLI arguments in order to fully set up this env:

Tested On

This env has been tested on the following distros:

Related links that you should check:

View Env

Click here to expand/collapse
Date = "2024-08-04"
InstallExe = "{{.InstallWorkDir}}/Mod.Organizer-2.5.2.exe"
InstallExpected = "{{.RunExe}}"
Name = "Mod Organizer 2"
RunExe = "{{.RunWorkDir}}/ModOrganizer.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/Modding/MO2"
WineArch = "win64"
WineExe = "wine"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/Mod.Organizer-2.5.2.exe", "0d1ac5c2952676d4f66970de362ca39cff4b48d9bcf00c62b7b58a9470819081be7cad5eaaf710a772631352c3e8df8c14950d95dd6dab28c80c3cab00ec7e38"]
  icmd = "checkSha512Sum"
  ifexists = "{{.InstallWorkDir}}/Mod.Organizer-2.5.2.exe"

[[InstallPre]]
  args = ["-LO", "https://github.com/ModOrganizer2/modorganizer/releases/download/v2.5.2/Mod.Organizer-2.5.2.exe"]
  cmd = "curl"
  ifnotexists = "{{.InstallWorkDir}}/Mod.Organizer-2.5.2.exe"

Env Source

View this env's source on GitLab. You can also report issues, request changes, or submit an env you've tested on the env repo issue tracker.