WEM: Wine Environment Manager

Latest release: ...

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

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:

Images

Click here to expand/collapse
On a Framework Laptop 13

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 = ["-L", "-o", "Fallout1in2-v1.16.3771.zip", "https://github.com/rotators/Fo1in2/releases/download/v1.16.3771/Fallout1in2.zip"]
  cmd = "curl"
  ifnotexists = "{{.InstallWorkDir}}/Fallout1in2-v1.16.3771.zip"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/Fallout1in2-v1.16.3771.zip", "abf02470346b6ee7e81a9715dc71aea0477ffc15ba20fae81c1ab761103488747c8a75aa11709b95c675d69f1a4205ae0d72bd4cf3f1424432e3dd8b6520cf65"]
  icmd = "checkSha512Sum"

[[InstallPost]]
  args = ["-o", "{{.InstallWorkDir}}/Fallout1in2-v1.16.3771.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/v14.4/fo2tweaks_v14.4.zip"]
  cmd = "curl"
  ifnotexists = "{{.InstallWorkDir}}/fo2tweaks_v14.4.zip"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/fo2tweaks_v14.4.zip", "7661c4906957149ef329f9a0cd9c37eba28f5021395fd3d863e3545ca4ea1a06b5e7be7d4d7d1db141d9dfbaf66960193ca56425c1015ff6bf937a9344d455f4"]
  icmd = "checkSha512Sum"

[[InstallPost]]
  args = ["-o", "{{.InstallWorkDir}}/fo2tweaks_v14.4.zip"]
  cmd = "unzip"
  ifnotexists = "{{.RunWorkDir}}/mods/fo2tweaks.dat"
  workdir = "{{.RunWorkDir}}"

[[InstallPost]]
  args = ["{{.RunWorkDir}}/mods/mods_order.txt", "fo2tweaks.dat"]
  icmd = "lineInFile"

[[InstallPost]]
  args = ["{{.RunWorkDir}}/ddraw.ini", "DamageFormula=1", "DamageFormula=0"]
  icmd = "findAndReplace"

[[InstallPost]]
  args = ["-LO", "https://github.com/rotators/InventoryFilter/raw/refs/heads/master/archive/F2-InventoryFilter_v2.0.4_en.rar"]
  cmd = "curl"
  ifnotexists = "{{.InstallWorkDir}}/F2-InventoryFilter_v2.0.4_en.rar"

[[InstallPost]]
  args = ["{{.InstallWorkDir}}/F2-InventoryFilter_v2.0.4_en.rar", "1a529b7043d2444001689b1a17e0bbc5f5c9f03fbfbcf55bd8f96377f05459136359b7f7a3712aaead6c06ec0521d320db57dc2763643902911c33e3db0e1c6b"]
  icmd = "checkSha512Sum"

[[InstallPost]]
  args = ["x", "{{.InstallWorkDir}}/F2-InventoryFilter_v2.0.4_en.rar"]
  cmd = "7z"
  ifnotexists = "{{.RunWorkDir}}/mods/inventoryfilter.dat/scripts/gl_invenfilter.int"
  workdir = "{{.RunWorkDir}}"

[[InstallPost]]
  args = ["{{.RunWorkDir}}/mods/mods_order.txt", "\nInventoryFilter.dat"]
  icmd = "lineInFile"

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