Skip to content

Commit

Permalink
Add &changeUnsupported (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 authored Jun 23, 2024
1 parent ea869ab commit 3dfd16b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ prelude:

# Cleaning Data Anchors
# Global Anchors
- &changeUnsupported
type: say
content: 'Changing the type of an existing plugin isn''t supported. Additional details are provided [here]({0}).'
subs: [ 'https://loot.github.io/docs/help/Changing-Plugin-Types-In-Starfield.html' ]

- &filenameExtension
type: error
content: '{0} does not support the usage of **{1}** plugins ingame, but your load order contains such plugins. In order to avoid irreversible damage to your game, it is recommended to not use **{1}** plugins.'
Expand Down Expand Up @@ -249,6 +254,9 @@ common:
bash_tags: []

globals:
# Unsupported Plugin type change
- *changeUnsupported

# Filename extension .esp
- <<: *filenameExtension
subs:
Expand Down

0 comments on commit 3dfd16b

Please sign in to comment.