Skip to content

Commit

Permalink
Change group afters
Browse files Browse the repository at this point in the history
- Only add where a load after is required.
  • Loading branch information
MacSplody committed Mar 7, 2024
1 parent 9264c36 commit 28814fe
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -773,13 +773,15 @@ groups:
after: [ default ]

- name: &sewersGroup Skyrim Sewers
after: [ *bcsGroup ]
after: [ default ]

- name: &touringGroup Touring Carriages
after: [ *sewersGroup ]
after: [ default ]

- name: &citizensGroup Immersive Citizens
after: [ *touringGroup ]
after:
- *sewersGroup
- *touringGroup

- name: &tbooGroup The Brotherhood of Old
after: [ *citizensGroup ]
Expand All @@ -788,10 +790,12 @@ groups:
after: [ *tbooGroup ]

- name: &rdoGroup Relationship Dialogue Overhaul
after: [ *ycmGroup ]
after: [ *citizensGroup ]

- name: &crfGroup Cutting Room Floor
after: [ *rdoGroup ]
after:
- *rdoGroup
- *touringGroup

- name: &gdoGroup Guard Dialogue Overhaul
after: [ *crfGroup ]
Expand All @@ -800,11 +804,13 @@ groups:
after: [ *gdoGroup ]

- name: &tciyGroup The Choice is Yours
after: [ *waccfGroup ]
after: [ *crfGroup ]

- name: &lowPriorityGroup Low Priority Overrides
description: 'A group for modules that must load after most other mods.'
after: [ *tciyGroup ]
after:
- *tciyGroup
- *waccfGroup

- name: &racesGroup Races & Classes
description: 'A group for modules that modify character Races & Classes.'
Expand Down

0 comments on commit 28814fe

Please sign in to comment.