Fallout Et Tu (1 in 2) (Interplay)
Sets up Fallout Et Tu using Fallout and Fallout 2 from GOG.com (Interplay versions).
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get fallout1in2-int --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 fallout1in2-int
→ Authors
→ Notes
- The installers for both Fallout and Fallout 2 are expected to be in the same directory.
- FO2tweaks will also be installed.
-
SandboxPrivateCwd
causes problems, but the rest of the sandbox options should work. -
Run this for the graphical config GUI:
wem run fallout1in2 --exec f2_res_Config.exe
-
Config files you may want to read through and tweak include:
-
{{.RunWorkDir}}/ddraw.ini
-
{{.RunWorkDir}}/f2_res.ini
-
{{.RunWorkDir}}/mods/fo2tweaks.ini
-
{{.RunWorkDir}}/mods/sfall-mods.ini
-
→ Requires
Install these via your system package manager or some other method:
-
7z
-
bash
-
curl
-
unzip
-
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:
→ Images
→ Links
Related links that you should check:
→ View Env
Click here to expand/collapse
Date = "2019-07-18"
InstallArgs = ["/dir=c:\\fo2", "/verysilent", "/sp-", "/suppressmsgboxes"]
InstallExe = "{{.InstallWorkDir}}/setup_fallout2_2.1.0.17.exe"
InstallExpected = "{{.WinePrefix}}/drive_c/fo2/fallout2.exe"
Name = "Fallout Et Tu (1 in 2)"
RunExe = "{{.RunWorkDir}}/Fallout2.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/fo2/Fallout1in2"
WineArch = "win32"
WineDllOverrides = "ddraw.dll=n,b"
WineExe = "wine"
[[InstallPost]]
args = ["{{.WinePrefix}}/drive_c/fo2"]
icmd = "lowercaseDir"
ifnotexists = "{{.WinePrefix}}/drive_c/fo2/fallout2hr.exe"
[[InstallPost]]
args = ["-LO", "https://github.com/rotators/Fo1in2/releases/download/v1.13.3643/Fallout1in2.zip"]
cmd = "curl"
ifnotexists = "{{.InstallWorkDir}}/Fallout1in2.zip"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/Fallout1in2.zip", "716f4b378290f53fac66ac24977deac8567a9ffeb58b510ad6f5ee39a0884e06c0d8bd105b06d4578b2f35cb9a5c68759c62d516dad1be7b9c7033c3295e5c2d"]
icmd = "checkSha512Sum"
[[InstallPost]]
args = ["-o", "{{.InstallWorkDir}}/Fallout1in2.zip"]
cmd = "unzip"
ifnotexists = "{{.RunWorkDir}}"
workdir = "{{.WinePrefix}}/drive_c/fo2"
[[InstallPost]]
args = ["+x", "{{.RunWorkDir}}/undat.sh"]
cmd = "chmod"
[[InstallPost]]
args = ["{{.WinePrefix}}/drive_c/fo1/master.dat"]
cmd = "./undat.sh"
ifnotexists = "{{.RunWorkDir}}/data/sound/SPEECH/VVREE/VREE304.ACM"
workdir = "{{.RunWorkDir}}"
[[InstallPost]]
args = ["-LO", "https://github.com/BGforgeNet/FO2tweaks/releases/download/v12.22/fo2tweaks_v12.22.zip"]
cmd = "curl"
ifnotexists = "{{.InstallWorkDir}}/fo2tweaks_v12.22.zip"
[[InstallPost]]
args = ["{{.InstallWorkDir}}/fo2tweaks_v12.22.zip", "f9a52aee46a933c6b9896d235b033bc753d08bc309ef66ad016e921f93ccf2cfc40c4d1e863b3907e960b8ba4f3390ce096c05176f91ee51bb938b30f9b80a17"]
icmd = "checkSha512Sum"
[[InstallPost]]
args = ["-o", "{{.InstallWorkDir}}/fo2tweaks_v12.22.zip"]
cmd = "unzip"
ifnotexists = "{{.RunWorkDir}}/mods/fo2tweaks.dat"
workdir = "{{.RunWorkDir}}"
[[InstallPre]]
args = ["setup_fallout_2.1.0.18.exe", "/dir=c:\\fo1", "/verysilent", "/sp-", "/suppressmsgboxes"]
cmd = "{{.WineExe}}"
ifnotexists = "{{.WinePrefix}}/drive_c/fo1"
[[InstallPre]]
args = ["{{.WinePrefix}}/drive_c/fo1"]
icmd = "lowercaseDir"
ifnotexists = "{{.WinePrefix}}/drive_c/fo1/critter.dat"
→ 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.