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

Update Deadly Spell Impacts #2964

Merged
merged 4 commits into from
Aug 20, 2024
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
30 changes: 21 additions & 9 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3092,6 +3092,12 @@ plugins:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12939/'
name: 'Deadly Spell Impacts'
- name: 'DeadlySpellImpacts.esp'
msg:
- <<: *patch3rdParty
subs:
- 'ENBSeries SE v0.483 or less'
- '[Deadly Spell Impacts Transparency Fix for ENB](https://www.nexusmods.com/skyrimspecialedition/mods/41284/)'
condition: 'file("../d3d11.dll") and product_version("../d3d11.dll", "0.4.8.4", <) and version("DeadlySpellImpacts.esp", "1.70", ==) and not active("DeadlySpellImpacts Transparency Fix.esp") and not active("PSI.esp")'
tag: [ Graphics ]
clean:
- crc: 0x72B9103C
Expand All @@ -3100,6 +3106,21 @@ plugins:
clean:
- crc: 0x88A3564F
util: 'SSEEdit v4.0.4c'
# Deadly Spell Impacts Transparency Fix for ENB #
- name: 'DeadlySpellImpacts Transparency Fix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41284/'
name: 'Deadly Spell Impacts Transparency Fix for ENB'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Deadly Spell Impacts v1.8.0+' ]
condition: 'file("DeadlySpellImpacts.esp") and version("DeadlySpellImpacts.esp", "1.70", !=)'
- <<: *alreadyInOrFixedByX
subs: [ 'ENBSeries v0.484+' ]
condition: 'product_version("../d3d11.dll", "0.4.8.4", >=)'
- <<: *alreadyInOrFixedByX
subs: [ 'Parallax Spell Impacts' ]
condition: 'active("PSI.esp")'

- name: 'DibellaStatuesFixes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51983/' ]
Expand Down Expand Up @@ -28191,15 +28212,6 @@ plugins:
- crc: 0x76F44BFE
util: 'SSEEdit v4.0.4c'

- name: 'DeadlySpellImpacts Transparency Fix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41284/'
name: 'Deadly Spell Impacts Transparency Fix for ENB'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Parallax Spell Impacts' ]
condition: 'active("PSI.esp")'

- name: 'DiverseSkyimCivilWarFix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/47939/'
Expand Down
Loading