Files
morrowind/masterlist.yaml
T

413 lines
15 KiB
YAML
Raw Normal View History

2019-04-13 22:54:40 +01:00
# LOOT ignores anything that doesn't come under 'bash_tags', globals', 'groups'
# or 'plugins', so a section like this is useful for storing data that gets
# re-used.
common:
# Messages
- &alreadyInX
type: error
content:
- lang: en
text: 'Delete. Already included in %1%.'
- lang: da
text: 'Slet. Allerede inkluderet i %1%.'
- lang: de
text: 'Löschen. Bereits in %1% enthalten.'
- lang: es
text: 'Borrar. Esta incluido en %1%.'
- lang: ja
text: '削除してください。既に%1%に含まれています。'
- lang: ko
text: '삭제하십시오. 이미 %1%에 포함되어 있습니다.'
- lang: pt
text: 'Apagar. Já incluído em %1%.'
- lang: ru
text: 'Удалите. Уже включено в %1%.'
- lang: zh_CN
text: '删除。已包含在%1%中。'
2019-08-14 00:32:33 +01:00
- &deletePlugin
type: warn
content:
- lang: en
text: '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. As they''re still required by **%1%**.'
- lang: de
text: 'Beim nutzen von **%1%** ist es empfohlen das Sie die ESP-Datei deaktivieren oder löschen, aber die mitgelieferten Mittel (z.B Meshes, Texturen) beibehalten die mit dieser Mod mitinstalliert wurden. Diese werden immer noch von **%1%** vorausgesetzt.'
- lang: ja
text: '**%1%**を使用中の場合。このespファイルは無効化あるいは削除するのはおすすめしますが、このmodによってインストールされたリソース(メッシュ、テクスチャなど)はそのままにしておいてください。これらは**%1%**によって引き続き必要とされてます。'
2019-08-14 00:32:33 +01:00
- lang: ko
text: '**%1%** 모드를 사용중일 떈, 이 ESP 파일을 삭제하고 함께 설치된 리소스(예: 메쉬, 텍스쳐)만 남겨두는 걸 권장합니다. 리소스는 **%1%** 모드에서 필요로 합니다.'
- lang: pl
text: 'Używając **%1%**, jest rekomendowane abyś dezaktywował lub usunął ten plik ESP, ale pozostawił zasoby (siatki, tekstury) zainstalowane z tym modem. Ponieważ są wciąż wymagane przez **%1%**.'
2019-08-14 00:32:33 +01:00
- lang: pt
text: 'Ao utilizar **%1%**, é recomendado que você desative ou apage este ficheiro ESP, mas mantenha os recursos (ex. meshes, texturas) instalados por este mod. Sendo que os mesmos ainda são necessitados por **%1%**. '
- lang: pt_BR
text: 'Quando se usa **%1%**, é recomendado que você desative ou delete este arquivo ESP, mas que mantenha os recursos (ex. meshes, texturas) que vieram com esse mod.'
- lang: ru
text: 'Пока используется **%1%**, рекомендуется отключить или удалить esp этого мода, но оставить установленные ресурсы (meshes, textures). Т.к. они все еще требуются для **%1%**.'
2019-08-14 00:32:33 +01:00
- &obsolete
type: say
content:
- lang: en
text: 'Obsolete. Update to the latest version. %1%'
- lang: da
text: 'Forældet. Opdatér til den nyeste version. %1%'
- lang: de
text: 'Veraltet. Aktualisere zur letzten Version. %1%'
- lang: es
text: 'Obsoleto. Actualizar a la última versión. %1%'
- lang: ja
text: '旧式のプラグインです。最新版に更新してください。 %1%'
- lang: ko
text: '사용되지 않습니다. 최신 버전으로 업데이트하십시오. %1%'
- lang: ru
text: 'Устарело. Обновите до последней версии. %1%'
- lang: zh_CN
text: '已过时。请升级到最新版本。 %1%'
subs: [ '' ]
2019-04-13 22:54:40 +01:00
- &useInstead
type: warn
content:
- lang: en
text: 'Use %1% instead.'
- lang: ja
text: '代わりに%1%を使用してください。'
- &useOnlyOneX
type: say
content:
- lang: en
text: 'Use only one %1%.'
- lang: de
text: 'Nutzen Sie nur einen %1%.'
- lang: es
text: 'Utilizar solo un %1%.'
- lang: ja
text: '%1%は一つだけ使用してください。'
- lang: ko
text: '%1%을 한 개만 사용하십시오.'
- lang: pt
text: 'Utilizar apenas um %1%.'
- lang: ru
text: 'Используйте только один %1%.'
- lang: zh_CN
text: '只使用一个%1%。'
2019-04-13 22:54:40 +01:00
bash_tags: []
2019-04-13 23:51:35 +01:00
globals:
- type: say
content:
- lang: en
text: '[Latest LOOT thread](%1%).'
- lang: da
text: '[Seneste LOOT-tråd](%1%).'
- lang: de
text: '[Aktueller LOOT-Thread](%1%).'
- lang: es
text: '[Forum de LOOT](%1%).'
- lang: ja
text: '[LOOTの最新スレッドを開く](%1%)(英語)'
- lang: ko
text: '[최신 LOOT 스레드](%1%).'
2019-04-13 23:51:35 +01:00
- lang: pt
text: '[Postagem mais recente do LOOT](%1%).'
- lang: ru
text: '[Обсуждение LOOT "(Eng)"](%1%).'
- lang: zh_CN
text: '[最新的LOOT版本](%1%)。'
2019-04-13 23:51:35 +01:00
subs: [ 'https://loot.github.io/latest-thread/' ]
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 ]
2019-05-03 20:42:59 +01:00
- name: &default default
after: [ *earlyLoadersGroup ]
2019-05-03 20:18:03 +01:00
- name: &dynamicPatchGroup Dynamic Patches
after: [ *default ]
2019-04-13 22:54:40 +01:00
2019-04-13 23:41:26 +01:00
plugins:
# Official DLC
- name: 'Tribunal.esm'
group: *dlcGroup
2019-04-13 23:41:26 +01:00
- name: 'Bloodmoon.esm'
group: *dlcGroup
2019-04-13 23:41:26 +01:00
after:
- 'Tribunal.esm'
2019-05-03 20:55:40 +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'
- 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
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:
- 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'
url: [ 'https://www.nexusmods.com/morrowind/mods/43931' ]
group: *earlyLoadersGroup
# Unofficial Patches
2019-08-13 19:29:33 +01:00
- name: 'Patch for Purists.*\.es(m|p)'
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
content: 'Legacy version. Only recommended for old saves.'
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
content: 'Legacy version. Only recommended for old saves.'
- name: 'Patch for Purists - Base Patch.esm'
after:
- name: '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'
# Other Fixes
- name: 'gr_ScriptImprovements.es(m|p)'
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)")'
#Other Mods (default)
- name: 'Improved Argonians.esp'
inc:
- 'Wey_New_Argonians.ESP'
- 'Slof''s Civilised Beasts.esp'
- 'Slof''s Better Beasts b.esp'
- 'Slof''s Better Beasts a.esp'
- 'Slof''s BB neck fix.esp'
- 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'
#Any dynamic patches (not sure if multipatch is the only one)
- name: 'multipatch.esp'
group: *dynamicPatchGroup