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

Verified Creations Group added along with its first contender to Masterlist #79

Merged
merged 7 commits into from
Feb 15, 2025
11 changes: 10 additions & 1 deletion masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,12 @@ groups:
- name: &earlyLoadersGroup Early Loaders
after: [ *fixesGroup ]

- name: default
- name: &verifiedCreationsGroup Verified Creations
after: [ *earlyLoadersGroup ]

- name: default
after: [ *verifiedCreationsGroup ]

- name: &lowPriorityGroup Low Priority Overrides
description: 'A group for modules that must load after most other mods.'
after: [ default ]
Expand Down Expand Up @@ -518,6 +521,12 @@ plugins:
group: *bgsCreationsGroup

###### Verified Creations ######
- name: 'kinggathcreations_legendary.esm'
url:
- link: 'https://creations.bethesda.net/en/starfield/details/d4f5c6a2-ea4f-4f74-b338-6403c5717ec0/McClarence_Outfitters__Legendary_Customization/'
name: 'McClarence Outfitters: Legendary Customization'
group: *verifiedCreationsGroup

###### Base Game Patches ######
- name: 'StarfieldCommunityPatch.esm'
url:
Expand Down