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
→ Notes
-
It is not recommended to skip the
InstallPost
commands, the mod they install makes the game more moddable and is required by some mods. -
If you do not wish to use the high resolution texture pack, delete the first
InstallPost
action.
→ Requires
Install these via your system package manager or some other method:
-
7z
-
curl
-
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 = "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 = ["-sL", "-o", "f4se_0_06_23.7z", "https://f4se.silverlock.org/beta/f4se_0_06_23.7z"]
cmd = "curl"
[[InstallPost]]
args = ["x", "f4se_0_06_23.7z"]
cmd = "7z"
[[InstallPost]]
args = ["f4se_0_06_23/Data/Scripts", "{{.RunWorkDir}}/Data/"]
cmd = "mv"
[[InstallPost]]
args = ["f4se_0_06_23/CustomControlMap.txt", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["f4se_0_06_23/f4se_1_10_163.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["f4se_0_06_23/f4se_loader.exe", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["f4se_0_06_23/f4se_readme.txt", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["f4se_0_06_23/f4se_steam_loader.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["f4se_0_06_23/f4se_whatsnew.txt", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["-rf", "f4se_0_06_23"]
cmd = "rm"
→ 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.