Files
morrowind/masterlist.yaml
T
Cptmcsplody 92e20e0d05 Update Formatting for Groups
Correct indentation and inline afters.
2019-05-03 20:18:03 +01:00

153 lines
5.2 KiB
YAML

# 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: []
bash_tags: []
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/' ]
groups:
- name: &dlcGroup DLC
- name: &unofficialPatches Unofficial Patches
after: [ *dlcGroup ]
- name: &default default
after: [ *unofficialPatches ]
- name: &dynamicPatchGroup Dynamic Patches
after: [ *default ]
plugins:
# Official DLC
- name: 'Tribunal.esm'
group: *dlcGroup
- name: 'Bloodmoon.esm'
group: *dlcGroup
after:
- 'Tribunal.esm'
# Unofficial Patches
- name: 'Patch for Purists - Dialogue Typos.esm'
group: *unofficialPatches
- name: 'Patch for Purists - Base Patch.esm'
group: *unofficialPatches
after:
- name: 'Patch for Purists - Dialogue Typos.esm'
msg:
- type: error
condition: 'active("Morrowind Rebirth [Main].ESP")'
content:
- lang: en
text: 'Morrowind Rebirth is not compatible with Patch of Purists. Instead, "Morrowind Patch Project 1.6.5 [For Rebirth].esm" which comes with it should be used.'
- type: error
condition: 'active("gr_ScriptImprovements.esp") or active("gr_ScriptImprovements.esm")'
content:
- lang: en
text: 'Patch for Purists is incompatible with Script Improvements, and already implements the real fixes it provides to scripts'
- type: error
condition: 'active("Morrowind Patch v1.2.2.esm") or active("Morrowind Patch v1.6.3.esm") or active("Morrowind Patch v1.6.4.esm") or active("Morrowind Patch v1.6.5-BETA.esm") or active("Morrowind Patch 1.6.5 Beta (BTB Edit).esm") or active("Morrowind Patch v1.6.5d_beta.esm") or active("Morrowind Patch v1.6.5d_beta.esm") or active("Morrowind Patch v1.6.6_beta.esm")'
content:
- lang: en
text: 'Patch for Purists is incompatible with the Unofficial Morrowind Patch (UMP) and Morrowind Patch Project (MPP)'
- name: 'Patch for Purists - Book Typos.esm'
group: *unofficialPatches
after:
- name: 'Patch for Purists - Dialogue Typos.esm'
- name: 'Patch for Purists - Base Patch.esm'
- name: 'Patch for Purists - Floating Rocks.esm'
group: *unofficialPatches
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'
group: *unofficialPatches
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'
group: *unofficialPatches
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'
group: *unofficialPatches
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 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