Turnip Boy Robs a Bank
Installs Turnip Boy Robs a Bank from GOG.com.
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get turnipboybank --install-workdir /path/to/the/game/installer
→ Notes
-
It is not recommended to skip the
InstallPost
commands, the registry keys they add enable controller functionality.
→ Requires
Install these via your system package manager or some other method:
-
wine
→ 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 = "2024-01-18"
InstallExe = "{{.InstallWorkDir}}/setup_turnip_boy_robs_a_bank_1.0.5r2_(64bit)_(73026).exe"
InstallExpected = "{{.RunExe}}"
Name = "Turnip Boy Robs a Bank"
RunExe = "{{.RunWorkDir}}/Turnip Boy Robs a Bank.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Turnip Boy Robs a Bank"
WineArch = "win64"
WineExe = "wine"
[[InstallPost]]
args = ["reg", "add", "HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\winebus", "/v", "DisableHidraw", "/t", "REG_DWORD", "/d", "1"]
cmd = "{{.WineExe}}"
[[InstallPost]]
args = ["reg", "add", "HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\winebus", "/v", "Enable SDL", "/t", "REG_DWORD", "/d", "1"]
cmd = "{{.WineExe}}"
→ 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.