From cb4d530b7a75ebd48f82b47be6dc16aa151f0b3b Mon Sep 17 00:00:00 2001 From: Cptmcsplody <1944639+CptMcSplody@users.noreply.github.com> Date: Tue, 13 Aug 2019 19:09:47 +0100 Subject: [PATCH] Patch for purists - Add obsolete messages for Legacy versions --- masterlist.yaml | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/masterlist.yaml b/masterlist.yaml index 5c9f9b9..b9d5c0c 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -1,7 +1,28 @@ # 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: [] +common: +# Messages + - &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: [ '' ] bash_tags: [] @@ -127,14 +148,22 @@ plugins: # Unofficial Patches + - name: 'Patch for Purists.esm' + group: *unofficialPatches + msg: + - <<: *obsolete + condition: 'version("Patch for Purists.esm", "3.1.2", <)' - name: 'Patch for Purists - Dialogue Typos.esm' group: *unofficialPatches + msg: + - *obsolete - name: 'Patch for Purists - Base Patch.esm' group: *unofficialPatches after: - name: 'Patch for Purists - Dialogue Typos.esm' msg: + - *obsolete - type: error condition: 'active("Morrowind Rebirth [Main].ESP")' content: @@ -156,6 +185,8 @@ plugins: after: - name: 'Patch for Purists - Dialogue Typos.esm' - name: 'Patch for Purists - Base Patch.esm' + msg: + - *obsolete - name: 'Patch for Purists - Floating Rocks.esm' group: *unofficialPatches @@ -163,6 +194,8 @@ plugins: - name: 'Patch for Purists - Dialogue Typos.esm' - name: 'Patch for Purists - Base Patch.esm' - name: 'Patch for Purists - Book Typos.esm' + msg: + - *obsolete - name: 'Patch for Purists - Expansion Implementation.esm' group: *unofficialPatches @@ -171,6 +204,8 @@ plugins: - name: 'Patch for Purists - Base Patch.esm' - name: 'Patch for Purists - Book Typos.esm' - name: 'Patch for Purists - Floating Rocks.esm' + msg: + - *obsolete - name: 'Patch for Purists - Dialogue Inconsistencies.esm' group: *unofficialPatches @@ -180,6 +215,8 @@ plugins: - name: 'Patch for Purists - Book Typos.esm' - name: 'Patch for Purists - Floating Rocks.esm' - name: 'Patch for Purists - Expansion Implementation.esm' + msg: + - *obsolete - name: 'Patch for Purists - Statistic Typos.esm' group: *unofficialPatches @@ -190,6 +227,8 @@ plugins: - name: 'Patch for Purists - Floating Rocks.esm' - name: 'Patch for Purists - Expansion Implementation.esm' - name: 'Patch for Purists - Dialogue Inconsistencies.esm' + msg: + - *obsolete #Other Mods (default) - name: 'Improved Argonians.esp'