Skip to content
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
8 changes: 4 additions & 4 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,10 @@ globals:
# Fallout 4
- <<: *versionOldX
subs: [ '**Fallout 4**' ]
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.169.0", <)'
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.191.0", <)'
- <<: *versionUpToDateX
subs: [ '**Fallout 4**' ]
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.169.0", >=)'
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.191.0", >=)'
# Fallout 4 VR
- <<: *versionOldX
subs: [ '**Fallout 4 VR**' ]
Expand All @@ -490,10 +490,10 @@ globals:
# F4SE - Latest Version
- <<: *versionOldX
subs: [ '**[F4SE](https://www.nexusmods.com/fallout4/mods/42147/) NG**' ]
condition: 'version("../f4se_loader.exe", "0.0.7.6", <) and file("../f4se_loader.exe") and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.169.0", >=)'
condition: 'version("../f4se_loader.exe", "0.0.7.7", <) and file("../f4se_loader.exe") and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.191.0", >=)'
- <<: *versionUpToDateX
subs: [ '**F4SE**' ]
condition: 'version("../f4se_loader.exe", "0.0.7.6", >=) and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.169.0", >=)'
condition: 'version("../f4se_loader.exe", "0.0.7.7", >=) and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.11.191.0", >=)'
- <<: *versionOldX
subs: [ '**Script Extender ([F4SE VR](https://f4se.silverlock.org))**' ]
condition: 'version("../f4sevr_loader.exe", "0.0.6.20", <) and file("../Fallout4VR.exe") and file("../f4sevr_loader.exe")'
Expand Down