mirror of
https://github.com/loot/skyrimse.git
synced 2026-07-27 14:15:30 -07:00
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:
+8
-4
@@ -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/' ]
|
||||
|
||||
Reference in New Issue
Block a user