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

Add support for Verified Creation plugins #2883

Merged
merged 4 commits into from
Dec 6, 2023
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
38 changes: 37 additions & 1 deletion masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -755,9 +755,12 @@ groups:
- name: &ccGroup Creation Club
after: [ *mainGroup ]

- name: &fixesGroup Fixes & Resources
- name: &verifiedCreationsGroup Verified Creations
after: [ *ccGroup ]

- name: &fixesGroup Fixes & Resources
after: [ *verifiedCreationsGroup ]

- name: &earlyLoadersGroup Early Loaders
after: [ *fixesGroup ]

Expand Down Expand Up @@ -1058,6 +1061,9 @@ plugins:
crc: 0xA3D900E1
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# Resource Pack
- name: '_ResourcePack.esl'
group: *ccGroup
### Anniversary Edition ###
# Adventurer's Backpack
- name: 'ccfsvsse001-backpacks.esl'
Expand Down Expand Up @@ -1650,6 +1656,36 @@ plugins:
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26

###### Verified Creations ######

# Aldmeri Anti-Mage
- name: 'ccrs001.esl'
group: *verifiedCreationsGroup

# Arquebus
- name: 'msjm01_arquebus.esp'
group: *verifiedCreationsGroup

# East Empire Expansion
- name: 'kinggathcreations_eastempirecompany.esp'
group: *verifiedCreationsGroup

# Katja The Thief
- name: 'unockatja.esl'
group: *verifiedCreationsGroup

# Legendary Dungeons: Dwarven Delves
- name: 'legendarydungeons-dwemer.esp'
group: *verifiedCreationsGroup

# Shadetree Lodge
- name: 'ceejsse001_lodge.esp'
group: *verifiedCreationsGroup

# Winterfrost Plus Edition
- name: 'cbgs_tdowwinterfrost.esp'
group: *verifiedCreationsGroup

###### Unofficial Patches ######
- name: 'Unofficial Skyrim Special Edition Patch.esp'
url:
Expand Down
Loading