From bf3560f53f4d5eb19407f4dd21ac9994e2afd845 Mon Sep 17 00:00:00 2001 From: Dennis Meyer Date: Sat, 20 Dec 2025 11:15:37 +0100 Subject: [PATCH] Update NVSE version checks: 0.6.4.4 --- masterlist.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/masterlist.yaml b/masterlist.yaml index 0002faa..bd5866c 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -549,10 +549,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.4.3", <)))' + 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.4.4", <)))' - <<: *versionUpToDateX subs: [ '**New Vegas Script Extender**' ] - condition: 'not file("../nvse_1_4ng.dll") and version("../nvse_1_4.dll", "0.6.4.3", >=)' + condition: 'not file("../nvse_1_4ng.dll") and version("../nvse_1_4.dll", "0.6.4.4", >=)' # NVSE NoGore - <<: *versionOldX subs: [ '**[New Vegas Script Extender NoGore](http://nvse.silverlock.org/)**' ]