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

Account for Community Shaders in dependencies #2859

Merged
merged 1 commit into from
Oct 29, 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
21 changes: 19 additions & 2 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ common:
name: 'SKSE/Plugins/po3_BaseObjectSwapper.dll'
display: '[Base Object Swapper](https://www.nexusmods.com/skyrimspecialedition/mods/60805/)'
BrainBlasted marked this conversation as resolved.
Show resolved Hide resolved

- &CommunityShaders
name: 'SKSE/Plugins/CommunityShaders.dll'
display: '[Community Shaders](https://www.nexusmods.com/skyrimspecialedition/mods/86492/)'

- &DAR
name: 'skse/plugins/DynamicAnimationReplacer.dll'
display: '[Dynamic Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/33746/)'
Expand All @@ -281,6 +285,11 @@ common:
name: 'tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe'
display: '[Fores New Idles in Skyrim SE](https://www.nexusmods.com/skyrimspecialedition/mods/3038/)'
BrainBlasted marked this conversation as resolved.
Show resolved Hide resolved

- &GraphicsFramework
name: '../d3d11.dll'
display: '[ENBSeries SE](http://enbdev.com/download_mod_tesskyrimse.htm) **OR** [Community Shaders](https://www.nexusmods.com/skyrimspecialedition/mods/86492/)'
condition: 'not file("SKSE/Plugins/CommunityShaders.dll")'

- &HDT_SMP
name: 'SKSE/Plugins/hdtSMP64.dll'
display: '[FSMP - Faster HDT-SMP](https://www.nexusmods.com/skyrimspecialedition/mods/57339/)'
Expand Down Expand Up @@ -3361,7 +3370,11 @@ plugins:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/83935/'
name: 'Parallax Spell Impacts'
- name: 'PSI.esp'
BrainBlasted marked this conversation as resolved.
Show resolved Hide resolved
req: [ *ENBSeries ]
req:
- *GraphicsFramework
- name: 'Shaders/ComplexParallaxMaterials/ComplexParallaxMaterials.hlsli'
display: '[Complex Parallax Materials](https://www.nexusmods.com/skyrimspecialedition/mods/95134/)'
condition: 'not (file("../d3d11.dll")) and file("SKSE/Plugins/CommunityShaders.dll")'
tag: [ Graphics ]
# Do not clean - ITMs are intentional according to the author.
- name: 'Thunderbolt fix test.esp'
Expand Down Expand Up @@ -4347,7 +4360,11 @@ plugins:
- 'ELFX - Hardcore.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RLO - Interiors.esp'
BrainBlasted marked this conversation as resolved.
Show resolved Hide resolved
req: [ *ENBSeries ]
req:
- *GraphicsFramework
- name: 'Shaders/LightLimitFix/LightLimitFix.hlsli'
display: '[Light Limit Fix](https://www.nexusmods.com/skyrimspecialedition/mods/99548/)'
condition: 'not (file("../d3d11.dll")) and file("SKSE/Plugins/CommunityShaders.dll")'
msg:
- <<: *requiresResources
subs: [ '[Particle Patch for ENB](https://www.nexusmods.com/skyrimspecialedition/mods/65720/)' ]
Expand Down