Skip to content

Commit

Permalink
Add SKSE AE Version Compatibility check: 1.6.1130.0 (#2882)
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 authored Dec 6, 2023
1 parent 8e3e50b commit 836e063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ globals:
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", "1.6.629.0", ==) and version("../skse64_loader.exe", "0.2.2.0", <) and file("../skse64_loader.exe")'
- <<: *versionSkseIncSAE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", "1.6.640.0", ==) and not file("../skse64_1_6_640.dll") and file("../skse64_loader.exe")'
- <<: *versionSkseIncSAE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", "1.6.1130.0", ==) and not file("../skse64_1_6_1130.dll") and file("../skse64_loader.exe")'
# SKSE AE GOG - Game Runtime
- <<: *versionSkseIncSSE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", "1.6.659.0", ==) and not file("../skse64_1_6_659.dll") and file("../skse64_loader.exe")'
Expand Down

0 comments on commit 836e063

Please sign in to comment.