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
-
It is not recommended to skip the
InstallPost
commands, the mod they install vastly improves playability and stability. -
The
juiced.ini
file can be found in the game install directory, you may edit that to tweak various Juiced mod settings.
→ Requires
Install these via your system package manager or some other method:
-
curl
-
unzip
-
winetricks
→ Recommended
It's recommended to give these CLI arguments in order to fully set up this env:
-
--install-workdir /path/to/the/game/installer
→ Tested On
This env has been tested on the following distros:
→ Links
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.