From 25c5e108ef3bc970cc0b22fa89a48313b8e84950 Mon Sep 17 00:00:00 2001 From: pStyl3 Date: Sat, 15 Feb 2025 21:01:32 +0100 Subject: [PATCH] Update NVSE version checks: 0.6.3.10 --- masterlist.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/masterlist.yaml b/masterlist.yaml index 30e26b7..cfdbb7a 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -553,10 +553,10 @@ globals: # NVSE - <<: *versionOldX subs: [ '**[New Vegas Script Extender](http://nvse.silverlock.org/)**' ] - condition: 'not file("../nvse_1_4ng.dll") and (file("../nvse_1_[01]\.dll") or (file("../nvse_1_4.dll") and version("../nvse_1_4.dll", "0.6.3.5", <)))' + condition: 'not file("../nvse_1_4ng.dll") and (file("../nvse_1_[01]\.dll") or (file("../nvse_1_4.dll") and version("../nvse_1_4.dll", "0.6.3.10", <)))' - <<: *versionUpToDateX subs: [ '**New Vegas Script Extender**' ] - condition: 'not file("../nvse_1_4ng.dll") and version("../nvse_1_4.dll", "0.6.3.5", >=)' + condition: 'not file("../nvse_1_4ng.dll") and version("../nvse_1_4.dll", "0.6.3.10", >=)' # NVSE NoGore - <<: *versionOldX subs: [ '**[New Vegas Script Extender NoGore](http://nvse.silverlock.org/)**' ]