Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15.216.0", <)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.15.222.0", <)'
- <<: *versionUpToDateX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.15.216.0", >=)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.15.222.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-5])_\d+\.dll") and version("../sfse_1_15_216.dll", "0.0.2.17", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.15.216.0", >=)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.15.222.0", >=) and file("../sfse_loader.exe") and file("../sfse_1_15_222.dll") and version("../sfse_1_15_222.dll", "0.0.2.18", <)'
- <<: *versionUpToDateX
subs: [ '**SFSE**' ]
condition: 'version("../sfse_1_15_216.dll", "0.0.2.17", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.15.216.0", >=)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.15.222.0", >=) and version("../sfse_1_15_222.dll", "0.0.2.18", >=)'

# SFSE
# Missing
Expand Down