diff --git a/masterlist.yaml b/masterlist.yaml index 2713246..e981e07 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -238,6 +238,14 @@ globals: - <<: *versionUpToDateX subs: [ '**Starfield**' ] condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.23.0", >=)' + # SFSE + # https://github.com/ianpatt/sfse +# - <<: *versionOldX +# subs: [ '**[SFSE](https://www.nexusmods.com/starfield/mods/106/)**' ] +# condition: 'file("../sfse_loader.exe") and version("../sfse_loader.exe", "0.0.1.0", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.23.0", >=)' + - <<: *versionUpToDateX + subs: [ '**SFSE**' ] + condition: 'version("../sfse_loader.exe", "0.0.1.0", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.7.23.0", >=)' groups: - name: &mainGroup Main Plugins