Skip to content

Commit

Permalink
Add support for Verified Creation plugins (#2883)
Browse files Browse the repository at this point in the history
* Add &verifiedCreationsGroup
* Add Resource Pack
* Add category: Verified Creations
* Add Verified Creations plugins
  • Loading branch information
pStyl3 authored Dec 6, 2023
1 parent 836e063 commit 79edbff
Showing 1 changed file with 37 additions and 1 deletion.
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

0 comments on commit 79edbff

Please sign in to comment.