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
12 changes: 0 additions & 12 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ prelude:
content: 'Obsolete. Update to the latest version. {0}'
subs: [ '' ]

- &onlyUseSmashOrBash
type: say
content: 'Can be used with a {0} but would require additional work. A Smashed Patch or Bash Patch should be used independently of one another.'

- &optional
type: say
content: 'This plugin is optional.'
Expand Down Expand Up @@ -572,10 +568,6 @@ plugins:
url: [ 'https://www.nexusmods.com/fallout4/mods/20032/' ]
group: *dynamicPatchesGroup
after: [ 'FO4Merged.esp' ]
msg:
- <<: *onlyUseSmashOrBash
condition: 'file("Smashed Patch.esp")'
subs: [ 'Smashed Patch.esp' ]

- name: 'FO4Merged.esp'
url: [ 'https://www.nexusmods.com/fallout4/mods/2737/' ]
Expand All @@ -589,10 +581,6 @@ plugins:
url: [ 'https://github.com/matortheeternal/smash/releases/' ]
group: *dynamicPatchesGroup
after: [ 'FO4Merged.esp' ]
msg:
- <<: *onlyUseSmashOrBash
condition: 'file("Bashed Patch.*\.esp")'
subs: [ 'Bashed Patch' ]

###### Resources & Frameworks ######
- name: '(ArmorKeywords|AWKCR - ).*\.es(m|p)'
Expand Down