Skip to content

Commit

Permalink
Update Clarity - A Visual Overhaul (#635)
Browse files Browse the repository at this point in the history
* Remove from group
- Author suggest placing it early.
- There are also patching script available for any conflicts.

* Remove load after rule.
- A few minor conflicts in lights, can be easily patched.

* Update Location
- Add True Storms version.

* Add cleaning data
- Versions 3.1 True storms, 4.2 & 4.3

* Update message
- TS patch specifies version 4.3 should be used.

* Add message
- Add check to make sure required files are installed.

* Add file to inc list
- True Storms version.
  • Loading branch information
MacSplody authored Nov 28, 2024
1 parent 03b27b6 commit b55754c
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2499,19 +2499,18 @@ plugins:
util: 'FO4Edit v4.1.5k'

###### AudioVisual - Weather & Lighting ######
- name: 'Clarity( Decreased Saturation Addon| Far Harbor Fog Clouds Removed| Stronger Godrays Addon)?\.esp'
- name: 'Clarity( Decreased Saturation Addon| Far Harbor Fog Clouds Removed| Stronger Godrays Addon|TS)?\.esp'
url:
- link: 'https://www.nexusmods.com/fallout4/mods/31991/'
name: 'Clarity - A Visual Overhaul'
group: *lowPriorityGroup
- name: 'Clarity.esp'
after: [ 'WorkshopRearranged.esp' ]
inc: [ 'ClarityTS.esp' ]
msg:
- <<: *patch3rdParty
subs:
- 'True Storms'
- '[Clarity - True Storms](https://www.nexusmods.com/fallout4/mods/65462/)'
condition: 'active("TrueStormsFO4.esm") and not active("TrueStorms_Clarity.esp")'
condition: 'version("Clarity.esp", "4.3", ==) and active("TrueStormsFO4.esm") and not active("TrueStorms_Clarity.esp")'
- <<: *patcherScriptAvailable
subs:
- '[FO4Edit](https://www.nexusmods.com/fallout4/mods/2737/)'
Expand All @@ -2520,6 +2519,32 @@ plugins:
subs:
- '[Synthesis](https://github.com/Mutagen-Modding/Synthesis/)'
- '[Various Synthesis Patchers](https://www.nexusmods.com/fallout4/mods/66836/)'
- <<: *requiresResources
subs: [ '[Clarity 4.2](https://www.nexusmods.com/fallout4/mods/31991/)' ]
condition: 'not file("Materials/SetDressing/MemoryLounge/MemoryLoungerGlass01.BGEM")'
clean:
# Version: 4.2
- crc: 0xACA71BEF
util: 'FO4Edit v4.1.5k'
# Version: 4.3
- crc: 0x096860FE
util: 'FO4Edit v4.1.5k'
- name: 'Clarity Decreased Saturation Addon.esp'
clean:
- crc: 0x07169FC2
util: 'FO4Edit v4.1.5k'
- name: 'Clarity Far Harbor Fog Clouds Removed.esp'
clean:
- crc: 0x108D74F5
util: 'FO4Edit v4.1.5k'
- name: 'Clarity Stronger Godrays Addon.esp'
clean:
- crc: 0xD920DB36
util: 'FO4Edit v4.1.5k'
- name: 'ClarityTS.esp'
clean:
- crc: 0x08CD27DE
util: 'FO4Edit v4.1.5k'

- name: 'EnhancedLightsandFX.esp'
url:
Expand Down

0 comments on commit b55754c

Please sign in to comment.