Skip to content

Commit

Permalink
Update Game Runtime and SFSE version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 committed Dec 12, 2023
1 parent b7f73cc commit 47e2bd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,17 +239,17 @@ globals:
# Starfield Game Runtime
- <<: *versionOldX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.8.86.0", <)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.8.88.0", <)'
- <<: *versionUpToDateX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.8.86.0", >=)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.8.88.0", >=)'
# SFSE
- <<: *versionOldX
subs: [ '**[SFSE](https://www.nexusmods.com/starfield/mods/106/)**' ]
condition: 'file("../sfse_loader.exe") and version("../sfse_loader.exe", "0.0.2.0", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.8.86.0", >=)'
condition: 'file("../sfse_loader.exe") and version("../sfse_loader.exe", "0.0.2.1", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.8.88.0", >=)'
- <<: *versionUpToDateX
subs: [ '**SFSE**' ]
condition: 'version("../sfse_loader.exe", "0.0.2.0", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.8.86.0", >=)'
condition: 'version("../sfse_loader.exe", "0.0.2.1", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.8.88.0", >=)'

# SFSE
# Missing
Expand Down

0 comments on commit 47e2bd0

Please sign in to comment.