Skip to content

Commit

Permalink
Update QuickLoot EE (#2950)
Browse files Browse the repository at this point in the history
* Correction
  * Introduced in ad00835.
  * There is no QuickLootIE.esp, just QuickLootEE.esp.

* Update `patchUpdateAvailable` message
  * Recommend QuickLootIE as well.
  * DLL is renamed.

* Update `versionXIncY` message
  * See above.

* Add `useOnlyOneX` message
  * Users may accidentally install QuickLootIE over QuickLoot EE.
  • Loading branch information
sibir-ine authored Jul 2, 2024
1 parent ad00835 commit 6582c59
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17234,25 +17234,25 @@ plugins:
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/69980/'
name: 'QuickLoot EE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/120075/'
name: 'QuickLootIE'
msg:
- <<: *patchUpdateAvailable
subs: [ '[1.6.1170 Support (DLL Only) - Fixed](https://github.com/WaterFace/QuickLootEE/releases/latest)' ]
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", "1.5.97.0", >) and version("SKSE/Plugins/QuickLootEE.dll", "1.2.0.0", <)'
subs: [ '[QuickLootIE](https://www.nexusmods.com/skyrimspecialedition/mods/120075/) **OR** [1.6.1170 Support (DLL Only) - Fixed](https://github.com/WaterFace/QuickLootEE/releases/latest)' ]
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", "1.5.97.0", >) and version("SKSE/Plugins/QuickLootEE.dll", "1.2.0.0", <) and not file("SKSE/Plugins/QuickLootEE-NG.dll")'
- *requiresMCM
- <<: *useOnlyOneX
subs: [ 'QuickLoot DLL' ]
condition: 'many("SKSE/Plugins/QuickLootEE(-NG)?\.dll")'
- <<: *versionXIncY
subs:
- 'QuickLoot EE'
- 'Skyrim'
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", "1.5.97.0", >) and version("SKSE/Plugins/QuickLootEE.dll", "1.2.0.0", <)'
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", "1.5.97.0", >) and version("SKSE/Plugins/QuickLootEE.dll", "1.2.0.0", <) and not file("SKSE/Plugins/QuickLootEE-NG.dll")'
clean:
- crc: 0x0F6F63D9
util: 'SSEEdit v4.1.5g'

- name: 'QuickLootIE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/120075/'
name: 'QuickLoot IE'

- name: 'tdgsseActivateToInteract.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35492/' ]
msg:
Expand Down

0 comments on commit 6582c59

Please sign in to comment.