Skip to content

Commit

Permalink
Add Base Object Swapper - Master Occlusion (#2906)
Browse files Browse the repository at this point in the history
* Add to section
- Resources & Frameworks.

* Add locaton
- https://www.nexusmods.com/skyrimspecialedition/mods/113023/

* Add to group
- Fixes, so that it can be sorted before USSEP.

* Add load after rule
- Sort before USSEP.
- To preserve changes in WRLD records.

* Add message
- Base Object Swapper is recommended, but not required.
  • Loading branch information
MacSplody authored Mar 7, 2024
1 parent 17e1f80 commit b7fba80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,7 @@ plugins:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65237/'
name: 'Unofficial Skyrim Special Edition Patch DV'
group: *fixesGroup
after: [ 'BOS Master Occlusion.esm' ]
msg:
- <<: *obsolete
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", "1.6.629.0", >=) and version("Unofficial Skyrim Special Edition Patch.esp", "4.2.9a", <)'
Expand Down Expand Up @@ -2224,6 +2225,16 @@ plugins:
group: *dynamicPatchGroup

###### Resources & Frameworks ######
- name: 'BOS Master Occlusion.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/113023/'
name: 'Base Object Swapper - Master Occlusion'
group: *fixesGroup
msg:
- <<: *alsoUseX
subs: [ '[Base Object Swapper](https://www.nexusmods.com/skyrimspecialedition/mods/60805/)' ]
condition: 'not file("SKSE/Plugins/po3_BaseObjectSwapper.dll")'

- name: 'Gamepad++.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27007/' ]
msg: [ *requiresMCM ]
Expand Down

0 comments on commit b7fba80

Please sign in to comment.