From 28eff8401f477e92bce882a845204f1a755077db Mon Sep 17 00:00:00 2001 From: Dennis Meyer Date: Wed, 19 Aug 2026 10:24:17 +0200 Subject: [PATCH] Update Fallout 4 (1.11.240.0) and F4SE (0.0.7.9) version checks --- masterlist.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/masterlist.yaml b/masterlist.yaml index 3d281560..dcd3587d 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -454,10 +454,10 @@ globals: # Fallout 4 - <<: *versionOldX subs: [ '**Fallout 4**' ] - condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", <, "1.11.221.0")' + condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", <, "1.11.240.0")' - <<: *versionUpToDateX subs: [ '**Fallout 4**' ] - condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", >=, "1.11.221.0")' + condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", >=, "1.11.240.0")' # Fallout 4 VR - <<: *versionOldX subs: [ '**Fallout 4 VR**' ] @@ -469,10 +469,10 @@ globals: # F4SE - <<: *versionOldX subs: [ '**[F4SE](https://www.nexusmods.com/fallout4/mods/42147/)**' ] - condition: 'version("../f4se_loader.exe", <, "0.0.7.8") and file("../f4se_loader.exe") and readable("../Fallout4.exe") and version("../Fallout4.exe", >=, "1.11.221.0")' + condition: 'version("../f4se_loader.exe", <, "0.0.7.9") and file("../f4se_loader.exe") and readable("../Fallout4.exe") and version("../Fallout4.exe", >=, "1.11.240.0")' - <<: *versionUpToDateX subs: [ '**F4SE**' ] - condition: 'version("../f4se_loader.exe", >=, "0.0.7.8") and readable("../Fallout4.exe") and version("../Fallout4.exe", >=, "1.11.221.0")' + condition: 'version("../f4se_loader.exe", >=, "0.0.7.9") and readable("../Fallout4.exe") and version("../Fallout4.exe", >=, "1.11.240.0")' - <<: *versionOldX subs: [ '**Script Extender ([F4SE VR](https://f4se.silverlock.org))**' ] condition: 'version("../f4sevr_loader.exe", <, "0.0.6.20") and file("../Fallout4VR.exe") and file("../f4sevr_loader.exe")'