Skip to content

Commit

Permalink
Add messages
Browse files Browse the repository at this point in the history
- For patches provided on original mod page.
- Will only show if old version is being used.
  • Loading branch information
MacSplody committed Dec 13, 2024
1 parent 8e57469 commit 98fa0aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3971,6 +3971,12 @@ plugins:
- <<: *patchIncluded
subs: [ 'DLC Nuka-World' ]
condition: 'version("StartMeUp.esp", "6.7", >=) and active("DLCNukaWorld.esm") and not active("StartMeUpNukaWorldPatch.esp")'
- <<: *patchProvided
subs: [ 'DLC Far Harbor' ]
condition: 'version("StartMeUp.esp", "6.7", <) and active("DLCCoast.esm") and not active("StartMeUpFarHarborPatch.esp")'
- <<: *patchProvided
subs: [ 'DLC Nuka-World' ]
condition: 'version("StartMeUp.esp", "6.7", <) and active("DLCNukaWorld.esm") and not active("StartMeUpNukaWorldPatch.esp")'
clean:
# Basic
- crc: 0x2A8C9385
Expand Down

0 comments on commit 98fa0aa

Please sign in to comment.