mirror of
https://github.com/loot/morrowind.git
synced 2026-07-27 14:16:19 -07:00
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:
+17
-1
@@ -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/)'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user