Skip to content

Commit

Permalink
Update global messages for F4SE v7.1 (#605)
Browse files Browse the repository at this point in the history
* Update global runtime messages
  * Refer to old versions as 'pre-NG' to avoid confusion.
  * Remove last remnants of VR.

* Update global F4SE messages
  * Split into NG & pre-NG messages.
  * Update for v7.1, compatible with NG.
  * Link to Nexus page as, currently, Silverlock page doesn't have latest version.
  • Loading branch information
sibir-ine committed May 4, 2024
1 parent 2e9536b commit 22a73db
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,26 +243,22 @@ prelude:
subs:
- 'F4SE'
- '[F4SE](https://f4se.silverlock.org)'
condition: 'file("F4SE/Plugins/([^\.]+\.dll)") and not file("../f4se(vr)?_loader\.exe")'
condition: 'file("F4SE/Plugins/([^\.]+\.dll)") and not file("../f4se_loader.exe")'

- &scriptExtenderRequiredScripts
type: warn
content: 'It appears you have installed **{0}**, but its required scripts seem to be missing. Please ensure you have correctly installed the scripts bundled with the **{1}** installation archive.'
subs:
- 'Fallout 4 Script Extender'
- '[F4SE](https://f4se.silverlock.org)'
condition: 'not file("scripts/F4SE.pex") and ((file("../Fallout4.exe") and file("../f4se_loader.exe")) or (file("../Fallout4VR.exe") and file("../f4sevr_loader.exe")))'
condition: 'not file("scripts/F4SE.pex") and file("../f4se_loader.exe")'

common:
# File Anchors
- &F4SE
name: '../f4se_loader.exe'
display: '[F4SE](https://f4se.silverlock.org)'

- &F4SE_VR
name: '../f4sevr_loader.exe'
display: '[F4SE VR](https://f4se.silverlock.org)'

- &RobCoPatcher
name: 'F4SE/Plugins/RobCo_Patcher.dll'
display: '[RobCo Patcher](https://www.nexusmods.com/fallout4/mods/69798/)'
Expand Down Expand Up @@ -429,23 +425,29 @@ globals:
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.980.0", >=)'
# Fallout 4
- <<: *versionOldX
subs: [ '**Fallout 4**' ]
subs: [ '**Fallout 4 pre-NG**' ]
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.163.0", <)'
- <<: *versionUpToDateX
subs: [ '**Fallout 4**' ]
subs: [ '**Fallout 4 pre-NG**' ]
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.163.0", ==)'

# F4SE - Latest Version
- <<: *versionOldX
subs: [ '**[F4SE](https://f4se.silverlock.org)**' ]
condition: 'version("../f4se_loader.exe", "0.0.6.23", <) and file("../f4se_loader.exe")'
subs: [ '**[F4SE](https://www.nexusmods.com/fallout4/mods/42147/) NG**' ]
condition: 'version("../f4se_loader.exe", "0.0.7.1", <) and file("../f4se_loader.exe") and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.980.0", >=)'
- <<: *versionUpToDateX
subs: [ '**F4SE NG**' ]
condition: 'version("../f4se_loader.exe", "0.0.7.1", >=) and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.980.0", >=)'
- <<: *versionOldX
subs: [ '**[F4SE](https://f4se.silverlock.org) pre-NG**' ]
condition: 'version("../f4se_loader.exe", "0.0.6.23", <) and file("../f4se_loader.exe") and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.163.0", <=)'
- <<: *versionUpToDateX
subs: [ '**F4SE**' ]
condition: 'version("../f4se_loader.exe", "0.0.6.23", >=)'
subs: [ '**F4SE pre-NG**' ]
condition: 'version("../f4se_loader.exe", "0.0.6.23", ==) and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.163.0", <=)'

# F4SE - Runtime Compatibility
- <<: *versionF4SEIncFO4
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.980.0", >=) and version("../f4se_loader.exe", "0.0.6.23", <=) and file("../f4se_loader.exe")'
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.980.0", ==) and version("../f4se_loader.exe", "0.0.7.1", <) and file("../f4se_loader.exe")'
- <<: *versionF4SEIncFO4
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.163.0", ==) and version("../f4se_loader.exe", "0.0.6.20", <) and file("../f4se_loader.exe")'
- <<: *versionF4SEIncFO4
Expand Down

0 comments on commit 22a73db

Please sign in to comment.