Skip to content

Commit

Permalink
Update UFO4P (#602)
Browse files Browse the repository at this point in the history
* Add `obsolete` message
  * Update for latest version.
  * Add check for latest compatible version.

* Update `versionXIncY` message
  * Update for latest version.

* Update cleaning data
  * V2.1.6a.
  • Loading branch information
sibir-ine authored Apr 29, 2024
1 parent adcc0eb commit 1d4f8e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1511,16 +1511,16 @@ plugins:
group: *fixesGroup
msg:
- <<: *obsolete
condition: 'version("Unofficial Fallout 4 Patch.esp", "2.1.5", <)'
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.980.0", >=) and version("Unofficial Fallout 4 Patch.esp", "2.1.6a", <)'
- <<: *versionXIncY
subs:
- 'Unofficial Fallout 4 Patch'
- 'Fallout 4'
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.163.0", <) and version("Unofficial Fallout 4 Patch.esp", "2.1.0", >=)'
condition: 'readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.980.0", <) and version("Unofficial Fallout 4 Patch.esp", "2.1.6a", >=)'
tag: [ Relev ]
clean:
- crc: 0x5A28725A
util: 'FO4Edit v4.0.4c'
- crc: 0xB58A0106
util: 'FO4Edit v4.1.5f'

###### Modding Tools - Generated Files ######
- name: 'Bashed Patch.*\.esp'
Expand Down

0 comments on commit 1d4f8e7

Please sign in to comment.