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
4 changes: 2 additions & 2 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,10 @@ globals:
# NVSE
- <<: *versionOldX
subs: [ '**[New Vegas Script Extender](http://nvse.silverlock.org/)**' ]
condition: 'not file("../nvse_1_4ng.dll") and (file("../nvse_1_[01]\.dll") or (file("../nvse_1_4.dll") and version("../nvse_1_4.dll", "0.6.3.5", <)))'
condition: 'not file("../nvse_1_4ng.dll") and (file("../nvse_1_[01]\.dll") or (file("../nvse_1_4.dll") and version("../nvse_1_4.dll", "0.6.3.10", <)))'
- <<: *versionUpToDateX
subs: [ '**New Vegas Script Extender**' ]
condition: 'not file("../nvse_1_4ng.dll") and version("../nvse_1_4.dll", "0.6.3.5", >=)'
condition: 'not file("../nvse_1_4ng.dll") and version("../nvse_1_4.dll", "0.6.3.10", >=)'
# NVSE NoGore
- <<: *versionOldX
subs: [ '**[New Vegas Script Extender NoGore](http://nvse.silverlock.org/)**' ]
Expand Down