Skip to content

Commit

Permalink
Update SFSE global messages (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibir-ine authored Jun 11, 2024
1 parent 8baa08e commit 94327e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ globals:
# SFSE
- <<: *versionOldX
subs: [ '**[SFSE](https://www.nexusmods.com/starfield/mods/106/)**' ]
condition: 'file("../sfse_loader.exe") and version("../sfse_1_11_36.dll", "0.0.2.7", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
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", >=)'
- <<: *versionUpToDateX
subs: [ '**SFSE**' ]
condition: 'version("../sfse_1_11_36.dll", "0.0.2.7", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
condition: 'version("../sfse_1_12_30.dll", "0.0.2.8", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'

# SFSE
# Missing
Expand Down

0 comments on commit 94327e7

Please sign in to comment.