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
→ 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.10"
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 = ["-sL", "-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"
[[InstallPost]]
args = ["-qq", "SR2_JUICED_7.8.5.zip"]
cmd = "unzip"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/DFEngine.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/Juiced", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/JuicedSteamXDel.bat", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/Mods", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/README.txt", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/Reloaded Patch.pdb", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/discord_game_sdk.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/juiced.ini", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/loose.txt", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5/patches", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["SR2_JUICED_V7.8.5"]
cmd = "rmdir"
→ 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.