Add TES3Merge Merged Objects Patch (#46)

* Add location
 - https://www.nexusmods.com/morrowind/mods/46870/

 * Assign group
 - Move to Dynamic patch group.

* Add messages
 - Reminder to regenerate file for certain load order changes.

 * Add load after rules
 - Place Merged Objects.esp before multipatch.esp.

 * Format change
 - Change section name for dynamic patches.
This commit is contained in:
IllusiveMan196
2021-10-24 03:08:11 +01:00
committed by GitHub
parent 14dd755aea
commit fec6cf5a13
+17 -1
View File
@@ -524,6 +524,22 @@ plugins:
- 'Graphic Herbalism TR.ESP'
- 'Graphic Herbalism TR Extra.ESP'
#Any dynamic patches (not sure if multipatch is the only one)
###### Modding Tools - Generated Files ######
- name: 'Merged Objects.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/46870/' ]
group: *dynamicPatchGroup
msg:
- type: say
content:
- lang: en
text: 'Regenerate after adding or removing mods that change or add in-game items. Use [TES3Merge](https://www.nexusmods.com/morrowind/mods/46870/)'
- name: 'multipatch.esp'
group: *dynamicPatchGroup
after: [ 'Merged Objects.esp' ]
msg:
- type: say
content:
- lang: en
text: 'Regenerate after adding or removing mods or generating [Merged Objects.esp](https://www.nexusmods.com/morrowind/mods/46870/)'