WEM: Wine Environment Manager

Latest release: ...

Fallout 4: Game of the Year Edition from GOG.com

Installs Fallout 4: Game of the Year Edition from GOG.com as well as DLC and the Fallout 4 Script Extender (F4SE).

Get It

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

wem get fallout4-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 fallout4-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 = "2015-11-10"
DxvkVersion = "2.0"
Fsync = true
InstallExe = "{{.InstallWorkDir}}/setup_fallout_4_game_of_the_year_edition_1.10.163.0_(64bit)_(66700).exe"
InstallExpected = "{{.RunExe}}"
Kron4ekType = "staging-tkg-amd64-wow64"
Kron4ekVersion = "9.22"
Name = "Fallout 4: Game of the Year Edition"
RunExe = "{{.RunWorkDir}}/Fallout4.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Fallout 4 GOTY"
WineArch = "win64"
WinetricksPath = "winetricks"

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

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/setup_fallout_4_-_high_resolution_texture_pack_1.10.163.0_(64bit)_(66700).exe"]
  cmd = "{{.WineExe}}"

[[InstallPost]]
  args = ["-LO", "https://f4se.silverlock.org/beta/f4se_0_06_23.7z"]
  cmd = "curl"
  ifnotexists = "{{.InstallWorkDir}}/f4se_0_06_23.7z"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/f4se_0_06_23.7z", "a35460b3ede4e626d6e93e70f84c455cac802550cfbedb5a520f569f7d147c8eb4ce2f4402a8b88e31591e076d09cee0869d44ee28fb96ffd2836f95af6e8bf4"]
  icmd = "checkSha512Sum"
  ifexists = "{{.InstallWorkDir}}/f4se_0_06_23.7z"

[[InstallPost]]
  args = ["x", "{{.InstallWorkDir}}/f4se_0_06_23.7z"]
  cmd = "7z"
  ifexists = "{{.InstallWorkDir}}/f4se_0_06_23.7z"
  ifnotexists = "{{.RunWorkDir}}/f4se_loader.exe"

[[InstallPost]]
  args = ["-v", "{{.InstallWorkDir}}/f4se_0_06_23/Data/Scripts", "{{.RunWorkDir}}/Data/"]
  cmd = "mv"

[[InstallPost]]
  args = ["-v", "{{.InstallWorkDir}}/f4se_0_06_23/CustomControlMap.txt", "{{.RunWorkDir}}/"]
  cmd = "mv"

[[InstallPost]]
  args = ["-v", "{{.InstallWorkDir}}/f4se_0_06_23/f4se_1_10_163.dll", "{{.RunWorkDir}}/"]
  cmd = "mv"

[[InstallPost]]
  args = ["-v", "{{.InstallWorkDir}}/f4se_0_06_23/f4se_loader.exe", "{{.RunWorkDir}}/"]
  cmd = "mv"

[[InstallPost]]
  args = ["-v", "{{.InstallWorkDir}}/f4se_0_06_23/f4se_readme.txt", "{{.RunWorkDir}}/"]
  cmd = "mv"

[[InstallPost]]
  args = ["-v", "{{.InstallWorkDir}}/f4se_0_06_23/f4se_steam_loader.dll", "{{.RunWorkDir}}/"]
  cmd = "mv"

[[InstallPost]]
  args = ["-v", "{{.InstallWorkDir}}/f4se_0_06_23/f4se_whatsnew.txt", "{{.RunWorkDir}}/"]
  cmd = "mv"

[[InstallPost]]
  args = ["-rf", "{{.InstallWorkDir}}/f4se_0_06_23"]
  cmd = "rm"
  ifexists = "{{.InstallWorkDir}}/f4se_0_06_23"

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.