Skip to content

Commit

Permalink
Update Game Runtime (1.14.70.0) and SFSE (0.0.2.13) version checks (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 authored Oct 1, 2024
1 parent 690652b commit a2372f1
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 @@ -296,17 +296,17 @@ globals:
# Starfield Game Runtime
- <<: *versionOldX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.13.61.0", <)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.14.70.0", <)'
- <<: *versionUpToDateX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.13.61.0", >=)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.14.70.0", >=)'
# SFSE
- <<: *versionOldX
subs: [ '**[SFSE](https://www.nexusmods.com/starfield/mods/106/)**' ]
condition: 'file("../sfse_loader.exe") and file("../sfse_1_([7-9]|1[0-3])_\d+\.dll") and version("../sfse_1_13_61.dll", "0.0.2.12", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.13.61.0", >=)'
condition: 'file("../sfse_loader.exe") and file("../sfse_1_([7-9]|1[0-4])_\d+\.dll") and version("../sfse_1_14_70.dll", "0.0.2.13", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.14.70.0", >=)'
- <<: *versionUpToDateX
subs: [ '**SFSE**' ]
condition: 'version("../sfse_1_13_61.dll", "0.0.2.12", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.13.61.0", >=)'
condition: 'version("../sfse_1_14_70.dll", "0.0.2.13", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.14.70.0", >=)'

# SFSE
# Missing
Expand Down

0 comments on commit a2372f1

Please sign in to comment.