Skip to content

Commit

Permalink
Update global runtime & SFSE version messages
Browse files Browse the repository at this point in the history
For new runtime v1.12.32 & SFSE v0.2.9.
  • Loading branch information
sibir-ine committed Jun 15, 2024
1 parent 94327e7 commit f70b702
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 @@ -247,17 +247,17 @@ globals:
# Starfield Game Runtime
- <<: *versionOldX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", <)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.32.0", <)'
- <<: *versionUpToDateX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.32.0", >=)'
# SFSE
- <<: *versionOldX
subs: [ '**[SFSE](https://www.nexusmods.com/starfield/mods/106/)**' ]
condition: 'file("../sfse_loader.exe") and version("../sfse_1_12_30.dll", "0.0.2.8", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
condition: 'file("../sfse_loader.exe") and version("../sfse_1_12_32.dll", "0.0.2.9", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.32.0", >=)'
- <<: *versionUpToDateX
subs: [ '**SFSE**' ]
condition: 'version("../sfse_1_12_30.dll", "0.0.2.8", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
condition: 'version("../sfse_1_12_32.dll", "0.0.2.9", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.32.0", >=)'

# SFSE
# Missing
Expand Down

0 comments on commit f70b702

Please sign in to comment.