Skip to content

Commit

Permalink
Add version checks for Starfield Script Extender
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 committed Sep 4, 2023
1 parent e910776 commit 5832480
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5832480

Please sign in to comment.