Add group for grass removal mods (#3204)

* Add group
- For mods that remove grass.
- Either by altering landscape textures records or flag settings in WRLD.

* Update sorting rules
- Move No Grassias to new group.
- Resets landscape textures to vanilla settings.

* Update sorting rules
- Move No Grass in caves and cities to no grass group.
This commit is contained in:
MacSplody
2026-04-24 19:50:56 +01:00
committed by GitHub
parent 9fc52d0c53
commit 33d2b6922c
+8 -4
View File
@@ -872,9 +872,13 @@ groups:
description: 'A group for mods that have extensive changes to water.'
after: [ *winterholdRestoredGroup ]
- name: &noGrassGroup No Grass
description: 'A group for mods that remove grass.'
after: [ *waterOverhaulsGroup ]
- name: &torchLightingGroup Torch Lighting
description: 'A group for mods that alter torch lighting.'
after: [ *waterOverhaulsGroup ]
after: [ *noGrassGroup ]
- name: &playerDialogueGroup Player Character Dialogue
description: 'A group for mods that modify the player character dialogue.'
@@ -9394,7 +9398,7 @@ plugins:
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35639/'
name: 'No Grassias - A Universal Grass Fix For Grass Mods'
group: *lowPriorityGroup
group: *noGrassGroup
msg:
- <<: *useOnlyOneX
subs: [ 'No Grassias ESP' ]
@@ -9403,7 +9407,7 @@ plugins:
- name: 'NoGrassINCaves.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12431/' ]
group: *worldSettingsGroup
group: *noGrassGroup
clean:
- crc: 0xE88623EA
util: 'SSEEdit v4.0.3h (Hotfix 1)'
@@ -9414,7 +9418,7 @@ plugins:
- name: 'NoGrassINCities.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18768/' ]
group: *worldSettingsGroup
group: *noGrassGroup
- name: 'NorthernGrass.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25459/' ]