Skip to content

Commit

Permalink
Add load after rules
Browse files Browse the repository at this point in the history
- Not strictly required, only to match expected order.
  • Loading branch information
MacSplody committed Dec 13, 2024
1 parent cf32821 commit f9382ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3999,6 +3999,7 @@ plugins:
name: 'Start Me Up'
- link: 'https://www.nexusmods.com/fallout4/mods/56984/'
name: 'Start Me Up Redux'
after: [ 'StartMeUpFarHarborPatch.esp' ]
dirty:
# FDI
- <<: *quickClean
Expand Down Expand Up @@ -4056,11 +4057,14 @@ plugins:
util: '[FO4Edit v4.1.5k](https://www.nexusmods.com/fallout4/mods/2737)'
itm: 11
- name: 'StartMeUp Killable Synth Shaun.esp'
after: [ 'StartMeUpShaunDefaultAppearance.esp' ]
after:
- 'StartMeUp.esp'
- 'StartMeUpShaunDefaultAppearance.esp'
clean:
- crc: 0xF88A1E51
util: 'FO4Edit v4.1.5k'
- name: 'StartMeUpShaunDefaultAppearance.esp'
after: [ 'StartMeUp.esp' ]
msg: [ *optional ]
clean:
- crc: 0xAD49CDCC
Expand Down

0 comments on commit f9382ce

Please sign in to comment.