WEM: Wine Environment Manager

Latest release: ...

Fallout 3 GOTY from GOG.com

Installs Fallout 3 GOTY from GOG.com as well as the Fallout Script Extender (FOSE).

→ Get It

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

wem get fallout3-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 fallout3-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-10-13"
DxvkVersion = "2.0"
Fsync = true
InstallExe = "{{.InstallWorkDir}}/setup_fallout_3_1.7.0.3_(12034).exe"
InstallExpected = "{{.RunExe}}"
Kron4ekType = "staging-tkg-amd64-wow64"
Kron4ekVersion = "9.22"
Name = "Fallout 3: Game of the Year Edition"
RunExe = "{{.RunWorkDir}}/Fallout3.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Fallout 3"
WineArch = "win64"
WinetricksPath = "winetricks"

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

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/fose_v1_3_beta2.7z", "2d6037fa171377640b340073e38dc2bda6daa4255fd4a1f41ec9e8ab53d1ceaabf406cf4c42f0e644d8768e257b9522445c657c5c918e1c78cf5d724cfcfe241"]
  icmd = "checkSha512Sum"
  ifexists = "{{.InstallWorkDir}}/fose_v1_3_beta2.7z"

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

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

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

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

[[InstallPost]]
  args = ["-v", "{{.InstallWorkDir}}/fose_command_doc.html", "{{.RunWorkDir}}/"]
  cmd = "mv"

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

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

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

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

→ 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.