Fallout: New Vegas Ultimate Edition from GOG.com
Installs Fallout: New Vegas Ultimate Edition from GOG.com as well as the New Vegas Script Extender (xNVSE).
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get falloutnv-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.
→ Requires
Install these via your system package manager or some other method:
-
curl
-
7z
→ 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 = "2010-10-19"
DxvkVersion = "2.0"
Fsync = true
InstallExe = "{{.InstallWorkDir}}/setup_fallout_new_vegas_1.4.0.525(a)_(55068).exe"
InstallExpected = "{{.RunExe}}"
Kron4ekType = "staging-tkg-amd64-wow64"
Kron4ekVersion = "9.22"
Name = "Fallout: New Vegas Ultimate Edition"
RunExe = "{{.RunWorkDir}}/FalloutNV.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/GOG Games/Fallout New Vegas"
WineArch = "win64"
WinetricksPath = "winetricks"
[[InstallPost]]
args = ["-sL", "-o", "nvse_6_4_0b.7z", "https://github.com/xNVSE/NVSE/releases/download/6.4.0/nvse_6_4_0b.7z"]
cmd = "curl"
[[InstallPost]]
args = ["x", "nvse_6_4_0b.7z"]
cmd = "7z"
[[InstallPost]]
args = ["-p", "{{.RunWorkDir}}/Data/NVSE"]
cmd = "mkdir"
[[InstallPost]]
args = ["Data/NVSE/nvse_config.ini", "{{.RunWorkDir}}/Data/NVSE/"]
cmd = "mv"
[[InstallPost]]
args = ["-rf", "Data"]
cmd = "rm"
[[InstallPost]]
args = ["nvse_1_4.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["nvse_1_4.pdb", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["nvse_editor_1_4.dll", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["nvse_loader.exe", "{{.RunWorkDir}}/"]
cmd = "mv"
[[InstallPost]]
args = ["nvse_steam_loader.dll", "{{.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.