Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for groups #619

Merged
merged 9 commits into from
Nov 18, 2024
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
39 changes: 35 additions & 4 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,15 +528,46 @@ groups:
description: 'A group for FROST modules that need to be sorted late.'
after: [ *horizonGroup ]

- name: &mediumPriorityGroup Medium Priority Overrides
after: [ *frostGroup ]

- name: &coreGroup Core Mods
after: [ *mediumPriorityGroup ]

- name: &coreEarlyPatchesGroup Core Mods - Early Patches
after: [ *coreGroup ]

- name: &coreTweaksGroup Core Mods - Tweaks
after: [ *coreEarlyPatchesGroup ]

- name: &coreAddonsGroup Core Mods - Add-ons
after: [ *coreTweaksGroup ]

- name: &coreLatePatchesGroup Core Mods - Late Patches
after: [ *coreAddonsGroup ]

- name: &highPriorityGroup High Priority Overrides
after: [ *coreLatePatchesGroup ]

- name: &lateLoadersGroup Late Loaders
after: [ *highPriorityGroup ]

- name: &latePatchesGroup Late Patches
after: [ *lateLoadersGroup ]

- name: &worldSettingsGroup Worldspace Settings
description: 'A group for modules that need to be loaded late to preserve worldspace settings.'
after: [ *frostGroup ]
after: [ *latePatchesGroup ]

- name: &lateChangesGroup Late Fixes & Changes
- name: &conflictResPatchGroup Conflict Resolution Patches
description: 'A group for patches that resolve conflicts.'
after: [ *worldSettingsGroup ]

- name: &dynamicPatchesGroup Dynamic Patches
after: [ *lateChangesGroup ]
after: [ *conflictResPatchGroup ]

- name: &lateChangesGroup Late Fixes & Changes
after: [ *dynamicPatchesGroup ]

plugins:
###### Official DLC plugins ######
Expand Down Expand Up @@ -4522,7 +4553,7 @@ plugins:

- name: 'Step Patch - (Conflict Resolution|Lighting and Weather)\.esp'
url: ['https://www.nexusmods.com/fallout4/mods/74193/']
group: *lateChangesGroup
group: *conflictResPatchGroup

###### FROST Survival Simulator ######
- name: 'FROST.esp'
Expand Down
Loading