WEM: Wine Environment Manager

Latest release: ...

Saints Row 2 from GOG.com

Installs Saints Row 2 from GOG.com as well as the Juiced mod which provides many fixes and features.

Get It

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

wem get saintsrow2-gog --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 saintsrow2-gog

Notes

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 = "2009-01-07"
DxvkVersion = "2.6.1"
Fsync = true
InstallExe = "{{.InstallWorkDir}}/setup_saints_row_2_gog-5_(9656).exe"
InstallExpected = "{{.RunExe}}"
Kron4ekType = "staging-tkg-ntsync-amd64-wow64"
Kron4ekVersion = "10.12"
Name = "Saints Row 2"
RunExe = "{{.RunWorkDir}}/SR2_pc.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Saints Row 2"
WineArch = "win64"
WinetricksPath = "winetricks"

[[InstallPost]]
  args = ["xact"]
  cmd = "{{.WinetricksPath}}"

[[InstallPost]]
  args = ["-L", "-o", "SR2_JUICED_7.8.5.zip", "https://github.com/kobraworksmodding/Saints-Row-2-Juiced-Patch/releases/download/v7.8.5/SR2_JUICED.zip"]
  cmd = "curl"
  ifnotexists = "{{.InstallWorkDir}}/SR2_JUICED_7.8.5.zip"

[[InstallPost]]
  args = ["SR2_JUICED_7.8.5.zip"]
  cmd = "unzip"
  ifexists = "{{.InstallWorkDir}}/SR2_JUICED_7.8.5.zip"
  ifnotexists = "{{.RunWorkDir}}/juiced.ini"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/SR2_JUICED_V7.8.5", "{{.RunWorkDir}}"]
  icmd = "moveDirContents"
  ifnotexists = "{{.RunWorkDir}}/juiced.ini"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/SR2_JUICED_V7.8.5"]
  cmd = "rmdir"
  ifexists = "{{.InstallWorkDir}}/SR2_JUICED_V7.8.5"

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.