From 805b6b83053d78d959b332fd357762f0cccf6fb9 Mon Sep 17 00:00:00 2001 From: Dennis Meyer Date: Sat, 20 Dec 2025 11:25:57 +0100 Subject: [PATCH] Update Fallout 4 (1.11.191.0) and F4SE (0.0.7.7) version checks --- masterlist.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/masterlist.yaml b/masterlist.yaml index 7af4833a..75fea56f 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -475,10 +475,10 @@ globals: # Fallout 4 - <<: *versionOldX subs: [ '**Fallout 4**' ] - condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.169.0", <)' + condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.191.0", <)' - <<: *versionUpToDateX subs: [ '**Fallout 4**' ] - condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.169.0", >=)' + condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.191.0", >=)' # Fallout 4 VR - <<: *versionOldX subs: [ '**Fallout 4 VR**' ] @@ -490,10 +490,10 @@ globals: # F4SE - Latest Version - <<: *versionOldX subs: [ '**[F4SE](https://www.nexusmods.com/fallout4/mods/42147/) NG**' ] - condition: 'version("../f4se_loader.exe", "0.0.7.6", <) and file("../f4se_loader.exe") and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.169.0", >=)' + condition: 'version("../f4se_loader.exe", "0.0.7.7", <) and file("../f4se_loader.exe") and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.191.0", >=)' - <<: *versionUpToDateX subs: [ '**F4SE**' ] - condition: 'version("../f4se_loader.exe", "0.0.7.6", >=) and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.169.0", >=)' + condition: 'version("../f4se_loader.exe", "0.0.7.7", >=) and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.191.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")'