Files
morrowind/masterlist.yaml
T

811 lines
28 KiB
YAML
Raw Normal View History

2021-03-30 02:46:29 -07:00
# LOOT ignores anything that doesn't come under 'bash_tags', 'globals',
# 'groups', or 'plugins', so a section like 'common' is useful for storing
# data that gets re-used.
prelude:
common:
# Message Anchors
- &alreadyInX
type: error
content: 'Delete. Already included in %1%.'
2021-11-01 14:27:39 +00:00
- &alreadyInOrFixedByX
type: error
content: 'Delete. Already included or otherwise fixed in %1%.'
2021-11-01 14:27:39 +00:00
- &alsoUseX
type: say
content: 'It''s highly recommended that you also use %1%.'
- &compatIssuesWithX
type: say
content: 'This plugin has compatibility issues with %1%. For more information, read this mod''s compatibility notes.'
- &compatNotes
type: say
content: 'It is recommended that you read this mod''s [Compatibility Notes](%1%).'
- &corrupt
type: warn
content: 'This file is corrupt and should not be used.'
- &deleteOrDeactivateX
type: error
content: 'Delete or deactivate. %1%'
subs: [ '' ]
2021-11-01 14:27:39 +00:00
- &deletePlugin
type: warn
content: 'When using **%1%**, it''s recommended that you deactivate or delete this ESP file but keep the resources (e.g. meshes, textures) installed with this mod.'
- &includesX
type: say
content: '%1% is included with this mod.'
- &languageX
type: say
content: 'Language: %1%'
- &mainQuestCompleted
type: say
content: 'Only use this plugin once the main quest of the game has been completed.'
- &masterReassign
type: say
content: 'The **%1%** master must be reassigned to **%2%**.'
- &missingRequirementXforY
type: warn
content: 'It appears you have installed **%2%**, but some of its requirements seem to be missing. Please ensure you have correctly installed **%1%**.'
- &missingRequirementXforPlugin
type: warn
content: 'Some of this plugins requirements seem to be missing. Please ensure you have correctly installed **%1%**.'
- &moddingPlugin
type: error
content: 'This plugin is a modding resource and should not be used in-game.'
- &moveXFromYToZ
type: say
content: 'Move %1% from %2% to %3%.'
2019-08-14 00:32:33 +01:00
- &obsolete
type: warn
content: 'Obsolete. Update to the latest version. %1%'
subs: [ '' ]
2019-04-13 22:54:40 +01:00
- &optional
type: say
content: 'This plugin is optional.'
2021-11-01 14:27:39 +00:00
- &patch3rdParty
type: say
content: 'You seem to be using **%1%**, but you have not enabled a compatibility patch for this mod. A third party patch is available here: %2%'
- &patcherScriptAvailable
type: say
content: '%1% patcher script available here: %2%'
2021-11-01 14:27:39 +00:00
- &patchIncluded
type: say
content: 'You seem to be using **%1%**, but you have not enabled a compatibility patch for this mod. A compatibility patch is included with this plugin''s installer.'
- &patchOutdated
type: warn
content: 'This patch is outdated and may not be compatible with the latest version of the patched mod.'
2021-11-01 14:27:39 +00:00
- &patchProvided
type: say
content: 'You seem to be using **%1%**, but you have not enabled a compatibility patch for this mod. A compatibility patch is provided on this plugin''s mod page.'
- &patchUnavailable
type: warn
content: 'A patch is required to make this mod fully compatible with %1%. None is currently available for download.'
- &patchUpdateAvailable
type: say
content: 'Update Patch available: %1%'
- &renameFile
type: say
content: 'Rename this file to %1%.'
- &renameXtoY
type: warn
content: 'You need to rename %1% to %2% or this mod won''t work.'
2021-11-01 14:27:39 +00:00
- &requiresResources
type: warn
content: 'Requires resources (e.g. meshes, textures; not plugins) from %1%.'
2021-11-01 14:27:39 +00:00
- &requiresX
type: warn
content: 'Requires: %1%'
- &runAnimFramework
type: say
content: 'It appears you have **%1%** installed. Remember to run **%2%** every time you have installed or uninstalled %3%, or a %3%-based mod.'
- &useBashTweakInstead
type: say
content: 'A Bashed Patch tweak can be used instead of this plugin. %1%'
subs: [ '' ]
condition: 'file("Bashed Patch.*\.esp")'
- &useINITweakInstead
type: say
content: 'An INI tweak can be used instead of this plugin. %1%'
subs: [ '' ]
2021-11-01 14:27:39 +00:00
- &useInstead
type: warn
content: 'Use %1% instead.'
- &useOnlyOneX
type: error
content: 'Use only one %1%.'
2021-11-01 14:27:39 +00:00
- &useVersion
type: error
content: 'Use %1% version.'
2021-11-01 14:27:39 +00:00
- &useVersionNon
type: error
content: 'Use non-%1% version.'
- &versionOldX
type: say
content: 'It appears you do not have the latest version of %1%. Some mods may require functionality added in the latest version of %1% to work.'
- &versionUpToDateX
type: say
content: 'Your %1% is up-to-date.'
- &versionXIncY
type: error
content: 'Your installed version of %1% is not compatible with your version of %2%.'
- &versionXofYorGreaterRequired
type: error
content: 'Requires version **%1%** or greater of **%2%**.'
2021-11-01 14:27:39 +00:00
# Global Anchors
- &latestLOOTThread
type: say
content: '[Latest LOOT thread](%1%).'
subs: [ 'https://loot.github.io/latest-thread/' ]
common: []
2019-04-13 22:54:40 +01:00
bash_tags: []
2021-09-28 20:09:37 +02:00
globals:
# Latest LOOT Thread
2022-01-08 20:45:45 -08:00
- *latestLOOTThread
2019-04-13 22:54:40 +01:00
groups:
2019-05-03 20:18:03 +01:00
- name: &dlcGroup DLC
2019-05-03 20:18:03 +01:00
- name: &unofficialPatches Unofficial Patches
after: [ *dlcGroup ]
2019-05-03 20:42:59 +01:00
- name: &earlyLoadersGroup Early Loaders
2019-05-03 20:18:03 +01:00
after: [ *unofficialPatches ]
2021-10-21 13:12:48 -07:00
- name: default
2019-05-03 20:42:59 +01:00
after: [ *earlyLoadersGroup ]
2019-05-03 20:18:03 +01:00
- name: &dynamicPatchGroup Dynamic Patches
2021-10-21 13:12:48 -07:00
after: [ default ]
2019-04-13 22:54:40 +01:00
2019-04-13 23:41:26 +01:00
plugins:
2021-10-24 03:32:58 +01:00
###### Official Game Files ######
- name: 'Tribunal.esm'
group: *dlcGroup
2019-04-13 23:41:26 +01:00
- name: 'Bloodmoon.esm'
group: *dlcGroup
2021-03-05 16:09:21 -08:00
after: [ 'Tribunal.esm' ]
2019-05-03 20:55:40 +01:00
2021-10-24 03:32:58 +01:00
###### Official Mods ######
- name: '(adamantiumarmor|AreaEffectArrows|bcsounds|EBQ_Artifact|entertainers|LeFemmArmor|master_index|Siege at Firemoth).esp'
url:
- link: 'https://en.m.uesp.net/wiki/Morrowind:Plugins'
name: 'Morrowind Official Plugins on UESP.net'
2021-10-24 03:32:58 +01:00
- link: 'https://www.nexusmods.com/morrowind/mods/43931/'
name: 'Unofficial Morrowind Official Plugins Patched'
2019-08-13 23:45:39 +01:00
group: *earlyLoadersGroup
2019-08-14 00:32:33 +01:00
msg:
- <<: *alreadyInX
subs: [ 'Unofficial Morrowind Official Plugins Patched' ]
condition: 'active("Unofficial Morrowind Official Plugins Patched.ESP")'
2019-08-14 00:32:33 +01:00
- <<: *deletePlugin
subs: [ '"Unofficial Morrowind Official Plugins Patched.ESP"' ]
condition: 'active("Unofficial Morrowind Official Plugins Patched.ESP")'
2019-08-14 00:05:45 +01:00
- name: '\[Official\](Adamantium Armor|Area Effect Arrows|Bitter Coast Sounds|Helm of Tohan|Entertainers|LeFemm Armor|Master Index|Siege at Firemoth)\.esp'
2019-08-13 23:48:05 +01:00
url:
- link: 'http://download.fliggerty.com/download-13-1079'
name: 'Morrowind Official Plugins on fliggerty.com'
group: *earlyLoadersGroup
2021-03-01 04:52:58 -08:00
inc: [ 'Unofficial Morrowind Official Plugins Patched.ESP' ]
msg:
- <<: *alreadyInX
subs: [ 'Unofficial Morrowind Official Plugins Patched' ]
condition: 'active("Unofficial Morrowind Official Plugins Patched.ESP")'
2019-08-13 23:48:05 +01:00
2019-08-14 00:05:45 +01:00
- name: '(adamantiumarmor|\[Official\]Adamantium Armor)\.esp'
2019-05-03 21:11:08 +01:00
after:
- 'AreaEffectArrows.esp'
- 'bcsounds.esp'
- 'EBQ_Artifact.esp'
- 'entertainers.esp'
- 'LeFemmArmor.esp'
- 'master_index.esp'
2019-08-13 23:48:05 +01:00
- '[Official]Area Effect Arrows.esp'
- '[Official]Bitter Coast Sounds.esp'
- '[Official]Entertainers.esp'
- '[Official]Helm of Tohan.esp'
- '[Official]LeFemm Armor.esp'
- '[Official]Master Index.esp'
2019-08-13 23:57:41 +01:00
msg:
- <<: *useOnlyOneX
subs: [ '"Adamantium Armor"' ]
2019-08-14 00:05:45 +01:00
condition: 'many("(adamantiumarmor|\[Official\]Adamantium Armor)\.esp")'
2019-05-03 20:55:40 +01:00
2019-08-14 00:05:45 +01:00
- name: '(AreaEffectArrows|\[Official\]Area Effect Arrows)\.esp'
2019-05-03 21:11:08 +01:00
after:
- 'bcsounds.esp'
- 'entertainers.esp'
2019-08-13 23:48:05 +01:00
- '[Official]Bitter Coast Sounds.esp'
- '[Official]Entertainers.esp'
2019-08-13 23:57:41 +01:00
msg:
- <<: *useOnlyOneX
subs: [ '"Area Effect Arrows"' ]
2019-08-14 00:05:45 +01:00
condition: 'many("(AreaEffectArrows|\[Official\]Area Effect Arrows)\.esp")'
2019-05-03 20:55:40 +01:00
2019-08-14 00:05:45 +01:00
- name: '(bcsounds|\[Official\]Bitter Coast Sounds)\.esp'
2019-05-03 21:11:08 +01:00
after:
- 'entertainers.esp'
2019-08-13 23:48:05 +01:00
- '[Official]Entertainers.esp'
2019-08-13 23:57:41 +01:00
msg:
- <<: *useOnlyOneX
subs: [ '"Bitter Coast Sounds"' ]
2019-08-14 00:05:45 +01:00
condition: 'many("(bcsounds|\[Official\]Bitter Coast Sounds)\.esp")'
2019-05-03 20:55:40 +01:00
2019-08-14 00:05:45 +01:00
- name: '(EBQ_Artifact|\[Official\]Helm of Tohan)\.esp'
2019-05-03 21:11:08 +01:00
after:
- 'AreaEffectArrows.esp'
- 'bcsounds.esp'
- 'entertainers.esp'
2019-08-13 23:48:05 +01:00
- '[Official]Area Effect Arrows.esp'
- '[Official]Bitter Coast Sounds.esp'
- '[Official]Entertainers.esp'
2019-08-13 23:57:41 +01:00
msg:
- <<: *useOnlyOneX
subs: [ '"EBQ_Artifact" or "Helm of Tohan"' ]
2019-08-14 00:05:45 +01:00
condition: 'many("(EBQ_Artifact|\[Official\]Helm of Tohan)\.esp")'
2019-05-03 20:55:40 +01:00
2019-08-14 00:05:45 +01:00
- name: '(entertainers|\[Official\]Entertainers)\.esp'
2019-08-13 23:57:41 +01:00
msg:
- <<: *useOnlyOneX
subs: [ '"Entertainers"' ]
2019-08-14 00:05:45 +01:00
condition: 'many("(entertainers|\[Official\]Entertainers)\.esp")'
2019-05-03 20:55:40 +01:00
- name: 'LeFemmArmor.esp'
url:
2021-10-24 03:32:58 +01:00
- link: 'https://www.nexusmods.com/morrowind/mods/42560/'
name: 'Expanded LeFemm Armor'
2019-08-14 00:05:45 +01:00
- name: '(LeFemmArmor|\[Official\]LeFemm Armor)\.esp'
2019-05-03 21:11:08 +01:00
after:
- 'AreaEffectArrows.esp'
- 'bcsounds.esp'
- 'EBQ_Artifact.esp'
- 'entertainers.esp'
- 'master_index.esp'
2019-08-13 23:48:05 +01:00
- '[Official]Area Effect Arrows.esp'
- '[Official]Bitter Coast Sounds.esp'
- '[Official]Entertainers.esp'
- '[Official]Helm of Tohan.esp'
- '[Official]Master Index.esp'
2019-08-13 23:57:41 +01:00
msg:
- <<: *useOnlyOneX
subs: [ '"LeFemm Armor"' ]
2019-08-14 00:05:45 +01:00
condition: 'many("(LeFemmArmor|\[Official\]LeFemm Armor)\.esp")'
2019-05-03 20:55:40 +01:00
2019-08-14 00:05:45 +01:00
- name: '(master_index|\[Official\]Master Index)\.esp'
2019-05-03 21:11:08 +01:00
after:
- 'AreaEffectArrows.esp'
- 'bcsounds.esp'
- 'EBQ_Artifact.esp'
- 'entertainers.esp'
2019-08-13 23:48:05 +01:00
- '[Official]Area Effect Arrows.esp'
- '[Official]Bitter Coast Sounds.esp'
- '[Official]Entertainers.esp'
- '[Official]Helm of Tohan.esp'
2019-08-13 23:57:41 +01:00
msg:
- <<: *useOnlyOneX
subs: [ '"Master Index"' ]
2019-08-14 00:05:45 +01:00
condition: 'many("(master_index|\[Official\]Master Index)\.esp")'
2019-05-03 20:55:40 +01:00
2019-08-14 00:05:45 +01:00
- name: '(Siege at Firemoth|\[Official\]Siege at Firemoth)\.esp'
2019-05-03 21:11:08 +01:00
after:
- 'adamantiumarmor.esp'
- 'AreaEffectArrows.esp'
- 'bcsounds.esp'
- 'EBQ_Artifact.esp'
- 'entertainers.esp'
- 'LeFemmArmor.esp'
- 'master_index.esp'
2019-08-13 23:32:34 +01:00
- '[Official]Adamantium Armor.esp'
- '[Official]Area Effect Arrows.esp'
- '[Official]Bitter Coast Sounds.esp'
- '[Official]Entertainers.esp'
- '[Official]Helm of Tohan.esp'
- '[Official]LeFemm Armor.esp'
- '[Official]Master Index.esp'
2019-08-13 23:57:41 +01:00
msg:
- <<: *useOnlyOneX
subs: [ '"Siege at Firemoth"' ]
2019-08-14 00:05:45 +01:00
condition: 'many("(Siege at Firemoth|\[Official\]Siege at Firemoth)\.esp")'
2019-08-13 23:32:34 +01:00
2019-08-14 00:39:14 +01:00
- name: 'Unofficial Morrowind Official Plugins Patched.ESP'
2021-10-24 03:32:58 +01:00
url: [ 'https://www.nexusmods.com/morrowind/mods/43931/' ]
2019-08-14 00:39:14 +01:00
group: *earlyLoadersGroup
2021-10-24 03:32:58 +01:00
###### Unofficial Patches ######
2019-08-13 19:29:33 +01:00
- name: 'Patch for Purists.*\.es(m|p)'
2021-10-24 03:32:58 +01:00
url: [ 'https://www.nexusmods.com/morrowind/mods/45096/' ]
group: *unofficialPatches
2019-08-13 19:44:11 +01:00
- name: 'Patch for Purists( - Base Patch)?\.esm'
inc:
- 'gr_ScriptImprovements.esm'
- 'gr_ScriptImprovements.esp'
- 'Morrowind Patch v1.2.2.esm'
- 'Morrowind Patch v1.6.3.esm'
- 'Morrowind Patch v1.6.4.esm'
- 'Morrowind Patch v1.6.5-BETA.esm'
- 'Morrowind Patch 1.6.5 Beta (BTB Edit).esm'
- 'Morrowind Patch v1.6.5d_beta.esm'
- 'Morrowind Patch v1.6.6_beta.esm'
- 'Morrowind Rebirth [Main].ESP'
2019-08-13 19:44:11 +01:00
msg:
- <<: *useInstead
type: error
subs: [ 'Morrowind Patch Project 1.6.5 [For Rebirth].esm' ]
condition: 'active("Morrowind Rebirth [Main].ESP")'
- name: 'Patch for Purists.esm'
msg:
- <<: *obsolete
condition: 'version("Patch for Purists.esm", "3.1.2", <)'
- type: say
2020-01-31 01:40:55 +01:00
content:
- lang: en
text: 'Legacy version. Only recommended for old saves.'
- lang: de
text: 'Alt-Version. Ausschließlich für alte Speicherstände empfohlen.'
condition: 'version("Patch for Purists.esm", "3.1.2", <)'
2019-08-13 19:44:11 +01:00
- name: 'Patch for Purists - (Base Patch|(Book|Dialogue|Statistic) Typos|Floating Rocks|Expansion Implementation|Dialogue Inconsistencies)\.esm'
msg:
- *obsolete
- type: say
2020-01-31 01:40:55 +01:00
content:
- lang: en
text: 'Legacy version. Only recommended for old saves.'
- lang: de
text: 'Alt-Version. Ausschließlich für alte Speicherstände empfohlen.'
- name: 'Patch for Purists - Base Patch.esm'
2021-03-05 16:09:21 -08:00
after: [ 'Patch for Purists - Dialogue Typos.esm' ]
- name: 'Patch for Purists - Book Typos.esm'
after:
- name: 'Patch for Purists - Dialogue Typos.esm'
- name: 'Patch for Purists - Base Patch.esm'
- name: 'Patch for Purists - Floating Rocks.esm'
after:
- name: 'Patch for Purists - Dialogue Typos.esm'
- name: 'Patch for Purists - Base Patch.esm'
- name: 'Patch for Purists - Book Typos.esm'
- name: 'Patch for Purists - Expansion Implementation.esm'
after:
- name: 'Patch for Purists - Dialogue Typos.esm'
- name: 'Patch for Purists - Base Patch.esm'
- name: 'Patch for Purists - Book Typos.esm'
- name: 'Patch for Purists - Floating Rocks.esm'
- name: 'Patch for Purists - Dialogue Inconsistencies.esm'
after:
- name: 'Patch for Purists - Dialogue Typos.esm'
- name: 'Patch for Purists - Base Patch.esm'
- name: 'Patch for Purists - Book Typos.esm'
- name: 'Patch for Purists - Floating Rocks.esm'
- name: 'Patch for Purists - Expansion Implementation.esm'
- name: 'Patch for Purists - Statistic Typos.esm'
after:
- name: 'Patch for Purists - Dialogue Typos.esm'
- name: 'Patch for Purists - Base Patch.esm'
- name: 'Patch for Purists - Book Typos.esm'
- name: 'Patch for Purists - Floating Rocks.esm'
- name: 'Patch for Purists - Expansion Implementation.esm'
- name: 'Patch for Purists - Dialogue Inconsistencies.esm'
2021-10-24 03:32:58 +01:00
###### 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/)'
2021-11-02 15:17:19 +02:00
- type: say
content:
- lang: en
text: 'Delete before generating [Merged Objects.esp](https://www.nexusmods.com/morrowind/mods/46870/), to avoid cyclic dependency.'
2021-10-24 03:32:58 +01:00
2021-10-25 23:07:43 +03:00
###### Resources & Frameworks ######
- name: 'OAAB_Data.esm'
url: [ 'https://www.nexusmods.com/morrowind/mods/49042/' ]
group: *earlyLoadersGroup
2021-10-25 23:31:22 +03:00
- name: 'Tamriel_Data.esm'
url: [ 'https://www.nexusmods.com/morrowind/mods/44537/' ]
group: *earlyLoadersGroup
2022-01-07 00:57:46 +00:00
2021-10-24 03:32:58 +01:00
###### Fixes ######
- name: 'gr_ScriptImprovements.es(m|p)'
2021-10-24 03:32:58 +01:00
url: [ 'https://www.nexusmods.com/morrowind/mods/43828/' ]
msg:
- <<: *alreadyInX
subs: [ 'Patch for Purists' ]
condition: 'active("Patch for Purists.esm") or active("Patch for Purists - Base Patch.esm")'
- <<: *useOnlyOneX
subs: [ '"Script Improvements" version' ]
condition: 'many("gr_ScriptImprovements.es(m|p)")'
2021-11-09 01:06:59 +02:00
###### Character Appearance - NPCs ######
- name: 'Improved Argonians.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/45918/' ]
after: [ 'New Argonian Bodies - Clean.esp' ]
inc:
- 'Slof''s BB neck fix.esp'
- 'Slof''s Better Beasts a.esp'
- 'Slof''s Better Beasts b.esp'
- 'Slof''s Civilised Beasts.esp'
- 'Wey_New_Argonians.ESP'
2021-10-26 01:41:31 +03:00
###### Environment, Landscape & Flora ######
- name: 'Better Landscapes Stonewood Pass (RP Edit).esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/49464/' ]
after:
- 'DD_Caldera_Expansion.esp'
- 'Foyada Mamaea Overhaul.ESP'
- 'Order_Of_Sanctity.ESP'
- 'Walkers of Morrowind.esp'
2021-11-09 11:22:40 +02:00
###### Gameplay - General ######
- name: 'Immersive_corprus.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/44961/' ]
after:
- 'Main Quest Overhaul.esp'
- 'Sixth House.esp'
2021-11-02 18:00:44 +02:00
###### Gameplay - Quests ######
2021-11-09 01:40:12 +02:00
- name: 'Guild of Vampire Hunters.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/45832/' ]
after:
- 'Beautiful cities of Morrowind.ESP'
- 'NX9_StuddedArmor.esp'
- name: 'LuceEdit - Guild of Vampire Hunters.esp'
url:
- 'https://www.nexusmods.com/morrowind/mods/47224/'
- 'https://www.nexusmods.com/morrowind/mods/49231/'
after:
- 'Beautiful cities of Morrowind.ESP'
- 'Glass Domes of Vivec.esp'
- 'Mixed Cantons of Vivec.esp'
- 'No-Frills Open Vivec.esp'
2021-11-09 11:19:18 +02:00
- name: 'Ministry_of_Clarity.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/46093/' ]
after: [ 'Clean_Mines & Caverns.esp' ]
2021-11-12 13:22:28 +02:00
- name: 'Religions Elaborated.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/47843/' ]
after:
- 'Imperial_Legion_Expansion.esp'
- 'More Exclusive Factions.ESP'
- 'SwampFever.ESP'
2021-11-02 18:00:44 +02:00
### Rise of House Telvanni ###
- name: 'ROHT_2_0_8.ESP'
url:
- 'https://www.nexusmods.com/morrowind/mods/48225/'
- 'https://www.nexusmods.com/morrowind/mods/49231/'
after: [ 'Beautiful cities of Morrowind.ESP' ]
inc: [ 'BOM_ROHT_Patch.ESP' ]
req:
- name: 'Rise of House Telvanni.esm'
display: '[Rise of House Telvanni.esm](https://www.nexusmods.com/morrowind/mods/27545/)'
2021-11-12 19:21:17 +02:00
###### Locations - New Lands ######
### Tamriel Rebuilt ###
- name: 'TR_Factions.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/42145/' ]
after: [ 'higher faction requirements - Full.ESP' ]
- name: 'TR_Travels.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/42145/' ]
after:
- 'Beautiful cities of Morrowind.ESP'
- 'Religions Elaborated.ESP'
- 'SwampFever.ESP'
- 'TR_Preview.esp'
- name: 'TR_Travels_(Preview_and_Mainland).esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/42145/' ]
after:
- 'Beautiful cities of Morrowind.ESP'
- 'TR_Travels.esp'
- name: 'TR_Travels Patch.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/42145/' ]
after:
- 'Beautiful cities of Morrowind.ESP'
- 'TR_Travels.esp'
- 'TR_Travels_(Preview_and_Mainland).esp'
2021-10-28 12:19:54 +03:00
###### Locations - Overhauls ######
2021-11-02 03:11:21 +02:00
### Beautiful cities of Morrowind ###
2021-10-28 12:19:54 +03:00
- name: 'Beautiful cities of Morrowind.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after:
- 'Better Landscapes Stonewood Pass (RP Edit).esp'
2021-11-09 11:25:36 +02:00
- 'KS_Julan_Ashlander Companion_2.0.esp'
- 'KS_Julan_Ashlander Companion_3.0_beta.esp'
2021-10-28 12:19:54 +03:00
- 'Morrowind Anti-Cheese.esp'
2021-11-06 00:14:49 +02:00
inc:
- 'MDP 2013.esp'
- 'MDP 2013-CV.esp'
- 'MDP 2016.esp'
- 'Duke''s Throne Room Overhaul.ESP'
- 'Ald-Ruhn Temple Expansion 1.5.esp'
- 'aldruhnmagesguildexpansion.esp'
- 'AldRuhn_seat_of_power.ESP'
- 'Atmospheric Delights.ESP'
- 'Balmora Redecorated.esp'
- 'Balmora_Rooftop_Apartments_1-0.esp'
- 'Balmora_Seat of power.esm'
- 'Barabus'' fireplaces 2 - Vanilla Chimneys v2.2.ESP'
- 'bw_striderports.esp'
- 'Caldera Mages Guild Expanded.ESP'
- 'Clean DR115_TheDropoff.ESP'
- 'Concept Art Hlaalu Balconies - Balmora.esp'
- 'Concept Art Hlaalu Balconies - Suran.ESP'
- 'Concept art Hlaalu Balconies - WhiteSuran.esp'
- 'DirtierCozierMuriels.ESP'
- 'DirtyMurielsExpansion.esp'
- 'Dramatic Vivec - Temple only.ESP'
- 'Even Seedier Eight Plates.ESP'
- 'Exterior Guild Lighting.ESP'
- 'Guilds.esp'
- 'Hla Oad.esp'
- 'HotV - Gnisis.ESP'
- 'Immersive Seyda Neen.ESP'
- 'Improved Temple Experience.ESP'
- 'Inscribed Maar Gan Rock.ESP'
- 'IntoTheFyr.ESP'
- 'Izi cities - Ebonheart.esp'
- 'Izi cities - Ebonheart_TR_Statue.esp'
- 'jobashaBookShop.esp'
- 'Mixed Cantons of Vivec.esp'
- 'Moonmoth Legion Fort Overhaul.ESP'
- 'No-Frills Closed Molag Mar.esp'
- 'Properly Cluttered Ald Velothi.ESP'
- 'QL_SevenGracesShrines.esp'
- 'RR_Ghost_Gate_Fortress_Eng.ESP'
- 'RR_Holamayan_Eng.ESP'
- 'Sadrith Mora - seat of power.esm'
- 'Seyda_Neen_Gateway.ESP'
- 'Suran_the_pearl_vanilla_style.ESP'
- 'Tel Naga Treasury.ESP'
- 'Telvanni Council Lounge Room.ESP'
- 'Tel_Aruhn_Chronicles.ESP'
- 'The Ashlanders.ESP'
- 'The Grand Pharos Lighthouse-Apel.ESP'
- 'The Grand Pharos Lighthouse.esp'
- 'The Merchants of Sadrith Mora.ESP'
- 'Velothi Strider Port Lights.ESP'
- 'Vivec_Mages_Guild_Expanded.ESP'
- 'Well addon for Ashfall.ESP'
- 'Whitney_EdwinnaStudy.ESP'
- 'wl_dockclutter.esp'
- 'Wolverine Hall Interior Expanded.ESP'
- 'Wolverine Hall Overhaul.ESP'
- 'WWGTMA.esp'
2021-11-02 18:00:44 +02:00
msg:
- <<: *patchIncluded
subs: [ 'Rise of House Telvanni' ]
condition: 'active("Rise of House Telvanni.esm") and not active("ROHT_2_0_8.ESP") and not active("BOM_ROHT_Patch.ESP")'
2021-10-28 12:19:54 +03:00
- name: 'BOM_pathgrid_reset.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after:
- 'Beautiful cities of Morrowind.ESP'
- name: 'BOM_OpenMW_plazas.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after:
- 'Beautiful cities of Morrowind.ESP'
- 'BOM_pathgrid_reset.esp'
- name: 'Interior exterior flag reset.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after:
- 'Beautiful cities of Morrowind.ESP'
- 'BOM_OpenMW_plazas.esp'
- 'BOM_pathgrid_reset.esp'
2021-11-02 03:11:21 +02:00
### BCOM - Optional files ###
- name: 'BOM_PfP_patch.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after:
- 'Beautiful cities of Morrowind.ESP'
- 'Patch for Purists.esm'
- 'Patch for Purists - Book Typos.ESP'
- 'Patch for Purists - Semi-Purist Fixes.ESP'
2021-11-01 13:51:45 +02:00
- name: 'BCOM_Suran Expansion.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after: [ 'BOM_pathgrid_reset.esp' ]
2021-11-02 03:11:21 +02:00
- name: 'BOM_Stavs_MGO.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after: [ 'Beautiful cities of Morrowind.ESP' ]
- name: 'BOM - Taller Lighthouse.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after: [ 'BOM_pathgrid_reset.esp' ]
2021-11-06 11:00:47 +02:00
- name: 'BOM_Vanilla Trees.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after: [ 'BOM_pathgrid_reset.esp' ]
2021-11-02 03:11:21 +02:00
- name: 'BOM_White_Suran.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after:
- 'BCOM_Suran Expansion.esp'
- 'Beautiful cities of Morrowind.ESP'
- 'Suran_Underworld_v3.esp'
- name: 'SOP_Canal_02.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after: [ 'Beautiful cities of Morrowind.ESP' ]
- name: 'SOP_RichPlaza_IziStyle.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
inc: [ 'Brevur of Balmora - Finally Some Good Statue Mod.ESP' ]
after: [ 'BOM_pathgrid_reset.esp' ]
- name: 'Brevur of Balmora - Finally Some Good Statue Mod.ESP'
url:
- 'https://www.nexusmods.com/morrowind/mods/47557/'
- 'https://www.nexusmods.com/morrowind/mods/49231/'
inc: [ 'SOP_RichPlaza_IziStyle.ESP' ]
after: [ 'BOM_pathgrid_reset.esp' ]
msg:
- <<: *requiresResources
subs: [ '[Brevur of Balmora - Finally Some Good Statue Mod](https://www.nexusmods.com/morrowind/mods/47557)' ]
condition: 'not file("textures/R0/Brevur.dds")'
- <<: *useInstead
subs: [ '[Brevur of Balmora - Finally Some Good Statue Mod.ESP](https://www.nexusmods.com/morrowind/mods/49231/)' ]
condition: 'active("Beautiful cities of Morrowind.ESP") and checksum("Brevur of Balmora - Finally Some Good Statue Mod.ESP", 728FD2B8)'
2021-11-01 13:51:45 +02:00
2021-11-12 19:21:17 +02:00
- name: 'TR_Travels_(P_M) Patch.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/49231/' ]
after:
- 'Beautiful cities of Morrowind.ESP'
- 'TR_Travels.esp'
- 'TR_Travels_(Preview_and_Mainland).esp'
- 'TR_Travels Patch.esp'
2021-10-24 03:32:58 +01:00
###### Anything new can go after this (If you're not sure where to put it) ######
- name: 'correctUV Ore Replacer_fixed.esp'
inc:
- 'correctUV Ore Replacer_respawning.esp'
- 'Graphic Herbalism Extra (Correct UV).esp'
- 'correctUV Ore Replacer 1.0.esp'
- 'Graphic Herbalism.esp'
- 'Graphic Herbalism Extra.esp'
- 'Graphic Herbalism TR.ESP'
- 'Graphic Herbalism TR Extra.ESP'
- name: 'correctUV Ore Replacer_respawning.esp'
inc:
- 'correctUV Ore Replacer_fixed.esp'
- 'Graphic Herbalism Extra (Correct UV).esp'
- 'correctUV Ore Replacer 1.0.esp'
- 'Graphic Herbalism.esp'
- 'Graphic Herbalism Extra.esp'
- 'Graphic Herbalism TR.ESP'
- 'Graphic Herbalism TR Extra.ESP'
2021-11-24 00:59:49 +02:00
### OAAB dependent mods ###
- name: 'OAAB - Tombs and Towers.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/49131/' ]
inc:
- 'Mawia Overhaul.esp'
- 'Remiros'' Tombs Expansion.esp'
- 'Urshilaku Burial Caverns Overhaul.esp'
2021-11-24 02:08:20 +02:00
- name: 'OAAB_Tel Mora.esp'
url: [ 'https://www.nexusmods.com/morrowind/mods/46177/' ]
after: [ 'NOM 3.0.esp' ]
- name: 'OAAB_Tel Mora_Female Guards.ESP'
url: [ 'https://www.nexusmods.com/morrowind/mods/46177/' ]
after: [ 'OAAB_Tel Mora.esp' ]
2021-11-27 03:12:24 +02:00
### Needs of Morrowind ###
- name: 'NOM 3.0.esp'
url: [ 'https://mw.modhistory.com/download-35-12114' ]
after:
- 'ab01HousesMerged.esp'
- 'ab01housesMergedNOM.esp'
- 'abotGuards.esp'
- 'abotGuardsBM.esp'
- 'abotGuardsTR2101.esp'
- 'Apothecary''s Demise.esp'
- 'ARCDX - Alternative Music.esp'
- 'ARCDX - Lightweight.esp'
- 'ARCDX - NOMv3 Compatible.esp'
- 'Ascadian Rose Cottage DX.esm'
- 'Ascadian_Rose_Cottage_ver1.0.esp'
- 'Better Clothes Complete.ESP'
- 'Better Clothes_v1.1.esp'
- 'Better Clothes_v1.1_nac.esp'
- 'Korobal.esp'
- 'Morrowind Crafting 2-1.esp'
- 'Morrowind Crafting Equipment.esp'
- 'Morrowind Crafting Houses.esp'
- 'Sentinel+Serendipity.esp'
- name: 'NOM3_PT SO.esp'
after:
- 'ab01HousesMerged.esp'
- 'ab01housesMergedNOM.esp'
- 'abotGuards.esp'
- 'abotGuardsBM.esp'
- 'abotGuardsTR2101.esp'
- 'Apothecary''s Demise.esp'
- 'ARCDX - Alternative Music.esp'
- 'ARCDX - Lightweight.esp'
- 'ARCDX - NOMv3 Compatible.esp'
- 'Ascadian Rose Cottage DX.esm'
- 'Ascadian_Rose_Cottage_ver1.0.esp'
- 'Better Clothes Complete.ESP'
- 'Better Clothes_v1.1.esp'
- 'Better Clothes_v1.1_nac.esp'
- 'Korobal.esp'
- 'Morrowind Crafting 2-1.esp'
- 'Morrowind Crafting Equipment.esp'
- 'Morrowind Crafting Houses.esp'
- 'Sentinel+Serendipity.esp'
- name: 'NoM_CoM Compatibility Patch.esp'
url: [ 'https://mw.modhistory.com/download-35-12114' ]
after:
- 'MW_Children_1_0.esm'
- 'NOM3.0.esp'
- 'NOM3_PT SO.esp'
- 'NoM_Creatures Loot Standard.esp'
- 'NoM_MC Compatibility Patch.esp'
- name: 'NoM_Creatures Loot Standard.esp'
url: [ 'https://mw.modhistory.com/download-35-12114' ]
after:
- 'NOM3.0.esp'
- 'NOM3_PT SO.esp'
- name: 'NoM_Creatures Loot PHW.esp'
url: [ 'https://mw.modhistory.com/download-35-12114' ]
after:
- 'NOM3.0.esp'
- 'NOM3_PT SO.esp'
- name: 'NoM_MC Compatibility Patch.esp'
url: [ 'https://mw.modhistory.com/download-35-12114' ]
after:
- 'Morrowind Crafting 2-1.esp'
2021-12-04 00:16:29 +02:00
- 'Morrowind Crafting 3b1.ESP'
2021-11-27 03:12:24 +02:00
- 'NOM3.0.esp'
- 'NOM3_PT SO.esp'
- 'NoM_Creatures Loot Standard.esp'