From db9b6c6cfadfb013f2ace3bb1f84c1ed59227a4d Mon Sep 17 00:00:00 2001 From: pStyl3 Date: Sun, 16 Jun 2024 21:47:59 +0200 Subject: [PATCH] Add &filenameExtension --- prelude.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/prelude.yaml b/prelude.yaml index 01c52f7..dc85eee 100644 --- a/prelude.yaml +++ b/prelude.yaml @@ -2039,6 +2039,16 @@ common: text: '强烈建议不要使用包含已删除navmeshes的mod,因为它们会导致崩溃。**已删除navmeshes**必须手动修正(一个复杂的过程,应该由mod作者完成)。更多关于**已删除navmeshes**的信息已提供[这里](https://www.creationkit.com/index.php?title=Fixing_Navmesh_Deletion_Tutorial)。' ##### Global Anchors ##### + - &filenameExtension + type: error + content: + - lang: en + text: '{0} does not support the usage of **{1}** plugins ingame, but your load order contains such plugins. In order to avoid irreversible damage to your game, it is recommended to not use **{1}** plugins.' + subs: + - 'Game' + - 'Filename Extension' + condition: 'file("([^\.]+\.esx)")' + - &incompatible type: error content: