Skip to content

Commit

Permalink
Add group
Browse files Browse the repository at this point in the history
- Immersive Citizens
- Move Immersive Citizens to group.
  • Loading branch information
MacSplody committed Mar 7, 2024
1 parent 73da9d6 commit 314665e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -769,9 +769,12 @@ groups:
- name: default
after: [ *earlyLoadersGroup ]

- name: &citizensGroup Immersive Citizens
after: [ default ]

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

- name: &racesGroup Races & Classes
description: 'A group for modules that modify character Races & Classes.'
Expand Down Expand Up @@ -14103,7 +14106,7 @@ plugins:
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/3016198/'
name: 'Immersive Citizens AI Overhaul (Bethesda.net Mods)'
- name: 'Immersive Citizens - AI Overhaul.esp'
group: *coreGroup
group: *citizensGroup
after:
- name: '3DNPC.esp'
condition: '(is_master("Immersive Citizens - AI Overhaul.esp") and is_master("3DNPC.esp")) or (not is_master("Immersive Citizens - AI Overhaul.esp") and not is_master("3DNPC.esp"))'
Expand Down

0 comments on commit 314665e

Please sign in to comment.