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.
|
2019-08-13 19:09:47 +01:00
|
|
|
common:
|
|
|
|
|
# Messages
|
2019-08-13 19:20:42 +01:00
|
|
|
- &alreadyInX
|
|
|
|
|
type: error
|
|
|
|
|
content:
|
|
|
|
|
- lang: en
|
|
|
|
|
text: 'Delete. Already included in %1%.'
|
|
|
|
|
- lang: ru
|
|
|
|
|
text: 'Удалите. Уже включено в %1%.'
|
|
|
|
|
- lang: es
|
|
|
|
|
text: 'Borrar. Esta incluido en %1%.'
|
|
|
|
|
- lang: ko
|
|
|
|
|
text: '삭제하십시오. 이미 %1%에 포함되어 있습니다.'
|
|
|
|
|
- lang: zh_CN
|
|
|
|
|
text: '删除。已包含在%1%中。'
|
|
|
|
|
- lang: da
|
|
|
|
|
text: 'Slet. Allerede inkluderet i %1%.'
|
|
|
|
|
- lang: ja
|
|
|
|
|
text: '削除してください。既に%1%に含まれています。'
|
|
|
|
|
- lang: de
|
|
|
|
|
text: 'Löschen. Bereits in %1% enthalten.'
|
|
|
|
|
- lang: pt
|
|
|
|
|
text: 'Apagar. Já incluído em %1%.'
|
|
|
|
|
|
2019-08-13 19:09:47 +01:00
|
|
|
- &obsolete
|
|
|
|
|
type: say
|
|
|
|
|
content:
|
|
|
|
|
- lang: en
|
|
|
|
|
text: 'Obsolete. Update to the latest version. %1%'
|
|
|
|
|
- lang: ru
|
|
|
|
|
text: 'Устарело. Обновите до последней версии. %1%'
|
|
|
|
|
- lang: es
|
|
|
|
|
text: 'Obsoleto. Actualizar a la última versión. %1%'
|
|
|
|
|
- lang: ko
|
|
|
|
|
text: '사용되지 않습니다. 최신 버전으로 업데이트하십시오. %1%'
|
|
|
|
|
- lang: zh_CN
|
|
|
|
|
text: '已过时。请升级到最新版本。 %1%'
|
|
|
|
|
- lang: da
|
|
|
|
|
text: 'Forældet. Opdatér til den nyeste version. %1%'
|
|
|
|
|
- lang: ja
|
|
|
|
|
text: '旧式のプラグインです。最新版に更新してください。 %1%'
|
|
|
|
|
- lang: de
|
|
|
|
|
text: 'Veraltet. Aktualisere zur letzten Version. %1%'
|
|
|
|
|
subs: [ '' ]
|
2019-04-13 22:54:40 +01:00
|
|
|
|
2019-08-13 18:39:05 +01:00
|
|
|
- &useInstead
|
|
|
|
|
type: warn
|
|
|
|
|
content:
|
|
|
|
|
- lang: en
|
|
|
|
|
text: 'Use %1% instead.'
|
|
|
|
|
- lang: ja
|
|
|
|
|
text: '代わりに%1%を使用してください。'
|
|
|
|
|
|
2019-08-13 21:52:29 +01:00
|
|
|
- &useOnlyOneX
|
|
|
|
|
type: say
|
|
|
|
|
content:
|
|
|
|
|
- lang: en
|
|
|
|
|
text: 'Use only one %1%.'
|
|
|
|
|
- lang: ru
|
|
|
|
|
text: 'Используйте только один %1%.'
|
|
|
|
|
- lang: es
|
|
|
|
|
text: 'Utilizar solo un %1%.'
|
|
|
|
|
- lang: ko
|
|
|
|
|
text: '%1%을 한 개만 사용하십시오.'
|
|
|
|
|
- lang: zh_CN
|
|
|
|
|
text: '只使用一个%1%。'
|
|
|
|
|
- lang: ja
|
|
|
|
|
text: '%1%は一つだけ使用してください。'
|
|
|
|
|
- lang: de
|
|
|
|
|
text: 'Nutzen Sie nur einen %1%.'
|
|
|
|
|
- lang: pt
|
|
|
|
|
text: 'Utilizar apenas um %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: ru
|
|
|
|
|
text: '[Обсуждение LOOT "(Eng)"](%1%).'
|
|
|
|
|
- lang: es
|
|
|
|
|
text: '[Forum de LOOT](%1%).'
|
|
|
|
|
- lang: ko
|
|
|
|
|
text: '[최신 LOOT 스레드](%1%).'
|
|
|
|
|
- lang: zh_CN
|
|
|
|
|
text: '[最新的LOOT版本](%1%)。'
|
|
|
|
|
- lang: da
|
|
|
|
|
text: '[Seneste LOOT-tråd](%1%).'
|
|
|
|
|
- lang: ja
|
|
|
|
|
text: '[LOOTの最新スレッドを開く](%1%)(英語)'
|
|
|
|
|
- lang: de
|
|
|
|
|
text: '[Aktueller LOOT-Thread](%1%).'
|
|
|
|
|
- lang: pt
|
|
|
|
|
text: '[Postagem mais recente do LOOT](%1%).'
|
|
|
|
|
subs: [ 'https://loot.github.io/latest-thread/' ]
|
2019-04-13 22:54:40 +01:00
|
|
|
|
2019-04-29 13:57:30 -06:00
|
|
|
groups:
|
2019-05-03 20:18:03 +01:00
|
|
|
- name: &dlcGroup DLC
|
2019-04-29 13:57:30 -06:00
|
|
|
|
2019-05-03 20:18:03 +01:00
|
|
|
- name: &unofficialPatches Unofficial Patches
|
|
|
|
|
after: [ *dlcGroup ]
|
2019-04-29 13:57:30 -06:00
|
|
|
|
2019-05-03 20:42:59 +01:00
|
|
|
- name: &earlyLoadersGroup Early Loaders
|
2019-05-03 20:18:03 +01:00
|
|
|
after: [ *unofficialPatches ]
|
2019-04-29 13:57:30 -06:00
|
|
|
|
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
|
2019-04-29 13:57:30 -06:00
|
|
|
- name: 'Tribunal.esm'
|
|
|
|
|
group: *dlcGroup
|
|
|
|
|
|
2019-04-13 23:41:26 +01:00
|
|
|
- name: 'Bloodmoon.esm'
|
2019-04-29 13:57:30 -06:00
|
|
|
group: *dlcGroup
|
2019-04-13 23:41:26 +01:00
|
|
|
after:
|
|
|
|
|
- 'Tribunal.esm'
|
2019-05-03 20:55:40 +01:00
|
|
|
|
|
|
|
|
# Official Mods
|
2019-06-24 22:59:13 +01:00
|
|
|
- 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: 'http://download.fliggerty.com/download-13-1079'
|
|
|
|
|
name: 'Morrowind Official Plugins on fliggerty.com'
|
|
|
|
|
- link: 'https://www.nexusmods.com/morrowind/mods/43931'
|
|
|
|
|
name: 'Unofficial Morrowind Official Plugins Patched'
|
|
|
|
|
|
2019-05-03 20:55:40 +01:00
|
|
|
- name: 'adamantiumarmor.esp'
|
|
|
|
|
group: *earlyLoadersGroup
|
2019-05-03 21:11:08 +01:00
|
|
|
after:
|
|
|
|
|
- 'AreaEffectArrows.esp'
|
|
|
|
|
- 'bcsounds.esp'
|
|
|
|
|
- 'EBQ_Artifact.esp'
|
|
|
|
|
- 'entertainers.esp'
|
|
|
|
|
- 'LeFemmArmor.esp'
|
|
|
|
|
- 'master_index.esp'
|
2019-05-03 20:55:40 +01:00
|
|
|
|
|
|
|
|
- name: 'AreaEffectArrows.esp'
|
|
|
|
|
group: *earlyLoadersGroup
|
2019-05-03 21:11:08 +01:00
|
|
|
after:
|
|
|
|
|
- 'bcsounds.esp'
|
|
|
|
|
- 'entertainers.esp'
|
2019-05-03 20:55:40 +01:00
|
|
|
|
|
|
|
|
- name: 'bcsounds.esp'
|
|
|
|
|
group: *earlyLoadersGroup
|
2019-05-03 21:11:08 +01:00
|
|
|
after:
|
|
|
|
|
- 'entertainers.esp'
|
2019-05-03 20:55:40 +01:00
|
|
|
|
|
|
|
|
- name: 'EBQ_Artifact.esp'
|
|
|
|
|
group: *earlyLoadersGroup
|
2019-05-03 21:11:08 +01:00
|
|
|
after:
|
|
|
|
|
- 'AreaEffectArrows.esp'
|
|
|
|
|
- 'bcsounds.esp'
|
|
|
|
|
- 'entertainers.esp'
|
2019-05-03 20:55:40 +01:00
|
|
|
|
|
|
|
|
- name: 'entertainers.esp'
|
|
|
|
|
group: *earlyLoadersGroup
|
|
|
|
|
|
|
|
|
|
- name: 'LeFemmArmor.esp'
|
2019-06-24 22:59:13 +01:00
|
|
|
url:
|
|
|
|
|
- link: 'https://www.nexusmods.com/morrowind/mods/42560'
|
|
|
|
|
name: 'Expanded LeFemm Armor'
|
2019-05-03 20:55:40 +01:00
|
|
|
group: *earlyLoadersGroup
|
2019-05-03 21:11:08 +01:00
|
|
|
after:
|
|
|
|
|
- 'AreaEffectArrows.esp'
|
|
|
|
|
- 'bcsounds.esp'
|
|
|
|
|
- 'EBQ_Artifact.esp'
|
|
|
|
|
- 'entertainers.esp'
|
|
|
|
|
- 'master_index.esp'
|
2019-05-03 20:55:40 +01:00
|
|
|
|
|
|
|
|
- name: 'master_index.esp'
|
|
|
|
|
group: *earlyLoadersGroup
|
2019-05-03 21:11:08 +01:00
|
|
|
after:
|
|
|
|
|
- 'AreaEffectArrows.esp'
|
|
|
|
|
- 'bcsounds.esp'
|
|
|
|
|
- 'EBQ_Artifact.esp'
|
|
|
|
|
- 'entertainers.esp'
|
2019-05-03 20:55:40 +01:00
|
|
|
|
|
|
|
|
- name: 'Siege at Firemoth.esp'
|
|
|
|
|
group: *earlyLoadersGroup
|
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-05-03 20:55:40 +01:00
|
|
|
|
2019-04-29 13:57:30 -06:00
|
|
|
# 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' ]
|
2019-08-13 19:09:47 +01:00
|
|
|
group: *unofficialPatches
|
2019-08-13 19:44:11 +01:00
|
|
|
- name: 'Patch for Purists( - Base Patch)?\.esm'
|
2019-08-13 18:32:45 +01:00
|
|
|
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'
|
2019-08-13 19:09:47 +01:00
|
|
|
msg:
|
|
|
|
|
- <<: *obsolete
|
|
|
|
|
condition: 'version("Patch for Purists.esm", "3.1.2", <)'
|
2019-08-13 18:20:37 +01:00
|
|
|
- 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'
|
2019-08-13 19:09:47 +01:00
|
|
|
msg:
|
|
|
|
|
- *obsolete
|
2019-08-13 18:20:37 +01:00
|
|
|
- type: say
|
|
|
|
|
content: 'Legacy version. Only recommended for old saves.'
|
2019-04-29 13:57:30 -06:00
|
|
|
|
|
|
|
|
- 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'
|
2019-05-04 00:25:06 +01:00
|
|
|
|
2019-08-13 19:20:42 +01:00
|
|
|
# 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")'
|
2019-08-13 21:52:29 +01:00
|
|
|
- <<: *useOnlyOneX
|
|
|
|
|
subs: [ '"Script Improvements" version' ]
|
|
|
|
|
condition: 'many("gr_ScriptImprovements.es(m|p)")'
|
2019-08-13 19:20:42 +01:00
|
|
|
|
2019-05-03 12:58:26 -06:00
|
|
|
#Other Mods (default)
|
|
|
|
|
- name: 'Improved Argonians.esp'
|
2019-05-04 00:25:06 +01:00
|
|
|
inc:
|
2019-05-03 12:58:26 -06:00
|
|
|
- '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'
|
2019-05-04 00:25:06 +01:00
|
|
|
|
2019-05-03 12:58:26 -06:00
|
|
|
- name: 'correctUV Ore Replacer_fixed.esp'
|
2019-05-04 00:25:06 +01:00
|
|
|
inc:
|
2019-05-03 12:58:26 -06:00
|
|
|
- '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'
|
2019-05-04 00:25:06 +01:00
|
|
|
|
2019-05-03 12:58:26 -06:00
|
|
|
- name: 'correctUV Ore Replacer_respawning.esp'
|
2019-05-04 00:25:06 +01:00
|
|
|
inc:
|
2019-05-03 12:58:26 -06:00
|
|
|
- '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'
|
2019-04-29 13:57:30 -06:00
|
|
|
|
|
|
|
|
#Any dynamic patches (not sure if multipatch is the only one)
|
|
|
|
|
- name: 'multipatch.esp'
|
|
|
|
|
group: *dynamicPatchGroup
|