From d5dcf8dfcbb99310f3a80fdf6a8c45b8754203b1 Mon Sep 17 00:00:00 2001 From: sibir Date: Mon, 13 May 2024 22:15:44 -0700 Subject: [PATCH] Add global `versionF4SEIncFO4` message (#609) * For the new F4SE version. --- masterlist.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 5451d71..eee5eca 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -446,6 +446,8 @@ globals: condition: 'version("../f4se_loader.exe", "0.0.6.23", ==) and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.163.0", <=)' # F4SE - Runtime Compatibility + - <<: *versionF4SEIncFO4 + condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.984.0", ==) and version("../f4se_loader.exe", "0.0.7.2", <) and file("../f4se_loader.exe")' - <<: *versionF4SEIncFO4 condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.980.0", ==) and version("../f4se_loader.exe", "0.0.7.1", <) and file("../f4se_loader.exe")' - <<: *versionF4SEIncFO4