Skip to content

Commit

Permalink
Add global pluginEnabler message (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 authored Jul 8, 2024
1 parent be6a54c commit 9243e9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ prelude:
content: '[Latest LOOT thread]({0}).'
subs: [ 'https://loot.github.io/latest-thread/' ]

- &pluginEnabler
type: warn
content: 'You have installed {0}, but since {1} version {2} this is no longer needed.'

- &scriptExtenderMissing
type: error
content: 'You have installed an {0} plugin but {0} was not found! See {0} download page: {1}.'
Expand Down Expand Up @@ -280,6 +284,14 @@ globals:
# Latest LOOT Thread
- *latestLOOTThread

# Plugins.txt Enabler
- <<: *pluginEnabler
subs:
- '[Plugins.txt Enabler](https://www.nexusmods.com/starfield/mods/4157/)'
- 'Starfield'
- '1.12.30.0'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=) and (file("SFSE/Plugins/SFPluginsTxtEnabler.dll") or file("../SFPluginsTxtEnabler.asi"))'

# Latest Version
# Starfield Game Runtime
- <<: *versionOldX
Expand Down

0 comments on commit 9243e9f

Please sign in to comment.