/* Masterlist Information: $Revision$, $Date$, $LastChangedBy$ Masterlist Syntax Notes Only the basics of the most commonly-used parts of the syntax are covered here. See the BOSS Masterlist Syntax.html documentation file in data/boss-common/ on the BOSS code repository for full details. * Use blank lines to separate mods that are grouped together or where it helps readability. * Use silent comments when you think something needs clarification to others reading the masterlist (such as when a mod looks like it is misspelled, but is correct). * Only make edits/additions you're confident about - otherwise discuss the issue on the official forum threads. * If you're unsure on how to write something in the correct syntax, check the masterlists for examples, and don't be afraid to ask other committers for help. * When you include a web link in a message, enclose it in double quotes "", for example: www.example.org should be written "www.example.org". * When you list Bash Tags for a mod, separate them using ", " and not just ",". E.g., {{BASH: Graphics,NoMerge}} should be written {{BASH: Graphics, NoMerge}}. This improves readability in the BOSSlog and the masterlist itself. * Don't include any HTML formatting in messages. In particular, web links do not need to be formatted as HTML hyperlinks, as BOSS will do this automatically. * Put variable lines at the top of the masterlist, just under this section of text. * Put global messages at the top of the masterlist, just under any variable lines. Silent Comments: Silent comments are ignored by BOSS, and may be written by starting a line with "//" (not including quotes). You cannot start a silent comment part-way into a line, only whole lines may be silent. Message Type Keyword Description ===================================================================== General message SAY A general message for the mod above. Bash Tag suggestion TAG A Bash Tag suggestion for the mod above. Requirement REQ An installation requirement for the mod above. Incompatibility INC A specific incompatibility for the mod above. Dirty mod message DIRTY A message relating to dirty edits in the mod above. Warning WARN A message used to display a non-critical warning for the mod above. Error ERROR A message used to display a critical (ie. install-breaking) error for the mod above. Message keywords should be indented by two spaces and followed by a colon ':' then the message string. But two spaces are not needed for conditionals with 'MOD:' prefix because this is a mod line. */ // ================================================================ // Variables // Language setup. Only for BOSS 2.1+ // Language conditional 'IF VAR(EN)' need only for translated messages. Do not add '&& IF VAR(EN) ' conditional for messages without translation. IF LANG("chinese") SET: EN // Not translated. Set default EN. IF LANG("english") SET: EN // Default EN. IF LANG("german") SET: EN // Not translated. Set default EN. IF LANG("russian") SET: RU // Translated. Set RU. IF LANG("spanish") SET: ES // Translated. Set ES. // Masterlist variable setup for BOSS v1.7+. // // Dlls IF FILE("SKSE_Elys_Uncapper.dll") SET: SKCU IF FILE("..\ScriptDragon.dll") SET: SCDR IF FILE("Fuz Ro D'oh.dll") SET: FuzRoDoh // // DLC variable setup for BOSS v1.7+. // Added as many plugins are likely to require DLC. IF ACTIVE("Dawnguard.esm") SET: Dawnguard IF ACTIVE("Hearthfires.esm") SET: Hearthfire IF ACTIVE("Dragonborn.esm") SET: Dragonborn // // Plugins IF ACTIVE("ApachiiHair.esm") SET: ApachiiHair IF ACTIVE("ApachiiHairFemales.esm") SET: ApachiiHairF IF ACTIVE("ApachiiHairMales.esm") SET: ApachiiHairM IF FILE("BandolierForNPCsImmersiveArmorsPatch.esp") SET: BFNIAP IF ACTIVE("BBLuxurySuite.esm") SET: BBLS IF REGEX("(0001)?BertsBreezehome.+\.es[pm]") SET: BertsBHInst IF REGEX("Complete Crafting Overhaul( - BS version)?\.esp") SET: CCO IF REGEX("DragonSwarms.*\.esp") SET: DSwarmInst IF FILE("DS-MoreAgressionForRemover.esp") SET: IncDSwarmMorAgress IF FILE("EpicGloryByMadmole.esp") SET: EpicGloryInst IF REGEX("Extended Colors - (Less Selection|Lite Selection|Selection|Hair Only)?\.esp") || IF FILE("Extended Slider Colors.esp") SET: ExtSlider IF ACTIVE("GeneralStores.esm") SET: GS IF FILE("GM-ForgeAdditions.esp") || IF FILE("GM-ForgeAdditionsLAotB.esp") SET: GMForgeAdd IF FILE("GM-ForgeAdditionsLevelledOutfits.esp") && IF FILE("GM-ForgeAdditionsLAotBLevelledOutfits.esp") SET: DualGMLevList IF FILE("GM-ForgeAdditions.esp") && IF FILE("GM-ForgeAdditionsLAotB.esp") SET: DualGMForgeAdd IF ACTIVE("Imp's More Complex Needs.esm") SET: ICMN IF FILE("Lady Body.esp") || IF FILE("Lady Body.esm") SET: LB IF REGEX("Noble_Artifacts_For_Skyrim_(Eng|Rus|Deu)?\.esp") SET: NobleArtInst IF ACTIVE("RaceCompatibility.esm") SET: RaceComp IF FILE("SkyMoMod.esm") SET: SkyMoMod IF REGEX("SkyRe_.+\.esp") SET: SkyRe IF FILE("SkyRe_Main.esp") || IF FILE("SkyRe_Main_NoDawnguard.esp") SET: SkyReM IF ACTIVE("SkyUI.esp") SET: SkyUI IF ACTIVE("TheEyesOfBeauty.esp") SET: EOB IF FILE("tools\GenerateFNIS_for_Users\GenerateFNISforUsers.exe") SET: FNIS IF FILE("UFO - Ultimate Follower Overhaul.esp") SET: UFO // Ultimate Follower Overhaul Version 1.2i IF CHECKSUM("UFO - Ultimate Follower Overhaul.esp", 396AE69F) SET: UFOVI IF FILE("Update.esm") SET: Update // // Unofficial Patch variables IF ACTIVE("Unofficial Skyrim Patch.esp") SET: USKP IF ACTIVE("Unofficial Dawnguard Patch.esp") SET: UDGP IF ACTIVE("Unofficial Hearthfire Patch.esp") SET: UHFP IF ACTIVE("Unofficial Dragonborn Patch.esp") SET: UDBP IF ACTIVE("Unofficial High Resolution Patch.esp") SET: UHRP // Unofficial Patch 2.0 variables IF VERSION("Unofficial Skyrim Patch.esp", "2.0", >) SET: USKP20 IF VERSION("Unofficial Dawnguard Patch.esp", "2.0", >) SET: UDGP20 IF VERSION("Unofficial Hearthfire Patch.esp", "2.0", >) SET: UHFP20 IF VERSION("Unofficial Dragonborn Patch.esp", "2.0", >) SET: UDBP20 // // Sounds of Skyrim IF REGEX("SoS - (The Dungeons|The Wilds|Civilization)?\.esp") SET: SoS // // Bashed Patch variable IF REGEX("Bashed Patch.*\.esp") SET: BP // // ================================================================ // // Global messages // Upgrade message for 1.7+ users: IF VERSION("BOSS", "2.3.2.0", <) GLOBAL WARN: An update for BOSS (v2.3.2) has been released. Download it at "http://boss-developers.github.io". With this release, the BOSS Log plugin submitter is now operational again and this is the last release that will support XP. This also fixes a crash with the User List and an issue with line-endings. Users are advised to upgrade to maintain functionality. IF VAR(RU) && IF VERSION("BOSS", "2.3.2.0", <) GLOBAL WARN: Вышло обновление для BOSS версии 2.3.1. Скачать его вы можете на "http://boss-developers.github.io". IF VAR(ES) && IF VERSION("BOSS", "2.3.2.0", <) GLOBAL WARN: Tu versión de BOSS es obsoleto Puedes descargar la nueva versión (v2.3.1) aquí: "http://boss-developers.github.io" // BOSS Thread IF VAR(EN) GLOBAL SAY: "http://forums.bethsoft.com/topic/1496999-relz-boss-for-skyrim/ Latest BOSS thread" IF VAR(RU) GLOBAL SAY: "http://forums.bethsoft.com/topic/1496999-relz-boss-for-skyrim/ Обсуждение BOSS"(Eng). IF VAR(ES) GLOBAL SAY: "http://forums.bethsoft.com/topic/1496999-relz-boss-for-skyrim/ Forum de BOSS" // Deprecation message GLOBAL WARN: BOSS support for Skyrim is no longer maintained. Users are strongly advised to use "http://loot.github.io/ LOOT" instead when sorting their Skyrim load orders. // SKSE & SKCU IF VAR(EN) && IF VAR(SKCU) && IFNOT FILE("SKSE") GLOBAL WARN: You have installed Skyrim Community Uncapper but SKSE not found! See SKSE download page: "http://skse.silverlock.org/". IF VAR(RU) && IF VAR(SKCU) && IFNOT FILE("SKSE") GLOBAL WARN: У вас установлен Skyrim Community Uncapper, но SKSE не найден! Смотрите страницу загрузки "http://skse.silverlock.org/ SKSE". IF VAR(ES) && IF VAR(SKCU) && IFNOT FILE("SKSE") GLOBAL WARN: Tienes Skyrim Community Uncapper instalado pero SKSE no se pudo encontrar! Por favor descarga SKSE: "http://skse.silverlock.org/". // SKSE Latest IF VAR(EN) && IF VERSION("SKSE", "0.1.6.16", <) GLOBAL SAY: It appears you do not have the latest version of SKSE. If you wish to update it can be found "http://skse.silverlock.org/ here". IF VAR(EN) && IFNOT VERSION("SKSE", "0.1.6.16", <) GLOBAL SAY: Your SKSE is up-to-date. IF VAR(RU) && IF VERSION("SKSE", "0.1.6.16", <) GLOBAL SAY: Вы используете не самую последнюю версию SKSE. Последняя версия может быть найдена "http://skse.silverlock.org/ здесь". IF VAR(RU) && IFNOT VERSION("SKSE", "0.1.6.16", <) GLOBAL SAY: Ваш SKSE имеет последнюю версию. IF VAR(ES) && IF VERSION("SKSE", "0.1.6.16", <) GLOBAL SAY: Parece que no tienes la última versión de SKSE. la nueva versión se puede encontrar "http://skse.silverlock.org/ aquí". IF VAR(ES) && IFNOT VERSION("SKSE", "0.1.6.16", <) GLOBAL SAY: Tienes la última versión de SKSE // Dynamic plugins IF REGEX("ASIS(-Dependency)?\.esp") || IF REGEX("Automatic (Spells|Variations|Variants)\.esp") && IF VAR(EN) GLOBAL SAY: A dynamically created plugin is installed. Please refer to the authors notes for more information on determining the best load order. IF REGEX("ASIS(-Dependency)?\.esp") || IF REGEX("Automatic (Spells|Variations|Variants)\.esp") && IF VAR(RU) GLOBAL SAY: Установлен динамически созданный плагин. Смотрите заметки автора, для определения лучшего порядка загрузки для таких плагинов. IF REGEX("ASIS(-Dependency)?\.esp") || IF REGEX("Automatic (Spells|Variations|Variants)\.esp") && IF VAR(ES) GLOBAL SAY: Tienes un plugin dinamicamente creado. Por favor, consulta las notas de autor para obtener más información sobre cómo determinar el mejor orden. // Fores New Idles in Skyrim IF VAR(EN) && IF VAR(FNIS) GLOBAL SAY: It appears you have "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" installed. Remember to run GenerateFNISforUsers.exe every time you have installed or de-installed FNIS, or an FNIS based mod. IF VAR(RU) && IF VAR(FNIS) GLOBAL SAY: У вас установлен "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim". Не забудьте запускать GenerateFNISforUsers.exe каждый раз, когда вы установите или удалите FNIS, или любой мод, основанный на FNIS. IF VAR(ES) && IF VAR(FNIS) GLOBAL SAY: Parece que "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" está instalado. Recuerda correr GenerateFNISforUsers.exe cada vez que instales o desinstales FNIS o un mod basado en FNIS. BEGINGROUP: Official ESMs Skyrim.esm Update.esm TAG: {{BASH: Delev, Relev}} // This is version 1.8 of Update.esm IF CHECKSUM("Update.esm", 7F464083) && IF VAR(EN) DIRTY: 73 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Update.esm", 7F464083) && IF VAR(RU) DIRTY: 73 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Update.esm", 7F464083) && IF VAR(ES) DIRTY: 73 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // Version 1.9 of Update.esm IF CHECKSUM("Update.esm", E5B67BDA) && IF VAR(EN) DIRTY: 92 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Update.esm", E5B67BDA) && IF VAR(RU) DIRTY: 92 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Update.esm", E5B67BDA) && IF VAR(ES) DIRTY: 92 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Update.esm", 412D96FB) && IF VAR(EN) DIRTY: 50 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Update.esm", 412D96FB) && IF VAR(RU) DIRTY: 50 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Update.esm", 412D96FB) && IF VAR(ES) DIRTY: 50 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // Unofficial Patches that are false flagged IF VAR(USKP20) MOD: Unofficial Skyrim Patch.esp TAG: {{BASH: Delev, Relev}} IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ IF VAR(EN) && IF VAR(Dawnguard) && IFNOT FILE("Unofficial Dawnguard Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch". IF VAR(RU) && IF VAR(Dawnguard) && IFNOT FILE("Unofficial Dawnguard Patch.esp") SAY: Настоятельно рекомендуется также использовать "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch". IF VAR(ES) && IF VAR(Dawnguard) && IFNOT FILE("Unofficial Dawnguard Patch.esp") SAY: Se recomienda que utilizes "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch" además de Dawnguard. Se necesita para el correcto funcionamiento de Dawnguard. IF VAR(EN) && IF VAR(Hearthfire) && IFNOT FILE("Unofficial Hearthfire Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/25127 Unofficial Hearthfire Patch". IF VAR(RU) && IF VAR(Hearthfire) && IFNOT FILE("Unofficial Hearthfire Patch.esp") SAY: Настоятельно рекомендуется также использовать "http://www.nexusmods.com/skyrim/mods/25127 Unofficial Hearthfire Patch". IF VAR(ES) && IF VAR(Hearthfire) && IFNOT FILE("Unofficial Hearthfire Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/25127 Unofficial Hearthfire Patch". IF VAR(EN) && IF VAR(Dragonborn) && IFNOT FILE("Unofficial Dragonborn Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/31083 Unofficial Dragonborn Patch". IF VAR(RU) && IF VAR(Dragonborn) && IFNOT FILE("Unofficial Dragonborn Patch.esp") SAY: Настоятельно рекомендуется также использовать "http://www.nexusmods.com/skyrim/mods/31083 Unofficial Dragonborn Patch". IF VAR(ES) && IF VAR(Dragonborn) && IFNOT FILE("Unofficial Dragonborn Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/31083 Unofficial Dragonborn Patch". Dawnguard.esm // TES5Edit 3.0.30: 619 ITM, 82 UDR, 57 deleted NavMeshes (CRC: BD72CCF3) IF CHECKSUM("Dawnguard.esm", BD72CCF3) && IF VAR(EN) DIRTY: 619 ITM, 82 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dawnguard.esm", BD72CCF3) && IF VAR(RU) DIRTY: 619 ITM, 82 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dawnguard.esm", BD72CCF3) && IF VAR(ES) DIRTY: 619 ITM, 82 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VERSION("TES5", "1.7.7", <) REQ: Skyrim 1.7.7+ TAG: {{BASH: Delev, Relev}} Dawnguard - Textures.esm // Unofficial Patches that are false flagged IF VAR(UDGP20) MOD: Unofficial Dawnguard Patch.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ Hearthfires.esm // TES5Edit 3.0.30: 184 ITM, 11 UDR, 5 deleted NavMeshes (CRC: AF82CE6A) IF CHECKSUM("Hearthfires.esm", AF82CE6A) && IF VAR(EN) DIRTY: 184 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Hearthfires.esm", AF82CE6A) && IF VAR(RU) DIRTY: 184 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Hearthfires.esm", AF82CE6A) && IF VAR(ES) DIRTY: 184 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VERSION("TES5", "1.7.7", <) REQ: Skyrim 1.7.7+ HearthFires - Textures.esm // Unofficial Patches that are false flagged IF VAR(UHFP20) MOD: Unofficial Hearthfire Patch.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if using this file without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ Dragonborn.esm // TES5Edit 3.0.30: 61 ITM, 8 UDR, 1 deleted NavMesh (CRC: A9F83BFF) IF CHECKSUM("Dragonborn.esm", A9F83BFF) && IF VAR(EN) DIRTY: 61 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dragonborn.esm", A9F83BFF) && IF VAR(RU) DIRTY: 61 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dragonborn.esm", A9F83BFF) && IF VAR(ES) DIRTY: 61 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ Dragonborn - Textures.esm // Unofficial Patches that are false flagged IF VAR(UDBP20) MOD: Unofficial Dragonborn Patch.esp TAG: {{BASH: Delev}} IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ SMPC.esm // additional fixes after unofficial patches ENDGROUP: Official ESMs BEGINGROUP: ESMs // esms early Falskaar.esm // as it is stated to be an "unofficial DLC", it should be loaded right after the Beth DLCs, logically. - William Wyrmstooth.esp IF CHECKSUM("Wyrmstooth.esp", 54F43CEF) && IF VAR(EN) DIRTY: 6259 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Wyrmstooth.esp", 54F43CEF) && IF VAR(RU) DIRTY: 6259 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Wyrmstooth.esp", 54F43CEF) && IF VAR(ES) DIRTY: 6259 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // Author false-flagged the mod starting with 1.10. Moved from Quests W to after Falskaar (by similarity). - William Unofficial Skyrim Patch.esm IF VAR(EN) ERROR: This esm file WILL damage your game. We strongly advise that you use the official version of the "http://www.nexusmods.com/skyrim/mods/19 Unofficial Skyrim Patch". Do not modify its extension. IF VAR(RU) ERROR: Этот esm-файл может повредить вашу игру. Настоятельно рекомендуется использовать этот "http://www.nexusmods.com/skyrim/mods/19 Unofficial Skyrim Patch". IF VAR(ES) ERROR: Este archivo esm dañará tu juego. Recomendamos fuertemente que descarges "http://www.nexusmods.com/skyrim/mods/19 Unofficial Skyrim Patch". Correctif - Skyrim.esm ApachiiHair.esm ApachiiHairFemales.esm ApachiiHairMales.esm AzarHair.esm FallOut3Hairs.esm MoT_First_LoadOrder_File_After_Skyrim.esm IF CHECKSUM("MoT_First_LoadOrder_File_After_Skyrim.esm", 6D3163AD) && IF VAR(EN) DIRTY: 22 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoT_First_LoadOrder_File_After_Skyrim.esm", 6D3163AD) && IF VAR(RU) DIRTY: 22 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoT_First_LoadOrder_File_After_Skyrim.esm", 6D3163AD) && IF VAR(ES) DIRTY: 22 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". oblivion hair.esm Oblivion hair2.esm OblivionHairPackAIO.esm Obl-VB hair.esm RaceCompatibility.esm IF CHECKSUM("RaceCompatibility.esm", EB1DBB4C) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IF CHECKSUM("RaceCompatibility.esm", EB1DBB4C) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC). IF CHECKSUM("RaceCompatibility.esm", EB1DBB4C) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Skyrim Project Optimization.esm Skyrim Project Optimization - Full Version.esm IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Skyrim Project Optimization - Dawnguard.esm Skyrim Project Optimization - Dragonborn.esm Skyrim Project Optimization - No Homes.esm IF FILE("Skyrim Project Optimization - No Homes.esp") && IF VAR(EN) WARN: Use either Skyrim Project Optimization - No Homes.esm or No Homes.esm or Skyrim Project Optimization - No Homes.esp, not both. IF FILE("Skyrim Project Optimization - No Homes.esp") && IF VAR(RU) WARN: Используйте любой, или Skyrim Project Optimization - No Homes.esm или No Homes.esm or Skyrim Project Optimization - No Homes.esp, не оба. IF FILE("Skyrim Project Optimization - No Homes.esp") && IF VAR(ES) WARN: Usar Skyrim Project Optimization - No Homes.esm o No Homes.esm or Skyrim Project Optimization - No Homes.esp, no ambos. Skyrim Project Optimization - No Homes - Full Version.esm IF FILE("Skyrim Project Optimization - No Homes - Full Version.esp") && IF VAR(EN) WARN: Use either Skyrim Project Optimization - No Homes - Full Version.esm or Skyrim Project Optimization - No Homes - Full Version.esp, not both. IF FILE("Skyrim Project Optimization - No Homes - Full Version.esp") && IF VAR(RU) WARN: Используйте любой, или Skyrim Project Optimization - No Homes - Full Version.esm или Skyrim Project Optimization - No Homes - Full Version.esp, не оба. IF FILE("Skyrim Project Optimization - No Homes - Full Version.esp") && IF VAR(ES) WARN: Usar Skyrim Project Optimization - No Homes - Full Version.esm or Skyrim Project Optimization - No Homes - Full Version.esp, no ambos. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). TCRA.esm // a racecomp-like file // esms # _tck_FlexContainers.esm 08YMM_kimoqi.esm 09YMM_yamiedie.esm 15313_SkitalicRu.esm 1NordDungeonAlt.esm IF CHECKSUM("1NordDungeonAlt.esm", 68AD6D32) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("1NordDungeonAlt.esm", 68AD6D32) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("1NordDungeonAlt.esm", 68AD6D32) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". 28 Days and a Bit 5.esm IF CHECKSUM("28 Days and a Bit 5.esm", AF6984AF) && IF VAR(EN) DIRTY: 28 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("28 Days and a Bit 5.esm", AF6984AF) && IF VAR(RU) DIRTY: 28 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("28 Days and a Bit 5.esm", AF6984AF) && IF VAR(ES) DIRTY: 28 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". 3DNPC.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. 3rdEraWeaponsMoS.esm REGEX: (83Willows_)?101BUGs.+\.esm TAG: {{BASH: Delev, Relev}} // Changing esp to esm: "http://www.nexusmods.com/skyrim/mods/20166" // esms a actorEvents.esm IF VERSION("SKSE", "0.1.6.16", <) REQ: "http://skse.silverlock.org SKSE" 1.6.16+ Skyrim Adventurer's Tent.esm AemersRefuge.esm Aetherium_byAlmazi.esm AIBosmerCompanions.esm AIKhajiitCompanions.esm Ajen.esm AkaviriRace.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. REGEX: alchstone(1pt5x|2x|3x|x3|4x|x4x2|5x)\.esm IF VAR(EN) SAY: Use only one alchstone esm. IF VAR(RU) SAY: Используйте только один alchstone esm. IF VAR(ES) SAY: Utilizar solo un alchstone esm. Alexa the Storm-Queen.esm Alicia.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. AliciaPainSlutCore.esm All Housecarls Are Hunks.esm All Star Animations.esm IFNOT VAR(FNIS) REQ: "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" Amarie.esm AmazingCaves.esm Ambience Music Overhaul.esm IF VAR(EN) SAY: Obsolete. Update to latest version, AMO.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, AMO.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, AMO.esm. Ambience Music Overhaul - with vanilla music.esm IF VAR(EN) SAY: Obsolete. Update to latest version, AMOvanilla.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, AMOvanilla.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, AMOvanilla.esm. AMO.esm AMOvanilla.esm AmethystHollowsMaster.esm IF VERSION("TES5", "1.5.24", <) REQ: Skyrim 1.5.24+ angela v1.esm ANK_Castle_Main.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Anora follower.esm IF CHECKSUM("Anora follower.esm", 319033CE) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Anora follower.esm", 319033CE) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Anora follower.esm", 319033CE) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AOM.esm IF CHECKSUM("AOM.esm", E032FA90) && IF VAR(EN) DIRTY: 8 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AOM.esm", E032FA90) && IF VAR(RU) DIRTY: 8 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AOM.esm", E032FA90) && IF VAR(ES) DIRTY: 8 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AP Skyrim.esm IF CHECKSUM("AP Skyrim.esm", 857D5AAC) || IF CHECKSUM("AP Skyrim.esm", CBE8B5C2) && IF VAR(EN) SAY: Obsolete. Update to latest version. (The esm version produces a massive conflict error which can result in having no dialog.) IF CHECKSUM("AP Skyrim.esm", 857D5AAC) || IF CHECKSUM("AP Skyrim.esm", CBE8B5C2) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. (Esm-версия приводит к многочисленным ошибкам, которые могут привести к отсутствию диалогов.) IF CHECKSUM("AP Skyrim.esm", 857D5AAC) || IF CHECKSUM("AP Skyrim.esm", CBE8B5C2) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Arachnid Dungeon.esm archmageTrophyhall.esm IF CHECKSUM("archmageTrophyhall.esm", F788FDF0) && IF VAR(EN) DIRTY: 0 ITM, 20 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("archmageTrophyhall.esm", F788FDF0) && IF VAR(RU) DIRTY: 0 ITM, 20 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("archmageTrophyhall.esm", F788FDF0) && IF VAR(ES) DIRTY: 0 ITM, 20 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". aRezNevrawdLousKard.esm ArmedttTeeth.esm AshaandTasha.esm AsharaDimonizedDress.esm AsharaMerchantNPC.esm AshenFollowers.esm AshenTrap.esm ASX_Spells.esm Aurora.esm aws001.esm Azzi.esm // esms b B0001_WildMountainDairy(esm).esm BalDorianIsle.esm basement.esm BBLeeRace.esm BBLuxurySuite.esm IF VERSION("TES5", "1.6.89", <) REQ: Skyrim 1.6.89+ IF VAR(EN) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. IF VAR(RU) SAY: Не очищать. "Грязные" правки оставлены специально и требуются для функционирования мода. IF VAR(ES) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. BecomeKingOfRiverHelm.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. berserkraces.esm BertsBreezeCellar.v.1.0(esm).esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("BertsBreezeCellar.v.1.0(esm).esm", 9FD43DF3) && IF VAR(EN) DIRTY: 53 ITM, 12 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BertsBreezeCellar.v.1.0(esm).esm", 9FD43DF3) && IF VAR(RU) DIRTY: 53 ITM, 12 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BertsBreezeCellar.v.1.0(esm).esm", 9FD43DF3) && IF VAR(ES) DIRTY: 53 ITM, 12 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BertsBreezehomeGarden.esm BertsBreezehomeRemodel.V.1.0(esm).esm BertsBreezehomeRemodel.V.1.0(esm2).esm BertsBreezehomeRemodel.V.3.0.esm BertsBreezehomeGarden(Remodel).esm BertsBreezehomeGarde BertsBreezehomeGardenConnecter(RemodelESM).esm BertsBreezehomeRemodel(MiniBreeze).esm 0001BertsBreezehomeRemodel.V.2(esm).esm IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(esm).esm", DEE46A0B) && IF VAR(EN) DIRTY: 26 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(esm).esm", DEE46A0B) && IF VAR(RU) DIRTY: 26 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(esm).esm", DEE46A0B) && IF VAR(ES) DIRTY: 26 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Better Vampires.esm BetterNPCs.esm BioToaWeapons.esm BlackreachRailroad.ESM BlackTowerArmory.esm REGEX: Blood \(\w+\)\.ESM IF VAR(EN) SAY: Use only one Blood (*).ESM. IF VAR(RU) SAY: Используйте только один Blood (*).ESM. IF VAR(ES) SAY: Utilizar solo un Blood (*).ESM. BodyTypes.esm BonAppetitBase.esm BoogyManLair.esm IF CHECKSUM("BoogyManLair.esm", A1D94BDA) && IF VAR(EN) DIRTY: 42 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BoogyManLair.esm", A1D94BDA) && IF VAR(RU) DIRTY: 42 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BoogyManLair.esm", A1D94BDA) && IF VAR(ES) DIRTY: 42 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Borgul.esm breezehomebasement.esm IF VAR(EN) WARN: Obsolete. Update to Breezehome_Basement.esp at "http://www.nexusmods.com/skyrim/mods/43593 Shawks Corner". IF VAR(RU) WARN: Устарело. Обновите до Breezehome_Basement.esp на "http://www.nexusmods.com/skyrim/mods/43593 Shawks Corner". IF VAR(ES) WARN: Obsoleto. Actualizar a la Breezehome_Basement.esp en "http://www.nexusmods.com/skyrim/mods/43593 Shawks Corner". brenuinNordfix.esm Brishome.esm BSTamriel.esm // esms c Caellon.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. CalienteVanillaArmorTweaks.esm calyps-investigator.esm Castle Draco Master File Load First.esm TAG: {{BASH: Delev}} IF CHECKSUM("Castle Draco Master File Load First.esm", 39BC4317) && IF VAR(EN) DIRTY: 1451 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Draco Master File Load First.esm", 39BC4317) && IF VAR(RU) DIRTY: 1451 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Draco Master File Load First.esm", 39BC4317) && IF VAR(ES) DIRTY: 1451 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 28 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 28 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 28 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". CastleDKmaster.esm CastleDrakhur_masterfle.esm IF CHECKSUM("CastleDrakhur_masterfle.esm", 7BC1AE65) && IF VAR(EN) DIRTY: 23 ITM, 7 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CastleDrakhur_masterfle.esm", 7BC1AE65) && IF VAR(RU) DIRTY: 23 ITM, 7 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CastleDrakhur_masterfle.esm", 7BC1AE65) && IF VAR(ES) DIRTY: 23 ITM, 7 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 6 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 6 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 6 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". CastlevaniaMemoriesFirstEpisode.esm Categories Redone.esm Cazy Hairs-by zzjay.esm CazyMale.esm Celestial-Hairstyles.esm IF CHECKSUM("Celestial-Hairstyles.esm", 9E4D41F9) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Celestial-Hairstyles.esm", 9E4D41F9) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Celestial-Hairstyles.esm", 9E4D41F9) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CCBT - Dawnguard.esm CCBT-kore.esm Celestial Hairstyles.esm CerwidenCompanion.esm CharacterMakingExtender.esm Chocolate Elves.esm CinderFrost.esm CLARALUX - More and Brighter Lights.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. ClimatesOfTamriel.esm IF FILE("SoS - Civilization.esp") && IFNOT REGEX("SoS - The Wilds-PatchCoT(Sounds)?(WinterEdition)?\.esp") && IF VAR(EN) WARN: Due to conflicts between Sounds of Skyrim - Civilization and ClimatesOfTamriel.esm it is recommended you use the appropriate compatibility patch found "http://www.nexusmods.com/skyrim/mods/20193 here". IF FILE("SoS - Civilization.esp") && IFNOT REGEX("SoS - The Wilds-PatchCoT(Sounds)?(WinterEdition)?\.esp") && IF VAR(RU) WARN: В соответствии с конфликтами между Sounds of Skyrim - Civilization and ClimatesOfTamriel.esm рекомендуется использовать соответствующий патч совместимости, расположенный "http://www.nexusmods.com/skyrim/mods/20193 здесь." IF FILE("SoS - Civilization.esp") && IFNOT REGEX("SoS - The Wilds-PatchCoT(Sounds)?(WinterEdition)?\.esp") && IF VAR(ES) WARN: Due to conflicts between Sounds of Skyrim - Civilization and ClimatesOfTamriel.esm it is recommended you use the appropriate compatibility patch found "http://www.nexusmods.com/skyrim/mods/20193 here". IF FILE("SoS - The Wilds.esp") && IFNOT REGEX("SoS - The Wilds-PatchCoT(Sounds)?(WinterEdition)?\.esp") && IF VAR(EN) WARN: Due to conflicts between Sounds of Skyrim - The Wilds and ClimatesOfTamriel.esm it is recommended you use the appropriate compatibility patch found "http://www.nexusmods.com/skyrim/mods/10886 here". IF FILE("SoS - The Wilds.esp") && IFNOT REGEX("SoS - The Wilds-PatchCoT(Sounds)?(WinterEdition)?\.esp") && IF VAR(RU) WARN: В соответствии с конфликтами между Sounds of Skyrim - The Wilds and ClimatesOfTamriel.esm рекомендуется использовать соответствующий патч совместимости, расположенный "http://www.nexusmods.com/skyrim/mods/10886 здесь." IF FILE("SoS - The Wilds.esp") && IFNOT REGEX("SoS - The Wilds-PatchCoT(Sounds)?(WinterEdition)?\.esp") && IF VAR(ES) WARN: Due to conflicts between Sounds of Skyrim - The Wilds and ClimatesOfTamriel.esm it is recommended you use the appropriate compatibility patch found "http://www.nexusmods.com/skyrim/mods/10886 here". IF CHECKSUM("ClimatesOfTamriel.esm", C30AB34E) WARN: This plugin has improperly numbered FormIDs and may have some corruption because it was made with an older version (4.2 or 4.3.x) of TESVSnip. Please use the "http://www.nexusmods.com/skyrim/mods/17802 updated plugin". IF CHECKSUM("ClimatesOfTamriel.esm", C110B173) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ClimatesOfTamriel.esm", C110B173) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ClimatesOfTamriel.esm", C110B173) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CMHalfElf.esm IFNOT VAR(RaceComp) && IF VAR(EN) ERROR: RaceCompatibility.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(RU) ERROR: RaceCompatibility.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(ES) ERROR: RaceCompatibility.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". cMKPowerBooks.esm CmLiliath.esm CMNewCompanions.esm CK's Companions.esm // must load after CMNewCompanions.esm IF CHECKSUM("CK's Companions.esm", D5550E36) && IF VAR(EN) DIRTY: 20 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CK's Companions.esm", D5550E36) && IF VAR(RU) DIRTY: 20 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CK's Companions.esm", D5550E36) && IF VAR(ES) DIRTY: 20 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CoD Waking Nightmare II.esm Companion - Asla & Esmeralda.esp Conan.esm ConjureDremoraEmpress.esm CraftSketching.esm customGraph.esm // esms d Daeas.esm DArchon.esm DarkerNights.esm DarkerInteriors.esm DarkerInteriorsAdd.esm DA_Skyship.esm IF VAR(Dragonborn) && IFNOT FILE("DA_Skyship_Dragonborn.esp") WARN: If you are running Dragonborn you should use the Dragonborn compatibility patch included in the installer. IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IF CHECKSUM("DA_Skyship.esm", FD184636) && IF VAR(EN) DIRTY: 119 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DA_Skyship.esm", FD184636) && IF VAR(RU) DIRTY: 119 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DA_Skyship.esm", FD184636) && IF VAR(ES) DIRTY: 119 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF CHECKSUM("DA_Skyship.esm", 51F4B5CE) && IF VAR(EN) DIRTY: 119 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DA_Skyship.esm", 51F4B5CE) && IF VAR(RU) DIRTY: 119 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DA_Skyship.esm", 51F4B5CE) && IF VAR(ES) DIRTY: 119 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF CHECKSUM("DA_Skyship.esm", 63CDB5F1) && IF VAR(EN) DIRTY: 119 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DA_Skyship.esm", 63CDB5F1) && IF VAR(RU) DIRTY: 119 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DA_Skyship.esm", 63CDB5F1) && IF VAR(ES) DIRTY: 119 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". DarkOrbUnderground.esm DBShreddedTriss.esm IF VAR(EN) SAY: Obsolete. Update to latest version, DBShreddedTriss.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DBShreddedTriss.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DBShreddedTriss.esp. DeadlyDragons.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. DelphineMarryn.esm Demoness.esm Depths_of_Cavern_AddCell.esm Deus Mons.esm DeusThrone.esp Devani follower.esm DFB - Random Encounters.esm DFB - XP Mod Redone.esm IF CHECKSUM("DFB - XP Mod Redone.esm", 2D137293) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DFB - XP Mod Redone.esm", 2D137293) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DFB - XP Mod Redone.esm", 2D137293) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DirectorsTools.esm Divada.esm DMM.esm Domus_Dementis.esm DonJuanMaster.esm DonJuansPlayersClubMaster.esm dovahkiin_sanctuary.esm DR00datasIO.esm // MUST load before DR01aBabiesMaker.esm DR01aBabiesMaker.esm Dragon Break.esm DragonsReach_Hideout.esm Dramargu.esm DrowCompanions.esm DSLight.esm DSpSoB.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Dual Wield for Followers.esm Dustbound.esm DwarfsRace.esm IFNOT VAR(RaceComp) && IF VAR(EN) ERROR: RaceCompatibility.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(RU) ERROR: RaceCompatibility.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(ES) ERROR: RaceCompatibility.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". Dwarvenhaven.esm DwarvenIsland.esm Dwemer Goggles & Scouter.esm DynamicLoot.esm // esms e EABleedhanE_1_0.esm EACalypso.esm IF VAR(EN) SAY: Obsolete. Update to latest version, EACalypsoE_1_2.esm or EACalypsoNE_1_2.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, EACalypsoE_1_2.esm или EACalypsoNE_1_2.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, EACalypsoE_1_2.esm o EACalypsoNE_1_2.esm. REGEX: EACalypso(E_1_2|NE_1_2)\.esm EACinthowenSkyhairWNE.esm EADanthalihanE.esm REGEX: EAGlawee.+\.esm REGEX: EagleEyePerk(_defStamina|_half_stamina)?\.esm IF VAR(EN) SAY: Use only one EagleEyePerk esm. IF VAR(RU) SAY: Используйте только один EagleEyePerk esm. IF VAR(ES) SAY: Utilizar solo un EagleEyePerk esm. IF FILE("PerkUP-Archery.esp") && IF VAR(EN) WARN: Delete. Already included in PerkUP-Archery.esp. IF FILE("PerkUP-Archery.esp") && IF VAR(RU) WARN: Удалите. Уже включено в PerkUP-Archery.esp. IF FILE("PerkUP-Archery.esp") && IF VAR(ES) WARN: Borrar. Esta incluido en PerkUP-Archery.esp. EAIthilwhenE_1_1.esm EASamhair.esm IF VAR(EN) SAY: Obsolete. Update to latest version, EASamhairE_1_1.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, EASamhairE_1_1.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, EASamhairE_1_1.esm. EASamhairE_1_1.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. EASamhairNE_1_1.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF FILE("EASamhairE_1_1.esm") && IF VAR(EN) WARN: Use either EASamhairE_1_1.esm or EASamhairNE_1_1.esm, not both. IF FILE("EASamhairE_1_1.esm") && IF VAR(RU) WARN: Используйте любой, или EASamhairE_1_1.esm или EASamhairNE_1_1.esm, не оба. IF FILE("EASamhairE_1_1.esm") && IF VAR(ES) WARN: Usar EASamhairE_1_1.esm o EASamhairNE_1_1.esm, no ambos. EASeleneMerFolNE.esm REGEX: EAShany.+\.esm EASharwynE_1_1.esm EB-Races.esm EerieElves.esm EFFCore.esm ElinRace.esm ElinRaceTaint.esm IFNOT ACTIVE("ElinRace.esm") && IF VAR(EN) ERROR: ElinRace.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("ElinRace.esm") && IF VAR(RU) ERROR: ElinRace.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("ElinRace.esm") && IF VAR(ES) ERROR: ElinRace.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. ElinRace - ApachiiHair.esm ElisHotSprings.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Enchanting Scrolls.esm IF CHECKSUM("Enchanting Scrolls.esm", 8C4258BC) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Enchanting Scrolls.esm", 8C4258BC) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Enchanting Scrolls.esm", 8C4258BC) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ethereal_elven_overhaul.esm Evil Lair of Hydra.esm IF CHECKSUM("Evil Lair of Hydra.esm", 723B9BC) && IF VAR(EN) DIRTY: 314 ITM, 68 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Evil Lair of Hydra.esm", 723B9BC) && IF VAR(RU) DIRTY: 314 ITM, 68 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Evil Lair of Hydra.esm", 723B9BC) && IF VAR(ES) DIRTY: 314 ITM, 68 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". ETaC - Resources.esm REGEX: Expanded Towns.*\.esm IF VAR(EN) SAY: Obsolete. Update to latest version, Expanded Towns and Cities. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Expanded Towns and Cities. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Expanded Towns and Cities. ExplorerDungeonPack.esm IF CHECKSUM("ExplorerDungeonPack.esm", F28E0E3C) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ExplorerDungeonPack.esm", F28E0E3C) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ExplorerDungeonPack.esm", F28E0E3C) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Extended Colors.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Eyja 1.5.esm // esms f Fantasy Music Overhaul.esm IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/28583 here". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/28583 здесь". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/28583 aquí". Farkasv2.esm FF Jolly Horker.esm FinalMaster.esm FlansEyesForSkrim.esm FluxMOD_ArtifactEffectPerk.esm FM - Haafingar Hall.esm FM - HaafingarHall.esm FollowerMagic.esm FollowerVoiceTypesPlus.esm ForbiddenRomance.esm ForcePowers.esm fox_shop.esm FoxHome_X.esm Frontier.esm FunctionalHomes.esm Futanarium.esm // esms g GameOfThronesArmors.esm GearVariants.esm Gemtastic.esm GeneralStores.esm IF CHECKSUM("GeneralStores.esm", 04B8B6DA) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GeneralStores.esm", 04B8B6DA) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GeneralStores.esm", 04B8B6DA) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GeneralDisplays.esm IFNOT CHECKSUM("GeneralDisplays.esm", 7FF65529) && IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT CHECKSUM("GeneralDisplays.esm", 7FF65529) && IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT CHECKSUM("GeneralDisplays.esm", 7FF65529) && IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". GeneralDisplays - DG.esm IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT ACTIVE("GeneralDisplays.esm") && IF VAR(EN) ERROR: GeneralDisplays.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("GeneralDisplays.esm") && IF VAR(RU) ERROR: GeneralDisplays.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("GeneralDisplays.esm") && IF VAR(ES) ERROR: GeneralDisplays.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. GeneralDisplays - DB.esm IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IFNOT ACTIVE("GeneralDisplays.esm") && IF VAR(EN) ERROR: GeneralDisplays.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("GeneralDisplays.esm") && IF VAR(RU) ERROR: GeneralDisplays.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("GeneralDisplays.esm") && IF VAR(ES) ERROR: GeneralDisplays.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. GetArrowsBack80.esm GiantChild.esm IF CHECKSUM("GiantChild.esm", 479C279C) && IF VAR(EN) DIRTY: 0 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GiantChild.esm", 479C279C) && IF VAR(RU) DIRTY: 0 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GiantChild.esm", 479C279C) && IF VAR(ES) DIRTY: 0 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GluRuSArtifactEffectPerk.esm goats.esm Gobland.esm Grytewake.esm GuardedHouse.esm TAG: {{BASH: Relev}} IF CHECKSUM("GuardedHouse.esm", 35FA0D1A) && IF VAR(EN) DIRTY: 475 ITM, 50 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GuardedHouse.esm", 35FA0D1A) && IF VAR(RU) DIRTY: 475 ITM, 50 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GuardedHouse.esm", 35FA0D1A) && IF VAR(ES) DIRTY: 475 ITM, 50 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF FILE("GuardedHouseImperial.esm") || IF FILE("GuardedHouseStormcloak.esm") && IF VAR(EN) WARN: Use only one GuardedHouse*.esm. IF FILE("GuardedHouseImperial.esm") || IF FILE("GuardedHouseStormcloak.esm") && IF VAR(RU) WARN: Используйте только один GuardedHouse*.esm. IF FILE("GuardedHouseImperial.esm") || IF FILE("GuardedHouseStormcloak.esm") && IF VAR(ES) WARN: Utilizar solo un GuardedHouse*.esm. GuardedHouseImperial.esm TAG: {{BASH: Relev}} IF CHECKSUM("GuardedHouseImperial.esm", 9C84FF3B) && IF VAR(EN) DIRTY: 469 ITM, 60 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GuardedHouseImperial.esm", 9C84FF3B) && IF VAR(RU) DIRTY: 469 ITM, 60 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GuardedHouseImperial.esm", 9C84FF3B) && IF VAR(ES) DIRTY: 469 ITM, 60 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF FILE("GuardedHouse.esm") || IF FILE("GuardedHouseStormcloak.esm") && IF VAR(EN) WARN: Use only one GuardedHouse*.esm. IF FILE("GuardedHouse.esm") || IF FILE("GuardedHouseStormcloak.esm") && IF VAR(RU) WARN: Используйте только один GuardedHouse*.esm. IF FILE("GuardedHouse.esm") || IF FILE("GuardedHouseStormcloak.esm") && IF VAR(ES) WARN: Utilizar solo un GuardedHouse*.esm. GuardedHouseStormcloak.esm TAG: {{BASH: Relev}} IF CHECKSUM("GuardedHouseStormcloak.esm", B25108F0) && IF VAR(EN) DIRTY: 469 ITM, 58 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GuardedHouseStormcloak.esm", B25108F0) && IF VAR(RU) DIRTY: 469 ITM, 58 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GuardedHouseStormcloak.esm", B25108F0) && IF VAR(ES) DIRTY: 469 ITM, 58 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF FILE("GuardedHouseImperial.esm") || IF FILE("GuardedHouse.esm") && IF VAR(EN) WARN: Use only one GuardedHouse*.esm. IF FILE("GuardedHouseImperial.esm") || IF FILE("GuardedHouse.esm") && IF VAR(RU) WARN: Используйте только один GuardedHouse*.esm. IF FILE("GuardedHouseImperial.esm") || IF FILE("GuardedHouse.esm") && IF VAR(ES) WARN: Use only one GuardedHouse*.esm. Guardians.esm GvModstoreNPC.esm // esms h HalfDryadElf.esm HBE.esm HDT_HighHeel.esm hdtHighHeel.esm Heart of Hearts.esm HelmetToggleMasterFile.esm hideout.esm IF VAR(EN) WARN: Obsolete. Update to Hideout_Main.esp at ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(RU) WARN: Устарело. Обновите до Hideout_Main.esp на ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(ES) WARN: Obsoleto. Actualizar a la Hideout_Main.esp en ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(EN) && IF VERSION("hideout.esm", "10.2", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(RU) && IF VERSION("hideout.esm", "10.2", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден ("http://www.nexusmods.com/skyrim/mods/43593 здесь"). Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("hideout.esm", "10.2", <) WARN: El archivo original fue lanzado antes del Creation Kir (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). highfive.esm hillside.esm HjakhtraevarrTomb.esm IF CHECKSUM("HjakhtraevarrTomb.esm", B10B9F8F) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HjakhtraevarrTomb.esm", B10B9F8F) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HjakhtraevarrTomb.esm", B10B9F8F) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HmmWhatToWear.esm HmmWhatToWearDawnGuard.esm IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT ACTIVE("HmmWhatToWear.esm") && IF VAR(EN) ERROR: HmmWhatToWear.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("HmmWhatToWear.esm") && IF VAR(RU) ERROR: HmmWhatToWear.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("HmmWhatToWear.esm") && IF VAR(ES) ERROR: HmmWhatToWear.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. HorseBranding.esm HuntersDiscipline.esm // esms i Iland Nir.esm Immersive Armor.esm ImmersiveBountyHunting_Bandits.esm ImmersiveContent.esm Immersive Patrols.esm Immersive Patrols x2.esm ImprovedCicero.esm Imp's More Complex Needs.esm IF VAR(EN) SAY: Obsolete. Update to latest version, Imp's More Complex Needs.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Imp's More Complex Needs.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Imp's More Complex Needs.esp. IF CHECKSUM("Imp's More Complex Needs.esm", EB90AF33) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Imp's More Complex Needs.esm", EB90AF33) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Imp's More Complex Needs.esm", EB90AF33) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IsharasUniqueRaces.esm IF FILE("ethereal_elven_overhaul.esp") INC: Ethereal elven overhaul. See "http://forums.nexusmods.com/index.php?showtopic=817456&pid=6542372&st=0&#entry6542372 compatability instructions". itsatrap!.esm // esms j JackGaPub.esm Janus follower.esm IF CHECKSUM("Janus follower.esm", EAEDBCB6) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Janus follower.esm", EAEDBCB6) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Janus follower.esm", EAEDBCB6) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Jasmin.esm jkotf4oneofthelastdwarven.esm REGEX: Joshen.+\.esm // Chinese-language followers JSwords.esm IF VERSION("JSwords.esm", "14.0", <) WARN: Version 1.4 compatibility patch fixed and cleaned with TES5Edit can be obtained "http://www.nexusmods.com/skyrim/mods/26230 here". IF CHECKSUM("JSwords.esm", 5C5F1687) || IF CHECKSUM("JSwords.esm", 58016F83) && IF VAR(EN) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained "http://www.nexusmods.com/skyrim/mods/26230 here". IF CHECKSUM("JSwords.esm", 5C5F1687) || IF CHECKSUM("JSwords.esm", 58016F83) && IF VAR(RU) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF CHECKSUM("JSwords.esm", 5C5F1687) || IF CHECKSUM("JSwords.esm", 58016F83) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de lugar. Un patch de compatibilidad puede ser encontrado "http://www.nexusmods.com/skyrim/mods/26230 aquí". JSwordsDV.esm // esms k Ket_ARMONIZER_v2.esm IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Ket_ARMONIZER_v3.esm KohdiReachwindEyrie-Vera.esm kuerteeInventoryAndWeight.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Kyia.esm // esms l La Quinta Gate.esm Lady Body.esm LakeView.esm Lanterns Of Skyrim - All In One - Main.esm IF VAR(Dawnguard) && IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", DA6791AC) SAY: Use the Dawnguard version of Lanterns Of Skyrim - All In One - Main.esm to have changes made to Dawnguard. IFNOT VAR(Dawnguard) && IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", 042A3DE0) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) or use the non-Dawnguard version of Lanterns Of Skyrim - All In One - Main.esm. IFNOT VAR(Dawnguard) && IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", 042A3DE0) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) or use the non-Dawnguard version of Lanterns Of Skyrim - All In One - Main.esm. IFNOT VAR(Dawnguard) && IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", 042A3DE0) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) ola versión de Lanterns Of Skyrim - All In One - Main.esm que no requiere Dawnguard. IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", DA6791AC) || IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", 1E83E045) && IF VAR(EN) DIRTY: 24 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", DA6791AC) || IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", 1E83E045) && IF VAR(RU) DIRTY: 24 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", DA6791AC) || IF CHECKSUM("Lanterns Of Skyrim - All In One - Main.esm", 1E83E045) && IF VAR(ES) DIRTY: 24 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". REGEX: Lanterns Of Skyrim - All In One( 2x brighter)?\.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. LB_MuchAdoSnowElves.esm IF FILE("LB_MuchAdoSnowElves_WeaponsOnly.esp") && IF CHECKSUM("LB_MuchAdoSnowElves.esm", 9E22BEF7) WARN: This is the wrong esm for LB_MuchAdoSnowElves_WeaponsOnly.esp LCOA.esm LegendarySouls.esm LessTint.esm LevelersTower.esm IF CHECKSUM("LevelersTower.esm", 7AF4D53A) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LevelersTower.esm", 7AF4D53A) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LevelersTower.esm", 7AF4D53A) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("LevelersTower.esm", F22B5BE) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LevelersTower.esm", F22B5BE) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LevelersTower.esm", F22B5BE) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LianMageFollower.esm LianVera-v2.1.esm LiFE.esm REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" | "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Lighting.esm // this is a companion mod Lightsabers.esm Liliath.esm IF VAR(EN) && IF FILE("Pretty Followers.esm") WARN: Delete. Already included in Pretty Followers.esm. IF VAR(RU) && IF FILE("Pretty Followers.esm") WARN: Удалите. Уже включено в Pretty Followers.esm. IF VAR(ES) && IF FILE("Pretty Followers.esm") WARN: Borrar. Esta incluido en Pretty Followers.esm. lilyelf.esm IF VAR(EN) && IF FILE("Pretty Followers.esm") WARN: Delete. Already included in Pretty Followers.esm. IF VAR(RU) && IF FILE("Pretty Followers.esm") WARN: Удалите. Уже включено в Pretty Followers.esm. IF VAR(ES) && IF FILE("Pretty Followers.esm") WARN: Borrar. Esta incluido en Pretty Followers.esm. Lootification.esm LordofElements01.esm LorecraftESM.esm LovelyHairstylesLITE.esm lover stons x10.esm LunariRace.esm IF VAR(EN) SAY: Obsolete. Update to latest version, LunariRace.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, LunariRace.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, LunariRace.esp. Lycanthropy_Audio_by_Brevi.esm Lycanthropy_Music.esm // esms m Macromancy.esm magecraft -core.esm MagicDuel.esm MagicDuelReborn.esm IF FILE("MagicDuel.esm") && IF VAR(EN) WARN: Use either MagicDuel.esm or MagicDuelReborn.esm, not both. IF FILE("MagicDuel.esm") && IF VAR(RU) WARN: Используйте любой, или MagicDuel.esm или MagicDuelReborn.esm, не оба. IF FILE("MagicDuel.esm") && IF VAR(ES) WARN: Usar MagicDuel.esm o MagicDuelReborn.esm, no ambos. Malise - A Companion By Joseph Anthony.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. REQ: "http://www.nexusmods.com/skyrim/mods/2812 Better Females" Manantis.esm Mannequin.esm mannyBlackRock.esm mannyDragonhead.esm MarshCatacombs1.esm MBMaster.esm MBT_Base-female.esm MFVM.esm MiniLovers Idles.esm MiniLoversSound.esm IFNOT VAR(FNIS) REQ: "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" MjanasLabyrinth.esm IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("MjanasLabyrinth.esm", C475BC22) && IF VAR(EN) DIRTY: 32 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MjanasLabyrinth.esm", C475BC22) && IF VAR(RU) DIRTY: 32 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MjanasLabyrinth.esm", C475BC22) && IF VAR(ES) DIRTY: 32 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Monli.esm IFNOT VAR(RaceComp) && IF VAR(EN) ERROR: RaceCompatibility.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(RU) ERROR: RaceCompatibility.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(ES) ERROR: RaceCompatibility.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IF CHECKSUM("Monli.esm", 94B31A2C) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Monli.esm", 94B31A2C) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Monli.esm", 94B31A2C) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Monster Hunter.esm IF CHECKSUM("Monster Hunter.esm", 51FB2723) && IF VAR(EN) DIRTY: 28 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Monster Hunter.esm", 51FB2723) && IF VAR(RU) DIRTY: 28 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Monster Hunter.esm", 51FB2723) && IF VAR(ES) DIRTY: 28 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MontyXRaceCompatabilityMod.esm moonpath.esm IF CHECKSUM("moonpath.esm", 50A19275) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("moonpath.esm", 50A19275) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("moonpath.esm", 50A19275) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MoonshadowElves.esm More Interactive Items.ESM More Interactive Items [Dawnguard].ESM More Interactive Items [Hearthfire].ESM more_Travelers.esm mortenhairs.esm mortonhairs-newhairpack.esm Mother_of_Tears_Epics_Eng.esm motTome2.esm IFNOT FILE("MoT_First_LoadOrder_File_After_Skyrim.esm") && IF VAR(EN) ERROR: MoT_First_LoadOrder_File_After_Skyrim.esm is not present or is not active. Skyrim will CTD when loading if using this file without Climates Of Tamriel.esm. IFNOT FILE("MoT_First_LoadOrder_File_After_Skyrim.esm") && IF VAR(RU) ERROR: MoT_First_LoadOrder_File_After_Skyrim.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Climates Of Tamriel.esm. IFNOT FILE("MoT_First_LoadOrder_File_After_Skyrim.esm") && IF VAR(ES) ERROR: MoT_First_LoadOrder_File_After_Skyrim.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("motTome2.esm", 5A0212CE) && IF VAR(EN) DIRTY: 104 ITM, 31 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("motTome2.esm", 5A0212CE) && IF VAR(RU) DIRTY: 104 ITM, 31 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("motTome2.esm", 5A0212CE) && IF VAR(ES) DIRTY: 104 ITM, 31 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 16 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 16 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 16 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". MountainsideCastleesm.esm MTAutoStorage.esm IF CHECKSUM("MTAutoStorage.esm", 7C0F98CA) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MTAutoStorage.esm", 7C0F98CA) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MTAutoStorage.esm", 7C0F98CA) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MTC.esm MTOH.esm IF VAR(EN) SAY: Hair standalone mod for other mods which edit NPCs. If this one is used, MTOH.esp should be disabled. IF VAR(RU) SAY: Автономный мод причесок, меняющий NPC. Если он использован, то MTOH.esp должен быть отключен. IF VAR(ES) SAY: Si utilizas este mod, MTOH.esp debe ser desactivado. MU.esm Murder01.esm IF VAR(EN) SAY: Obsolete. Update to latest version, HjakhtraevarrTomb.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, HjakhtraevarrTomb.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, HjakhtraevarrTomb.esm. Musichaul.esm // esms n N_43 Hair Pack.esm Natural Characters and Companions.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT FILE("LovelyHairstyles.esp") REQ: "http://www.nexusmods.com/skyrim/mods/7403 Lovely Hairstyles". Nchuzzrezar.esm NeV-P_ExtremeMaterials.esm TAG: {{BASH: Delev, Relev}} NeV-P_TitaniumDragonEquipment.esm NewjHostileDef.esm NewjTravelers.esm NewStyleEyes.esm Neworld.esm Night Eye Overhaul.esm Niires Hjerim(esm).esm IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". Niire's Honeyside(esm).esm IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". Niire's Proudspire(esm).esm IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". Niire'sPortstonesForBertsBreezehomeRemodel.esm NinaGale.esm NoKillMoves.ESM Nordic Natural Sound.esm Northgirl.esm NoTint.esm NPC.esm NPCs.esm NPCs of Dibella - Resources.esm NV 40k Space Marine Armor.esm // esms o REGEX: OblHairs(\d\d)?\.esm IF VAR(EN) SAY: Too many hair packs may cause stability issues; see "http://www.nexusmods.com/skyrim/mods/18110 author's notes". IF VAR(RU) SAY: Слишком много наборов причесок могут вызвать проблемы со стабильностью. Смотрите "http://www.nexusmods.com/skyrim/mods/18110 заметки автора". IF VAR(ES) SAY: Demasiados mods de peinados pueden causar inestabilidad; ver "http://www.nexusmods.com/skyrim/mods/18110 notas del autor". OblMaleHairs01.esm OBlHairFinal.esm Oblivionauts.esm OceanViewLodge.esm OchinClothingMod01_RobeSet_Edit00.esm OdemsAdvCraft.esm okaazah.esm olafskyrim.esm Omegared99-Compilation.esm OneiroMoarFollowers.esm OrcBorgul.esm OrientalRace.esm IF VAR(EN) SAY: Obsolete. Update to latest version, OrientalRace.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, OrientalRace.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, OrientalRace.esp. ORS_MorthalPain.esm IF CHECKSUM("ORS_MorthalPain.esm", 8AC2860F) && IF VAR(EN) DIRTY: 23 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ORS_MorthalPain.esm", 8AC2860F) && IF VAR(RU) DIRTY: 23 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ORS_MorthalPain.esm", 8AC2860F) && IF VAR(ES) DIRTY: 23 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ORS_SolitudeGate.esm IF CHECKSUM("ORS_SolitudeGate.esm", 31BACFAE) && IF VAR(EN) DIRTY: 26 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ORS_SolitudeGate.esm", 31BACFAE) && IF VAR(RU) DIRTY: 26 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ORS_SolitudeGate.esm", 31BACFAE) && IF VAR(ES) DIRTY: 26 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Overlook Tower - BASEv1.esm Overlord Tower.esm IF CHECKSUM("Overlord Tower.esm", 067A4293) && IF VAR(EN) DIRTY: 29 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Overlord Tower.esm", 067A4293) && IF VAR(RU) DIRTY: 29 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Overlord Tower.esm", 067A4293) && IF VAR(ES) DIRTY: 29 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Overlord Tower.esm", 25E0E990) && IF VAR(EN) DIRTY: 47 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Overlord Tower.esm", 25E0E990) && IF VAR(RU) DIRTY: 47 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Overlord Tower.esm", 25E0E990) && IF VAR(ES) DIRTY: 47 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: Use either good or evil version. IF VAR(RU) SAY: Используйте либо good либо evil версию. IF VAR(ES) SAY: Utilizar la versión buena o la versión malvada. REGEX: OverlookTower.*\.esm // esms p paradise_halls.esm paradise_halls_base.esm IF VERSION("SKSE", "0.1.6.8", <) REQ: "http://skse.silverlock.org SKSE" 1.6.8+. paradise_halls_core.esm IF VERSION("SKSE", "0.1.6.8", <) REQ: "http://skse.silverlock.org SKSE" 1.6.8+. IFNOT FILE("paradise_halls_base.esm") REQ: paradise_halls_base.esm PC Exclusive Animation Path.esm PC Exclusive Voice Path.ESM Perkalicious.esm PerkReset.esm Perk-Reset-MCM.esm IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" REGEX: PersonalizedMusic.*\.esm phiNoFF.esm pinewoodvillage.esm IF VAR(EN) SAY: Obsolete. Update to latest version, Pinewood Village.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Pinewood Village.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Pinewood Village.esp. IF CHECKSUM("pinewoodvillage.esm", DDA83B3F) && IF VAR(EN) DIRTY: 33 ITM, 25 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("pinewoodvillage.esm", DDA83B3F) && IF VAR(RU) DIRTY: 33 ITM, 25 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("pinewoodvillage.esm", DDA83B3F) && IF VAR(ES) DIRTY: 33 ITM, 25 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Pixie Windcaller.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Pretty Brelyna.esm IF VAR(EN) && IF FILE("Pretty Followers.esm") WARN: Delete. Already included in Pretty Followers.esm. IF VAR(RU) && IF FILE("Pretty Followers.esm") WARN: Удалите. Уже включено в Pretty Followers.esm. IF VAR(ES) && IF FILE("Pretty Followers.esm") WARN: Borrar. Ya esta incluido en Pretty Followers.esm. Pretty Followers.esm Prison.esm IF CHECKSUM("Prison.esm", FB7C55C8) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Prison.esm", FB7C55C8) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Prison.esm", FB7C55C8) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PrisonUpdate.esm IFNOT ACTIVE("Prison.esm") && IF VAR(EN) ERROR: Prison.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Prison.esm") && IF VAR(RU) ERROR: Prison.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Prison.esm") && IF VAR(ES) ERROR: Prison.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("PrisonUpdate.esm", 41A40641) && IF VAR(EN) DIRTY: 167 ITM, 77 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PrisonUpdate.esm", 41A40641) && IF VAR(RU) DIRTY: 167 ITM, 77 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PrisonUpdate.esm", 41A40641) && IF VAR(ES) DIRTY: 167 ITM, 77 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Proudspire.esm Proudspire Manor Refurbished.esm Populated Cities NPCListMaster.esm IF VAR(EN) SAY: Obsolete. Update to latest version, Populated Cities 2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Populated Cities 2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Populated Cities 2.esp. PSUniversalBodyChanger.esm // esms q Quest_NoMercy.esm // esms r RaestlozArmorReplace.esm IFNOT CHECKSUM("RaestlozArmorReplace.esm", B83CB078) || IFNOT CHECKSUM("RaestlozArmorReplace.esm", 6FA99C8F) && IF VERSION("TES5", "1.8.151.07", <) REQ: Skyrim 1.8.151.07+ RaestlozArmorReplace - Dawnguard.esm IFNOT CHECKSUM("RaestlozArmorReplace - Dawnguard.esm", FBBDED04) || IFNOT CHECKSUM("RaestlozArmorReplace - Dawnguard.esm", 00449758) && IF VERSION("TES5", "1.8.151.07", <) REQ: Skyrim 1.8.151.07+ IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT ACTIVE("RaestlozArmorReplace.esm") && IF VAR(EN) ERROR: RaestlozArmorReplace.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("RaestlozArmorReplace.esm") && IF VAR(RU) ERROR: RaestlozArmorReplace.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("RaestlozArmorReplace.esm") && IF VAR(ES) ERROR: RaestlozArmorReplace.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. RaestlozArmorReplace - Dragonborn.esm IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IFNOT ACTIVE("RaestlozArmorReplace.esm") && IF VAR(EN) ERROR: RaestlozArmorReplace.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("RaestlozArmorReplace.esm") && IF VAR(RU) ERROR: RaestlozArmorReplace.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("RaestlozArmorReplace.esm") && IF VAR(ES) ERROR: RaestlozArmorReplace.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. RainShowRes.esm Ranger Ridge.esm IF CHECKSUM("Ranger Ridge.esm", 98145FB5) && IF VAR(EN) DIRTY: 274 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ranger Ridge.esm", 98145FB5) && IF VAR(RU) DIRTY: 274 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ranger Ridge.esm", 98145FB5) && IF VAR(ES) DIRTY: 274 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". RANs Eyebrows.esm RCOTS-RACES.esm ReadBooksAloud.esm real race heights.esm Real Wildlife Skyrim 0.1.esm Real Wildlife - IMCN.esm Realistic Wildlife Loot.esm RealisticWaterTwo - Legendary.esm RenHair.esm retreat.esm IF VAR(EN) WARN: Obsolete. Update to Dovahkiin_Retreat.esp at ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). IF VAR(RU) WARN: Устарело. Обновите до Dovahkiin_Retreat.esp на ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). IF VAR(ES) WARN: Obsoleto. Actualizar a la Dovahkiin_Retreat.esp en ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). IF VAR(EN) && IF VERSION("retreat.esm", "1.0", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). IF VAR(RU) && IF VERSION("retreat.esm", "1.0", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден ("http://www.nexusmods.com/skyrim/mods/59522 здесь"). Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("retreat.esm", "1.0", <) WARN: El archivo original fue lanzado antes del Creation Kir (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). RIP88_Pool_Furniture.esm RiverEdge Home.esm RiverHelm.esm IF CHECKSUM("RiverHelm.esm", 41B8B722) && IF VAR(EN) DIRTY: 3700 ITM, 192 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RiverHelm.esm", 41B8B722) && IF VAR(RU) DIRTY: 3700 ITM, 192 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RiverHelm.esm", 41B8B722) && IF VAR(ES) DIRTY: 3700 ITM, 192 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF VAR(EN) WARN: This file contains 50 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 50 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 50 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". RnS_Source.esm Rotar.esm // esms s MOD: S´Drass follower.esm // Removing the MOD: tag from this seems to cause crashes. Sako Proudmane.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Sanctum of the Fallen.esm sejhythpeople.esm SC_Drow Race.esm IF VAR(EN) SAY: Obsolete. Update to latest version, DrowRace.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DrowRace.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DrowRace.esp. SkyrimForBattle.esm Schlongs of Skyrim - Core.esm SOS - Schlongs of Skyrim.esm SCoL Main.esm SexiS.esm IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(FNIS) REQ: "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" SexLab.esm IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" IFNOT VAR(FNIS) REQ: "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" IFNOT FILE("meshes\actors\character\animations\SexLab\FNIS_SexLab_List.txt") && IF VAR(EN) ERROR: FNIS_SexLab_List.txt is not installed. Animations of mod wont be added in the FNIS list and wont be work in game. Before install through Wrye Bash Bain you should choise 'Override Skips' option for archive of this mod in the 'Installers' tab. IFNOT FILE("meshes\actors\character\animations\SexLab\FNIS_SexLab_List.txt") && IF VAR(RU) ERROR: FNIS_SexLab_List.txt не установлен. Анимации мода не будут добавлены в список FNIS и не будут работать в игре. Перед установкой через Wrye Bash Bain вам необходимо выбрать опцию "Не пропускать ничего" для архива этого мода на вкладке 'Установщики'. IFNOT FILE("meshes\actors\character\animations\SexLab\FNIS_SexLab_List.txt") && IF VAR(ES) ERROR: FNIS_SexLab_List.txt is not installed. Animations of mod wont be added in the FNIS list and wont be work in game. Before install through Wrye Bash Bain you should choise 'Override Skips' option for archive of this mod in the 'Installers' tab. SexLabAroused.esm IFNOT ACTIVE("SexLab.esm") && IF VAR(EN) ERROR: SexLab.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexLab.esm") && IF VAR(RU) ERROR: SexLab.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexLab.esm") && IF VAR(ES) ERROR: SexLab.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. HentaiPregnancy.esm IFNOT ACTIVE("SexLab.esm") && IF VAR(EN) ERROR: SexLab.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexLab.esm") && IF VAR(RU) ERROR: SexLab.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexLab.esm") && IF VAR(ES) ERROR: SexLab.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. SexrimResources.esm Sexy Crafting Merchants.esm SG_BlacksmithsCavern.esm IF CHECKSUM("SG_BlacksmithsCavern.esm", 564D3A3B) && IF VAR(EN) DIRTY: 20 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SG_BlacksmithsCavern.esm", 564D3A3B) && IF VAR(RU) DIRTY: 20 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SG_BlacksmithsCavern.esm", 564D3A3B) && IF VAR(ES) DIRTY: 20 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". SGHairPackBase.esm Shayla.esm ShyraeIsturain.esm Sirenia.esm REQ: "http://www.nexusmods.com/skyrim/mods/140 Amazing Smooth Females Complete" texture addon. SK Drow Child Race.esm SK Monli Race.esm Skyblivion.esm Skykids.esm Skyrim Dark.esm Skyrim Immersive Creatures.esm TAG: {{BASH: Delev, Relev}} // Note that users of versions below 5.1.1 should also include the Relev tag. Added to tags(no problems with it). IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). SkyrimBordersDisabled.esm SkyrimGoesNeked.esm Skyrim_Realism.esm IF CHECKSUM("Skyrim_Realism.esm", BC06197F) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyrim_Realism.esm", BC06197F) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyrim_Realism.esm", BC06197F) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyrimSewers.esm SkyMoMod.esm TAG: {{BASH: Delev, Relev}} // for latest version 3.2 // IF CHECKSUM("SkyMoMod.esm", 6D2AD8B5) || IF CHECKSUM("SkyMoMod.esm", 53F297BE) TAG: {{BASH: Delev}} // This is the Original SkyMoMod - v9 IF CHECKSUM("SkyMoMod.esm", 6D2AD8B5) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyMoMod.esm", 6D2AD8B5) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyMoMod.esm", 6D2AD8B5) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SkyMoMod.esm", BE817A8C) || IF CHECKSUM("SkyMoMod.esm", 84194850) TAG: {{BASH: Delev}} // This is the esm provided with Skyrim Immersive Creatures. IF CHECKSUM("SkyMoMod.esm", BE817A8C) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyMoMod.esm", BE817A8C) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyMoMod.esm", BE817A8C) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SkyMoMod.esm", 4D3619D8) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyMoMod.esm", 4D3619D8) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyMoMod.esm", 4D3619D8) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyTEST-RealisticAnimals&Predators.esm Skywind.esm SleepingTreeSanctuary.esm SleepingTreeSanctuary_FollowerFriendly.esp IF CHECKSUM("SleepingTreeSanctuary_FollowerFriendly.esp", AA2E6377) && IF VAR(EN) DIRTY: 5 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SleepingTreeSanctuary_FollowerFriendly.esp", AA2E6377) && IF VAR(RU) DIRTY: 5 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SleepingTreeSanctuary_FollowerFriendly.esp", AA2E6377) && IF VAR(ES) DIRTY: 5 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SM_Archery_Improved.esm SmithBornPerks.esm SmithBornMaterials.esm // Must load after SmithBornPerks.esm Smithing Extended.esm Society of Merchants.esm Solitude A City Of Trade.esm IF CHECKSUM("Solitude A City of Trade.esm", FB48BBE3) && IF VAR(EN) DIRTY: 9 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Solitude A City of Trade.esm", FB48BBE3) && IF VAR(RU) DIRTY: 9 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Solitude A City of Trade.esm", FB48BBE3) && IF VAR(ES) DIRTY: 9 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Solstheim Climate Overhaul.esm IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Solstheim Climate Overhaul - Vanilla.esm IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SoS - The Dungeons.esm SoS - The Wilds.esm SotF BETA v1-2.esm SpartanV10.esm SpecializedFollowers.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. SPERG.esm Spiritworldredone.esm SPTDiverseGuardsSkyrimResources.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. SPTMuscularFemaleRaces.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. SPODUM.esm SPIKE.esm SPIKE_Weapons.esm SprigganQueen.esm Stargate.esm IF CHECKSUM("Stargate.esm", 8439B207) && IF VAR(EN) DIRTY: 31 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Stargate.esm", 8439B207) && IF VAR(RU) DIRTY: 31 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Stargate.esm", 8439B207) && IF VAR(ES) DIRTY: 31 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Succubus.esm IF VAR(EN) SAY: Obsolete. Update to latest version, SuccubusFollower.esp or Succubus Summoning.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, SuccubusFollower.esp или Succubus Summoning.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SuccubusFollower.esp o Succubus Summoning.esp. SummerAutumn.esm SummerWear.esm IF VERSION("TES5", "1.8", <) REQ: Skyrim 1.8+ SW_Borgakh.esm SW_Jenassa.esm // esms t Tallis Wind.esm IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Talsha.esm Tamrielic Lore.esm IF CHECKSUM("Tamrielic Lore.esm", 1EC8407A) && IF VAR(EN) DIRTY: 5 ITM. 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tamrielic Lore.esm", 1EC8407A) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tamrielic Lore.esm", 1EC8407A) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Tang mo follower.esm IF CHECKSUM("Tang mo follower.esm", 0363AF98) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tang mo follower.esm", 0363AF98) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tang mo follower.esm", 0363AF98) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". TCGImperialSoldierFollowers.esm TERA Weapons.esm TERAArmors.esm TeraHairWeightFix.esm Terramis_DungeonMaster.esm IF VAR(EN) SAY: Obsolete. Update to latest version, Terramis_Dungeon_01.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Terramis_Dungeon_01.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Terramis_Dungeon_01.esm. Terramis_Dungeon_01.esm IF CHECKSUM("Terramis_Dungeon_01.esm", 09B9C494) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Terramis_Dungeon_01.esm", 09B9C494) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Terramis_Dungeon_01.esm", 09B9C494) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Dragon King.esm IF CHECKSUM("The Dragon King.esm", 283DBD41) && IF VAR(EN) DIRTY: 408 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Dragon King.esm", 283DBD41) && IF VAR(RU) DIRTY: 408 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Dragon King.esm", 283DBD41) && IF VAR(ES) DIRTY: 408 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Spice of Life.esm IF VAR(EN) || IF VAR(RU) && IF CHECKSUM("The Spice of Life.esm", A75F2F6D) SAY: File not created with Creation Kit. IF VAR(ES) && IF CHECKSUM("The Spice of Life.esm", A75F2F6D) SAY: Archivo no creado con el Creation Kit. The_Dwemer_and_Falmer.esm The_False_One_Rises.esm TheMalacathOrder.esm TheTiredVampire.esm ThroneofGold.esm TL_Spell.esm TNP_v0.3.esm Tolucan.esm TombOfTheOld.esm TondeeRiversong.esm TransmutationCube.esm TravellersOfSkyrim.esm TRO_BasicNeeds.esm IF VAR(EN) SAY: Obsolete. Update to latest version, TRO_BasicNeeds.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, TRO_BasicNeeds.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, TRO_BasicNeeds.esp. TTR_Skill_Overhaul.esm TurnDownXrace.esm IFNOT VAR(RaceComp) && IF VAR(EN) ERROR: RaceCompatibility.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(RU) ERROR: RaceCompatibility.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(ES) ERROR: RaceCompatibility.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". JackshShop.esm IFNOT ACTIVE("TurnDownXrace.esm") && IF VAR(EN) ERROR: TurnDownXrace.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("TurnDownXrace.esm") && IF VAR(RU) ERROR: TurnDownXrace.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("TurnDownXrace.esm") && IF VAR(ES) ERROR: TurnDownXrace.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Tyth.esm // esms u Ultimate Witcher MOD.esm IF VAR(EN) SAY: Obsolete. Update to latest version, Ultimate Witcher MOD.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Ultimate Witcher MOD.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Ultimate Witcher MOD.esp. Undercity.esm UndergroundBathhouse.esm IF CHECKSUM("UndergroundBathhouse.esm", 0FD0CF70) && IF VAR(EN) DIRTY: 1 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UndergroundBathhouse.esm", 0FD0CF70) && IF VAR(RU) DIRTY: 1 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UndergroundBathhouse.esm", 0FD0CF70) && IF VAR(ES) DIRTY: 1 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("UndergroundBathhouse.esm", C07C8282) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UndergroundBathhouse.esm", C07C8282) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UndergroundBathhouse.esm", C07C8282) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". UndergroundBathhouse_light.esm IF CHECKSUM("UndergroundBathhouse_light.esm", F4137AC5) && IF VAR(EN) DIRTY: 1 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UndergroundBathhouse_light.esm", F4137AC5) && IF VAR(RU) DIRTY: 1 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UndergroundBathhouse_light.esm", F4137AC5) && IF VAR(ES) DIRTY: 1 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("UndergroundBathhouse.esm") && IF VAR(EN) WARN: Use either UndergroundBathhouse.esm or UndergroundBathhouse_light.esm, not both. IF FILE("UndergroundBathhouse.esm") && IF VAR(RU) WARN: Используйте любой, или UndergroundBathhouse.esm или UndergroundBathhouse_light.esm, не оба. IF FILE("UndergroundBathhouse.esm") && IF VAR(ES) WARN: Usar UndergroundBathhouse.esm o UndergroundBathhouse_light.esm, no ambos. UnicornCave.esm IF CHECKSUM("UnicornCave.esm", C5D100F6) && IF VAR(EN) DIRTY: 41 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UnicornCave.esm", C5D100F6) && IF VAR(RU) DIRTY: 41 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UnicornCave.esm", C5D100F6) && IF VAR(ES) DIRTY: 41 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Unique.esm // esms v ValhallaBaseDef_v_0_0_1.esm Vampire Slavers Den v2.0.esm Vashira esm.esm VHVP.esm Victoria The Slayer.esm Vigilant of Stendarr Quests Master.esm IF CHECKSUM("Vigilant of Stendarr Quests Master.esm", 0B0207CF) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vigilant of Stendarr Quests Master.esm", 0B0207CF) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vigilant of Stendarr Quests Master.esm", 0B0207CF) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Viin.esm vinis_food_and_rest.esm // esms w warehouse.esm ArmoryMain.esm WARZONES - Civil Unrest.esm IF CHECKSUM("WARZONES - Civil Unrest.esm", 5641193A) && IF VAR(EN) DIRTY: 66 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WARZONES - Civil Unrest.esm", 5641193A) && IF VAR(RU) DIRTY: 66 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WARZONES - Civil Unrest.esm", 5641193A) && IF VAR(ES) DIRTY: 66 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Warzones French.esm IF CHECKSUM("Warzones French.esm", 628534CB) && IF VAR(EN) DIRTY: 65 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Warzones French.esm", 628534CB) && IF VAR(RU) DIRTY: 65 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Warzones French.esm", 628534CB) && IF VAR(ES) DIRTY: 65 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Will.esm WinterholdDestruction.esm IF CHECKSUM("WinterholdDestruction.esm", 52C2ACF1) && IF VAR(EN) DIRTY: 28 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WinterholdDestruction.esm", 52C2ACF1) && IF VAR(RU) DIRTY: 28 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WinterholdDestruction.esm", 52C2ACF1) && IF VAR(ES) DIRTY: 28 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // esms xyz x117BretonNord.esm xazBondage.esm XFLMain.esm IF VERSION("TES5", "1.3.0", <) REQ: Skyrim 1.3+ IF VAR(UFO) INC: UFO - Ultimate Follower Overhaul.esp IF FILE("BDO.esp") INC: BDO.esp IF VAR(EN) SAY: For safe mod uninstall see special uninstallation instructions on "http://www.nexusmods.com/skyrim/mods/12933 mod page". IF VAR(RU) SAY: Для безопасного удаления мода смотрите инструкции по удалению на "http://www.nexusmods.com/skyrim/mods/12933 странице мода" или на "http://modgames.net/load/247-1-0-10650 странице локализации". IF VAR(ES) SAY: Para desisntalar de manera segura por favor ve la "http://www.nexusmods.com/skyrim/mods/12933 página del mod". xlv.esm Xvision Children.esm xvisionchildren.esm YChildren of the Sky.esm ZaZAnimationPack.esm IFNOT VAR(FNIS) REQ: "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" IFNOT FILE("meshes\actors\character\animations\ZaZAnimationPack\FNIS_ZaZAnimationPack_List.txt") && IF VAR(EN) ERROR: FNIS_ZaZAnimationPack_List.txt is not installed. Animations of mod wont be added in the FNIS list and wont be work in game. Before install through Wrye Bash Bain you should choise 'Override Skips' option for archive of this mod in the 'Installers' tab. IFNOT FILE("meshes\actors\character\animations\ZaZAnimationPack\FNIS_ZaZAnimationPack_List.txt") && IF VAR(RU) ERROR: FNIS_ZaZAnimationPack_List.txt не установлен. Анимации мода не будут добавлены в список FNIS и не будут работать в игре. Перед установкой через Wrye Bash Bain вам необходимо выбрать опцию "Не пропускать ничего" для архива этого мода на вкладке 'Установщики'. IFNOT FILE("meshes\actors\character\animations\ZaZAnimationPack\FNIS_ZaZAnimationPack_List.txt") && IF VAR(ES) ERROR: FNIS_ZaZAnimationPack_List.txt is not installed. Animations of mod wont be added in the FNIS list and wont be work in game. Before install through Wrye Bash Bain you should choise 'Override Skips' option for archive of this mod in the 'Installers' tab. Devious Devices - Assets.esm ZazimelDrow.esm ZZZ_Stenvar_Replacer_THAIDEN.esm IF VAR(EN) SAY: Obsolete. Update to latest version, ZZZ_Stenvar_Replacer_THAIDEN.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, ZZZ_Stenvar_Replacer_THAIDEN.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, ZZZ_Stenvar_Replacer_THAIDEN.esp. // esms late // esm's released with esp extension Bandit Raid.esp IF VAR(EN) SAY: This is actually an esm released as an esp file. IF VAR(RU) SAY: На самом деле это esm-файл, выпущенный как esp. IF VAR(ES) SAY: Archivo esm distrubuido como esp. Celestial-Hairstyles.esp IF CHECKSUM("Celestial-Hairstyles.esp", 53C845C8) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Celestial-Hairstyles.esp", 53C845C8) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Celestial-Hairstyles.esp", 53C845C8) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skyrim Project Optimization.esp Skyrim Project Optimization - Full Version.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IF FILE("Skyrim Project Optimization - Full Version.esm") && IF VAR(EN) WARN: Use either Skyrim Project Optimization - Full Version.esm or Skyrim Project Optimization - Full Version.esp, not both. IF FILE("Skyrim Project Optimization - Full Version.esm") && IF VAR(RU) WARN: Используйте любой, или Skyrim Project Optimization - Full Version.esm или Skyrim Project Optimization - Full Version.esp, не оба. IF FILE("Skyrim Project Optimization - Full Version.esm") && IF VAR(ES) WARN: Usar Skyrim Project Optimization - Full Version.esm o Skyrim Project Optimization - Full Version.esp, no ambos. Skyrim Project Optimization - No Homes.esp IF FILE("Skyrim Project Optimization - No Homes.esm") && IF VAR(EN) WARN: Use either Skyrim Project Optimization - No Homes.esm or Skyrim Project Optimization - No Homes.esp, not both. IF FILE("Skyrim Project Optimization - No Homes.esm") && IF VAR(RU) WARN: Используйте любой, или Skyrim Project Optimization - No Homes.esm или Skyrim Project Optimization - No Homes.esp, не оба. IF FILE("Skyrim Project Optimization - No Homes.esm") && IF VAR(ES) WARN: Usar Skyrim Project Optimization - No Homes.esm o Skyrim Project Optimization - No Homes.esp, no ambos. Skyrim Project Optimization - No Homes - Full Version.esp IF FILE("Skyrim Project Optimization - No Homes - Full Version.esm") && IF VAR(EN) WARN: Use either Skyrim Project Optimization - No Homes - Full Version.esm or Skyrim Project Optimization - No Homes - Full Version.esp, not both. IF FILE("Skyrim Project Optimization - No Homes - Full Version.esm") && IF VAR(RU) WARN: Используйте любой, или Skyrim Project Optimization - No Homes - Full Version.esm или Skyrim Project Optimization - No Homes - Full Version.esp, не оба. IF FILE("Skyrim Project Optimization - No Homes - Full Version.esm") && IF VAR(ES) WARN: Usar Skyrim Project Optimization - No Homes - Full Version.esm o Skyrim Project Optimization - No Homes - Full Version.esp, no ambos. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Skyrim Project Optimization - Dawnguard.esp Skyrim Project Optimization - Dragonborn.esp SuccubusFollower.esp IF VAR(EN) SAY: This is actually an esm released as an esp file. IF VAR(RU) SAY: На самом деле это esm-файл, выпущенный как esp. IF VAR(ES) SAY: Archivo esm distrubuido como esp. IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Succubus Summoning.esp IF VAR(EN) SAY: This is actually an esm released as an esp file. IF VAR(RU) SAY: На самом деле это esm-файл, выпущенный как esp. IF VAR(ES) SAY: Archivo esm distrubuido como esp. IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF FILE("SuccubusFollower.esp") && IF VAR(EN) WARN: Use either Succubus Summoning.esp or SuccubusFollower.esp, not both. IF FILE("SuccubusFollower.esp") && IF VAR(RU) WARN: Используйте любой, или Succubus Summoning.esp или SuccubusFollower.esp, не оба. IF FILE("SuccubusFollower.esp") && IF VAR(ES) WARN: Usar Succubus Summoning.esp o SuccubusFollower.esp, no ambos. ENDGROUP: ESMs BEGINGROUP: Official DLC Files portal2mod.esp IF CHECKSUM("portal2mod.esp", F0C49703) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("portal2mod.esp", F0C49703) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("portal2mod.esp", F0C49703) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Portal2ModRus.esp HighResTexturePack01.esp HighResTexturePack02.esp HighResTexturePack03.esp TexturesPack_PL.esp // Official Polish DLC?? ENDGROUP: Official DLC Files BEGINGROUP: Earliest mods [ES7]Skyrim-Kor.esp [ES7]Dawnguard-Kor.esp [ES7] Dawnguard-Kor.esp [es7]hearthfires-kor.esp [ES7]Dragonborn-Kor.esp [renn] Dragonborn-Kor.esp [ES7]Alpha-0032.esp [ES7]Beta.esp [ES7]Dialogue-22.esp koreantranslation_signs.esp Agony's Sorting Frenzy.esp // All Compatibility esp should be loaded after their respective mod. // See Group: Compatibility Patches czechtexturetranslation.esp Die Skyrim-Lokalisierung - Director's Cut.esp Skyrim - Director's Cut.esp Zwerge zu Dwemer.esp LIAT - AI Packages.esp Malachit zu Vulkanglas.esp MyMod (english translation).esp // LOTR new land, recommended to place very high SLFC.esp Eindeutige Regionsnamen.esp REGEX: NPCEssential - .+\.esp // Global set flag Essential for NPCs. Loaded before vanilla fixes and USKP IF VAR(EN) SAY: Need to load before all mods that change NPCs. This mod sets Essential flag for NPCs but with other vanilla stats. IF VAR(RU) SAY: Нужно загружать перед любыми модами, меняющими npc. Этот мод устанавливает флаг бессмертия для NPC, но оставляет другие характеристики, как в чистом Скайрим. IF VAR(ES) SAY: Necesita ser cargado antes de cualquier mod que modifique NPCs. Este mod cambia el statatus de los NPCs a esencial. Xvision Children - Complete.esp Xvision Children - Main.esp xvisionchildren - main.esp xvisionchildrenmain.esp xvisionchildrenhearthfire.esp Xvision Children - HF.esp Xvision Children - DB.esp //some elements of xvision children are specified to load pre-USKP; also note 2 parallel releases with different naming schemes; rest appear to be various compat patches, so put in that section for now -LD ENDGROUP: Earliest mods BEGINGROUP: Vanilla fixes // fixes # 3DVisionWater.esp // fixes a AbsentAuCombat_Fix_FR.esp IF CHECKSUM("AbsentAuCombat_Fix_FR.esp", 3F909F6E) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AbsentAuCombat_Fix_FR.esp", 3F909F6E) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AbsentAuCombat_Fix_FR.esp", 3F909F6E) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AerinRestrainingOrder.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. MOD: Aleatória Fixes.esp AmuletOfArticulationFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Amulet of Articulation Leveling Fix.esp TAG: {{BASH: Relev}} IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. AmuletofJulianosFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Ancient Knowledge Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Ancient Shrouded Cowl Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Ancient Shrouded Cowl Beast Race Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Annoying Clipping Remover.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. ArdwenToGildergreen.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Argonian Disarming Bash Bug Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. ArmorSetFixQuickFox.esp Ash Pile Expiration.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. AspectOfTerrorFixv1.0.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. AtronachEffectFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. AtronachForgeBootsFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. aventus aretino fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. IF CHECKSUM("aventus aretino fix.esp", 80E1299C) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("aventus aretino fix.esp", 80E1299C) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("aventus aretino fix.esp", 80E1299C) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // fixes b Back off, Barbas!.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Badmagic - Nord Hero Arrow - Projectile Fix.esp Bardfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. bardsfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. bard's_college_quests_fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Belethor Vendor Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. blackreachgeodefix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. bloodontheicefix.esp BM_Bench.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. bookshelf_fix0.2.esp Bounty Quest Fix.esp brandsheiprisonfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. brawlbug-plugin.esp IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/24020 Brawl Bugs CE". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/24020 Brawl Bugs CE". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/24020 Brawl Bugs CE". Brawl Bugs.esp Brawl Bugs CE.esp IF VAR(EN) && IF VAR(SkyReM) ERROR: Delete. Already included in SkyRe_main.esp v0.99.18. IF VAR(RU) && IF VAR(SkyReM) ERROR: Удалите. Уже включено в SkyRe_main.esp вер.0.99.18. IF VAR(ES) && IF VAR(SkyReM) ERROR: Borrar. Ya esta incluido en SkyRe_main.esp v0.99.18. breezehomelightfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. BreezehomeLadderFix.esp IF CHECKSUM("BreezehomeLadderFix.esp", 28E5896D) && IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("BreezehomeLadderFix.esp", 28E5896D) && IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF CHECKSUM("BreezehomeLadderFixJP.esp", 94D3C2C0) && IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("BreezehomeLadderFix.esp", 7CA22630) && IF VAR(EN) WARN: This file contains 32 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("BreezehomeLadderFix.esp", 7CA22630) && IF VAR(RU) WARN: Этот файл содержит 32 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF CHECKSUM("BreezehomeLadderFixJP.esp", 94D3C2C0) && IF VAR(ES) WARN: Este archivo contiene 32 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". //leave navmesh checksums in this one given disparity BreezehomeLadderFixJP.esp IF CHECKSUM("BreezehomeLadderFixJP.esp", F2BAA689) && IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("BreezehomeLadderFixJP.esp", F2BAA689) && IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF CHECKSUM("BreezehomeLadderFixJP.esp", 94D3C2C0) && IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("BreezehomeLadderFixJP.esp", 94D3C2C0) && IF VAR(EN) WARN: This file contains 32 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("BreezehomeLadderFixJP.esp", 94D3C2C0) && IF VAR(RU) WARN: Этот файл содержит 32 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF CHECKSUM("BreezehomeLadderFixJP.esp", 94D3C2C0) && IF VAR(ES) WARN: Este archivo contiene 32 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF FILE("BreezehomeLadderFix.esp") && IF VAR(EN) WARN: Use either BreezehomeLadderFix.esp or BreezehomeLadderFixJP.esp, not both. IF FILE("BreezehomeLadderFix.esp") && IF VAR(RU) WARN: Используйте любой, или BreezehomeLadderFix.esp или BreezehomeLadderFixJP.esp, не оба. IF FILE("BreezehomeLadderFix.esp") && IF VAR(EN) WARN: Utilizar BreezehomeLadderFix.esp o BreezehomeLadderFixJP.esp, not ambos. //leave navmesh checksums in this one given disparity BreezehomeLightingFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. breezehomeshadowfix.esp IF CHECKSUM("breezehomeshadowfix.esp", F416A7C9) && IF VAR(EN) DIRTY: 0 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("breezehomeshadowfix.esp", F416A7C9) && IF VAR(RU) DIRTY: 0 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("breezehomeshadowfix.esp", F416A7C9) && IF VAR(ES) DIRTY: 0 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Breezehome-hf-CTD-fix.esp IF VAR(EN) SAY: Obsolete. Delete. IF VAR(RU) SAY: Устарел. Удалите. IF VAR(ES) SAY: Obsoleto. Borrar. Brynjolf Dialogue Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. bug_description.blessing_of_talos.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Bugfix-NoFollowerTrespassDialog.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. bugfixalchemynoregeneration.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. bugfixenchanmentnoregeneration.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Bugfixrobesenchantments.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Bullseye Perk Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // fixes c changehighelf.esp changeorc.esp Civil War Neutrality Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Chesko_MatchingSetPerkFix.esp IF VAR(EN) && IF VERSION("TES5", "1.9", >) ERROR: Delete. Fixed in Official Patch 1.9. IF VAR(RU) && IF VERSION("TES5", "1.9", >) ERROR: Удалите. Исправлено в официальном патче 1.9. IF VAR(ES) && IF VERSION("TES5", "1.9", >) ERROR: Borrar. Incluido en el patch oficial 1.9. Cloak Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. ClothingJewelryFix.esp ClothingJewelryFix_1.2.esp CombatMusicFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Conjuration Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Correccion - Hacha orca orca - espanol.esp correctif ombres.esp CriticalChargeFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. IFNOT CHECKSUM("CriticalChargeFix.esp", A35E7560) && IF VAR(EN) SAY: Obsolete. Update to latest version. IFNOT CHECKSUM("CriticalChargeFix.esp", A35E7560) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IFNOT CHECKSUM("CriticalChargeFix.esp", A35E7560) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF VAR(EN) && IF FILE("PerkUP-TwoHanded.esp") ERROR: Delete. Already included in PerkUP-TwoHanded.esp. IF VAR(RU) && IF FILE("PerkUP-TwoHanded.esp") ERROR: Удалите. Уже включено в PerkUP-TwoHanded.esp. IF VAR(ES) && IF FILE("PerkUP-TwoHanded.esp") ERROR: Borrar. Esta incluido en PerkUP-TwoHanded.esp. CTD Fellglow Keep Dungeon Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // fixes d DaedricBowBashFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. DaedricShieldHiResFix.esp IF VAR(EN) && IF VAR(UHRP) ERROR: Delete. Already included in Unofficial High Resolution Patch.esp. IF VAR(RU) && IF VAR(UHRP) ERROR: Удалите. Уже включено в Unofficial High Resolution Patch.esp. IF VAR(ES) && IF VAR(UHRP) ERROR: Borrar. Esta incluido en Unofficial High Resolution Patch.esp. daggerfix.esp Daggers acts like blades.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. DaggerBowEnchantPotionFixes.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Dark Brotherhood Mask Male Fix.esp Dawnguard Gauntlets Fix.esp DB_WitD Quest Fix.esp DBHoodFix.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DebugMQ204.esp Deflect Arrows Fix - Realistic.esp Deflect Arrows Perk Fix.esp IF VAR(EN) && IF VERSION("TES5", "1.4.27", >) ERROR: Delete. Fixed by Official Patch 1.5. IF VAR(RU) && IF VERSION("TES5", "1.4.27", >) ERROR: Удалите. Исправлено в официальном патче 1.5. IF VAR(ES) && IF VERSION("TES5", "1.4.27", >) ERROR: Borrar. Incluido en el patch oficial 1.5. demnakedcouriers.esp Derkeethus_fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. DialogueWithAVampireOrWhatever.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. dragonarmourratingfix.esp Dragon Shout - Marked for Death.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. IF CHECKSUM("Dragon Shout - Marked for Death.esp", C9AB8C3E) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dragon Shout - Marked for Death.esp", C9AB8C3E) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dragon Shout - Marked for Death.esp", C9AB8C3E) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dreagonsreach bottle fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. DSAMG - Miraak Music Fixes.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). //author instructions to place above UDBP: should cut some DB "can't absorb dragon souls" reports //DSAMG proper is just bunch of scripts and music files, no esp- possibly why load order troubleshooting comes up empty -LD DTHKhajArgTailRemoverClothes.esp // fixes e EbonyArmorMatchingSetFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. REGEX: EbonyBladeFixed.*\.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. ElementalFurySoundFix.esp ElvBootEmStaFix.esp // fixes f Farengar.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. FalmerHelmetFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Falmer Helmet Fixed.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Farm Wheat Height Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. FemaleVampireEyeFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. FemKhajiitHandFix.esp fix-BelethorUnlocked.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. FixedEyeAdaption.esp FIXWeaponRack.esp Floating Cabbage fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. FloatingObjectsFix.esp followerhuntingbowfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. IF VAR(EN) && IF FILE("BDO.esp") WARN: Delete. Already included in BDO.esp. IF VAR(RU) && IF FILE("BDO.esp") WARN: Удалите. Уже включено в BDO.esp. IF VAR(ES) && IF FILE("BDO.esp") WARN: Borrar. Esta incluido en BDO.esp. IF VAR(EN) && IF REGEX("Better Followers - [SBNP].*\.esp") WARN: Delete. Already included in Better followers. IF VAR(RU) && IF REGEX("Better Followers - [SBNP].*\.esp") WARN: Удалите. Уже включено в мод Better followers. IF VAR(ES) && IF REGEX("Better Followers - [SBNP].*\.esp") WARN: Borrar. Esta incluido en Better followers. FollowerHuntingBow12.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. FoodRestoreHealthFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. forsworn boots fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. FrostMagicBugFixes.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. furrycommentfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. FXFixSW.esp // fixes g GhorzaGraBagolInvestmentFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. GiantPhysicsFix.esp IF VAR(EN) && IF VERSION("TES5", "1.4", >) ERROR: Delete. Fixed in Official Patch 1.4. IF VAR(RU) && IF VERSION("TES5", "1.4", >) ERROR: Удалите. Исправлено в официальном патче 1.4. IF VAR(ES) && IF VERSION("TES5", "1.4", >) ERROR: Borrar. Esta incluido en el patch oficial 1.4. gildedarmorfix.esp GM-KhajiitDSHFix.esp IF VAR(EN) WARN: File is corrupt and should not be used. IF VAR(RU) WARN: Файл испорчен и не должен использоваться. IF VAR(ES) WARN: Este archivo puede corromper tu juego y no debería ser utilizado. IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. gourmetFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. GrammaticalLoading.esp greatweapon_speedfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Greatsword Attack speed Fix 1.3.esp IF VAR(EN) WARN: This file is corrupted and should be removed as soon as possible. IF VAR(RU) WARN: Файл испорчен и не должен использоваться. IF VAR(ES) WARN: Este archivo puede corromper tu juego y no debería ser utilizado. IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. GuardShieldLight.esp // fixes h HeadsmansAxeFixed.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Headtracking Fix - Skyrim.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Headtracking Fix - Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). HeddicVolunnar.esp HelmetStackFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. hjerim chest fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. IF CHECKSUM("hjerim chest fix.esp", 560F7C1C) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hjerim chest fix.esp", 560F7C1C) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hjerim chest fix.esp", 560F7C1C) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Hjerimfix.esp IF VAR(EN) WARN: This file is corrupted and should be removed as soon as possible. IF VAR(RU) WARN: Файл испорчен и не должен использоваться. IF VAR(ES) WARN: Este archivo puede corromper tu juego y no debería ser utilizado. IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. IF CHECKSUM("Hjerimfix.esp", 9B9B0581) && IF VAR(EN) DIRTY: 0 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Hjerimfix.esp", 9B9B0581) && IF VAR(RU) DIRTY: 0 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Hjerimfix.esp", 9B9B0581) && IF VAR(ES) DIRTY: 0 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HjerimMessFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. HM DB CookQuestFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. housecarl greetings fix.esp HousecarlSandboxFix.esp // fixes i imperialhelmetfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. ImperialHelmetHeavyFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. invinciblehawkfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Invisibility Eyes Fix.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". // fixes j japhetsfollyfix.esp // fixes k KarliahFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Kataous' Bug Fixes for Player Homes.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. REGEX: KeeningFix.*\.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. KeeningSmithing.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Khajiit Claws - 15dmg.esp Khajiit Vampire Circlet Fix.esp KharjodialFix.esp KillThemGenerals.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. KR - Whiterun gate light fix.esp // fixes l LCBM.esp IF VAR(EN) && IF VERSION("TES5", "1.4.27", >) ERROR: Delete. Fixed by Official Patch 1.5. IF VAR(RU) && IF VERSION("TES5", "1.4.27", >) ERROR: Удалите. Исправлено в официальном патче 1.5. IF VAR(ES) && IF VERSION("TES5", "1.4.27", >) ERROR: Borrar. Esta incluido en el patch oficial 1.5. Letrush Fix.esp IF VAR(EN) && IF VERSION("TES5", "1.7.7", >) ERROR: Delete. Fixed in Official Patch 1.8. IF VAR(RU) && IF VERSION("TES5", "1.7.7", >) ERROR: Удалите. Исправлено в официальном патче 1.8. IF VAR(ES) && IF VERSION("TES5", "1.7.7", >) ERROR: Borrar. Esta incluido en el patch oficial 1.8. lightplacement.esp IF VAR(EN) SAY: Obsolete. Update to latest version, lightingfix.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, lightingfix.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, lightingfix.esp. lightingfix.esp IF CHECKSUM("lightingfix.esp", B22ED6C8) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("lightingfix.esp", B22ED6C8) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("lightingfix.esp", B22ED6C8) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RelightingSkyrim.esp // Load order from author of RS Relighting Skyrim.esp [FR]RelightingSkyrim.esp RelightingSkyrim-NoScripts.esp Relighting Skyrim - Update.esp RelightingSkyrim-ExteriorsOnly.esp IF ACTIVE("RelightingSkyrim.esp") MOD: OLSE.esp OLSE for Relighting Skyrim.esp Relighting Skyrim - OLSE.esp IF ACTIVE("RelightingSkyrim.esp") MOD: OLSE for Dawnguard.esp IF CHECKSUM("OLSE for Dawnguard.esp", 931F68BD) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("OLSE for Dawnguard.esp", 931F68BD) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("OLSE for Dawnguard.esp", 931F68BD) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Relighting Skyrim - Dawnguard.esp // moved as suggested in bsg thread 28 post 105 IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IF FILE("lightingfix.esp") && IF VAR(EN) WARN: Using lightingfix.esp along with Relighting Skyrim - Dawnguard.esp is likely to cause lighting inconsistencies. IF FILE("lightingfix.esp") && IF VAR(RU) WARN: Использование lightingfix.esp вместе с Relighting Skyrim - Dawnguard.esp может вызвать несоответствия освещения. Relighting Skyrim - HearthFire.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Relighting Skyrim - HearthFires.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Relighting Skyrim - Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). lydia chair fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp // fixes m MageRobesCommentFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Magic Sounds Loop fix.esp MagicFix.esp Magnus20.esp IF VAR(EN) && IF VERSION("TES5", "1.4", >) ERROR: Delete. Fixed by Official Patch 1.4. IF VAR(RU) && IF VERSION("TES5", "1.4", >) ERROR: Удалите. Исправлено в официальном патче 1.4. IF VAR(ES) && IF VERSION("TES5", "1.4", >) ERROR: Borrar. Esta incluido en el patch oficial 1.4. IF VAR(EN) && IFNOT CHECKSUM("Magnus20.esp", DE1D22AC) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("Magnus20.esp", DE1D22AC) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Magnus20.esp", DE1D22AC) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Magnus50.esp IF VAR(EN) && IF VERSION("TES5", "1.4", >) ERROR: Delete. Fixed by Official Patch 1.4. IF VAR(RU) && IF VERSION("TES5", "1.4", >) ERROR: Удалите. Исправлено в официальном патче 1.4. IF VAR(ES) && IF VERSION("TES5", "1.4", >) ERROR: Borrar. Esta incluido en el patch oficial 1.4. IF VAR(EN) && IFNOT CHECKSUM("Magnus50.esp", 1003FA02) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("Magnus50.esp", 1003FA02) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Magnus50.esp", 1003FA02) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Magnus100.esp IF VAR(EN) && IF VERSION("TES5", "1.4", >) ERROR: Delete. Fixed by Official Patch 1.4. IF VAR(RU) && IF VERSION("TES5", "1.4", >) ERROR: Удалите. Исправлено в официальном патче 1.4. IF VAR(ES) && IF VERSION("TES5", "1.4", >) ERROR: Borrar. Esta incluido en el patch oficial 1.4. IF VAR(EN) && IFNOT CHECKSUM("Magnus100.esp", 37C6B07A) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("Magnus100.esp", 37C6B07A) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Magnus100.esp", 37C6B07A) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Mannequinfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. mannequins_fix_alt.esp Marked For Death Voice Fix.esp markedfordeathfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Matching_Armor_Set_Fixed.esp MatchingSetCheat.esp MatchingSetFixes.esp IF VAR(EN) && IF VERSION("TES5", "1.9", >) ERROR: Delete. Fixed in Official Patch 1.9. IF VAR(RU) && IF VERSION("TES5", "1.9", >) ERROR: Удалите. Исправлено в официальном патче 1.9. IF VAR(ES) && IF VERSION("TES5", "1.9", >) ERROR: Borrar. Esta incluido en el patch oficial 1.9. Miner's Clothes Variant Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Minor Miner Fixes.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. MorokeiFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Muiri's Problem.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // fixes n Nightingale Blade fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. nightingalebladefix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Nightingale Bow and Nord Hero Bow silenced.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Nirnroot Placement Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. No_stretching.esp Nocturnal Robes - 1st person mesh fix.esp NoFortifyFortifyResto.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. NordHeroBowTemperFix.esp IF VAR(EN) && IF VERSION("TES5", "1.9", >) ERROR: Delete. Fixed by Official Patch 1.9.26. IF VAR(RU) && IF VERSION("TES5", "1.9", >) ERROR: Удалите. Исправлено в официальном патче 1.9.26. IF VAR(ES) && IF VERSION("TES5", "1.9", >) ERROR: Borrar. Esta incluido en el patch oficial 1.9.26. noxx_skyrim_fixes.esp // fixes o Olhos invisibilidade Fix.esp onehandeddagger.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Orc&ElfFix4TBBP.esp //This is a fix for TBBP meshes, I believe. orc-vampire-eyes fix.esp // fixes p Palace of the Kings Rug Fix.esp paralyzefix.esp passivedestructionfix.esp perk bug fixes.esp Potema and Mjoll Quest Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. prisonerfix.esp Proudspire Manor Bug Fixes.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. IF VAR(EN) && IF FILE("ProudspireManorImprovements.esp") WARN: Delete. Already included in ProudspireManorImprovements.esp. IF VAR(RU) && IF FILE("ProudspireManorImprovements.esp") WARN: Удалите. Уже включено в ProudspireManorImprovements.esp. IF VAR(ES) && IF FILE("ProudspireManorImprovements.esp") WARN: Borrar. Esta incluido en ProudspireManorImprovements.esp. Proudspire Manor Weapon Rack Fixes.esp IF VAR(EN) && IF VERSION("TES5", "1.4.27", >) ERROR: Delete. Fixed by Official Patch 1.5. IF VAR(RU) && IF VERSION("TES5", "1.4.27", >) ERROR: Удалите. Исправлено в официальном патче 1.5. IF VAR(ES) && IF VERSION("TES5", "1.4.27", >) ERROR: Borrar. Esta incluido en el patch oficial 1.5. Prowler.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // fixes q questfixes.esp Quick Orc Fixes.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // fixes r regenfix.esp Regain Winterhold Bugfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Repairing the Phial fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Return to Grace fix.esp RiftenJailVisualFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. riften jail test 2.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. RiverwoodTraderInvestorFix.esp IF VAR(EN) && IF VERSION("TES5", "1.9", >) ERROR: Delete. Fixed by Official Patch 1.9.26. IF VAR(RU) && IF VERSION("TES5", "1.9", >) ERROR: Удалите. Исправлено в официальном патче 1.9.26. IF VAR(ES) && IF VERSION("TES5", "1.9", >) ERROR: Borrar. Esta incluido en el patch oficial 1.9.26. // fixes s s7ochickenfix.esp SanguineRoseFix.esp IF VAR(EN) && IF VERSION("TES5", "1.4.27", >) ERROR: Delete. Fixed by Official Patch 1.5. IF VAR(RU) && IF VERSION("TES5", "1.4.27", >) ERROR: Удалите. Исправлено в официальном патче 1.5. IF VAR(ES) && IF VERSION("TES5", "1.4.27", >) ERROR: Borrar. Esta incluido en el patch oficial 1.5. sapphire_speak_fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Severin Manor Music.esp IF VAR(EN) && IF VAR(UDBP) ERROR: Delete. Already included in Unofficial Dragonborn Patch.esp. IF VAR(RU) && IF VAR(UDBP) ERROR: Удалите. Уже включено в Unofficial Dragonborn Patch.esp. IF VAR(ES) && IF VAR(UDBP) ERROR: Borrar. Esta incluido en Unofficial Dragonborn Patch.esp. REGEX: Shadow.?Striping.?Fix\.esp ShriekWindBastion pullchains fix.esp ShriekWindBastion pullchains fix ENG.esp Shrine of Azura LOD Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Silent_1H_SwordsFinal.esp REGEX: Silent Moons Enchantment Fix.*\.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. skyfix.esp Skyrim Crafting Fixes.esp SkyrimFixes.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Smallest Mod EVER.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Spell Absorb Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp. IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp. IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). SolitudeProudspireManorFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. sovengardeGlowFIX.esp StaggerFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. StaffOfMagnusFix.esp IF VAR(EN) && IF VERSION("TES5", "1.4", >) ERROR: Delete. Fixed by Official Patch 1.4.26. IF VAR(RU) && IF VERSION("TES5", "1.4", >) ERROR: Удалите. Исправлено в официальном патче 1.4.26. IF VAR(ES) && IF VERSION("TES5", "1.4", >) ERROR: Borrar. Esta incluido en el patch oficial 1.4.26. stormcloak boot fix.esp IF VAR(EN) && IF VERSION("TES5", "1.9", >) ERROR: Delete. Fixed by Official Patch 1.9.26. IF VAR(RU) && IF VERSION("TES5", "1.9", >) ERROR: Удалите. Исправлено в официальном патче 1.9.26. IF VAR(ES) && IF VERSION("TES5", "1.9", >) ERROR: Borrar. Esta incluido en el patch oficial 1.9.26. StuddedArmorFixes.esp IF VAR(EN) && IF VERSION("TES5", "1.9", >) ERROR: Delete. Fixed by Official Patch 1.9.26. IF VAR(RU) && IF VERSION("TES5", "1.9", >) ERROR: Удалите. Исправлено в официальном патче 1.9.26. IF VAR(ES) && IF VERSION("TES5", "1.9", >) ERROR: Borrar. Esta incluido en el patch oficial 1.9.26. Summerfix.esp SybilleStentorFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // fixes t TalosShrineFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. thearmourerfixes.esp TemperSkyforgeDaggers.esp IF VAR(EN) WARN: This file is corrupted and should be removed as soon as possible. IF VAR(RU) WARN: Файл испорчен и не должен использоваться. IF VAR(ES) WARN: Este archivo puede corromper tu juego y no debería ser utilizado. IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. terramend.esp IF CHECKSUM("terramend.esp", 2AA40114) && IF VAR(EN) DIRTY: 8 ITM, 7 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("terramend.esp", 2AA40114) && IF VAR(RU) DIRTY: 8 ITM, 7 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("terramend.esp", 2AA40114) && IF VAR(ES) DIRTY: 8 ITM, 7 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Thalmor Embassy Disguise Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Thief armor fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Thorald.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. towerofstrength.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Treebugfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // fixes u // fixes v Vald is unagressive.esp IFNOT VAR(ExtSlider) MOD: Vampire Eyes Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. VampireClothingBugFix.esp VampireInvisibleItemsFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. VampiresHoodFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. vampirelorddrainlifefix.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC). IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch". IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch". IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Ya esta incluido en "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch". Vampire Orcs Welcome in Strongholds.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. VampireRaceDetection.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // As per thread on the mod's Steam Workshop page: "http://steamcommunity.com/sharedfiles/filedetails/?id=89925318" Vulkanglas statt Malachit.esp // fixes w Wandering Dupe Mannequin Fix v1.2 SPODUM Vanilla.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. WeaponRangeFix.esp whisperingdoorfix.esp whitephialquestfix.esp whiterun bug fixes.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Whiterun Field Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Whiterun lght fix.esp Whiterun Lighting Fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Whiterun Market Fixes.esp Whiterun_no_standing.esp WhiterunpillarFIX.esp WhitePhialFireplace.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. whitrun stair fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Winterhold College Door Fix.esp Winterhold Shields.esp IF VAR(EN) WARN: File is corrupt and should not be used. IF VAR(RU) WARN: Файл испорчен и не должен использоваться. IF VAR(ES) WARN: Este archivo puede corromper tu juego y no debería ser utilizado. IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. wolfqueenfix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Wuuthrad fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // fixes xyz YngolFix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. // Unofficial Patches // Unofficial Skyrim Patch that is not false flagged IFNOT VAR(USKP20) MOD: Unofficial Skyrim Patch.esp TAG: {{BASH: Delev, Relev}} IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ IF VAR(EN) && IF VAR(Dawnguard) && IFNOT FILE("Unofficial Dawnguard Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch". IF VAR(RU) && IF VAR(Dawnguard) && IFNOT FILE("Unofficial Dawnguard Patch.esp") SAY: Настоятельно рекомендуется также использовать "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch". IF VAR(ES) && IF VAR(Dawnguard) && IFNOT FILE("Unofficial Dawnguard Patch.esp") SAY: Se recomienda que utilizes "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch" además de Dawnguard. Se necesita para el correcto funcionamiento de Dawnguard. IF VAR(EN) && IF VAR(Hearthfire) && IFNOT FILE("Unofficial Hearthfire Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/25127 Unofficial Hearthfire Patch". IF VAR(RU) && IF VAR(Hearthfire) && IFNOT FILE("Unofficial Hearthfire Patch.esp") SAY: Настоятельно рекомендуется также использовать "http://www.nexusmods.com/skyrim/mods/25127 Unofficial Hearthfire Patch". IF VAR(ES) && IF VAR(Hearthfire) && IFNOT FILE("Unofficial Hearthfire Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/25127 Unofficial Hearthfire Patch". IF VAR(EN) && IF VAR(Dragonborn) && IFNOT FILE("Unofficial Dragonborn Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/31083 Unofficial Dragonborn Patch". IF VAR(RU) && IF VAR(Dragonborn) && IFNOT FILE("Unofficial Dragonborn Patch.esp") SAY: Настоятельно рекомендуется также использовать "http://www.nexusmods.com/skyrim/mods/31083 Unofficial Dragonborn Patch". IF VAR(ES) && IF VAR(Dragonborn) && IFNOT FILE("Unofficial Dragonborn Patch.esp") SAY: It is highly recommended that you also use the "http://www.nexusmods.com/skyrim/mods/31083 Unofficial Dragonborn Patch". IF VAR(EN) && IFNOT VAR(USKP20) SAY: If you using version 2.0 of the unofficial patches but you see this message you need to download this file: "https://dl.dropboxusercontent.com/u/25091645/Skyrim/userlist.txt userlist.txt". After the download you need to copy this file to your 'BOSS\Skyrim\' folder or add the contents of this file to an already existing userlist.txt. Just ignore this message after updating any preexisting userlist.txt or copying the file to your 'BOSS\Skyrim\' folder. IF VAR(RU) && IFNOT VAR(USKP20) SAY: Если у вас установлены неофициальные патчи версии 2.0, но вы видите это сообщение, вам необходимо загрузить следующий файл: "https://dl.dropboxusercontent.com/u/25091645/Skyrim/userlist.txt userlist.txt". После загрузки скопируйте файл в папку 'BOSS\Skyrim\' или добавьте его содержимое в ваш существующий файл userlist.txt. Просто игнорируйте это сообщение, если вы уже добавили содержимое файла userlist.txt в папку 'BOSS\Skyrim\' или у вас установлены старые версии неофициальных патчей. IF VAR(ES) && IFNOT VAR(USKP20) SAY: Si utiliza la versión 2.0 de los parches no oficiales pero vea este mensaje es necesario descargar este archivo: "https://dl.dropboxusercontent.com/u/25091645/Skyrim/userlist.txt userlist.txt". Después de la descarga tiene que copiar este archivo a la carpeta de 'BOSS\Skyrim\' o añadir el contenido de este archivo a un userlist.txt ya existente. Simplemente ignorar este mensaje después de actualizar cualquier userlist.txt preexistente o después de copiar el archivo a la carpeta de 'BOSS\Skyrim\'. // maybe need better place for this file. also need to correct english message (tokcdk) SMPC.esp IFNOT ACTIVE("Unofficial Skyrim Patch.esp") && IF VAR(EN) ERROR: Unofficial Skyrim Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Unofficial Skyrim Patch.esp") && IF VAR(RU) ERROR: Unofficial Skyrim Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Unofficial Skyrim Patch.esp") && IF VAR(ES) ERROR: Unofficial Skyrim Patch.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. USKP_addon.esp IFNOT ACTIVE("Unofficial Skyrim Patch.esp") && IF VAR(EN) ERROR: Unofficial Skyrim Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Unofficial Skyrim Patch.esp") && IF VAR(RU) ERROR: Unofficial Skyrim Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Unofficial Skyrim Patch.esp") && IF VAR(ES) ERROR: Unofficial Skyrim Patch.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("USKP_addon.esp", F99D79A5) && IF VAR(EN) DIRTY: 0 ITM, 7 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("USKP_addon.esp", F99D79A5) && IF VAR(RU) DIRTY: 0 ITM, 7 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("USKP_addon.esp", F99D79A5) && IF VAR(ES) DIRTY: 0 ITM, 7 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". USKP_addon ENG.esp IFNOT ACTIVE("Unofficial Skyrim Patch.esp") && IF VAR(EN) ERROR: Unofficial Skyrim Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Unofficial Skyrim Patch.esp") && IF VAR(RU) ERROR: Unofficial Skyrim Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Unofficial Skyrim Patch.esp") && IF VAR(ES) ERROR: Unofficial Skyrim Patch.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF FILE("USKP_addon.esp") INC: USKP_addon.esp MoreFixes.esp USKP addon HF 2.esp // fixes that must load after USKP Arrow and Imperial Armor Fix.esp Bethesda_Hi-Res_Optimized.esp CircletFix.esp Correctif - Skyrim.esp RaceCompatibilityUSKPOverride.esp IFNOT VAR(RaceComp) && IF VAR(EN) ERROR: RaceCompatibility.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(RU) ERROR: RaceCompatibility.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". IFNOT VAR(RaceComp) && IF VAR(ES) ERROR: RaceCompatibility.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/24168 RaceCompatibility". //RaceComp is explicit master; USKP is implicit IFNOT VAR(USKP) REQ: Unofficial Skyrim Patch.esp IF CHECKSUM("RaceCompatibilityUSKPOverride.esp", DC71C73F) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IF CHECKSUM("RaceCompatibilityUSKPOverride.esp", DC71C73F) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC). IF CHECKSUM("RaceCompatibilityUSKPOverride.esp", DC71C73F) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activo. kyrim fallará sin se carga este archivo sin Dawnguard (DLC Oficial de Betheseda). Patcher USKP para RaceCompatibility.esp scRacksExtended.esp Shrine of Talos fix.esp Shrine of Talos fix ENG.esp Shrine of Talos fix Chs.esp TrapUnFix.esp USGSP.esp USKP Patcher for RaceCompatibility.esp ENDGROUP: Vanilla fixes BEGINGROUP: DLC Fixes ancient-nordic-pickaxe-smith-fix.esp IF VAR(EN) && IF VAR(UDBP) ERROR: Delete. Already included in Unofficial Dragonborn Patch.esp. IF VAR(RU) && IF VAR(UDBP) ERROR: Удалите. Уже включено в Unofficial Dragonborn Patch.esp. IF VAR(ES) && IF VAR(UDBP) ERROR: Borrar. Esta incluido en Unofficial Dragonborn Patch.esp. BoneHawkFix.esp BoundDaggerFix.esp IF VAR(EN) && IF VAR(UDBP) ERROR: Delete. Already included in Unofficial Dragonborn Patch.esp. IF VAR(RU) && IF VAR(UDBP) ERROR: Удалите. Уже включено в Unofficial Dragonborn Patch.esp. IF VAR(ES) && IF VAR(UDBP) ERROR: Borrar. Esta incluido en Unofficial Dragonborn Patch.esp. BreezhomeAlchemyLabFix.esp IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp. IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp. IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Bridgefix.esp BugDawnGuardPerk.esp chopping_block_wood_fires.esp IF VAR(EN) ERROR: Delete. Fixed in Bethesda's official update February 2013. IF VAR(RU) ERROR: Удалите. Исправлено в официальном обновлении от Bethesda, февраль 2013. IF VAR(ES) ERROR: Borrar. Includido en el update official de febrero 2013. correctdoucebriseALCH.esp //french patch to allow the purchase of alchemy lab in Breezehome under DG CraftableBoneHawkRings.esp IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp. IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp. IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp. Dark Souls and Ring of Necromancy Bug Fix.esp Dawnguard Breezehome Fix.esp IF CHECKSUM("Dawnguard Breezehome Fix.esp", 330AED25) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dawnguard Breezehome Fix.esp", 330AED25) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dawnguard Breezehome Fix.esp", 330AED25) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp. IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp. IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp. Dawnguard Scout Bounty Fix.esp Dawnguard Summons Fixed.esp IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp. IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp. IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp. DawnguardDrainVitalityFix.esp IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp. IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp. IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DBBookBounds.esp DexionEvicusfix.esp dghorsepatch.esp IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp. IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp. IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp. DLC2MQ05_fix.esp Dragonborn Spell Absorb Fix.esp IF VAR(EN) && IF VAR(UDBP) ERROR: Delete. Already included in Unofficial Dragonborn Patch.esp. IF VAR(RU) && IF VAR(UDBP) ERROR: Удалите. Уже включено в Unofficial Dragonborn Patch.esp. IF VAR(ES) && IF VAR(UDBP) ERROR: Borrar. Esta incluido en Unofficial Dragonborn Patch.esp. FantomFix2.esp GyldenhulMineFix.esp HDtextures01.esp IF VAR(EN) ERROR: Delete. Fixed in Bethesda's official update February 2013. IF VAR(RU) ERROR: Удалите. Исправлено в официальном обновлении от Bethesda, февраль 2013. IF VAR(ES) ERROR: Borrar. Includido en el update official de febrero 2013. Headtracking Fix - Dawnguard.esp IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp. IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp. IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp. HearthFire Display Case Fix.esp HF-MoveSpouse.esp IF VAR(EN) WARN: This file is corrupted and should be removed as soon as possible. It breaks the RelationshipMarriageFIN quest. IF VAR(RU) WARN: Файл испорчен и не должен использоваться. It breaks the RelationshipMarriageFIN quest. IF VAR(ES) WARN: Este archivo puede corromper tu juego y no debería ser utilizado. It breaks the RelationshipMarriageFIN quest. IF CHECKSUM("HF-MoveSpouse.esp", 7D544DFE) && IF VAR(EN) DIRTY: 15 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HF-MoveSpouse.esp", 7D544DFE) && IF VAR(RU) DIRTY: 15 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HF-MoveSpouse.esp", 7D544DFE) && IF VAR(ES) DIRTY: 15 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HighResTexturePackFix.esp IF VAR(EN) && IF VAR(UHRP) ERROR: Delete. Already included in Unofficial High Resolution Patch.esp. IF VAR(RU) && IF VAR(UHRP) ERROR: Удалите. Уже включено в Unofficial High Resolution Patch.esp. IF VAR(ES) && IF VAR(UHRP) ERROR: Borrar. Esta incluido en Unofficial High Resolution Patch.esp. invisible_shield_fix.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. Isharas_HearthfireLogUpdatePatch.esp keeperpossiblefix.esp Krill_AurielsBowFix.esp IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp. IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp. IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp. Krill_AurielsBowFix_20BaseDamage.esp LakeViewFIX.esp Lava Imagespace Fix.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). mothfix.esp Prodspire Cooking pot hearthfire bugfix.esp IF CHECKSUM("Prodspire Cooking pot hearthfire bugfix.esp", 91AA4E51) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Prodspire Cooking pot hearthfire bugfix.esp", 91AA4E51) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Prodspire Cooking pot hearthfire bugfix.esp", 91AA4E51) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) && IF VAR(UHFP) ERROR: Delete. Already included in Unofficial Hearthfire Patch.esp. IF VAR(RU) && IF VAR(UHFP) ERROR: Удалите. Уже включено в Unofficial Hearthfire Patch.esp. IF VAR(ES) && IF VAR(UHFP) ERROR: Borrar. Esta incluido en Unofficial Hearthfire Patch.esp. RRGuardArmorFix.esp SeekerFix.esp sh_HF_Falkr_fix.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). sh_HF_Falkr_noVamp&fix.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). sh_HF_Hjaal_fix.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). sh_HF_Hjaal_noVamp&fix.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). sh_HF_Pale_fix.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). sh_HF_Pale_noVamp&fix.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Skyrim - Director's Cut - HD Pack Fix.esp IFNOT FILE("HighResTexturePack01.esp") || IFNOT FILE("HighResTexturePack02.esp") REQ: DLC HighResTexturePack Stahlrim Arrow Projectile Fix.esp IF VAR(EN) && IF VAR(UDBP) ERROR: Delete. Already included in Unofficial Dragonborn Patch.esp. IF VAR(RU) && IF VAR(UDBP) ERROR: Удалите. Уже включено в Unofficial Dragonborn Patch.esp. IF VAR(ES) && IF VAR(UDBP) ERROR: Borrar. Esta incluido en Unofficial Dragonborn Patch.esp. TelvaniRobesFemaleFix.esp temp_DG_missing_dialogue.esp Twin Souls Fix.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Vampire Alva.esp Vampire Face Fixes.esp IF VAR(EN) SAY: This mod will not be compatible with any mods that alter the vampire character classes. IF VAR(RU) SAY: Этот мод может быть несовместим с любыми модами, меняющими классы персонажей вампиров. IF VAR(ES) SAY: This mod will not be compatible with any mods that alter the vampire character classes. VLCollisionFix.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). // Unofficial DLC Patches USKP Dawnguard vampire face & eye fix.esp IF VAR(EN) && IF VAR(UDGP) ERROR: Delete. Already included in Unofficial Dawnguard Patch.esp IF VAR(RU) && IF VAR(UDGP) ERROR: Удалите. Уже включено в Unofficial Dawnguard Patch.esp IF VAR(ES) && IF VAR(UDGP) ERROR: Borrar. Esta incluido en Unofficial Dawnguard Patch.esp // Unofficial Dawnguard Patch that is not false flagged IFNOT VAR(UDGP20) MOD: Unofficial Dawnguard Patch.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ // Unofficial Hearthfire Patch that is not false flagged IFNOT VAR(UHFP20) MOD: Unofficial Hearthfire Patch.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if using this file without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ // Unofficial Dragonborn Patch that is not false flagged IFNOT VAR(UDBP20) MOD: Unofficial Dragonborn Patch.esp TAG: {{BASH: Delev}} IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ Unofficial High Resolution Patch.esp // fixes that must be loaded after Unofficial DLC Patches Correctif - Dawnguard.esp Correctif - Hearthfire.esp Correctif - Dragonborn.esp Correctif - Haute Resolution.esp Correctif - High Resolution.esp Correctif - HighResTexturePack.esp EveryVampireEyesGrow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IF VAR(EN) SAY: This mod will not be compatible with any mods that alter humanoid(imperial, breton, nord, redguard) race. Also, not compatible with mods that have Babette's facegendata(0001D4B7.NIF). IF VAR(RU) SAY: Этот мод может быть не совместим с любыми модами меняющих рассы гуманоидов(имперец, бретонец, норд, редгард). Также не совместим с модами, меняющими внешние данные Бабетты(Babette's facegendata(0001D4B7.NIF)). IF VAR(ES) SAY: Este mod no es compatible con mods que alteren razas humanoides (imperial, breton, nord, redguard). Tampoco es compatible con mods que alteren el facegendata Babette's (0001D4B7.NIF). Weapons & Armor Fixes_Remade.esp TAG: {{BASH: Delev, Relev, Stats}} // new version - does not include Smithing Perks Overhaul anymore. Author recommends loading after the unofficial patches. Weapons & Armor Fixes_Remade-vanilla.esp Clothing & Clutter Fixes.esp TAG: {{BASH: Delev, Relev, Stats}} Clothing Jewelry & Clutter Fixes.esp TAG: {{BASH: Stats}} // optionals of WAF remade Clothing & Clutter Fixes_Dawnguard.esp Clothing & Clutter Fixes_Hearthfire.esp Clothing & Clutter Fixes_Dragonborn.esp SMPC HF Safes eng.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). SMPC_sounds.esp temp_sounds.esp Weapons & Armor Fixes_Dawnguard.esp TAG: {{BASH: Stats}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Weapons & Armor Fixes_Dragonborn.esp TAG: {{BASH: Stats}} IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) ENDGROUP: DLC Fixes BEGINGROUP: NPC face mods // TAG: {{BASH: NpcFaces}} // face a aela1.2.esp AelaEdited.esp Aelafacelift.esp // moved from companions, face change only aelafacelift-origpaint.esp aelanowarpaint.esp AlfhildBattleBorn.esp anoriath.esp Aranea.esp Attractive Spouses.esp Aureillius.esp // face b Beautifullydia.esp bellabetterfemales.esp Benor.esp betterfemalesbybella.esp betterfemalesbybellamakeup1.esp betterfemalesbybellalessmakeup2.esp betterfemalesbybellamakeup2.esp betterfemalesbybellamakeup3.esp betterfemalesbybellamakeup4.esp betterfemalesbybellanoshine.esp BNPC.esp // face c calcelmo.esp Carlotta.esp Children of Skyrim - TOWN GUARDS.esp ColourEyesNoDGHF.esp IF CHECKSUM("ColourEyesNoDGHF.esp", 3B2F32FC) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ColourEyesNoDGHF.esp", 3B2F32FC) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ColourEyesNoDGHF.esp", 3B2F32FC) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CustomUthgerd.esp Cute Girl s Replacer Markarth v01.esp Cute Girl s Replacer Riften v 0.2.esp Cute Girl s Replacer Solitude v01.esp Cute Girl s Replacer Witherun v 3.0.esp Cuter Essential Housecarls.esp // face d Dalls_Skyrim_Faces_NPCs.esp IF CHECKSUM("Dalls_Skyrim_Faces_NPCs.esp", AAC416C0) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dalls_Skyrim_Faces_NPCs.esp", AAC416C0) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dalls_Skyrim_Faces_NPCs.esp", AAC416C0) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DW Followers.esp DW Commoners.esp DW Enemies and Wanderers.esp // face e eligible bachelors.esp Eyes of Sheogorath.esp IF CHECKSUM("Eyes of Sheogorath.esp", EE0634B4) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Eyes of Sheogorath.esp", EE0634B4) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Eyes of Sheogorath.esp", EE0634B4) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // face f Faendal.esp //removed apachii req- not all matching mods have the req. Add back req by checksum as needed. IF CHECKSUM("Faendal.esp", 60930CE6) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Faendal.esp", 60930CE6) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Faendal.esp", 60930CE6) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. IF CHECKSUM("Faendal.esp", 60930CE6) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Faendal.esp", 60930CE6) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Faendal.esp", 60930CE6) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Faendal.esp", 5D38C4E9) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Faendal.esp", 5D38C4E9) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Faendal.esp", 5D38C4E9) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Faendal-Edit.esp FaceliftOther.esp IF CHECKSUM("FaceliftOther.esp", 79A336F4) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FaceliftOther.esp", 79A336F4) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FaceliftOther.esp", 79A336F4) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". FaceliftMarriageFollowers.esp IF CHECKSUM("FaceliftMarriageFollowers.esp", 60223E44) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FaceliftMarriageFollowers.esp", 60223E44) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FaceliftMarriageFollowers.esp", 60223E44) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Fianna.esp FineVanillaGirls.esp Fixed Pureblood Vampires.esp // face g Gwendolyn.esp // face h Hirelingrevamp.esp IF CHECKSUM("Hirelingrevamp.esp", B2C27E1B) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Hirelingrevamp.esp", B2C27E1B) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Hirelingrevamp.esp", B2C27E1B) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Housecarlsrevamp.esp // face i // face j // face k // face l Layla.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Less Fugly Female NPCs.esp IF CHECKSUM("Less Fugly Female NPCs.esp", 93FE07E6) && IF VAR(EN) || IF VAR(RU) WARN: This mod contains numerous corrupted records generated with TESVSmip. It is strongly advised you remove this from your load order to avoid damage to your saves. IF CHECKSUM("Less Fugly Female NPCs.esp", 93FE07E6) && IF VAR(ES) WARN: Este mod contiene varios meshes corruptos. Es fuertemente recomendado que lo remouevos para evitar daños a tu juego. Less Fugly Female NPCs v1_1.esp Lisette.esp lusciousfaces.esp BabyFacedLydia.esp lydia1d.esp lydianoanything.esp lydianoscars.esp Lydianowarpaintv1c.esp // face m marcurio1.1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, marcurio2.1.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, marcurio2.1.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, marcurio2.1.esp. marcurio2.esp IF VAR(EN) SAY: Obsolete. Update to latest version, marcurio2.1.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, marcurio2.1.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, marcurio2.1.esp. marcurio2.1.esp marcurioolder1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, marcurio2.1.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, marcurio2.1.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, marcurio2.1.esp. mjoll face profile fix.esp MS13Arvel.esp // face n nelacar.esp REGEX: (N|ThievesguildN)PCOverha.+byHaroda.+\.esp //Warning applies across the ""http://www.nexusmods.com/skyrim/mods/15116 entire large esp set" pre-4/2013; some but not all are dirty as well. Checksum-specific dirty reports not playing well with the regex'ed output, so leave as only this. IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. NPS_Female.esp // face o OlfinaGrayMane.esp OrientalbeautyMod.esp IF VAR(EN) SAY: The OrientalbeautyMod.esp you use depends on which female body replacer (if any) you use. IF VAR(RU) SAY: Версия OrientalbeautyMod.esp зависит от реплейсера женского тела, который вы используете, если таковой имеется. IF VAR(ES) SAY: El OrientalbeautyMod.esp que uses depende de cual sustituto del cuerpo femenino (En su caso) uses. // face p // face q // face r RANs_CharGen_Morph_0.43a.esp RealisticEyeLighting.esp Riften Girl s Replacer v 0.1.esp Riften_Female.esp runil.esp // face s serana.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) ShowRaceMenuOptions.esp Solitude Girl's Replacer.esp IFNOT VAR(UFO) MOD: SupermodelSkyrim.esp // moved back to npc faces because it's npc faces overhaul (too many conflicts) IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(ApachiiHairF) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHairF) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHairF) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(UFO) MOD: SupermodelDawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(ApachiiHairF) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHairF) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHairF) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Sven_V1_VanillaHair1_noWarpaint.esp Sven_V2_VanillaHair2_noWarpaint.esp // face t TheCompanionShort.esp TheDrowsOfMorrowind.esp Tonilia.esp //removed apachii req- not all matching mods have the req. Add back req by checksum as needed. IF CHECKSUM("Tonilia.esp", 1AEB51FC) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Tonilia.esp", 1AEB51FC) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Tonilia.esp", 1AEB51FC) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. IF CHECKSUM("Tonilia.esp", 926DEEA0) || IF CHECKSUM("Tonilia.esp", 1AEB51FC) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tonilia.esp", 926DEEA0) || IF CHECKSUM("Tonilia.esp", 1AEB51FC) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tonilia.esp", 926DEEA0) || IF CHECKSUM("Tonilia.esp", 1AEB51FC) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // face u ulfarrevamp.esp Ulfric Kulich.esp Uthgerd_v1_Young_VanillaHair1_noWarpaint.esp Uthgerd_v2_Young_VanillaHair1_noWarpaint.esp // face v Vex.esp //removed apachii req- not all matching mods have the req. Add back req by checksum as needed. IF CHECKSUM("Vex.esp", CFCE4434) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Vex.esp", CFCE4434) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Vex.esp", CFCE4434) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. viarmo.esp Vilkas02.esp Vilkas.esp IF CHECKSUM("Vilkas.esp", BF4211DE) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Vilkas.esp", BF4211DE) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Vilkas.esp", BF4211DE) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Vilkas v1.esp Vilkas v2.esp Vilkas v3.esp VilkasLongHair.esp // face w Windleham_Female.esp winterhold_female.esp // face xyz younger_breton_females.esp ysoldaalt.esp ENDGROUP: NPC face mods BEGINGROUP: General Base Mods // // Includes nearly all new items (except weapons and armor). // Low priority mods. BEGINGROUP: Weather mods and overhauls // // Unlikely to be affected by anything but sound mods. [KONAN ENB] [0] Weather.esp 1 Day Moon Phases.esp IF CHECKSUM("1 Day Moon Phases.esp", FE2F1935) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("1 Day Moon Phases.esp", FE2F1935) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("1 Day Moon Phases.esp", FE2F1935) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Aetherius.esp Always Cloudy Weather.esp Always Raining.esp Chesko_Frostfall.esp FrostfallWalkingStickFix.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. FrostfallAllSummer.esp FrostfallAllWinter.esp cybertronn.esp Darker Bloodcursed Sky.esp Darker+Nights+and+Bright+Skies.esp discworld.esp Dragonborn Night.esp earth.esp ELE-Weathers.esp ENB Snow FX.esp enb_reference.esp IF ACTIVE("ClimatesOfTamriel.esm") INC: ClimatesOfTamriel.esm IF ACTIVE("Realistic Lighting.esp") INC: Realistic Lighting.esp enbweather.esp IF ACTIVE("ClimatesOfTamriel.esm") INC: ClimatesOfTamriel.esm IF ACTIVE("Realistic Lighting.esp") INC: Realistic Lighting.esp ENB Weather - Exterior Fog Plugin.esp IF ACTIVE("ClimatesOfTamriel.esm") INC: ClimatesOfTamriel.esm IF ACTIVE("Realistic Lighting.esp") INC: Realistic Lighting.esp IFNOT FILE("Realistic Lighting.esp") MOD: enhanceddynamicweathersystem.esp IF VAR(EN) SAY: Use only one enhanceddynamicweathersystem esp. IF VAR(RU) SAY: Используйте только один enhanceddynamicweathersystem esp. IF VAR(ES) SAY: Utilizar solo un enhanceddynamicweathersystem esp. REGEX: enhanceddynamicweathersystem(normal|snowy|rainy|sunny)\.esp IF VAR(EN) SAY: Use only one enhanceddynamicweathersystem esp. IF VAR(RU) SAY: Используйте только один enhanceddynamicweathersystem esp. IF VAR(ES) SAY: Utilizar solo un enhanceddynamicweathersystem esp. IF FILE("Realistic Lighting.esp") INC: Realistic Lighting.esp Expanded Skyrim Weather.esp FalskaarClouds.esp Fewer Snowstorms.esp IF CHECKSUM("Fewer Snowstorms.esp", 88CB9260) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Fewer Snowstorms.esp", 88CB9260) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Fewer Snowstorms.esp", 88CB9260) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: getSnowyV.+\.esp IF FILE("Chesko_Frostfall.esp") INC: Chesko_Frostfall.esp ItRainedOn.esp Longer Weather Transitions.esp mare_in_the_moon.esp MarkathSnow.esp mercury secunda.esp moon_deathstarbuild_masser.esp moon_deathstarbuild_secunda.esp moon_deathstarcomplete_masser.esp moon_earth1_secunda.esp moon_earthwmars_masser.esp moon_majora_masser.esp moon_io_secunda.esp moon_jupiter1_secunda.esp REGEX: MoreRain(Windy)?(\d{2,3}percentLessView)?\.esp MoreRainHeavyandDarker.esp MoreSnow.esp IF CHECKSUM("MoreSnow.esp", F26A6037) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoreSnow.esp", F26A6037) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoreSnow.esp", F26A6037) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MoreSnowWindy.esp IF VAR(EN) && IF FILE("MoreSnow.esp") WARN: Use either MoreSnow.esp or MoreSnowWindy.esp, not both. IF VAR(RU) && IF FILE("MoreSnow.esp") WARN: Используйте любой, или MoreSnow.esp или MoreSnowWindy.esp, не оба. IF VAR(ES) && IF FILE("MoreSnow.esp") WARN: Usar MoreSnow.esp o MoreSnowWindy.esp, no ambos. IF CHECKSUM("MoreSnowWindy.esp", B1CC90A4) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoreSnowWindy.esp", B1CC90A4) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoreSnowWindy.esp", B1CC90A4) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MoreSnowWindyand150percentLessView.esp IF VAR(EN) INC: All lighting mods. IF VAR(RU) INC: Все моды, модифицирующие освещение. IF VAR(ES) INC: Cualquier mod que modifique el clima. IF FILE("MoreSnow.esp") || IF FILE("MoreSnowWindy.esp") && IF VAR(EN) WARN: Use only one MoreSnow *.esp. IF FILE("MoreSnow.esp") || IF FILE("MoreSnowWindy.esp") && IF VAR(RU) WARN: Используйте только один MoreSnow *.esp. IF FILE("MoreSnow.esp") || IF FILE("MoreSnowWindy.esp") && IF VAR(ES) WARN: Utilizar solo un MoreSnow *.esp. IF CHECKSUM("MoreSnowWindyand150percentLessView.esp", 7ED853EE) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoreSnowWindyand150percentLessView.esp", 7ED853EE) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoreSnowWindyand150percentLessView.esp", 7ED853EE) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MoreSnowWindyand75percentLessView.esp IF VAR(EN) INC: All lighting mods. IF VAR(RU) INC: Все моды, модифицирующие освещение. IF VAR(ES) INC: Cualquier mod que modifique el clima. IF FILE("MoreSnow.esp") || IF FILE("MoreSnowWindy.esp") || IF FILE("MoreSnowWindyand150percentLessView.esp") && IF VAR(EN) WARN: Use only one MoreSnow *.esp. IF FILE("MoreSnow.esp") || IF FILE("MoreSnowWindy.esp") || IF FILE("MoreSnowWindyand150percentLessView.esp") && IF VAR(RU) WARN: Используйте только один MoreSnow *.esp. IF FILE("MoreSnow.esp") || IF FILE("MoreSnowWindy.esp") || IF FILE("MoreSnowWindyand150percentLessView.esp") && IF VAR(ES) WARN: Utilizar solo un MoreSnow *.esp. IF CHECKSUM("MoreSnowWindyand75percentLessView.esp", 4A595497) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoreSnowWindyand75percentLessView.esp", 4A595497) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoreSnowWindyand75percentLessView.esp", 4A595497) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // 'Better Dynamic Snow.esp' moved before 'EnhancedLightsandFX.esp' to prevent bug with falling in textures when 'EnhancedLightsandFX.esp' loaded before 'Better Dynamic Snow.esp' Better Dynamic Snow.esp IF CHECKSUM("Better Dynamic Snow.esp", 541965A9) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Better Dynamic Snow.esp", 541965A9) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Better Dynamic Snow.esp", 541965A9) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Morning Fogs.esp IF FILE("Supreme Fog.esp") INC: Supreme Fog.esp IF CHECKSUM("Morning Fogs.esp", 2CC974E4) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Morning Fogs.esp", 2CC974E4) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Morning Fogs.esp", 2CC974E4) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Opeth_Weather.esp phantom earth.esp Physical_Rain.esp PNENB.esp IF CHECKSUM("PNENB.esp", B8865296) && IFNOT VAR(Dawnguard) SAY: Use non-Dawnguard version. Rainbows.esp Rainclip.esp RainClipReco.esp RevampedExteriorFog.esp IF FILE("Realistic Lighting.esp") INC: Realistic Lighting.esp Dragonbornfogdistance.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) RiftenSnow.esp RoofAvalanches.esp ScaryNights.esp secunda cybertron.esp ShiverTwitch's Fantastical Sky.esp ShiverTwitch's Fantastical Sky V2_0_1.esp Skyrim Overall lightning and DPV.esp Skyrim Realistic Weather Mod v1.4.esp Skyrim Ultimate Weather Enhancements Mod v1.2.esp skyrimaguas_Bigger Better Sun & Moons.esp skyrimaguas_Bigger_better_Sun.esp skyset.esp Solstheim Climate Overhaul - Paradise Island Patch.esp Sosltheim Climate Overhaul - Extreme Wasteland Patch.esp SplashofRain.esp SummerSkies.esp SummerSkiesNS.esp sunnydays german.esp Supreme Fog.esp IF CHECKSUM("Supreme Fog.esp", 4B1EB3A6) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Supreme Fog.esp", 4B1EB3A6) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Supreme Fog.esp", 4B1EB3A6) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Supreme Fog - CoT.esp Supreme Storms.esp IF CHECKSUM("Supreme Storms.esp", 6B5D41BD) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Supreme Storms.esp", 6B5D41BD) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Supreme Storms.esp", 6B5D41BD) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PaperMapHeight-RemoveFog.esp IF VAR(EN) && IF FILE("WATER.esp") WARN: Removing Fog will affect WATER. Load after WATER if you are experiencing errors. IF VAR(RU) && IF FILE("WATER.esp") WARN: Удаление тумана повлияет на мод WATER. Загружайте после WATER если вы замечаете баги. IF VAR(ES) && IF FILE("WATER.esp") WARN: Remover la niebla afectara WATER. Carga despues de WATER si experiencias problemas. tweak_fog.esp tweak_fog-AmbL_c.esp //japanese release- may be weather, lighting or both, unsure- LD VanillaSnowWindyand150percentLessView.esp IF VAR(EN) SAY: Obsolete. Update to latest version, MoreSnowWindyand150percentLessView.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, MoreSnowWindyand150percentLessView.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, MoreSnowWindyand150percentLessView.esp. venus.esp Veter v Hariy from Hiro.esp Veter_v_Hariy_f.esp Vibrant Auroras.esp WMGAtmosphericENBPlugin.esp // Expanded Snow Systems should load after Supreme Storms - William ExpandedSnowSystems.esp IF CHECKSUM("ExpandedSnowSystems.esp", 03A9B612) && IF VAR(EN) DIRTY: 1301 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ExpandedSnowSystems.esp", 03A9B612) && IF VAR(RU) DIRTY: 1301 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ExpandedSnowSystems.esp", 03A9B612) && IF VAR(ES) DIRTY: 1301 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("ExpandedSnowSystems.esp", B5EB3179) && IF VAR(EN) DIRTY: 1460 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ExpandedSnowSystems.esp", B5EB3179) && IF VAR(RU) DIRTY: 1460 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ExpandedSnowSystems.esp", B5EB3179) && IF VAR(ES) DIRTY: 1460 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("ExpandedSnowSystems.esp", 03A9B612) || IF CHECKSUM("ExpandedSnowSystems.esp", 72CC3B0C) && IF VAR(Dawnguard) && IF VAR(EN) || IF VAR(RU) WARN: Dawnguard.esm found. Use the Dawnguard version of ExpandedSnowSystems.esp instead to have mod work as intended. IF CHECKSUM("ExpandedSnowSystems.esp", 03A9B612) || IF CHECKSUM("ExpandedSnowSystems.esp", 72CC3B0C) && IF VAR(Dawnguard) && IF VAR(ES) WARN: Dawnguard.esm esta siencdo utilizado. Usa la versión de ExpandedSnowSystems.esp para Dawnguard. IF CHECKSUM("ExpandedSnowSystems.esp", B5EB3179) || IF CHECKSUM("ExpandedSnowSystems.esp", 5B79F47D) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IF CHECKSUM("ExpandedSnowSystems.esp", B5EB3179) || IF CHECKSUM("ExpandedSnowSystems.esp", 5B79F47D) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IF CHECKSUM("ExpandedSnowSystems.esp", B5EB3179) || IF CHECKSUM("ExpandedSnowSystems.esp", 5B79F47D) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IF ACTIVE("ClimatesOfTamriel.esm") WARN: ClimatesOfTamriel.esm is present or is active. Use ExpandedSnowSystems-CoT.esp instead to have mod work as intended. ExpandedSnowSystems-dawnguard.esp ExpandedSnowSystems-CoT.esp IFNOT ACTIVE("ClimatesOfTamriel.esm") && IF VAR(EN) ERROR: ClimatesOfTamriel.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("ClimatesOfTamriel.esm") && IF VAR(RU) ERROR: ClimatesOfTamriel.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("ClimatesOfTamriel.esm") && IF VAR(ES) ERROR: ClimatesOfTamriel.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Windfull Skyrim.esp ENDGROUP: Weather mods and overhauls BEGINGROUP: Sound mods // Sound plugins; also, sound packs that are packaged with a BSA file, while the ESP lists only the TES4 Skyrim header, example: // Some Sounds.esp // TES4 (Header only) // // It appears that *ANY* sound is ok to be placed here. // Sound mods that modify cell data should be placed in the "Sounds of Skyrim" catagory. Additional Player Voices for Skyrim.esp addwinterholdmusic.esp MoreSoundOptions.esp //suggested to load before ADS ADS.esp ADS_MSO.esp AOS.esp IF VAR(EN) SAY: See also "http://www.nexusmods.com/skyrim/mods/44541/ AOS compatibility patches" page on Nexus. IF VAR(RU) SAY: Смотрите также "http://www.nexusmods.com/skyrim/mods/44541/ патчи совместимости с AOS" на Nexus. IF VAR(ES) SAY: See also "http://www.nexusmods.com/skyrim/mods/44541/ AOS compatibility patches" page on Nexus. AOS_DG Patch.esp AOS_DB Patch.esp //these should sort up here; regex: AOS_.+ down in compat patches section was unfortunately too broad -LD AOS_DGDB.esp AOS_DGDB Patch.esp AOS_Dawnguard and Dragonborn Patch.esp arunVocalMehrunesRazor.esp Bardsoundsmalukah.esp Barenziah_Sound.esp Barenziah_sound_v1-2-16018-1-2.esp REGEX: DFG's Blade & Dagger Sheathe Sounds.*\.esp IF CHECKSUM("DFG's Blade & Dagger Sheathe Sounds.esp", 3F16767E) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DFG's Blade & Dagger Sheathe Sounds.esp", 3F16767E) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DFG's Blade & Dagger Sheathe Sounds.esp", 3F16767E) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("DFG's Blade & Dagger Sheathe Sounds_Dawnguard.esp", 533F47EC) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DFG's Blade & Dagger Sheathe Sounds_Dawnguard.esp", 533F47EC) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DFG's Blade & Dagger Sheathe Sounds_Dawnguard.esp", 533F47EC) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF ACTIVE("DFG's Blade & Dagger Sheathe Sounds_Dawnguard.esp") && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF ACTIVE("DFG's Blade & Dagger Sheathe Sounds_Dawnguard.esp") && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF ACTIVE("DFG's Blade & Dagger Sheathe Sounds_Dawnguard.esp") && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) BWS.esp BWS-MolagMace.esp Clanking Armor.esp IF CHECKSUM("Clanking Armor.esp", 7055B881) DIRTY: 5 ITMs, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". ClankingArmor.esp ClankingArmor_1_2.esp LordSane's Clanking Armor.esp IFNOT VAR(SoS) MOD: ClimatesOfTamriel-Sound.esp IF CHECKSUM("ClimatesOfTamriel-Sound.esp", 47AF2A0B) WARN: This plugin has improperly numbered FormIDs and may have some corruption because it was made with an older version (4.2 or 4.3.x) of TESVSnip. A fixed version has been sent to the author. Please look for an update. CookingSound.esp DaggerSounds4Daggers.esp DaggerSounds4Daggers-dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DFG's Blade & Dagger Sheathe Sounds.esp DragonHitSoundFix.esp DragonHitSoundFix - RAS.esp DragonShout.esp DragonShoutVoice.esp Dramatic Helgen.esp Draugr_Horror_Sound.esp Elewin Combat Voice.esp ElinRaceVoice.esp ElinRaceVoice - ElinVoice.esp ElinVoiceEng.esp Fish Pickup Sound Removed.esp Fox_breathe_low.esp goat.esp Hateful Horkers.esp hidden blade.esp Horse Breath Sound Removed.esp Hushed Soul Cairn Lightning.esp IceBreaker's Improved Reverb.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. REGEX: IceBreaker's Improved Reverb.+\.esp icespikevolume.esp IHSS.esp IHSS-75.esp Immersive Sounds - Aural Assortment.esp IF CHECKSUM("Immersive Sounds - Aural Assortment.esp", F3D99077) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Immersive Sounds - Aural Assortment.esp", F3D99077) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Immersive Sounds - Aural Assortment.esp", F3D99077) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Immersive Sounds - Magic.esp Immersive Sounds - Weaponry.esp immersive thunder.esp Improved Combat Sounds.esp REGEX: Improved Combat Sounds v2\.\d\.esp IF FILE("Improved Combat Sounds v2.0.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version. IF FILE("Improved Combat Sounds v2.0.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF FILE("Improved Combat Sounds v2.0.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. REGEX: Improved Combat Sounds v2.2.*\.esp AOS_ICS Patch.esp AOS_Improved Combat Sounds Patch.esp indiemusicscene_la.esp REGEX: ICS Possible Fix \d\.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Improved Combat Sounds. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Improved Combat Sounds. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Improved Combat Sounds. kamehameha_wave.esp KCEUnarmedBladeSound.esp IF CHECKSUM("KCEUnarmedBladeSound.esp", 7252CC51) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("KCEUnarmedBladeSound.esp", 7252CC51) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("KCEUnarmedBladeSound.esp", 7252CC51) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". KR - Solitude No Sewer sound.esp LIAT - Sounds.esp IF CHECKSUM("LIAT - Sounds.esp", 0068EB2F) && IF VAR(EN) DIRTY: 43 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LIAT - Sounds.esp", 0068EB2F) && IF VAR(RU) DIRTY: 43 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LIAT - Sounds.esp", 0068EB2F) && IF VAR(ES) DIRTY: 43 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("LIAT - Sounds.esp", A03F61CD) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("LIAT - Sounds.esp", A03F61CD) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("LIAT - Sounds.esp", A03F61CD) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Listen To The Birds.esp loud waterfalls.esp LyPlayerVoice.esp MFVM_Hearthfire_Patch.esp MFVM_ChildrenFight_Patch.esp REGEX: MoT2? - (Misc 1|Scripts 1|Sounds 1|Visual 1|Visual 2|Visual 3|Visual 4)\.esp //these are all TES4 header only muted zombie groans.esp newheavyarmorsound.esp No Drink Sound.esp nolevelupsound.esp NoPlayerMoans.esp noskillupsound.esp Nordic Natural Sound.esp NSM loud.esp NSM low.esp NSM reg.esp NSM Silent.esp Phenderix's Magic Sounds Improved.esp projectpew.esp QuieterRestorationDrawnSound.esp Rayg_ShutUpMirmulnir.esp randomthunder.esp RCFIS.esp ReadBooksAloud - Skyrim.esp ReadBooksAloud - Dawnguard.esp ReadBooksAloud - HeartFires.esp ReadBooksAloud - Dragonborn.esp ReadBooksAloud - All_in_One.esp ReadBooksAloud - Skyrim + 3 DLC's.esp ReadBooksAloud - Skywind.esp ReadBooksAloud - Skyrim + 3 DLC's + Skywind.esp real arrow sfx.esp Reverb.esp Sound.esp // paired with Reverb.esp Reverb_Cells.esp Reverb_CityCells.esp Rooster At Dawn v1.0.esp SexLab FX Replacer (Fellatio).esp shutupnirnroot.esp Silence of the Divines.esp Silent khajiit night-eye.esp silentdog_dawnguard.esp SilentHero_AttackDamageSprint.esp silentspells.esp skyradio.esp Skyrim - Player Re-Voiced - Elven Races Complete - Male.esp Skyrim Cinematic sounds V.0.2.esp SM_Sound_Cancel.esp Sound_Hearthfires.esp Sound_VanillaBugfixes.esp SSLVV.esp StereoFix_AllDlc.esp Subtler Nirnroot.esp the real fus ro dah.esp the real fus ro dah (shout with chant).esp Thundering Shouts.esp Thundering Shouts (normal pitch).esp Update_Horror_Draugr.esp voices.esp voicetype_DarkElf.esp VoiceUpdate.esp zeldaaudio.esp zeldadeath.esp ENDGROUP: Sound mods BEGINGROUP: Lighting alternativelighting.esp alternativelightingv2.esp alvor's house dynamic.esp better_torches.esp IF CHECKSUM("better_torches.esp", 9F5EA6E6) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("better_torches.esp", 9F5EA6E6) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("better_torches.esp", 9F5EA6E6) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("better_torches.esp", 9F5EA6E6) || IF CHECKSUM("better_torches.esp", 96F75656) WARN: This mod appears to have a duplicated cell. You may encounter 'weirdness' in the Riften Ratway. better_torches_brighter_torchlight.esp IF CHECKSUM("better_torches_brighter_torchlight.esp", 9BEBAD4D) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("better_torches_brighter_torchlight.esp", 9BEBAD4D) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("better_torches_brighter_torchlight.esp", 9BEBAD4D) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("better_torches_brighter_torchlight.esp", 9BEBAD4D) || IF CHECKSUM("better_torches_brighter_torchlight.esp", CB5777CE) WARN: This mod appears to have a duplicated cell. You may encounter 'weirdness' in the Riften Ratway. IF FILE("better_torches.esp") && IF VAR(EN) WARN: Use either better_torches.esp or better_torches_brighter_torchlight.esp, not both. IF FILE("better_torches.esp") && IF VAR(RU) WARN: Используйте любой или better_torches.esp или better_torches_brighter_torchlight.esp, не обa. IF FILE("better_torches.esp") && IF VAR(ES) WARN: Usar better_torches.esp o better_torches_brighter_torchlight.esp, no ambos. Blackout_Skyrim.esp IF CHECKSUM("Blackout_Skyrim.esp", 3A1DA448) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Blackout_Skyrim.esp", 3A1DA448) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Blackout_Skyrim.esp", 3A1DA448) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: This is an ENB mod. Be sure you have the correct ENB setup installed. IF VAR(RU) SAY: Это ENB-мод. Убедитесь, что у вас установлена корректная версия ENB. IF VAR(ES) SAY: Este mod es para ENBs. Asegúrate de que tu setup de ENB esté correcto. Blackout_Dawnguard.esp IF VAR(EN) SAY: This is an ENB mod. Be sure you have the correct ENB setup installed. IF VAR(RU) SAY: Это ENB-мод. Убедитесь, что у вас установлена корректная версия ENB. IF VAR(ES) SAY: Este mod es para ENBs. Asegúrate de que tu setup de ENB esté correcto. Bright Lights.esp Brighter Campfires.esp BrighterTorches.esp BrighterTorchesBiggerMagelight.esp CityLights.esp CLARALUX - More and Brighter Lights.esp IF CHECKSUM("CLARALUX - More and Brighter Lights.esp", CF9E9621) && IF VAR(EN) DIRTY: 113 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CLARALUX - More and Brighter Lights.esp", CF9E9621) && IF VAR(RU) DIRTY: 113 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CLARALUX - More and Brighter Lights.esp", CF9E9621) && IF VAR(ES) DIRTY: 113 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. REGEX: CLARALUX - LightAdjuster - (((Vanilla|Increased)( Bright Increased Radius))|(Vanilla Lights|Medium Lights and Radius( w Shadows)?))\.esp IF VAR(EN) SAY: Use only one LightAdjuster esp. IF VAR(RU) SAY: Используйте только один LightAdjuster esp. IF VAR(ES) SAY: Utilizar solo un LightAdjuster esp. IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. ColorfulcandlerLight.esp ColorfulLightsNoShadows.esp REGEX: Dark( |e[r|st]+[ ]?)?Nights( and Bright Skies| No Weather)?\.esp REGEX: Dark(er)? Nights(B|_(\d{1,2})?(b+[lr])?)\.esp CLO.esp CLO - Custom Lighting Overlay.esp contrast-fix.esp Darker_Caves_Dungeons_Ruins_Nights.esp IF CHECKSUM("Darker_Caves_Dungeons_Ruins_Nights.esp", E46B4DF1) && IF VAR(EN) DIRTY: 721 ITM, 1489 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Darker_Caves_Dungeons_Ruins_Nights.esp", E46B4DF1) && IF VAR(RU) DIRTY: 721 ITM, 1489 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Darker_Caves_Dungeons_Ruins_Nights.esp", E46B4DF1) && IF VAR(ES) DIRTY: 721 ITM, 1489 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DarkerSkyrimLighting.esp Dynamic lighting system.esp ENBNightVision.esp Encryptions Water Arrow.esp Graphics mod.esp Skyrim Graphic mod Lite.esp Hearthfire Homes - Interior Lighting for ENB.esp immersive scary dungeons.esp ImmersiveContentExteriorLighting.esp IF REGEX("CLARALU.*\.esp") INC: CLARALUX lighting mods IF CHECKSUM("ImmersiveContentExteriorLighting.esp", F2A7A8BD) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ImmersiveContentExteriorLighting.esp", F2A7A8BD) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ImmersiveContentExteriorLighting.esp", F2A7A8BD) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ImmersiveContentLateLightPatch.esp ImmersiveContentVeryLateLightPatch.esp IF FILE("ImmersiveContentLateLightPatch.esp") && IF VAR(EN) WARN: Use either ImmersiveContentLateLightPatch.esp or ImmersiveContentLateLightPatch.esp, not both. IF FILE("ImmersiveContentLateLightPatch.esp") && IF VAR(RU) WARN: Используйте любой, или ImmersiveContentLateLightPatch.esp или ImmersiveContentLateLightPatch.esp, не оба. IF FILE("ImmersiveContentLateLightPatch.esp") && IF VAR(ES) WARN: Usar ImmersiveContentLateLightPatch.esp o ImmersiveContentLateLightPatch.esp, no ambos. ImmersiveContentEXTLightDawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). kuerteeDisableLightsFarFromActors.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+. Lanterns of Skyrim - Project ENB plus CoT 3_1.esp //a LoS preset, test placement here light123.esp long range torch.esp magiclightshadows.esp MikeFoxs_CorrectLighting.esp IF CHECKSUM("MikeFoxs_CorrectLighting.esp", D2B44EBE) && IF VAR(EN) DIRTY: 0 ITM, 302 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MikeFoxs_CorrectLighting.esp", D2B44EBE) && IF VAR(RU) DIRTY: 0 ITM, 302 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MikeFoxs_CorrectLighting.esp", D2B44EBE) && IF VAR(ES) DIRTY: 0 ITM, 302 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // Moved Realistic Lighting From Here nickstorches.esp Opeth_torch.esp powerfull-lights.esp Quietcool.esp realrain.esp IF FILE("realrainBWRLWC.esp") && IF VAR(EN) SAY: Use only one realrain esp. IF FILE("realrainBWRLWC.esp") && IF VAR(RU) SAY: Используйте только один realrain esp. IF FILE("realrainBWRLWC.esp") && IF VAR(ES) SAY: Utilizar solo un realrain esp. realrainBWRLWC.esp realrainCoT.esp IF FILE("realrainBWRLWC.esp") || IF FILE("realrain.esp") && IF VAR(EN) SAY: Use only one realrain esp. IF FILE("realrainBWRLWC.esp") || IF FILE("realrain.esp") && IF VAR(RU) SAY: Используйте только один realrain esp. IF FILE("realrainBWRLWC.esp") || IF FILE("realrain.esp") && IF VAR(ES) SAY: Utilizar solo un realrain esp. realrainextended.esp IF FILE("realrainCoT.esp") || IF FILE("realrainBWRLWC.esp") || IF FILE("realrain.esp") && IF VAR(EN) WARN: Use only one realrain esp. IF FILE("realrainCoT.esp") || IF FILE("realrainBWRLWC.esp") || IF FILE("realrain.esp") && IF VAR(RU) WARN: Используйте только один realrain esp. IF FILE("realrainCoT.esp") || IF FILE("realrainBWRLWC.esp") || IF FILE("realrain.esp") && IF VAR(ES) WARN: Utilizar solo un realrain esp. Rebalance Light.esp Rebalance_Light.esp 13189_Rebalance_Light.esp RemoveAmbientInteriorFog.esp IF CHECKSUM("RemoveAmbientInteriorFog.esp", 2014AA8E) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RemoveAmbientInteriorFog.esp", 2014AA8E) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RemoveAmbientInteriorFog.esp", 2014AA8E) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) && IF FILE("Realistic Lighting.esp") WARN: Removing the interior Fog will affect Realistic Lighting. Load before RL if you are experiencing errors. IF VAR(RU) && IF FILE("Realistic Lighting.esp") WARN: Удаление тумана внутри помещений повлияет на Realistic Lighting. Загружайте перед RL если вы замечаете баги. IF VAR(ES) && IF FILE("Realistic Lighting.esp") WARN: Remover la niebla de interiores puede afectar Realistic Lighting. Cargar antes de RL si tienes problemas. Remove Interior Fog.esp Remove Interior Fog V2 - Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Remove Interior Fog V2 - Hearthfire.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) Remove Interior Fog V2 - Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Remove Interior Fog V2 - Skyrim.esp IF FILE("RemoveAmbientInteriorFog.esp") && IF VAR(EN) WARN: Use either RemoveAmbientInteriorFog.esp or Remove Interior Fog V2 *.esp, not both. IF FILE("RemoveAmbientInteriorFog.esp") && IF VAR(RU) WARN: Используйте любой или RemoveAmbientInteriorFog.esp или Remove Interior Fog V2 *.esp, не обa. IF FILE("RemoveAmbientInteriorFog.esp") && IF VAR(ES) WARN: Usar RemoveAmbientInteriorFog.esp o Remove Interior Fog V2 *.esp, no ambos. IF VAR(Dawnguard) SAY: Use Remove Interior Fog V2 - Dawnguard.esp in addition to include Dawnguard locations. IF VAR(Hearthfire) SAY: Use Remove Interior Fog V2 - Hearthfire.esp in addition to include Hearthfires locations. //ordered individual V2 modules as DB, HF, DG, SK per author's guidelines Remove Interior Fog V2 - Full Version.esp IF REGEX("Remove Interior Fog V2 - (Skyrim|Dawnguard|Hearthfire)?\.esp") ERROR: Do not use the modular versions of Remove Interior Fog V2 with the Full version. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) Remove Interior Fog V2 - Full Version - NH.esp fixedeyeadaptation.esp dimmed_torches.esp dimmed_torches_eng.esp Skylight-Torches.esp Improved_torches.esp enhancedlightingforrealisticlighting.esp IF FILE("Realistic Lighting.esp") MOD: enhanceddynamicweathersystem.esp // See readme for more info about load order IF VAR(EN) SAY: Use only one enhanceddynamicweathersystem esp. IF VAR(RU) SAY: Используйте только один enhanceddynamicweathersystem esp. IF VAR(ES) SAY: Utilizar solo un enhanceddynamicweathersystem esp. real lights in dragonsreach.esp Natural Skyrim Rain.esp // Bethsoft6.118,128and9.187,193 Warmer Magic Lights v1.esp Warmer Magic Lights v2.esp IF VAR(EN) && IFNOT CHECKSUM("Warmer Magic Lights v2.esp", 2A1E2810) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("Warmer Magic Lights v2.esp", 2A1E2810) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Warmer Magic Lights v2.esp", 2A1E2810) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Warmer Magic Lights v2 - White.esp IF VAR(EN) && IFNOT CHECKSUM("Warmer Magic Lights v2 - White.esp", B5571C09) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("Warmer Magic Lights v2 - White.esp", B5571C09) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Warmer Magic Lights v2 - White.esp", B5571C09) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Warmer Magic Lights v2 - White - Big.esp IF VAR(EN) && IFNOT CHECKSUM("Warmer Magic Lights v2 - White - Big.esp", ACAE3F31) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("Warmer Magic Lights v2 - White - Big.esp", ACAE3F31) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Warmer Magic Lights v2 - White - Big.esp", ACAE3F31) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Warmer Magic Lights v2 - Big.esp IF VAR(EN) && IFNOT CHECKSUM("Warmer Magic Lights v2 - Big.esp", DE4F928D) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("Warmer Magic Lights v2 - Big.esp", DE4F928D) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Warmer Magic Lights v2 - Big.esp", DE4F928D) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). WarmerTorchLighting.esp ZyMagicLights.esp IC-Lighting.esp NoTint.esp // Moved ClimatesOfTamriel From Here SI_DarkerNightsAddon.esp IFNOT FILE("ClimatesOfTamriel.esm") REQ: Climates of Tamriel MintyLightningMod.esp MintyLightningMod_COT_Patch.esp MintyLightningMod_COT_Patch PatchPlus5.esp MintyLightningMod_COT_Patch plusminus.esp DarkerInteriors.esp DOF.esp REGEX: KatuLights.*\.esp IF VAR(EN) SAY: Use only one KatuLights*.esp. IF VAR(RU) SAY: Используйте только один KatuLights*.esp. IF VAR(ES) SAY: Utilizar solo un KatuLights*.esp. RealLights-Base.esp Real Lights - Cities.esp /* Darker Dungeons */ Dark Light Templates.esp Dark Dungeons for ENB.esp Dark Dungeons for Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Dark Dungeons for Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Further Dark Dungeons for ENB.esp IF CHECKSUM("Dark Dungeons for ENB.esp", A7023FF2) || IF CHECKSUM("Dark Dungeons for ENB.esp", 1EC2E726) || IF CHECKSUM("Dark Dungeons for ENB.esp", ABC1F0E1) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Dark Dungeons for ENB.esp", A7023FF2) || IF CHECKSUM("Dark Dungeons for ENB.esp", 1EC2E726) || IF CHECKSUM("Dark Dungeons for ENB.esp", ABC1F0E1) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Dark Dungeons for ENB.esp", A7023FF2) || IF CHECKSUM("Dark Dungeons for ENB.esp", 1EC2E726) || IF CHECKSUM("Dark Dungeons for ENB.esp", ABC1F0E1) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF FILE("Dark Dungeons for ENB.esp") INC: Dark Dungeons for ENB.esp Further Dark Dungeons for ENB Ice.esp bigdanscozyvillages.esp IFNOT ACTIVE("RelightingSkyrim.esp") MOD: OLSE.esp IFNOT ACTIVE("RelightingSkyrim.esp") MOD: OLSE for Dawnguard.esp IF CHECKSUM("OLSE for Dawnguard.esp", 931F68BD) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("OLSE for Dawnguard.esp", 931F68BD) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("OLSE for Dawnguard.esp", 931F68BD) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyrimURWL.esp slowereyeadapt.esp Svet Fakelov from Hiro.esp theFlicker.esp Warmer Torches.esp xmas_lanterns.esp ZFixed Lights.esp Zfixed Lights RCRN.esp /* Might need to be moved */ Light Up Dawnguard.esp LightRoom.esp WM_Warmer_Lights.esp CLARALUX.esp // TES5Edit 3.0.30: 87 ITM, 0 UDR (CRC: FD3F3144) IF CHECKSUM("CLARALUX.esp", FD3F3144) && IF VAR(EN) DIRTY: 87 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CLARALUX.esp", FD3F3144) && IF VAR(RU) DIRTY: 87 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CLARALUX.esp", FD3F3144) && IF VAR(ES) DIRTY: 87 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CLARALUX-DG-Patch.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) CLARALUX-HF-Patch.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). ENDGROUP: Lighting BEGINGROUP: Music // music 01 PM_NoVanillaMusic_v5.0.esp 04CombatMusicStop.esp AbsolutMainMusic.esp acoustictheme.esp AdditionalMusicBundleI.esp IF CHECKSUM("AdditionalMusicBundleI.esp", 010E2879) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AdditionalMusicBundleI.esp", 010E2879) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AdditionalMusicBundleI.esp", 010E2879) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". additionalmusiccollection.esp AdditionalMusicPackI.esp AdditionalMusicPackII.esp AdditionalMusicProject.esp AdditionalMusicProjectReplacer.esp AK- Elder Scrolls Music.esp Ambience Music Overhaul - Addon.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Ambience Music Overhaul - Addon - with vanilla music -.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Ambience Music Overhaul - Combat.esp IF VAR(EN) SAY: Obsolete. Update to latest version, AMO - Combat.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, AMO - Combat.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, AMO - Combat.esp. Ambience Music Overhaul - Combat - with vanilla music.esp IF VAR(EN) SAY: Obsolete. Update to latest version, AMOvanilla - Combat.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, AMOvanilla - Combat.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, AMOvanilla - Combat.esp. Ambience Music Overhaul - Interiors and Special.esp IF VAR(EN) SAY: Obsolete. Update to latest version, AMO - Special.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, AMO - Special.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, AMO - Special.esp. Ambience Music Overhaul - Interiors and Special - with vanilla music.esp IF VAR(EN) SAY: Obsolete. Update to latest version, AMOvanilla - Special.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, AMOvanilla - Special.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, AMOvanilla - Special.esp. Ambient Malukah.esp AMO - Combat.esp AMO - Special.esp AMOvanilla - Combat.esp AMOvanilla - Special.esp Blazing Sun Music.esp CombatMusicReplacer#1.esp charlieparradelriegomainmenu2.esp CustomMusicInYourHouse.esp danjdrmusic.esp DG-JDR Patch.esp REGEX: Dawn_addon_part(\d)\.esp Del_ConditionalCombatMusic - Dragon Reserved.esp Del_ConditionalCombatMusic - Dragon Reserved FIXED.esp Del_ConditionalCombatMusic.esp Diabolus.esp dragonborn with lute.esp elderscrollsonlinemalukahsong.esp elderscrollsonlinethecall.esp REGEX: enhanced soundtrack (\d{1,2})\.esp IF VAR(EN) SAY: Adds music but also contains textures and meshes. Loose files will override them. IF VAR(RU) SAY: Добавляет музыку, но также включает тесктуры с моделями. Отдельные файлы перезапишут их. IF VAR(ES) SAY: Añade música pero también contiene meshes y texturas. Loose files los sobrescribirán. esisbattlepack.esp esiscitypack.esp esisenviropack.esp fairy tail music replacer.esp Fantasy Music Full Replace.esp Fantasy Music Non-Replace.esp REGEX: FMO - (Non-Replacer Version|Replacer Version)?\.esp IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/28583 here". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/28583 здесь". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/28583 aquí". Fantasy Music Overhaul.esp IF CHECKSUM("fantasy music overhaul.esp", FA0711C6) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("fantasy music overhaul.esp", FA0711C6) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("fantasy music overhaul.esp", FA0711C6) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". fantasy music overhaul - no vanilla music.esp fantasy music overhaul - tropical edition.esp fantasy music overhaul - unique town music.esp Symphonies Of Skyrim.esp IF CHECKSUM("Symphonies Of Skyrim.esp", 7D9E7A5F) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Symphonies Of Skyrim.esp", 7D9E7A5F) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Symphonies Of Skyrim.esp", 7D9E7A5F) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Fantasy Music Overhaul Redone.esp REGEX: Del_ConditionalCombatMusic( - DnDP| - Most Epic| - H| - FMOR Non-Replace| - FMOR Replace)?\.esp // should load after fantasy music overhaul IF REGEX("Del_ConditionalCombatMusic( - DnDP| - Most Epic| - H| - FMOR Non-Replace| - FMOR Replace)?\.esp") && IF VAR(EN) WARN: Use only one Del_ConditionalCombatMusic esp. IF REGEX("Del_ConditionalCombatMusic( - DnDP| - Most Epic| - H| - FMOR Non-Replace| - FMOR Replace)?\.esp") && IF VAR(RU) WARN: Используйте только один Del_ConditionalCombatMusic esp. IF REGEX("Del_ConditionalCombatMusic( - DnDP| - Most Epic| - H| - FMOR Non-Replace| - FMOR Replace)?\.esp") && IF VAR(ES) WARN: Utilizar solo un Del_ConditionalCombatMusic esp. FantasySoundtrackProject.esp FantasySoundtrackProjectCombatMusic.esp ff6mainmenu.esp ff7music.esp FixCombatMusic.esp flute-mlp.esp flute-pack.esp flute-touhou.esp for the king.esp HearthfireManorTavernMusic.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). horsemountmusic.esp kennyloggins.esp Legends of Hope.esp LoH.esp Legends of Hope Mirror.esp LoH Mirror.esp Legends of Hope Replacer.esp LoH Replacer.esp LoH XDawnguard.esp LoH XDawnguard Replacer.esp LoH XDragonborn.esp lord of the rings the hobbit - misty mountains.esp lotr skyrim.esp lotr skyrim norep.esp LOTRmusic.esp MadokaMusic.esp maintheme_metalremix.esp mainthemebylindseyandpeter.esp menu music.esp morrowind_mm_theme.esp mt_headhunterz.esp Musichaul - Morrowind.esp music flow.esp nim_from_solstheim_to_skyrim.esp nomusic.esp REGEX: PersonalizedMusic.*\.esp REGEX: PM_.+Music_(NoVanilla_)?.*v.+\.esp Player Home Tavern Music.esp requiem for a dream music replacer.esp RevansMusic.esp rock dragon battle.esp Silent Skyrim - No Music.esp SkyMusicRemix Main File.esp skyrim default theme - heroic start.esp skyrim new and improved music & main theme.esp skyrimsoundtrackexpansion.esp IF CHECKSUM("skyrimsoundtrackexpansion.esp", 06FA5890) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("skyrimsoundtrackexpansion.esp", 06FA5890) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("skyrimsoundtrackexpansion.esp", 06FA5890) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Solstheim Music in Skyrim.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SolstheimInteriorMusicTweak.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SovngardeMenuMusic.esp sovngardesong.esp Symphonic_Fantasy_Playlist.esp tavern songs.esp TES Music - Oblivion and Morrrowind Soundtrack.esp ts_deathbyerock.esp ts_erock-dragon-fite.esp ts_erocktheme.esp ts_malukah.esp ts_malukah_imperial.esp ts_malukah_stormcloak.esp ts_taleofthetongues.esp unbound music.esp zeldamusic.esp zeldaocarinaoftimemusic.esp ENDGROUP: Music BEGINGROUP: Textures // Textures that are packaged with a BSA file, while the ESP lists only the TES4 Skyrim header // // Generally the bigger packs go near to the top. //Large Packs, these are placed at the top to prevent overwriting smaller texture changes - rendering them useless. Skyrim HD Full - Clutter and Clothes.esp Skyrim HD Full - Dungeons.esp Skyrim HD Full - Farmhouses.esp Skyrim HD Full - Landscape.esp Skyrim HD Full - Markarth.esp Skyrim HD Full - Reflections.esp Skyrim HD Full - Sky.esp Skyrim HD Full - Solitude.esp Skyrim HD Full - Water.esp Skyrim HD Full - Whiterun.esp Skyrim HD Full - Windhelm.esp REGEX: TPC\d\d.esp VanillaReducedTextures.esp VanillaReducedTexturesDG.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) VanillaReducedTexturesDB.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) // Large Packs //assorted k dds below from bugzilla are likely due to steam packaging reqs -LD 1k_dds_bloodenhanced.esp 1k_dds_landscape.esp 1k_dds_landscapewstm.esp 1k_dds_nif_naturalskin.esp 1k_dds_nif_naturalskindark.esp 1k_dds_nif_vurts-flora-overhaul.esp 1k_dds_shrubs.esp 1k_dds_weapons.esp 1k_dds_whiterun.esp 2k_dds_creatures.esp Andragorn_Replace_Imperial_Sword.esp calientevanillaarmor - banditpack curvy.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" calientesvanillaarmor - banditpack slim.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" cbbev3_vanillapack.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" cbbeslim.esp clear map addon.esp colored constellations.esp coloredmarkers.esp compass.esp dbtenetsrestored13-1024.esp detailed rugs.esp dwemertextureenhancement.esp glowing arrows v2.1.esp hectrol caves deluxe highres retex 2k version.esp high res hawk replacement - red.esp justins riften hd retexture part 3.esp lockpickingchalk.esp lockpickvision.esp MarkarthRecolored.esp psychosteve_shrines.esp real glaciers remastered.esp RiftenHQtexture-Part1.esp RiftenHQtexture-Part2.esp RiftenRecolored.esp Rounded Lanterns.esp scaryskyrim.esp thatsice.esp vampirelord retexture.esp Veritables armes de verre et de glace.esp woyo_soul_eater_pack.esp ENDGROUP: Textures BEGINGROUP: Base Early IF FILE("Cutting Room Floor.esp") MOD: TouringCarriages.esp Cutting Room Floor.esp BeastModels.esp IF VAR(EN) SAY: Obsolete. Update to latest version, ChangeMaleModels.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, ChangeMaleModels.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, ChangeMaleModels.esp. REGEX: BorderRegionsDisabled(EV)?\.esp IF VAR(EN) SAY: Recommended to change Skyrim.ini bBorderRegionsEnabled=1 to bBorderRegionsEnabled=0 instead. IF VAR(RU) SAY: Рекомендуется изменить параметр Skyrim.ini bBorderRegionsEnabled=1 на bBorderRegionsEnabled=0 и удалить этот мод. IF VAR(ES) SAY: Recomendamos que cambies un valor en Skyrim.ini: bBorderRegionsEnabled=1 a bBorderRegionsEnabled=0. BreezehomeShadowStripingFix.esp ChangeMaleModels.esp IF CHECKSUM("ChangeMaleModels.esp", 34A1E261) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ChangeMaleModels.esp", 34A1E261) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ChangeMaleModels.esp", 34A1E261) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Economy Overhaul.esp Elemental Base.esp Elgars Narcotics.esp jumpHeightOnly.esp jumpHeightThird.esp IF FILE("jumpHeightOnly.esp") && IF VAR(EN) WARN: Use only one jumpheight esp. IF FILE("jumpHeightOnly.esp") && IF VAR(RU) WARN: Используйте только один jumpheight esp. IF FILE("jumpHeightOnly.esp") && IF VAR(ES) WARN: Utilizar solo un jumpheight esp. lowerJumpHeight.esp IF FILE("jumpHeightOnly.esp") || IF FILE("jumpHeightThird.esp") && IF VAR(EN) WARN: Use only one jumpheight esp. IF FILE("jumpHeightOnly.esp") || IF FILE("jumpHeightThird.esp") && IF VAR(RU) WARN: Используйте только один jumpheight esp. IF FILE("jumpHeightOnly.esp") || IF FILE("jumpHeightThird.esp") && IF VAR(ES) WARN: Utilizar solo un jumpheight esp. RegenRedux.esp RegenReduxLite.esp SFD_NumericQuality.esp /* Removed REGEX because specific load order is needed */ Weapons and Armor fixes.esp IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp IF VAR(EN) && IFNOT CHECKSUM("Weapons and Armor fixes.esp", D27D2F2) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained "http://www.nexusmods.com/skyrim/mods/26230 here". IF VAR(RU) && IFNOT CHECKSUM("Weapons and Armor fixes.esp", D27D2F2) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Weapons and Armor fixes.esp", D27D2F2) WARN: Este archivo contiene entradas fuera de lugar. Un patch de compatibilidad puede ser encontrado "http://www.nexusmods.com/skyrim/mods/26230 aquí". // TAG: {{BASH: Stats}} IF VAR(EN) && IF REGEX("Smithing Perks Overhaul( - Balanced)?\.esp") && IF VAR(CCO) SAY: For 'WAF+SPO+CCO' users. No conflicts with 'Smithing Perks Overhaul' and 'Complete Crafting Overhaul'. IF VAR(RU) && IF REGEX("Smithing Perks Overhaul( - Balanced)?\.esp") && IF VAR(CCO) SAY: Для использующих 'WAF+SPO+CCO'. Конфликтов с 'Smithing Perks Overhaul' и 'Complete Crafting Overhaul' не обнаружено. IF VAR(ES) && IF REGEX("Smithing Perks Overhaul( - Balanced)?\.esp") && IF VAR(CCO) SAY: Para los que utilizen 'WAF+SPO+CCO'. No tiene conflictos con 'Smithing Perks Overhaul' o 'Complete Crafting Overhaul'. Weapons and Armor Fixes-Hacks.esp Weapons and Armor fixes - Hacks.esp IF VAR(EN) && IFNOT CHECKSUM("Weapons and Armor fixes - Hacks.esp", 119BC97C) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Weapons and Armor fixes - Hacks.esp", 119BC97C) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Weapons and Armor fixes - Hacks.esp", 119BC97C) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). // Vanilla fixes. Must be load here (and also for CCO and SPO), to prevent overrides for new changes from mods in Base group. Too many conflicts with other mods in Base group. sh_HF_goat_fix.esp TAG: {{BASH: Relev}} Shadow Striping Fix.esp Skyrim Shadow Striping Fix.esp IF FILE("BreezehomeShadowStripingFix.esp") && IF VAR(EN) WARN: Use either BreezehomeShadowStripingFix.esp or Skyrim Shadow Striping Fix.esp, not both. IF FILE("BreezehomeShadowStripingFix.esp") && IF VAR(RU) WARN: Используйте любой, или BreezehomeShadowStripingFix.esp или Skyrim Shadow Striping Fix.esp, не оба. IF FILE("BreezehomeShadowStripingFix.esp") && IF VAR(ES) WARN: Usar BreezehomeShadowStripingFix.esp o Skyrim Shadow Striping Fix.esp, no ambos. SkyrimImprovedChanges.esp TAG: {{BASH: Delev, Relev}} SMIM_Fixes.esp REGEX: SpellFix.*\.esp StaticMeshImprovementMod.esp IF VAR(RU) && IF CHECKSUM("StaticMeshImprovementMod.esp", 8806A693) SAY: Вы можете использовать данный esp для версии 1.20-1.26 и вероятно, более новых, если, в очередном обновлении SMIM, не последовало обновления esp. staticmeshimprovementmod-part2.esp staticmeshimprovementmod-part3.esp StaticMeshImprovementMod-DragonbornTernFix.esp StaticMeshImprovementMod-FurnitureChestSnowFix.esp Seasons of Skyrim Project.esp SloManaRegen.esp SurvivalistIngenuity.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IF CHECKSUM("SurvivalistIngenuity.esp", 58F2B4DC) && IF VAR(EN) DIRTY: 62 ITM, 60 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SurvivalistIngenuity.esp", 58F2B4DC) && IF VAR(RU) DIRTY: 62 ITM, 60 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SurvivalistIngenuity.esp", 58F2B4DC) && IF VAR(ES) DIRTY: 62 ITM, 60 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SI_NoSaltOreMapMarkers.esp SI_PrizesDoubled.esp SI_VanillaMerchants.esp SI_VanillaMessages.esp SI_VanillaPrizes.esp IF FILE("SI_PrizesDoubled.esp") && IF VAR(EN) WARN: Use either SI_PrizesDoubled.esp or SI_VanillaPrizes.esp, not both. IF FILE("SI_PrizesDoubled.esp") && IF VAR(RU) WARN: Используйте любой, или SI_PrizesDoubled.esp или SI_VanillaPrizes.esp, не оба. IF FILE("SI_PrizesDoubled.esp") && IF VAR(ES) WARN: Usar SI_PrizesDoubled.esp o SI_VanillaPrizes.esp, no ambos. SIRW.esp TAG: {{BASH: Delev, Relev}} // not tested SIMIIPatch.esp vanilla trainer followers.esp Vidani's Bag of Holding.esp Weightless Skyrim - Consumables (USKP).esp TradeBarter.esp TAG: {{BASH: Delev, Relev}} IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" //Recommended to be loaded before Economics of Skyrim TradeBarterLite.esp Economics of Skyrim.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("Economics of Skyrim.esp", 0C3C5505) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Economics of Skyrim.esp", 0C3C5505) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Economics of Skyrim.esp", 0C3C5505) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Economics of Skyrim - Dawnguard.esp Economics of Skyrim Merged.esp //Estimate for correct position. Mod file no longer on Nexus. ENDGROUP: Base Early BEGINGROUP: Base # _001_SelfDressingMannequins.esp _001_SelfFillingBookshelves.esp _admod.esp _GCartoons.esp _increased_enemy_count.esp _jumprunchanger.esp _pocketcampsite.esp _pocketcraftshop.esp _pocketcraftshopii.esp _pocketempirebuilder.esp IF CHECKSUM("_pocketempirebuilder.esp", CCC24004) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("_pocketempirebuilder.esp", CCC24004) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("_pocketempirebuilder.esp", CCC24004) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de lugar y debería ser removido. _PocketEmpireBuilder_HearthfireAddon.esp _pocketmagecraft.esp _pocketsmithy.esp _SEC_HelpfulBlackSmith.esp [mpx]14sprinting.esp [mpx]doublesprinting.esp [MR] Lenin.esp 00EButterfliegenENGLISH.esp 00EButterfliegenDEUTSCH.esp 00SexyHouseVendors.esp REGEX: 08YMM_kimoqi.+/.esp 15441_Silt_Striders.esp 28 Days Mutation.esp 3279_BronyaPsijikNar.esp 4222_aaaDraygrDadytV.esp 2GiantToes.esp 5GiantToes.esp 10GiantToes.esp 500 kgs x lvl.esp REGEX: (83Willows_)?101BUGs.+\.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) && IF REGEX("(83Willows_)?101BUGs.+\.esm") ERROR: Remove this mod when esm is being used. IF VAR(RU) && IF REGEX("(83Willows_)?101BUGs.+\.esm") ERROR: Удалите этот мод когда используется esm-версия. IF VAR(ES) && IF REGEX("(83Willows_)?101BUGs.+\.esm") ERROR: Remueve este mod si utilizas el esm. ENDGROUP: Base # BEGINGROUP: Base A .armitage's mastercraft.esp .armitage's mastercraft (eng).esp A Dash of Flavor.esp A Dash of Flavor HFDB.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). a perfect circle.esp A1HeartFires-GiftofCharity.esp aaaPlayerBlinkFix.esp AAIWhiterunVanillaNpcsOnly.esp AASMTradingCardMasterVendorLandscapefix.esp AASMTradingCardCityEdition.esp ABCsforBarbarians.esp absolutepower!!!.esp ACandle.esp Activators.esp Addskeletonkey.esp aDragonRide.esp ADV HB-Style.esp IF CHECKSUM("ADV HB-Style.esp", 4AE9EFE5) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ADV HB-Style.esp", 4AE9EFE5) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ADV HB-Style.esp", 4AE9EFE5) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ADV GenStoresPlugin.esp IF CHECKSUM("ADV GenStoresPlugin.esp", 7E5C17A4) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ADV GenStoresPlugin.esp", 7E5C17A4) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ADV GenStoresPlugin.esp", 7E5C17A4) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". adura_skyrimmerchantmod.esp Adura_Skyrimmerchantmod_BFU.esp advancedcrafting.esp Advanced Spell Toggle.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" Aetherial Forge Advanced.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Aetherium_byAlmazi.esp AjenHorseFIX.esp IFNOT FILE("Ajen.esm") REQ: Ajen.esm AK- Achievements Unlocked.esp AK- Boethiah Alternate.esp AK- Buyable Paintings and Pictures.esp AK- Clothe Dead NPCs.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" AK- Mines and Mills.esp AK- Mines and Mills - Hearthfire.esp IFNOT FILE("AK- Mines and Mills.esp") REQ: AK- Mines and Mills.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). AK- Namira for Good Guys.esp AK- Placeable Statics.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IF CHECKSUM("AK- Placeable Statics.esp", F20CBAFA) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AK- Placeable Statics.esp", F20CBAFA) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AK- Placeable Statics.esp", F20CBAFA) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AK- Placeable Statics - Hearthfire.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT ACTIVE("AK- Placeable Statics.esp") && IF VAR(EN) ERROR: AK- Placeable Statics.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("AK- Placeable Statics.esp") && IF VAR(RU) ERROR: AK- Placeable Statics.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("AK- Placeable Statics.espp") && IF VAR(ES) ERROR: AK- Placeable Statics.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Alchemical Apparati.esp Alchemie leicht gemacht.esp Alchemist's Book.esp Alchemist's Guide.esp alchemistshack01.esp alchemy guide.esp alchemy guide dlc addon.esp alchemy guide dlc loremonger edition.esp AlchemyAndAtronachForgeGuideBooks.esp alchemysatchels.esp alchemy supplies.esp alchemysupplies.esp AlcoholRecipes.esp Aldmeri Dominion Strengthened.esp alduinwalljar.esp Ale_and_Mead_labels.esp Alfa wolf_weaker.esp All Barrels Searchable 1.1.esp all crafting items.esp All Geared Up.esp all killable.esp All Sondju's Journals.esp All Tamriel Books_1.1.esp all_nightingale_powers.esp All_Ring_Amul.esp all_stone_powers.esp AllArmorsPlayable.esp AllCraft.esp AllFemaleGuards.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("AllFemaleGuards.esp", 63FA5A9F) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AllFemaleGuards.esp", 63FA5A9F) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AllFemaleGuards.esp", 63FA5A9F) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Alpha wolf_weaker.esp Alternate Clothing Names.esp Als Treasure Vault Only.esp Alva Mannequin.esp AMatterOfTime.esp amazones3.esp AmmoArrous.esp an alchemist guide to alchemy.esp ANB - ArrowsToPicks.esp ancalagon.esp Ankhs Food.esp anon_soullevelsrevealed.esp IF CHECKSUM("anon_soullevelsrevealed.esp", D513587F) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("anon_soullevelsrevealed.esp", D513587F) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("anon_soullevelsrevealed.esp", D513587F) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Antares Automated POV Switching.esp aof detailed mountains.esp AOFoodoverhaul_AllDLC.esp AOMGHOST.esp AOM.esp IF CHECKSUM("AOM.esp", C7FEC3A9) && IF VAR(EN) DIRTY: 8 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AOM.esp", C7FEC3A9) && IF VAR(RU) DIRTY: 8 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AOM.esp", C7FEC3A9) && IF VAR(ES) DIRTY: 8 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AOM2.esp ApachiiHelmetWigs.esp ApothecaryInventoryRebuild.esp ApothecaryInventoryRebuild with JarrinRoot.esp Arachne.esp arbitrary container (nr) syntax.esp Archery Shop.esp Archery Starter Gear.esp Archery-Overhaul.esp ArcheryOverhaulFletcherArrowsOnly.esp Archmage Crafting - Enchanted Items.esp Archmage Crafting - Unenchanted Clothing.esp Arcticia's LifeCycles.esp ArgonianfemGuild.esp IF CHECKSUM("ArgonianfemGuild.esp", 7A44F764) && IF VAR(EN) DIRTY: 11 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ArgonianfemGuild.esp", 7A44F764) && IF VAR(RU) DIRTY: 11 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ArgonianfemGuild.esp", 7A44F764) && IF VAR(ES) DIRTY: 11 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Armor and Clothing Diversity.esp IF CHECKSUM("Armor and Clothing Diversity.esp", 8550B53D) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Armor and Clothing Diversity.esp", 8550B53D) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Armor and Clothing Diversity.esp", 8550B53D) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) Armored Skeleton.esp TAG: {{BASH: Relev}} IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(EN) WARN: Delete. Already included in Skyrim Immersive Creatures.esp. IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(RU) WARN: Удалите. Уже включено в Skyrim Immersive Creatures.esp. IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(ES) WARN: Borrar. Ya esta incluido en Skyrim Immersive Creatures.esp. ArmorConverter.esp ArmorRatingRevised.esp ArmorRatingTweak.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. ArmorRatingTweak_1000AR.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. ArmorRatingTweak80.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. ArmorRatingTweak80_1000AR.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. REGEX: ArmorRatingTweak_(\d{8}|U)?.+\.esp IF VAR(EN) SAY: Use only one ArmorRatingTweak esp. IF VAR(RU) SAY: Используйте только один ArmorRatingTweak esp. IF VAR(ES) SAY: Utilizar solo un ArmorRatingTweak esp. ArmorSets.esp IF VERSION("SKSE", "0.1.5.6", <) REQ: "http://skse.silverlock.org SKSE" 1.5.6+ // following two lines found here during tidying, not sure how related to Base A, so left them -LD ENG_All_In_One_v1.2.esp NoRestorationExploit.esp ArodAlchemyAnalyzer.esp Arrow Crafting - by Kuddie.esp Arrow Smithing.esp arrowcrafting.esp IF CHECKSUM("arrowcrafting.esp", 8E307ED0) || IF CHECKSUM("arrowcrafting.esp", D15AE0C5) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("arrowcrafting.esp", 8E307ED0) || IF CHECKSUM("arrowcrafting.esp", D15AE0C5) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("arrowcrafting.esp", 8E307ED0) || IF CHECKSUM("arrowcrafting.esp", D15AE0C5) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. REGEX: Arrowsmith\w{0,2}\.esp IF VAR(EN) && IF FILE("Arrowsmith.esp") && IF VAR(SkyReM) ERROR: Delete. Already included in SkyRe_Main.esp. IF VAR(RU) && IF FILE("Arrowsmith.esp") && IF VAR(SkyReM) ERROR: Удалите. Уже включен в SkyRe_Main.esp. IF VAR(ES) && IF FILE("Arrowsmith.esp") && IF VAR(SkyReM) WARN: Borrar. Ya esta incluido en SkyRe_Main.esp. IF VAR(EN) && IF FILE("Arrowsmith.esp") && IF VAR(CCO) ERROR: Delete. Already included in Complete Crafting Overhaul. IF VAR(RU) && IF FILE("Arrowsmith.esp") && IF VAR(CCO) ERROR: Удалите. Уже включен в мод Complete Crafting Overhaul. IF VAR(ES) && IF FILE("Arrowsmith.esp") && IF VAR(CCO) ERROR: Borrar. Ya esta incluido en Complete Crafting Overhaul. arrowsmith-german.esp arrowsmith_polish.esp arrowsmith-dawnguard.esp IF FILE("Arrowsmith.esp") INC: Arrowsmith.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF VAR(EN) && IF FILE("arrowsmith-dawnguard.esp") && IF VAR(SkyReM) ERROR: Delete. Arrowsmith.esp already included in SkyRe_Main.esp. IF VAR(RU) && IF FILE("arrowsmith-dawnguard.esp") && IF VAR(SkyReM) ERROR: Удалите. Arrowsmith.esp уже включен в SkyRe_Main.esp. IF VAR(ES) && IF FILE("arrowsmith-dawnguard.esp") && IF VAR(SkyReM) ERROR: Borrar. Ya esta incluido en Complete SkyRe_Main.esp. IF VAR(EN) && IF FILE("arrowsmith-dawnguard.esp") && IF VAR(CCO) ERROR: Delete. arrowsmith-dawnguard.esp already included in Complete Crafting Overhaul. IF VAR(RU) && IF FILE("arrowsmith-dawnguard.esp") && IF VAR(CCO) ERROR: Удалите. arrowsmith-dawnguard.esp уже включен в мод Complete Crafting Overhaul. IF VAR(ES) && IF FILE("arrowsmith-dawnguard.esp") && IF VAR(CCO) ERROR: Borrar. Ya esta incluido en Complete Crafting Overhaul. // Not sure but SkyRe_Main.esp is requires the Dawnguard DLC and includes Arrowsmith.esp arrowboltupgrades.esp TAG: {{BASH: Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Ars Metallica.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ Ars Metallica - Dawnguard.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Ars Metallica - Hearthfire.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Ars Metallica - Dragonborn.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) arrowsstick.esp REGEX: Arrows of Magicka.*\.esp IF CHECKSUM("Arrows of Magicka.esp", 449C7BDC) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Arrows of Magicka.esp", 449C7BDC) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Arrows of Magicka.esp", 449C7BDC) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: Use only one Arrows of Magicka*.esp. IF VAR(RU) SAY: Используйте только один Arrows of Magicka*.esp. IF VAR(ES) SAY: Utilizar solo un Arrows of Magicka*.esp. artillery_dfa_reloaded.esp ARTOFMAGIC.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. arvakinskyrim.esp AshRocks.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). AsharaMerchants.esp IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ IF VAR(EN) SAY: Certain version(s) of this mod require active Dawnguard, Hearthfire and/or Dragonborn. See "http://www.nexusmods.com/skyrim/mods/28996 author's instructions." IF VAR(RU) SAY: Некоторые версии этого мода требуют Dawnguard, Hearthfire и/или Dragonborn. Читайте "http://www.nexusmods.com/skyrim/mods/28996 инструкции от автора мода." IF VAR(ES) SAY: Certain version(s) of this mod require active Dawnguard, Hearthfire and/or Dragonborn. See "http://www.nexusmods.com/skyrim/mods/28996 author's instructions." Aspects_and_Auras.esp AThievesTreasure.esp AtronachForgeFix.esp attack of the giant slaughterfish!.esp IFNOT FILE("EnchantingAwakened.esp") MOD: Aurora - The Doomstone Package.esp Auto Unequip Ammo.esp IF CHECKSUM("Auto Unequip Ammo.esp", 9E033B7) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("Auto Unequip Ammo.esp", 9E033B7) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("Auto Unequip Ammo.esp", 9E033B7) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Auto Unequip Arrows.esp IF VAR(EN) && IF FILE("Auto Unequip Ammo.esp") ERROR: Delete. Already included in "http://www.nexusmods.com/skyrim/mods/10753 Auto Unequip Ammo". IF VAR(RU) && IF FILE("Auto Unequip Ammo.esp") ERROR: Удалите. Уже включено в "http://www.nexusmods.com/skyrim/mods/10753 Auto Unequip Ammo". IF VAR(ES) && IF FILE("Auto Unequip Ammo.esp") ERROR: Borrar. Esta incluido en "http://www.nexusmods.com/skyrim/mods/10753 Auto Unequip Ammo". Auto Unequip Helmet.esp AutoBiography.esp AutoGetIt.esp AutoHarvest.esp AutoLoot.esp KaceAutoloot.esp autolockpicking.esp AutomaticLockpicking.esp AutoSwimsuit.esp autotravel.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" AV1Dragon_Lords.esp Dovakriid - Shout Enhancements.esp AV1Jills.esp IF CHECKSUM("AV1Jills.esp", 803FA31) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AV1Jills.esp", 803FA31) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AV1Jills.esp", 803FA31) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AvengersBosses.esp IF CHECKSUM("AvengersBosses.esp", 806151D5) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("AvengersBosses.esp", 806151D5) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("AvengersBosses.esp", 806151D5) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. AviBuyNotSteal.esp AVJustLockpicks.esp AVSJustArrows.esp awesomechest1.esp awesomestart.esp axe-cessability.esp AyleidCoin.esp azurasblackstar.esp azurasstars.esp ENDGROUP: Base A BEGINGROUP: Base B BabettesFeast.esp Babettes Feast v1_2.esp WARN: Obsolete update to new version. IF VERSION("Babettes Feast v1_2.esp", "1.2", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") Babettes Feast Balanced.esp WARN: Obsolete update to new version. // ^ Fixed version // Changed to version number from CRC 163783, 119E424F BabettesFeastBalanced.esp IF VAR(EN) && IF VERSION("BabettesFeastBalanced.esp", "1.2", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IF VERSION("BabettesFeastBalanced.esp", "1.2", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("BabettesFeastBalanced.esp", "1.2", <) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). // Changed to version number from CRC 2FCAAB55 BabettesFeastOverpowered.esp IF VAR(EN) && IF VERSION("BabettesFeastOverpowered.esp", "1.2", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IF VERSION("BabettesFeastOverpowered.esp", "1.2", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("BabettesFeastOverpowered.esp", "1.2", <) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Babettes Feast Overpowered.esp WARN: Obsolete update to new version. // Changed to version number from CRC 9649B6A6 BabettesFeastWeakerEffects.esp IF VAR(EN) && IF VERSION("BabettesFeastWeakerEffects.esp", "1.2", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IF VERSION("BabettesFeastWeakerEffects.esp", "1.2", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("BabettesFeastWeakerEffects.esp", "1.2", <) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Babettes Feast Weaker Effects.esp WARN: Obsolete update to new version. Baby Dragons.esp IF CHECKSUM("Baby Dragons.esp", F1F78CB8) && IF VAR(EN) DIRTY: 104 ITM, 51 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Baby Dragons.esp", F1F78CB8) && IF VAR(RU) DIRTY: 104 ITM, 51 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Baby Dragons.esp", F1F78CB8) && IF VAR(ES) DIRTY: 104 ITM, 51 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 13 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 13 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 13 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Badmagic - Starting Gear Choice.esp Back off, [Subject Name Here]!.esp IF FILE("Back off, Barbas!.esp") && IF VAR(EN) WARN: Use either Back off, Barbas!.esp or Back off, [Subject Name Here]!.esp, not both. IF FILE("Back off, Barbas!.esp") && IF VAR(RU) WARN: Используйте любой, или Back off, Barbas!.esp или Back off, [Subject Name Here]!.esp, не оба. IF FILE("Back off, Barbas!.esp") && IF VAR(ES) WARN: Usar Back off, Barbas!.esp o Back off, [Subject Name Here]!.esp, no ambos. Back off, [Subject Name Here]! - Dawnguard.esp Bad SlaughterFish.esp REGEX: (Vidani's )?Bag of Holding\.esp REGEX: BagofTrash\w*\.esp IF VAR(EN) SAY: Use only one BagofTrash*.esp. IF VAR(RU) SAY: Используйте только один BagofTrash*.esp. IF VAR(ES) SAY: Utilizar solo un BagofTrash*.esp. BakingRecipes.esp Balanced Crafting Project - Smithing Part.esp Balanced Crafting Project - Enchanting Smithing.esp bandage crafting.esp banditraids.esp banditraidsLITE.esp Banditry.esp BanditsEyepatch.esp IF VAR(EN) && IFNOT CHECKSUM("BanditsEyepatch.esp", 43DE0DBC) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("BanditsEyepatch.esp", 43DE0DBC) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("BanditsEyepatch.esp", 43DE0DBC) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Bandits Wear Helmets.esp TAG: {{BASH: Relev}} Bane - Guards have Gauntlets.esp BardandGuards.esp bards sing everywhere v0.1.esp bards for all houses.esp bard - ajen - honeyside.esp bard - dez - archmage.esp bard - dora - breezehome.esp bard - jora - vlindrel hall.esp bard - karen - proudspire manor.esp bard - loren - hjerim.esp bard - loren - hjerim.esp Barrels and Crates.esp TAG: {{BASH: Relev}} Batch Crafting Recipes.esp battlemagestartstone.esp Prometheus_BeastSkeletons.esp PrometheusBeastSkeletons.esp IF CHECKSUM("Prometheus_BeastSkeletons.esp", 42EE9442) WARN: Plugin has some corruption. A version fixed and cleaned with TES5Edit can be obtained here. ("https://dl.dropboxusercontent.com/u/26438059/pro_fixed/Prometheus_BeastSkeletons.esp Fixed version") REGEX: bea?strape\.esp Bestiality_NudeBears.esp Beauties of Skyrim.esp IF CHECKSUM("Beauties of Skyrim.esp", 38F04200) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Beauties of Skyrim.esp", 38F04200) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Beauties of Skyrim.esp", 38F04200) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BeautifulDraugr.esp MOD: bébé dragons.esp becomeabeggar.esp becomeahighwayman.esp becomeaskilltrainer.esp BecomeAVampire.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" BecomeAVampireAtTheStart.esp bee.esp BeeingFemale.esp Behemoth Dragon.esp Belleza DiBella - PNJ Overhaul.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(ApachiiHairF) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHairF) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHairF) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT FILE("Cazy Hairs-by zzjay.esp") REQ: "http://www.nexusmods.com/skyrim/mods/19623 Cazy Hairs-by zzjay.esp" IFNOT FILE("Fh hairs-by zzjay.esp") REQ: Fh hairs-by zzjay.esp BertsHearthfireDairyGoodsUpgrade.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Better Alchemy Loot.esp Better Alchemy&Enchantment Tables.esp Betteranimals.esp IF CHECKSUM("Betteranimals.esp", 1B17E909) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Betteranimals.esp", 1B17E909) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Betteranimals.esp", 1B17E909) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Better Aura Whisper & Detect Aura Spell.esp IF CHECKSUM("Better Aura Whisper & Detect Aura Spell.esp", 6B9403CC) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Better Aura Whisper & Detect Aura Spell.esp", 6B9403CC) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Better Aura Whisper & Detect Aura Spell.esp", 6B9403CC) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Better Bee Hive.esp Better Bee Hive - More Brewing.esp better containers.esp better dialogue controls.esp better messagebox controls.esp Better Dwemer Smelting_PerkReqd.esp Better Embers.esp Better Skill and Quest Books Names.esp Better Skill and Quest Books Names - BS.esp DV Better Sleep Dawnguard.esp IFNOT VAR(Dawnguard) && IF FILE("DV Better Sleep Dawnguard.esp") ERROR: Use non-Dawnguard version, DV Better Sleep.esp DV Better Sleep.esp IF VAR(Dawnguard) && IF FILE("DV Better Sleep.esp") && IF VAR(EN) ERROR: Use Dawnguard version, DV Better Sleep Dawnguard.esp IF VAR(Dawnguard) && IF FILE("DV Better Sleep.esp") && IF VAR(RU) ERROR: Используйте Dawnguard-версию, DV Better Sleep Dawnguard.esp IF VAR(Dawnguard) && IF FILE("DV Better Sleep.esp") && IF VAR(ES) ERROR: Utilizar la versión para Dawnguard, DV Better Sleep Dawnguard.esp Better Towns Textures.esp betterbarter.esp BetterBeginning.esp BetterBeginningV2.esp BetterChestLoot.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) betterdisplaycases.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). BetterFishAdded.esp TAG: {{BASH: Relev}} BetterFurnitureClutter_CratesVanillaLoot.esp betterstartingitems.esp bbLager.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("bbLager.esp", 68C5A371) && IF VAR(EN) DIRTY: 30 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("bbLager.esp", 68C5A371) && IF VAR(RU) DIRTY: 30 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("bbLager.esp", 68C5A371) && IF VAR(ES) DIRTY: 30 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". bbLagerDGPatch.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT ACTIVE("bbLager.esp") && IF VAR(EN) ERROR: bbLager.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("bbLager.esp") && IF VAR(RU) ERROR: bbLager.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("bbLager.esp") && IF VAR(ES) ERROR: bbLager.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. bbLagerLight.esp IF CHECKSUM("bbLagerLight.esp", 7AEA5A0A) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("bbLagerLight.esp", 7AEA5A0A) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("bbLagerLight.esp", 7AEA5A0A) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". bbLagerLightExtPatch.esp IFNOT ACTIVE("bbLager.esp") && IF VAR(EN) ERROR: bbLager.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("bbLager.esp") && IF VAR(RU) ERROR: bbLager.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("bbLager.esp") && IF VAR(ES) ERROR: bbLager.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("bbLagerLight.esp") && IF VAR(EN) ERROR: bbLagerLight.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("bbLagerLight.esp") && IF VAR(RU) ERROR: bbLagerLight.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("bbLagerLight.esp") && IF VAR(ES) ERROR: bbLagerLight.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. REGEX: BellyachesNewDragonSpecies_?(Tougher)?(Factionless)?(Dragons)?\.esp IF CHECKSUM("BellyachesNewDragonSpecies_FactionlessDragons.esp", AA96F38F) && IF VAR(EN) DIRTY: 118 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BellyachesNewDragonSpecies_FactionlessDragons.esp", AA96F38F) && IF VAR(RU) DIRTY: 118 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BellyachesNewDragonSpecies_FactionlessDragons.esp", AA96F38F) && IF VAR(ES) DIRTY: 118 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("BellyachesNewDragonSpecies.esp", 685E2580) && IF VAR(EN) DIRTY: 117 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BellyachesNewDragonSpecies.esp", 685E2580) && IF VAR(RU) DIRTY: 117 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BellyachesNewDragonSpecies.esp", 685E2580) && IF VAR(ES) DIRTY: 117 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // Hand placed dragons, possibly need moved. (Load before Deadly Dragons) BellyachesNewDragonSpecies_FraktionsloseDrachen.esp BellyachesNewDragonSpecies_StärkereDrachen.esp Better Dwemer Smelting.esp Better Snowy Roads.esp Better_Hearthfire_Pets_v1.2.esp BetterBooksOfSkyrim.esp beveragesofskyrim.esp Bewachtes Himmelsrand.esp BG1CrystalDragons.esp BGdragonskulls.esp BGwares2FANG.esp Bible.esp bigger and boulder.esp biggermammoths.esp Birds.esp IF VAR(Hearthfire) && IF VAR(EN) INC: Hearthfires.esm. Use either BirdsHF.esp or BirdsHFclean.esp. IF VAR(Hearthfire) && IF VAR(RU) INC: Hearthfires.esm. Используйте любой, или BirdsHF.esp или BirdsHFclean.esp. IF VAR(Hearthfire) && IF VAR(ES) INC: Hearthfires.esm. Usar BirdsHF.esp o BirdsHFclean.esp. IF CHECKSUM("Birds.esp", 200672C3) && IF VAR(EN) DIRTY: 376 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Birds.esp", 200672C3) && IF VAR(RU) DIRTY: 376 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Birds.esp", 200672C3) && IF VAR(ES) DIRTY: 376 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Birdsclean.esp IF VAR(Hearthfire) && IF VAR(EN) INC: Hearthfires.esm. Use either BirdsHF.esp or BirdsHFclean.esp. IF VAR(Hearthfire) && IF VAR(RU) INC: Hearthfires.esm. Используйте любой, или BirdsHF.esp или BirdsHFclean.esp. IF VAR(Hearthfire) && IF VAR(ES) INC: Hearthfires.esm. Usar BirdsHF.esp o BirdsHFclean.esp. IF FILE("Birds.esp") && IF VAR(EN) WARN: Use either Birds.esp or Birdsclean.esp, not both. IF FILE("Birds.esp") && IF VAR(RU) WARN: Используйте любой или Birds.esp или Birdsclean.esp, не обa. IF FILE("Birds.esp") && IF VAR(ES) WARN: Usar Birds.esp o Birdsclean.esp, no ambos. IF CHECKSUM("Birdsclean.esp", DCF07465) && IF VAR(EN) DIRTY: 45 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Birdsclean.esp", DCF07465) && IF VAR(RU) DIRTY: 45 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Birdsclean.esp", DCF07465) && IF VAR(ES) DIRTY: 45 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BirdsHF.esp IF VAR(EN) SAY: Obsolete. Update to latest version, BirdsHFclean.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, BirdsHFclean.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, BirdsHFclean.esp. IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IF FILE("Birds.esp") INC: Birds.esp IF CHECKSUM("BirdsHF.esp", 9F07F0A4) && IF VAR(EN) DIRTY: 368 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BirdsHF.esp", 9F07F0A4) && IF VAR(RU) DIRTY: 368 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BirdsHF.esp", 9F07F0A4) && IF VAR(ES) DIRTY: 368 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BirdsHFclean.esp IF FILE("Birds.esp") INC: Birds.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("BirdsHFclean.esp", B5314156) && IF VAR(EN) DIRTY: 48 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BirdsHFclean.esp", B5314156) && IF VAR(RU) DIRTY: 48 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BirdsHFclean.esp", B5314156) && IF VAR(ES) DIRTY: 48 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BirdsFlocks_FR_2.3.esp BOS_Cluck_Fix.esp //placeholder esp for bsa likely containing a USKP2 revert; should preced Birdsofskyrim.esp Birdsofskyrim.esp IF CHECKSUM("Birdsofskyrim.esp", CF25ED24) || IF CHECKSUM("Birdsofskyrim.esp", 86981213) && IF VAR(EN) DIRTY: 32 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Birdsofskyrim.esp", CF25ED24) || IF CHECKSUM("Birdsofskyrim.esp", 86981213) && IF VAR(RU) DIRTY: 32 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Birdsofskyrim.esp", CF25ED24) || IF CHECKSUM("Birdsofskyrim.esp", 86981213) && IF VAR(ES) DIRTY: 32 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BlackArmoredUnicorn.esp BlackHole.esp black market.esp BlackMarket.esp Blacksmiths Sell Firewood.esp Blacksmiths Sell Firewood - Dawnguard Add-On.esp Blacksmiths Temper.esp blacksmithsstoragebymrsaibot.esp BlacksmithUpgrades.esp BlackUnicorn.esp Blade Temple Visitors.esp bladesfactionfix.esp IF CHECKSUM("bladesfactionfix.esp", B487451D) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("bladesfactionfix.esp", B487451D) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("bladesfactionfix.esp", B487451D) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BlazesMassIngots.esp BLE - EN.esp BLEED.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" BLESSINGS - Altar Descriptions.esp BlitzConsoleCommands.esp Blood Options (SKSE).esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" BloodDrain.esp bloodierCombatv1.1.esp bloodofthewild.esp bloodofthewilddg+.esp bloodofthewildhf+.esp bloodofthewilddb+.esp Bloody Cannibalism.esp IFNOT VAR(Dawnguard) && IF CHECKSUM("Bloody Cannibalism.esp", 75D6B87E) ERROR: Use non-Dawnguard version. IF VAR(Dawnguard) && IF CHECKSUM("Bloody Cannibalism.esp", A220A80B) ERROR: Use Dawnguard version. IF CHECKSUM("Bloody Cannibalism.esp", A220A80B) && IF VAR(EN) DIRTY: 1 ITM, 20 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Bloody Cannibalism.esp", A220A80B) && IF VAR(RU) DIRTY: 1 ITM, 20 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Bloody Cannibalism.esp", A220A80B) && IF VAR(ES) DIRTY: 1 ITM, 20 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". boars.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). BoatTravel.esp Bob The Merchant.esp IF CHECKSUM("Bob The Merchant.esp", 05F9D7C3) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Bob The Merchant.esp", 05F9D7C3) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Bob The Merchant.esp", 05F9D7C3) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BoethiaVolunteer.esp Bolts For Weapon Vendors.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) BoltsForWeaponVendors.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) BonAppetit.esp bondolf a rich merchant.esp REGEX: BoneAsh.+\.esp //some kind of ENB support file(s); older Nexus copy does not have esps; Chinese site versions have esps per many bugzilla submissions BonesTheDracolich.esp bonus chest beta.esp Book anekdot DovaKingg.esp BookImperialCity0.esp BookOfKnowledge.esp Book's Of The Secret Knowledge.esp Books of Skyrim Compilation.esp REGEX: Books of Skyrim .+\.esp BooksBooksBooks.esp booksbooksbooks2electricboogaloo.esp bookchest.esp BookImperialCity0.esp BookOfConsole.esp BookSortingUnpubs.esp BookSortingTitles.esp BorderSense.esp Borfs_Useful_Books.esp boss.esp Bow Start V2.esp Breaking and Entering.esp Breaking and Entering_CN.esp BreezeDog.esp IF VAR(EN) SAY: This may not work with some breezehome altering mods. IF VAR(RU) SAY: Может не работать с некоторыми модами, меняющими Дом Теплых ветров(Breezehome). IF VAR(ES) SAY: Este mod no funcionará con algunos mods que modifiquen Breezehome. BrewABetterPotion.esp BretonRestored.esp Bring Out Your Dead.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ Brown Mountains and Rocks HD.esp bugcase.esp bugtiltbox.esp bugwallbox.esp buildingmaterialsgodchest.esp buildingsupplies.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). bulk merchant.esp BuriedTreasure.esp BuriedTreasure_Outside.esp buttertree1.esp buttplug-calyps.esp BuyAblePotionsv12.esp BuyPerk.esp ENDGROUP: Base B BEGINGROUP: Base C Cabbage In Pot.esp IF CHECKSUM("Cabbage In Pot.esp", 8491BB6b) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cabbage In Pot.esp", 8491BB6b) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cabbage In Pot.esp", 8491BB6b) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: Calendar - (Deutsch|English|Francais|Italiano|Russian|Spanish)\.esp IF FILE("ModernDayCalendarNames.esp") || IF FILE("Modern Day Calendar Names_Learn Names.esp") || IF FILE("ModernDayCalenderNames DV.esp") INC: Modern Day Calendar Names Calender.esp CalienteVanillaArmorTweaks.esp CallingCardFence.esp calt.esp Campfire Cooking.esp Campfire Cooking [Alchemy].esp Campfire Cooking [Dawnguard].esp Campfire Cooking [Dragonborn].esp Candles of the North.esp Cannabis.esp CannabisUpdate.esp CannibalsCuisine.esp Cannibalism.esp cao_Charms.esp cao_InventoryPacks.esp cao_DweSchematicsBuy.esp IF CHECKSUM("cao_DweSchematicsBuy.esp", 7E85692A) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("cao_DweSchematicsBuy.esp", 7E85692A) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("cao_DweSchematicsBuy.esp", 7E85692A) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. cao_DweSchematicsCheat.esp IF CHECKSUM("cao_DweSchematicsCheat.esp", 7E7B9B1A) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("cao_DweSchematicsCheat.esp", 7E7B9B1A) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("cao_DweSchematicsCheat.esp", 7E7B9B1A) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. IF FILE("cao_DweSchematicsBuy.esp") && IF VAR(EN) WARN: Use only one cao_DweSchematics esp. IF FILE("cao_DweSchematicsBuy.esp") && IF VAR(RU) WARN: Используйте только один cao_DweSchematics esp. IF FILE("cao_DweSchematicsBuy.esp") && IF VAR(ES) WARN: Utilizar solo un cao_DweSchematics esp. cao_DweSchematicsSearch.esp IF CHECKSUM("cao_DweSchematicsSearch.esp", A655AB19) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("cao_DweSchematicsSearch.esp", A655AB19) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("cao_DweSchematicsSearch.esp", A655AB19) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. IF FILE("cao_DweSchematicsBuy.esp") || IF FILE("cao_DweSchematicsCheat.esp") && IF VAR(EN) WARN: Use only one cao_DweSchematics esp. IF FILE("cao_DweSchematicsBuy.esp") || IF FILE("cao_DweSchematicsCheat.esp") && IF VAR(RU) WARN: Используйте только один cao_DweSchematics esp. IF FILE("cao_DweSchematicsBuy.esp") || IF FILE("cao_DweSchematicsCheat.esp") && IF VAR(ES) WARN: Utilizar solo un cao_DweSchematics esp. cao_goldbrand.esp IF VAR(EN) WARN: This file was released before the Creation Kit (07 Feb. 2012) and contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл бы выпущен до выхода Creation Kit (07 фев. 2012) и может содержать неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. cao_goldbrand_WT.esp IF VAR(EN) WARN: This file was released before the Creation Kit (07 Feb. 2012) and contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл бы выпущен до выхода Creation Kit (07 фев. 2012) и может содержать неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. cao_SoulgemsUpgradable.esp cao_ToolsTrade_BuyRL.esp IF VAR(EN) && IF CHECKSUM("cao_ToolsTrade_BuyRL.esp", 3979D654) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IF CHECKSUM("cao_ToolsTrade_BuyRL.esp", 3979D654) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF CHECKSUM("cao_ToolsTrade_BuyRL.esp", 3979D654) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). CarpenterChests_Hearthfire.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). CarryWeightSpells.esp IF CHECKSUM("CarryWeightSpells.esp", 8A3C392A) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CarryWeightSpells.esp", 8A3C392A) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CarryWeightSpells.esp", 8A3C392A) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CarryWeightSpellToms.esp Carriage1.esp IF CHECKSUM("Carriage1.esp", 0DD48CC7) && IF VAR(EN) DIRTY: 20 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Carriage1.esp", 0DD48CC7) && IF VAR(RU) DIRTY: 20 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Carriage1.esp", 0DD48CC7) && IF VAR(ES) DIRTY: 20 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Cart in Each Big Town.esp IF CHECKSUM("Cart in Each Big Town.esp", 74DD90B9) && IF VAR(EN) DIRTY: 43 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cart in Each Big Town.esp", 74DD90B9) && IF VAR(RU) DIRTY: 43 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cart in Each Big Town.esp", 74DD90B9) && IF VAR(ES) DIRTY: 43 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Cat_mount.esp Catsofskyrim.esp IF CHECKSUM("Catsofskyrim.esp", 3DE83B91) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Catsofskyrim.esp", 3DE83B91) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Catsofskyrim.esp", 3DE83B91) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". CatFavMenu_ITA_HircineFIX.esp Cautious Bears and Sabercats.esp ccImmersiveDiseases.esp CCGuides.esp CCScrolls.esp CCStaff.esp CCPortableTools.esp CCLevelImprove.esp CCUniqueItems.esp CCMaterialsandPerks.esp CCTailoring.esp CCMainFile.esp CelticDecorSkyrimI.esp chamberpotoftheageless.esp Change Follower Outfits Redux.esp Change Follower Outfits Redux -- Dawnguard.esp IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(EN) ERROR: Change Follower Outfits Redux.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(RU) ERROR: Change Follower Outfits Redux.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(ES) ERROR: Change Follower Outfits Redux.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Change Follower Outfits Redux -- Hearthfire.esp IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(EN) ERROR: Change Follower Outfits Redux.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(RU) ERROR: Change Follower Outfits Redux.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(ES) ERROR: Change Follower Outfits Redux.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Change Follower Outfits Redux -- Dragonborn.esp IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(EN) ERROR: Change Follower Outfits Redux.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(RU) ERROR: Change Follower Outfits Redux.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(ES) ERROR: Change Follower Outfits Redux.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Change Follower Outfits Redux -- USKP 1.2 Farkas Compatability.esp IFNOT VAR(USKP) && IF VAR(EN) ERROR: Unofficial Skyrim Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(USKP) && IF VAR(RU) ERROR: Unofficial Skyrim Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(USKP) && IF VAR(ES) ERROR: Unofficial Skyrim Patch.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(EN) ERROR: Change Follower Outfits Redux.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(RU) ERROR: Change Follower Outfits Redux.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Change Follower Outfits Redux.esp") && IF VAR(ES) ERROR: Change Follower Outfits Redux.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Change Spouse Outfits.esp Char Your Own Skeevers.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" charcoal.esp charcoal steel.esp Chau.esp chaurus venom drops.esp Cheatbook 2.2.esp Cheatbooks in breezehome.esp cheatguide.esp Chesko_MorrowindPotionNames.esp // TAG: {{BASH: Names}} Chesko_WearableLantern.esp IF CHECKSUM("Chesko_WearableLantern.esp", A451E273) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Chesko_WearableLantern.esp", A451E273) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Chesko_WearableLantern.esp", A451E273) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Chesko_WearableLantern_CZ.esp Chesko_WearableLantern FRENCH.esp Chesko_WearableLantern_Guards.esp Chesko_WearableLantern_Candle.esp Chesko_WearableLantern_Candle_DG.esp IF FILE("Chesko_WearableLantern_Candle.esp") INC: Chesko_WearableLantern_Candle.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Chesko_WearableLantern_Caravaner.esp Chesko_SwiftPotion.esp Chest of Skill Books.esp ChickenDeath.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" chickens of skyrim.esp child_skeletons.esp Children's Armor.esp China Doll Books.esp ChnInvSrt.esp chocobosmounts.esp chopmorewood.esp SIWLPatch.esp circlet displays.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" Civil War Enhancement-Hold Borders.esp clam_chowder.esp ClamsDropPearls.esp clamsgivepearls.esp ClassicBooks.esp Cliffracers.esp IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(EN) WARN: Delete. Already included in 'Skyrim Immersive Creatures.esp'. IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(RU) WARN: Удалите. Уже включено в 'Skyrim Immersive Creatures.esp'. IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(ES) WARN: Borrar. Ya esta incluido en 'Skyrim Immersive Creatures.esp'. Cliffracers_Solstheim.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). ClothesTearingAddition.esp ClothingChestMBL.esp clutter replacer.esp clutter_weapons.esp cluttertoingots.esp cMKCustomStorageSpells.esp cMKPowerBooks-AutoAdd.esp cMKPowerBooks-HF.esp cMKPowerBooks-VendorReset.esp cobwebless proudspire.esp Coffins,urns,corpses.esp CoinPurse.esp Coins.esp Collectible Cards.esp REGEX: CollectibleXarxes(-nosteal)?\.esp Collector bags II.esp CollectorsBox.esp Collectors Edition in Brisenheim.esp Collectors Edition in Honigheim.esp CollectorsED.esp College lights.esp College_of_Winterhold_Shop_Fixes_and_Extras.esp CollegeBootsonCorpse.esp Colored_Dragonscale_v1.esp // TAG: {{BASH: Invent}} Colorful Torches.esp CombatState.esp Companions Visitors.esp Falkreath Visitors.esp Mages College Visitors 1.esp thieves guild visitors.esp complete starter gear.esp Conjuration & Summoning fixes.esp IF VAR(EN) WARN: This file is corrupted and should be removed as soon as possible. IF VAR(RU) WARN: Файл испорчен и не должен использоваться. IF VAR(ES) WARN: Este archivo puede corromper tu juego y no debería ser utilizado. IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp. IF VAR(EN) && IF FILE("SpellFix.esp") ERROR: Delete. Already included in SpellFix.esp. IF VAR(RU) && IF FILE("SpellFix.esp") ERROR: Удалите. Уже включено в SpellFix.esp. IF VAR(ES) && IF FILE("SpellFix.esp") ERROR: Borrar. Ya esta incluido en SpellFix.esp. IF VAR(EN) && IF VAR(USKP) ERROR: Delete. Already included in Unofficial Skyrim Patch.esp. IF VAR(RU) && IF VAR(USKP) ERROR: Удалите. Уже включено в Unofficial Skyrim Patch.esp. IF VAR(ES) && IF VAR(USKP) ERROR: Borrar. Esta incluido en Unofficial Skyrim Patch.esp Console Books.esp IF CHECKSUM("Console Books.esp", 6AE62CA9) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Console Books.esp", 6AE62CA9) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Console Books.esp", 6AE62CA9) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". commandsanditemcodes.esp REGEX: consolecommandsanditemcodes.*\.esp cooking matters.esp Cooking Mod - Yummy in Your Tummy.esp Cooking perks + anything else, but food is stronger now.esp Cooking Re-Mastered.esp CookingExpanded.esp CookingExpanded - Hearthfire.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) CookingExpanded - Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). CookingExpanded - EoS.esp cookingoverhaul.esp CookingTakesTime.esp CopyArmor.esp IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.1+ IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" corbal_sculpting.esp CotsPricesOfDisbelief.esp Counterfeiting.esp Cowardly horses.esp Cowardly essential horses.esp REGEX: Cowardly Frost.*\.esp REGEX: Cowardly essential Frost.*\.esp Cowardly Shadowmere.esp Cowardly essential Shadowmere.esp Cautious wolves.esp Cowardly wolves.esp Cowardly skeevers.esp Cowardly Wolves and Skeevers.esp Cowardly Skeevers and Wolves.esp CPDisease.esp CP Apple Trees.esp IF CHECKSUM("CP Apple Trees.esp", EAB431ED) && IF VAR(EN) DIRTY: 1 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CP Apple Trees.esp", EAB431ED) && IF VAR(RU) DIRTY: 1 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CP Apple Trees.esp", EAB431ED) && IF VAR(ES) DIRTY: 1 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("CP Apple Trees.esp", C4E6FAF8) && IF VAR(EN) DIRTY: 2 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CP Apple Trees.esp", C4E6FAF8) && IF VAR(RU) DIRTY: 2 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CP Apple Trees.esp", C4E6FAF8) && IF VAR(ES) DIRTY: 2 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CP Apple Trees for TRO Basic Needs.esp CP_AshYamIngredient.esp CP_GourdIngredient.esp //travelling gourd moved to Base per Sharlikran advice- LD cplesourcelight.esp CR Dawnguard Patch.esp crabjar.esp CrabMeatShitaraba.esp Craft, Temper, Smelt.esp CRAFT - Salvage Material.esp IF VAR(EN) && IF FILE("Craft, Temper, Smelt.esp") ERROR: Delete. Already included in Craft, Temper, Smelt.esp. IF VAR(RU) && IF FILE("Craft, Temper, Smelt.esp") ERROR: Удалите. Уже включено в Craft, Temper, Smelt.esp. IF VAR(ES) && IF FILE("Craft, Temper, Smelt.esp") ERROR: Borrar. Esta incluido en Craft, Temper, Smelt.esp. IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/22290 Craft, Temper, Smelt". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/22290 Craft, Temper, Smelt". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/22290 Craft, Temper, Smelt". CRAFT - Forge Equipment.esp IF VAR(EN) && IF FILE("Craft, Temper, Smelt.esp") ERROR: Delete. Already included in Craft, Temper, Smelt.esp. IF VAR(RU) && IF FILE("Craft, Temper, Smelt.esp") ERROR: Удалите. Уже включено в Craft, Temper, Smelt.esp. IF VAR(ES) && IF FILE("Craft, Temper, Smelt.esp") ERROR: Borrar. Esta incluido en Craft, Temper, Smelt.esp. IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/22290 Craft, Temper, Smelt". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/22290 Craft, Temper, Smelt". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/22290 Craft, Temper, Smelt". Craft_Flawless_Gems.esp craftable.esp Craftable and Placeable Havok-enabled Bedrolls .esp CraftableBeverages.esp CraftableBloodPotions.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). CraftableCloudStorage(GS).esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". craftable - draugr.esp CraftableEmptySoulstoneswithoutblack.esp craftablegold.esp craftable iron lockpicks.esp Craftable Light Ancient Nord Armor.esp Craftable Linen.esp craftable lockpicks.esp craftablelockpicks.esp craftablescrolls.esp Craftable Scrolls.esp CraftableSkoomaNoDLC.esp craftable soulgems.esp Craftable SoulGems1.1.esp Craftable Soulstones.esp REGEX: Craftable Soulstones.+\.esp Craftable+Soulstoneswithforge.esp Craftable Torches.esp CraftersChest.esp craftersmight.esp CraftersStorage_Vanilla.esp craft soul gems.esp IFNOT CHECKSUM("Crafting300.esp", FFCC056A) && IFNOT CHECKSUM("Crafting300.esp", 50142D0D) MOD: Crafting300.esp TAG: {{BASH: Delev, Relev}} Crafting+.esp crafting101.esp craftingplusv2.esp craftplusmisc.esp craftingchanges.esp CraftingChestExtension.esp CraftingChestExtensionDG.esp CraftingChestExtensionDGHF.esp CraftingChestExtensionDGHFDB.esp CraftingMaterialsRecipes.esp RecettesMaterielFabrication.esp // French CraftingMaterialsRecipes.esp IF FILE("CraftingMaterialsRecipes.esp") && IF VAR(EN) WARN: Use either CraftingMaterialsRecipes.esp or RecettesMaterielFabrication.esp, not both. IF FILE("CraftingMaterialsRecipes.esp") && IF VAR(RU) WARN: Используйте любой, или CraftingMaterialsRecipes.esp или RecettesMaterielFabrication.esp, не оба. IF FILE("CraftingMaterialsRecipes.esp") && IF VAR(ES) WARN: Usar CraftingMaterialsRecipes.esp o RecettesMaterielFabrication.esp, no ambos. crafting norequirements ingot.esp craftingnorequirements.esp CraftingRecipesRevisited.esp Crafting Soul Gems.esp craftingsupples_aio_all.esp CraftingSupplyChestCheat.esp craftplusweaponssteam.esp Creation Scrolls.esp Creation Scrolls - ST no MS.esp Credo.esp Creepy Dungeons.esp IF CHECKSUM("Creepy Dungeons.esp", 4B3F9BD5) && IF VAR(EN) DIRTY: 0 ITM, 2479 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Creepy Dungeons.esp", 4B3F9BD5) && IF VAR(RU) DIRTY: 0 ITM, 2479 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Creepy Dungeons.esp", 4B3F9BD5) && IF VAR(ES) DIRTY: 0 ITM, 2479 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: Will most likely conflict with all vanilla dungeon altering mods as it removes all unrealistic and ambient lighting in dungeons only. IF VAR(RU) WARN: В большинстве случаев будет конфликтовать со всеми модами, меняющими подземелья. IF VAR(ES) WARN: No funcionará con mods que alteren los dungeons. /* Removes by hand all unrealistic and ambient lighting in dungeons only */ CrossbowsExpanded.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) crossbows rebalanced.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) CrossbowsRevamped.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("CrossbowsRevamped.esp", 52F5F6D1) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CrossbowsRevamped.esp", 52F5F6D1) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CrossbowsRevamped.esp", 52F5F6D1) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("CrossbowsRevamped.esp", FB9BC01A) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CrossbowsRevamped.esp", FB9BC01A) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CrossbowsRevamped.esp", FB9BC01A) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Revamped Crossbows - Enhanced Patch.esp CrossbowsRevamped70pctnospawn.esp TAG: {{BASH: Delev, Relev}} Better Sorting - Crossbows Revamped.esp GS.esp craftableeveything.esp creatures.esp crininersuncrafting.esp crininersuncraftingdragonbornpatch.esp CrusaderHorse.esp CS_SoulFragmentsToSoulGems.esp CS_SoulFragmentsToSoulGems_NoBlackSoul.esp CS_SoulFragmentsToSoulGems_LORECRAFT.esp CS_Tag.esp CS_TagAndTrack.esp CSP Skyrim.esp CSP Dawnguard.esp CSP Dragonborn.esp cubspupskidsandotheranimals.esp Cultura espansa.esp Cumulable Blessings.esp IF VAR(EN) || IF VAR(RU) && IF CHECKSUM("Cumulable Blessings.esp", DA1971DC) && IFNOT VAR(Dawnguard) INC: Use Dawnguard version. IF VAR(ES) && IF CHECKSUM("Cumulable Blessings.esp", DA1971DC) && IFNOT VAR(Dawnguard) INC: Utilizar la versión para Dawnguard. IF CHECKSUM("Cumulable Blessings.esp", BCC10635) || IF CHECKSUM("Cumulable Blessings.esp", DA1971DC) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cumulable Blessings.esp", BCC10635) || IF CHECKSUM("Cumulable Blessings.esp", DA1971DC) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cumulable Blessings.esp", BCC10635) || IF CHECKSUM("Cumulable Blessings.esp", DA1971DC) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CunningLinguist.esp Cupid_ArrowBeGone.esp cure-disease-chicken-soup.esp cursed.esp //resurrection system aka Dragons Souls - Death is Highly Overrated Cutz Tweakz.esp CUYC_CleanUpYourCorpses.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+. ENDGROUP: Base C BEGINGROUP: Base D DaedraHeartArcadia2.esp Daedric chain.esp daedric warrior.esp Daedric Weapons-Armor to Ingots.esp d_b Whetstone.esp DamageEnchantBonus.esp DamageEnchantBonus20.esp DamageEnchantBonus20v2.esp DangerousGame.esp DangerousNights1.0.esp Dark Lord.esp DarkSkyrim.esp DATGRASS.esp datgrass .esp DatGrass - Falkreath.esp DATGRASS - Riverwood.esp DATGRASS-SOLITUDE.esp dawnguard craftable armor and weapons.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Dawnguard Crafting Items by Variooska v3.0.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Dawnguard_Chests.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Dawnguard_Horses.esp DawnguardCompleteCrafting.esp dawnguardvolunteers.esp REGEX: DBCallingCard.+\.esp IF VAR(EN) SAY: Use only one DBCallingCard*.esp. IF VAR(RU) SAY: Используйте только один DBCallingCard*.esp. IF VAR(ES) SAY: Utilizar solo un DBCallingCard*.esp. DawnsPoshPonies.esp IF CHECKSUM("DawnsPoshPonies.esp", 33539C8D) && IF VAR(EN) DIRTY: 5 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DawnsPoshPonies.esp", 33539C8D) && IF VAR(RU) DIRTY: 5 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DawnsPoshPonies.esp", 33539C8D) && IF VAR(ES) DIRTY: 5 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Daxa.esp daymoyl.esp DBCallingCard.esp dbmisc.esp DBRWO.esp dbtomisc.esp Dead Body Collision.esp Dead Skeever.esp DeadThrall.esp IF VAR(EN) SAY: Obsolete. Update to latest version, mpn.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, mpn.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, mpn.esp. REGEX: Death Cam \(.+\.esp death cam duration options.esp Death Reaper Playermodel.esp deathloot.esp deathlootMODERATE.esp DeathNote.esp DeathNote2.esp decomposition.esp REGEX: Decorator Assistant.+\.esp IF VAR(EN) SAY: Use only one Decorator Assistant*.esp. IF VAR(RU) SAY: Используйте только один Decorator Assistant*.esp. IF VAR(ES) SAY: Utilizar solo un Decorator Assistant*.esp. DecorativeTrophies.esp TAG: {{BASH: Relev}} // not sure about 'Relev' tag, maybe need 'Invent' tag(after it comp. in WB) need to check Deeper Snow.esp Deeper Snow with Wind and less View.esp Deleveled Skyrim - Items.esp TAG: {{BASH: Delev, Relev}} Deleveled Skyrim - Enemies.esp TAG: {{BASH: Delev, Relev}} Deleveled Skyrim - Enemies Wildlife.esp TAG: {{BASH: Delev, Relev}} Deleveled Skyrim - Enemies (No Dragons).esp TAG: {{BASH: Delev, Relev}} Deleveled Skyrim - SkyMoMod_list.esp TAG: {{BASH: Delev, Relev}} Deleveled Skyrim - TCOSS.esp TAG: {{BASH: Delev, Relev}} demonjar.esp DenseGrass.esp Denselite.esp DenserGrass.esp DEOS - Base.esp destructionrevampvanilla.esp DetailedPotionNamesAuto.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" devils fruit.esp Devils Fruit 2.0.esp DF.esp df127dwarvenautomatons.esp DF127EnchantedArrows2.0.esp TAG: {{BASH: Relev}} IF CHECKSUM("DF127EnchantedArrows2.0.esp", 6504A925) && IF VAR(EN) DIRTY: 32 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DF127EnchantedArrows2.0.esp", 6504A925) && IF VAR(RU) DIRTY: 32 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DF127EnchantedArrows2.0.esp", 6504A925) && IF VAR(ES) DIRTY: 32 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DF127EnchantedArrowsandBolts.esp TAG: {{BASH: Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("DF127EnchantedArrowsandBolts.esp", A859BC56) && IF VAR(EN) DIRTY: 37 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DF127EnchantedArrowsandBolts.esp", A859BC56) && IF VAR(RU) DIRTY: 37 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DF127EnchantedArrowsandBolts.esp", A859BC56) && IF VAR(ES) DIRTY: 37 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DFB - Dawnguard - More Crossbow Locations.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) DFB - Random Encounters.esp Diadem15.esp dibella_priestesseshf.esp Dienes_Crafting_Storage(GS).esp DigUpDragonBones.esp DIM-playeridlingmod.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" DineWithFollowers.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" DireWolfMount.esp DishonoredEquipment.esp Diverse Faction Weapons.esp DivinePunishmentForArrowsToTheKnee.esp DJZ Cooking Pots.esp DL33-MaiqLoading.esp DNotify.esp Do-It-Yourself Face Sculpting.esp Dogs-of-Skyrim.esp Domino_PerkBooks_Easy.esp donorcollegejoin.esp Diaries of Training.esp Disease Descriptions.esp IF CHECKSUM("Disease Descriptions.esp", 708C92F3) && IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/31202 here". IF CHECKSUM("Disease Descriptions.esp", 708C92F3) && IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/31202 здесь". IF CHECKSUM("Disease Descriptions.esp", 708C92F3) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/31202 aquí". DD_Dawnguard Additions.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) DD_Dragonborn Additions.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) DLC Shrines for Hearthfire Homes.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). REGEX: Don.?Juan.*\.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(FNIS) REQ: "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" Dogsofskyrim.esp IF CHECKSUM("Dogsofskyrim.esp", 3DE83B91) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dogsofskyrim.esp", 3DE83B91) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dogsofskyrim.esp", 3DE83B91) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Perros-de-Skyrim.esp QuieterDogs.esp Domino_PerkBooks.esp Door_locker.esp doors.esp dovahbrary.esp dovahsoldiers.esp Dovahtracker.esp IF CHECKSUM("Dovahtracker.esp", 6DB847E0) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dovahtracker.esp", 6DB847E0) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dovahtracker.esp", 6DB847E0) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". DPArmor_Cloth.esp DPArmor_Plate.esp DPArmor_Scale.esp DR02bSpermAcquire.esp IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(EN) ERROR: DR00datasIO.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(RU) ERROR: DR00datasIO.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(ES) ERROR: DR00datasIO.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. DR03aMiniBaby.esp IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(EN) ERROR: DR00datasIO.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(RU) ERROR: DR00datasIO.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(ES) ERROR: DR00datasIO.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. DR08aParams.esp IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(EN) ERROR: DR00datasIO.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(RU) ERROR: DR00datasIO.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(ES) ERROR: DR00datasIO.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. IFNOT ACTIVE("DR01aBabiesMaker.esm") && IF VAR(EN) ERROR: DR01aBabiesMaker.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("DR01aBabiesMaker.esm") && IF VAR(RU) ERROR: DR01aBabiesMaker.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("DR01aBabiesMaker.esm") && IF VAR(ES) ERROR: DR01aBabiesMaker.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. DR09aDebugSpells.esp IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(EN) ERROR: DR00datasIO.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(RU) ERROR: DR00datasIO.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("DR00datasIO.esm") && IF VAR(ES) ERROR: DR00datasIO.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. IFNOT ACTIVE("DR01aBabiesMaker.esm") && IF VAR(EN) ERROR: DR01aBabiesMaker.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("DR01aBabiesMaker.esm") && IF VAR(RU) ERROR: DR01aBabiesMaker.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("DR01aBabiesMaker.esm") && IF VAR(ES) ERROR: DR01aBabiesMaker.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. Draco's Powerful Artifact's Mod.esp Draco59Mod.esp Draco59ModNPC.esp Dragon Jills.esp Dragon_pony_mod.esp DragonBlood.esp Dragonbone armes loot.esp Dragonbone Weapons In Loot.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). dragonbone weapons loot.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). dragonborn starting items.esp Dragonborn_Enhanced.esp DragonbornBody.esp DragonbornDisenchanting.esp dragonborndlccraftingmaterials.esp dragonborndlcingredientchest.esp dragonborndlcmiscchest.esp dragonbornsupplies.esp Dragonborn HD Ultra.esp DragonChristine.esp DragonCrownCraftable.esp dragoncurse_alpha_1.esp Dragonmount.esp Dragonmount-no-spell.esp Dragonmount-Odahviing.esp DragonFastTravelRedone_simple.esp DragonFastTravelRedone.esp DragonHeart.esp Dragonlings 1.0 - A dragon sub-species.esp TAG: {{BASH: Delev}} dragonmanstandalone.esp IF CHECKSUM("dragonmanstandalone.esp", AAC0C4A6) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("dragonmanstandalone.esp", AAC0C4A6) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("dragonmanstandalone.esp", AAC0C4A6) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". dragonpriestsbook.esp Dragons in the Wild.esp TAG: {{BASH: Delev}} DragonsCanAbsorbYourSoul.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" DragonsReachWineGlitch.esp Dragonsouls To PerkPoints.esp dragonsoulstoperks.esp dragonsoultrader.esp dragtank.esp DragonWithSoul.esp draintype_weapons.esp DramaticMountains.esp dremora armor looting.esp dremora merchant upgrade.esp dremora merchants.esp dremorabook.esp Drink & WineHD.esp Drink JuiceMod.esp DrinkingGivesYourBottles.esp IF FILE("Skyrealism - Feast and Famine.esp") INC: Skyrealism - Feast and Famine.esp IF REGEX("Headbomb's Better Sorting - Food.+\.esp") INC: Headbomb's Better Sorting - Food *.esp droba_the_skooma_merchant_whiterun.esp drop dg elderscrolls.esp dropfixes.esp DropThatGold.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" DSM - Dawnguard Style Arrows.esp DSM - Legendary Basic Smithing.esp dsoulmod.esp DSpSoB.esp IF CHECKSUM("DSpSoB.esp", 44D3F30C) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DSpSoB.esp", 44D3F30C) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DSpSoB.esp", 44D3F30C) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF REGEX("dD.?- Realistic Ragdoll Force.*\.esp") && IFNOT FILE("Neovalen Race Compatibility.esp") REQ: Neovalen Race Compatibility.esp IF VAR(EN) && IF VAR(Dawnguard) SAY: Make sure you use Dawnguard version. IF VAR(RU) && IF VAR(Dawnguard) SAY: Убедитесь, что используете Dawnguard-версию. IF VAR(ES) && IF VAR(Dawnguard) SAY: Asegúrate de utilizar la versión para Dawnguard. Dual Sheath Redux.esp IF VERSION("TES5", "1.9.32", <) REQ: Skyrim v1.9.32.0+ IF VERSION("SKSE", "0.1.6.13", <) REQ: "http://skse.silverlock.org SKSE" 1.6.13+ IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.4+ REQ: Java Runtime Environment 7 update 17+ dualcastingcostfixed.esp duckmod.esp Duke Patricks - FollowThatActor.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" DummyTraining.esp DungeonQuestAwareness.esp MAQ NS.esp MAQ S.esp //French translations of DQA Dunmer of Skyrim.esp dunmerhistorynew.esp dunmerlantern.esp dwarven_scrap_renamed.esp DwarvenArmy.esp dwarvengolems.esp DwarvenSphere.esp Dwemer Certified.esp Dwemer Povazka from Hiro.esp Dwemer Spectres.esp DwemerBooks.esp DwemerCoins.esp DwemerControl.esp dwemerflyer.esp DwemerJar.esp DynamicSpells.esp DynamicTorches.esp ENDGROUP: Base D BEGINGROUP: Base E e0portableenchantingandalchemy.esp E0PortableBedroll.esp IF CHECKSUM("E0PortableBedroll.esp", C4A5BE33) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("E0PortableBedroll.esp", C4A5BE33) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("E0PortableBedroll.esp", C4A5BE33) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". earlier health warnings.esp Earlier Health Warnings--67 Percent.esp Easter Egg Hunt.esp Easter Egg Hunt 2013.esp EasterEggs.esp easysmith.esp ebony weapons-armor to ingots.esp EbonyCrownCraftable.esp Economia de Guerra.esp efpbandits.esp EFPbandits-noclothes.esp EFPguards.esp EFPguards-falskaar.esp EFPwizardry.esp Egg Recipes.esp EilonwyMasterTrainer.esp El-Gran-Libro-de-Alquimia.esp Elin Mannequin.esp elin new body.esp Elin Pack.esp Elinbard.esp ElinRace - HelmFix.esp ElinRace DSpSoB Patch.esp //not sure if this is a compat patch for something- move as necessary -LD elven weapons-armor to ingots.esp ElvenCrownCraftable.esp ElvenHelmetFix.esp en plus de plantes Tout extra.esp ENB color better for 1.esp ENB color better for 2.esp EnchantedItemsCheat.esp Enchanters Merchant.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Enchanters Merchant v1_1.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Enchanters Merchant v1_1.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Enchanters Merchant v1_1.esp. Enchanters Merchant v1_1.esp enchantingsupplies.esp EnchantingTools.esp EnhancementGems.esp enchonehandeddaggerfix.esp encyclopediaealchemicae.esp engineering.esp enhanceddistantterrain.esp Enhanced Distant Terrain.esp Enhanced Distant Terrain 2.esp Enhanced Distant Terrain 2 DB.esp enhancedgameplay-extendedwe.esp EnhancedWetnessandPuddles.esp EnhancedWolfModels.esp Ent's in Skyrim.esp EnverCamoran.esp EpicHacks.esp EpicHacksDG.esp EpicHacksHF.esp EpicHacksDB.esp EpicXLoading.esp EpisodeParallax.esp Epona.esp EquipableMap.esp EQUIPMENT - Unarmed Spiked Gauntlets.esp IF VAR(EN) && IF FILE("Craft, Temper, Smelt.esp") WARN: Delete. Already included in Craft, Temper, Smelt.esp IF VAR(RU) && IF FILE("Craft, Temper, Smelt.esp") WARN: Удалите. Уже включено в Craft, Temper, Smelt.esp IF VAR(ES) && IF FILE("Craft, Temper, Smelt.esp") ERROR: Borrar. Esta incluido en Craft, Temper, Smelt.esp. IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/22290 Craft, Temper, Smelt". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/22290 Craft, Temper, Smelt". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/22290 Craft, Temper, Smelt". REGEX: Equip more Rings .+\.esp EquivalentExchange.esp EquivalentSoulGems.esp error patch.esp //reportedly related to Lootification erweiterte schmiedekunst.esp EsmeLockpicks.esp REGEX: Eternal Bunny Pet (Dark Silent)?\.esp IF VAR(EN) SAY: Use only one Eternal Bunny Pet esp. IF VAR(RU) SAY: Используйте только один Eternal Bunny Pet esp. IF VAR(ES) SAY: Utilizar solo un Eternal Bunny Pet esp. EternalTorch.esp EveryoneGetInside.esp EverywhereMillionaire.esp exclusive merchandise.esp executionerworldinteraction.esp Exhausted.esp exhaustion.esp expanded children.esp expanded_tailor_inventory.esp ExpandedJailCells.esp IF CHECKSUM("ExpandedJailCells.esp", BA5A6F28) && IF VAR(EN) DIRTY: 1 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ExpandedJailCells.esp", BA5A6F28) && IF VAR(RU) DIRTY: 1 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ExpandedJailCells.esp", BA5A6F28) && IF VAR(ES) DIRTY: 1 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ExpandedJewelryCrafting.esp ExpandedJewelryCrafting_LL_patch.esp REGEX: Lorecraft - ExpandedJewelry(Crafting|NoChaos)\.esp LORECRAFT-ExpandedJewelryCrafting.esp ExpandedStartingEquipment.esp Expensive Transports 5x.esp IF VAR(EN) || IF VAR(RU) && IF CHECKSUM("Expensive Transports 5x.esp", 508E4CE3) && IF VAR(Dawnguard) ERROR: Use Dawnguard version. IF VAR(ES) && IF CHECKSUM("Expensive Transports 5x.esp", 508E4CE3) && IF VAR(Dawnguard) ERROR: Utilizar la versión para Dawnguard. IF VAR(EN) || IF VAR(RU) && IF CHECKSUM("Expensive Transports 5x.esp", 58CC3897) && IFNOT VAR(Dawnguard) ERROR: Use non-Dawnguard version. IF VAR(ES) && IF CHECKSUM("Expensive Transports 5x.esp", 58CC3897) && IFNOT VAR(Dawnguard) ERROR: Utilizar la versión que no requiere Dawnguard. Expensive Transports 10x.esp IF VAR(EN) || IF VAR(RU) && IF CHECKSUM("Expensive Transports 10x.esp", 519298F9) && IF VAR(Dawnguard) ERROR: Use Dawnguard version. IF VAR(ES) && IF CHECKSUM("Expensive Transports 10x.esp", 519298F9) && IF VAR(Dawnguard) ERROR: Utilizar la versión para Dawnguard. IF VAR(EN) || IF VAR(RU) && IF CHECKSUM("Expensive Transports 10x.esp", 9AE20AC6) && IFNOT VAR(Dawnguard) ERROR: Use non-Dawnguard version. IF VAR(ES) && IF CHECKSUM("Expensive Transports 10x.esp", 9AE20AC6) && IFNOT VAR(Dawnguard) ERROR: Utilizar la versión que no requiere Dawnguard. IF FILE("Expensive Transports 5x.esp") && IF VAR(EN) WARN: Use only one Expensive Transports *.esp. IF FILE("Expensive Transports 5x.esp") && IF VAR(RU) WARN: Используйте только один Expensive Transports *.esp. IF FILE("Expensive Transports 5x.esp") && IF VAR(ES) WARN: Utilizar solo un nnn Expensive Transports *.esp. Expensive Transports 10x Linear.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF FILE("Expensive Transports 5x.esp") || IF FILE("Expensive Transports 10x.esp") && IF VAR(EN) WARN: Use only one Expensive Transports *.esp. IF FILE("Expensive Transports 5x.esp") || IF FILE("Expensive Transports 10x.esp") && IF VAR(RU) WARN: Используйте только один Expensive Transports *.esp. IF FILE("Expensive Transports 5x.esp") || IF FILE("Expensive Transports 10x.esp") && IF VAR(EN) WARN: Utilizar solo un nnn Expensive Transports *.esp. Expensive Transports 20x.esp IF VAR(EN) || IF VAR(RU) && IF CHECKSUM("Expensive Transports 20x.esp", F88C8F09) && IF VAR(Dawnguard) ERROR: Use Dawnguard version. IF VAR(ES) && IF CHECKSUM("Expensive Transports 20x.esp", F88C8F09) && IF VAR(Dawnguard) ERROR: Utilizar la versión para Dawnguard. IF VAR(EN) || IF VAR(RU) && IF CHECKSUM("Expensive Transports 20x.esp", EA972067) && IFNOT VAR(Dawnguard) ERROR: Use non-Dawnguard version. IF VAR(ES) && IF CHECKSUM("Expensive Transports 20x.esp", EA972067) && IFNOT VAR(Dawnguard) ERROR: Utilizar la versión que no requiere Dawnguard. IF FILE("Expensive Transports 5x.esp") || IF FILE("Expensive Transports 10x.esp") || IF FILE("Expensive Transports 10x Linear.esp") && IF VAR(EN) WARN: Use only one Expensive Transports *.esp. IF FILE("Expensive Transports 5x.esp") || IF FILE("Expensive Transports 10x.esp") || IF FILE("Expensive Transports 10x Linear.esp") && IF VAR(RU) WARN: Используйте только один Expensive Transports *.esp. IF FILE("Expensive Transports 5x.esp") || IF FILE("Expensive Transports 10x.esp") || IF FILE("Expensive Transports 10x Linear.esp") && IF VAR(ES) WARN: Utilizar solo un nnn Expensive Transports *.esp. ExpensiveCarriagesInns.esp ExpensiveCarriagesInns_x5.esp Expensive Investments.esp explosivechickens.esp Extra Encounters V1.0.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Extra Encounters.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Extra Encounters.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Extra Encounters.esp. IF CHECKSUM("Extra Encounters V1.0.esp", 0F44A605) && IF VAR(EN) DIRTY: 41 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Extra Encounters V1.0.esp", 0F44A605) && IF VAR(RU) DIRTY: 41 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Extra Encounters V1.0.esp", 0F44A605) && IF VAR(ES) DIRTY: 41 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Extra Encounters.esp IF CHECKSUM("Extra Encounters.esp", 849B85C8) && IF VAR(EN) DIRTY: 46 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Extra Encounters.esp", 849B85C8) && IF VAR(RU) DIRTY: 46 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Extra Encounters.esp", 849B85C8) && IF VAR(ES) DIRTY: 46 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Extra Encounters - Higher Spawn Rate.esp IF CHECKSUM("Extra Encounters - Higher Spawn Rate.esp", D9E80A14) && IF VAR(EN) DIRTY: 46 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Extra Encounters - Higher Spawn Rate.esp", D9E80A14) && IF VAR(RU) DIRTY: 46 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Extra Encounters - Higher Spawn Rate.esp", D9E80A14) && IF VAR(ES) DIRTY: 46 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". //probably also obsolete in favor of HSR Extra Encounters - HSR.esp Extra Encounters - Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IF CHECKSUM("Extra Encounters - Dawnguard.esp", 2A2BE0F4) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Extra Encounters - Dawnguard.esp", 2A2BE0F4) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Extra Encounters - Dawnguard.esp", 2A2BE0F4) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Extra Encounters - Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Extra Smooth mountains.esp ExtraDragons.esp ExtraIngotOptions.esp ExtraTanningRackOptions.esp ENDGROUP: Base E BEGINGROUP: Base F Facial X-pression Guide.esp Faireforger.esp falskaar_loadscreen_fix.esp fanfictionofskyrim.esp FAO - Main.esp farmeve.esp Farmers Sell Produce - Skyrim.esp Farquar's Girl Gwendolyn.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. REGEX: Faster Bolts (100|25|50|75).*\.esp IF VAR(EN) SAY: Use only one Faster Bolts esp. IF VAR(RU) SAY: Используйте только один Faster Bolts esp. IF VAR(ES) SAY: Utilizar solo un Faster Bolts esp. Faster Spells Double Speed.esp Faster Spells Triple Speed.esp Faster Vanilla Maces.esp fasterandstrongerDLC2arrows.esp FasterCombatMagickaRegen100.esp fasterplayer01.esp fastertrolls.esp fastrunningandnostaminalowering.esp FavaBeansAndChianti.esp fFastTravelSpeedMult_4.esp FCC- Main.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IF CHECKSUM("FCC- Main.esp", D286578) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FCC- Main.esp", D286578) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FCC- Main.esp", D286578) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". FCSkriptures.esp fgc.esp IF CHECKSUM("fgc.esp", 06C5F435) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("fgc.esp", 06C5F435) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("fgc.esp", 06C5F435) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". FemHousecarl_TavernCloths.esp Feuerholzverkaeufer.esp Fighting Mage Staff.esp filled_pots.esp Finally! Real Boats!.esp fine goods from morrowind.esp Fireworks.esp FishingInSkyrim.esp IF CHECKSUM("FishingInSkyrim.esp", 597DC92B) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FishingInSkyrim.esp", 597DC92B) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FishingInSkyrim.esp", 597DC92B) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Firewood For Sale.esp FishStickBook.esp fishytank.esp FISS.esp Fixed Followers.esp macho females.esp //patch for Fixed Followers.esp FixFollowerBow.esp FixFollowerBow_12Arrows.esp Fixsmith.esp fixsmith20en.esp flawless gem crafting.esp flawlessgemsmithing.esp FleeMarket.esp floofy crafting.esp foalsofskyrim.esp Food and Ingredient Overhaul.esp Flying Carpet.esp FollowerDaedricBow12.esp followerdeathnotice.esp FollowerDwarvenBow12.esp FollowerEbonyBow12.esp FollowerElvenBow12.esp FollowerGlassBow12.esp REGEX: FollowerHuntingBow(_20|_40|_60|_80|_100)?\.esp. IF VAR(EN) SAY: Use only one FollowerHuntingBow*.esp. IF VAR(RU) SAY: Используйте только один FollowerHuntingBow*.esp. IF VAR(ES) SAY: Utilizar solo un FollowerHuntingBow*.esp. FollowerLongbow_12.esp FollowerOrcishBow12.esp Follower Healing Potion and Arrows.esp Follower Magicka and Healting Potion.esp Food & Drinks Reworked.esp Forge In Every House.esp IF CHECKSUM("Forge In Every House.esp", 986A1C0C) && IF VAR(EN) DIRTY: 4 ITM, 70 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Forge In Every House.esp", 986A1C0C) && IF VAR(RU) DIRTY: 4 ITM, 70 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Forge In Every House.esp", 986A1C0C) && IF VAR(ES) DIRTY: 4 ITM, 70 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Forge Menu Overhaul Smithing Experience Fix.esp //fix for a script-only mod, so no hard dependencies? -LD FortifyAlchemy - Copy-1.esp Four New Dragons.esp IF CHECKSUM("Four New Dragons.esp", 7673F01D) && IF VAR(EN) DIRTY: 9 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Four New Dragons.esp", 7673F01D) && IF VAR(RU) DIRTY: 9 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Four New Dragons.esp", 7673F01D) && IF VAR(ES) DIRTY: 9 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". fpImmersiveMiningFull.esp fpImmersiveMiningLite.esp fpImmersiveMiningPickaxes.esp Free travel to any holds.esp FreeMem.esp Frost Giants in the Cold.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). fsmjar1.esp FullyEquippedBlacksmiths.esp Furbag.esp REGEX: FurnitureLootOverhaul(_3.0)?\.esp IF VAR(EN) SAY: Use only one Furniture Loot Overhaul esp. IF VAR(RU) SAY: Используйте только один Furniture Loot Overhaul esp. IF VAR(ES) SAY: Utilizar solo un Furniture Loot Overhaul esp. fx_eye_candy_rings.esp IF CHECKSUM("fx_eye_candy_rings.esp", A7494B03) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("fx_eye_candy_rings.esp", A7494B03) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("fx_eye_candy_rings.esp", A7494B03) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("fx_eye_candy_rings.esp", 94DC5E7B) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("fx_eye_candy_rings.esp", 94DC5E7B) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("fx_eye_candy_rings.esp", 94DC5E7B) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("fx_eye_candy_rings.esp", E02CC68B) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("fx_eye_candy_rings.esp", E02CC68B) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("fx_eye_candy_rings.esp", E02CC68B) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". fzcraftingrecipesscrolls.esp ENDGROUP: Base F BEGINGROUP: Base G GBob_More_Minor_Vendors.esp GDAmulets.esp Gear 2.esp GELO_Vanilla_Base_File.esp GELO_Dawnguard_Base_File.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). GELO_Dragonborn_Base_File.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). GELO_Vanilla_Guaranteed_Boss_Loot.esp GELO_Dawnguard_Guaranteed_Boss_Loot.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). GELO_Dragonborn_Guaranteed_Boss_Loot.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). GemRefinig_v0_4.esp Gemstone_Recovery.esp gemstoneconversion.esp GenebrisTreasureChests.esp TAG: {{BASH: Delev, Relev}} // not sure about Delev general npc fixes.esp General Stores for Homes all in one.esp //de-REGEXed the following, below: GeneralStores(Proudspire|Breezehome|VlindrelHall|Honeyside)?\.esp due to varying dirt reports among them //some General Stores plugins may need reordering, unsure of which are old new or superseded -LD GeneralStoresBreezehome.esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". GeneralStoresHoneyside.esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IF CHECKSUM("GeneralStoresHoneyside.esp", 6F6C3A0C) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GeneralStoresHoneyside.esp", 6F6C3A0C) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GeneralStoresHoneyside.esp", 6F6C3A0C) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GeneralStoresProudspire.esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IF CHECKSUM("GeneralStoresProudspire.esp", 7DFCB25D) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GeneralStoresProudspire.esp", 7DFCB25D) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GeneralStoresProudspire.esp", 7DFCB25D) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GeneralStoresVlindrelHall.esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IF CHECKSUM("GeneralStoresVlindrelHall.esp", 3AA2C5E6) && IF VAR(EN) DIRTY: 0 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GeneralStoresVlindrelHall.esp", 3AA2C5E6) && IF VAR(RU) DIRTY: 0 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GeneralStoresVlindrelHall.esp", 3AA2C5E6) && IF VAR(ES) DIRTY: 0 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("GeneralStoresVlindrelHall.esp", C3C58F71) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GeneralStoresVlindrelHall.esp", C3C58F71) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GeneralStoresVlindrelHall.esp", C3C58F71) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dawnguard(GS).esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) GeneralStores(DG-HF).esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) GeneralStores(CCS-DG).esp IFNOT ACTIVE("GeneralStores.esm") && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without GeneralStores.esm IFNOT ACTIVE("GeneralStores.esm") && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без GeneralStores.esm IFNOT ACTIVE("GeneralStores.esm") && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) GeneralStores(CCS-DG-HF).esp IFNOT ACTIVE("GeneralStores.esm") && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without GeneralStores.esm IFNOT ACTIVE("GeneralStores.esm") && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без GeneralStores.esm IFNOT ACTIVE("GeneralStores.esm") && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) GeneralStores(CCS-HF).esp IFNOT ACTIVE("GeneralStores.esm") && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without GeneralStores.esm IFNOT ACTIVE("GeneralStores.esm") && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без GeneralStores.esm IFNOT ACTIVE("GeneralStores.esm") && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if using this file without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) General Stores for Severin Manor.esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) GeneralStoresGlue.esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". GeneralStoresGlueDragonborn.esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) GSFortDawnguard.esp GSHearthfireHousesOutdoor.esp GSHearthfireLakeviewIn.esp GSStudentQuarters.esp Generous Dovahkiin.esp genpeople.esp genpeople lite.esp genpeopleliter.esp gerokoptersgeisterpferd.esp REGEX: Get More Ingots.*\.esp IF ACTIVE("Get More Ingots 3 ingots.esp") && IF CHECKSUM("Get More Ingots 3 ingots.esp", CB4C5908) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". getnpcinfo.esp gettingitemsfaster.esp Ghostbuster.esp GiantAnimals.esp gifts of akatosh.esp GiveADogAHome.esp GiveGiftstoNPCs.esp GiveGiftstoNPCs-voiced.esp GlaiceLootMod.esp TAG: {{BASH: Delev, Relev}} glass weapons-armor to ingots.esp GlassCrownCraftable.esp Gleaming Salvage Caravan.esp GluRuS_Unlevelled World.esp GluRuS_Unlevelled World - War in Skyrim II Patch.esp GM-Fletching04.esp REGEX: GM-Fletching(Harder|Standard)\.esp IF VAR(EN) SAY: Use only one GM-Fletching*.esp. IF VAR(RU) SAY: Используйте только один GM-Fletching*.esp. IF VAR(ES) SAY: Utilizar solo un GM-Fletching*.esp. GM-FletchingStandardRUS.esp GM-ForgeAdditions.esp IF VAR(DualGMForgeAdd) && IF VAR(EN) SAY: Use only one GM-ForgeAdditions.esp or GM-ForgeAdditionsLAotB.esp. IF VAR(DualGMForgeAdd) && IF VAR(RU) SAY: Используйте только один GM-ForgeAdditions.esp или GM-ForgeAdditionsLAotB.esp. IF VAR(DualGMForgeAdd) && IF VAR(ES) SAY: Utilizar solo un GM-ForgeAdditions.esp o GM-ForgeAdditionsLAotB.esp. GM-ForgeAdditionsLevelledOutfits.esp IF VAR(DualGMLevList) && IF VAR(EN) SAY: Use only one GM-ForgeAdditionsLevelledOutfits.esp or GM-ForgeAdditionsLAotBLevelledOutfits.esp. IF VAR(DualGMLevList) && IF VAR(RU) SAY: Используйте только один GM-ForgeAdditionsLevelledOutfits.esp или GM-ForgeAdditionsLevelledOutfits.esp. IF VAR(DualGMLevList) && IF VAR(ES) SAY: Utilizar solo un GM-ForgeAdditionsLevelledOutfits.esp o GM-ForgeAdditionsLAotBLevelledOutfits.esp. /* will work alongside The Lost Art of the Blacksmith */ GM-ForgeAdditionsLAotB.esp IF VAR(DualGMForgeAdd) && IF VAR(EN) SAY: Use only one GM-ForgeAdditions.esp or GM-ForgeAdditionsLAotB.esp. IF VAR(DualGMForgeAdd) && IF VAR(RU) SAY: Используйте только один GM-ForgeAdditions.esp или GM-ForgeAdditionsLAotB.esp. IF VAR(DualGMForgeAdd) && IF VAR(ES) SAY: Utilizar solo un GM-ForgeAdditions.esp o GM-ForgeAdditionsLAotB.esp. GM-ForgeAdditionsLAotBLevelledOutfits.esp IF VAR(DualGMLevList) && IF VAR(EN) SAY: Use only one GM-ForgeAdditionsLevelledOutfits.esp or GM-ForgeAdditionsLAotBLevelledOutfits.esp. IF VAR(DualGMLevList) && IF VAR(RU) SAY: Используйте только один GM-ForgeAdditionsLevelledOutfits.esp или GM-ForgeAdditionsLAotBLevelledOutfits.esp. IF VAR(DualGMLevList) && IF VAR(ES) SAY: Utilizar solo un GM-ForgeAdditionsLevelledOutfits.esp o GM-ForgeAdditionsLAotBLevelledOutfits.esp. GM-FletchingNoFeathers.esp GOLD.esp Gold Coin Crafting.esp gold crafting.esp Gold ingot.esp goldcoin.esp GoldenSaints.esp GoldIngotFromGold.esp Grab Moveable Statics.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. grainmill.esp GrandSoulGemOnly.esp GreatCraft1.esp GreatCraft2.esp greatwyrm.esp REGEX: Green Thumb - Harvest More - \d0?x\.esp Grim_CoverDetect.esp Grimsever_USKP_unfix.esp Grimy_Crafting_Storage.esp Grind_stuff.esp IF VAR(Hearthfire) && IF CHECKSUM("Grind_stuff.esp", 31CCFA29) ERROR: Use Hearthfires version. IFNOT VAR(Hearthfire) && IF CHECKSUM("Grind_stuff.esp", 5E014754) ERROR: Use non-Hearthfires version. GrrantusHuntingRework.esp grumpykevtempering.esp gryphianhorseinventory.esp GSTH.esp Guard Build (HF) 1.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("Guard Build (HF) 1.esp", 3819FB2E) && IF VAR(EN) DIRTY: 26 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Guard Build (HF) 1.esp", 3819FB2E) && IF VAR(RU) DIRTY: 26 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Guard Build (HF) 1.esp", 3819FB2E) && IF VAR(ES) DIRTY: 26 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Guard Build (HF) 1.esp", 374C0A09) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Guard Build (HF) 1.esp", 374C0A09) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Guard Build (HF) 1.esp", 374C0A09) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". guardedborders.esp IF CHECKSUM("guardedborders.esp", C7C24744) && IF VAR(EN) DIRTY: 7 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("guardedborders.esp", C7C24744) && IF VAR(RU) DIRTY: 7 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("guardedborders.esp", C7C24744) && IF VAR(ES) DIRTY: 7 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GuardianStonesExpanded.esp IF CHECKSUM("GuardianStonesExpanded.esp", BDBF79E7) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GuardianStonesExpanded.esp", BDBF79E7) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GuardianStonesExpanded.esp", BDBF79E7) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". guard's don't change outfits.esp IF CHECKSUM("guard's don't change outfits.esp", 62B9ED5B) && IF VAR(EN) DIRTY: 39 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("guard's don't change outfits.esp", 62B9ED5B) && IF VAR(RU) DIRTY: 39 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("guard's don't change outfits.esp", 62B9ED5B) && IF VAR(ES) DIRTY: 39 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GuardsGuardThePlayer.esp GuardsuseIronandPatrolsAssist.esp GuessDistance.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". guild battlemage.esp GunjarNoFool.esp IF CHECKSUM("GunjarNoFool.esp", CC07C650) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GunjarNoFool.esp", CC07C650) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GunjarNoFool.esp", CC07C650) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GypsyEyesCaravan.esp GypsyEyesCaravan.V.2.Beta.esp ENDGROUP: Base G BEGINGROUP: Base H Half-sized Snowberries.esp halojump.esp hamorefoodrecipes.esp HARODATH_ImmersiveSoulgems.esp Harvest More Food & Ingredients.esp TAG: {{BASH: Delev}} hc5changerace.esp helgenkeepbalancemod.esp housecat.esp hdplants+herbs.esp hdtHighHeelMCM.esp heartfire more craftable.esp hearthfire_buyingots.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("hearthfire_buyingots.esp", BC1E72EF) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hearthfire_buyingots.esp", BC1E72EF) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hearthfire_buyingots.esp", BC1E72EF) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Hearthfire Sorting.esp IFNOT FILE ("GeneralStores.esm") ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if this file is active without GeneralStores.esm IFNOT FILE ("GeneralStores.esm") && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) hearthfire supplies merchant.esp HearthFire Tweaks.esp HearthFireStores(GS).esp IFNOT FILE ("GeneralStores.esm") ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if this file is active without GeneralStores.esm IFNOT FILE ("GeneralStores.esm") && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) Hearthfires Helper.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). hearthfires_blacksmithmaterials.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). HearthFires Toys.esp hearthfiresupplies.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Hecatic.esp helganstartinggear.esp helgensupplychest.esp helgentweakimperial.esp hellayracedesc.esp HentaiMilk.esp HentaiMilk_HEARTHFIRE.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). HerbalTea.esp hq_skyrimmap.esp HjerimChests.esp HiddenCityTreasures.esp high end merchant.esp High Level Enemies.esp TAG: {{BASH: Relev}} High Level Enemies - Falskaar.esp TAG: {{BASH: Relev}} High Level Enemies - Dawnguard.esp TAG: {{BASH: Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF VAR(EN) && IFNOT ACTIVE("High Level Enemies.esp") WARN: High Level Enemies.esp must be active for this file to work properly. IF VAR(RU) && IFNOT ACTIVE("High Level Enemies.esp") WARN: High Level Enemies.esp должен быть активирован, для корректной работы. IF VAR(ES) && IFNOT ACTIVE("High Level Enemies.esp") WARN: High Level Enemies.esp debe estar activado para que este mod funcione correctamente. High Level Enemies - Dragonborn.esp TAG: {{BASH: Relev}} IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) High Level Enemies - Hardcore.esp High Level Enemies - Increased Max Resists.esp High Level Enemies - Raised Ability Caps.esp HigherLevelEnemies.esp TAG: {{BASH: Relev}} higherlevelenemies_dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Higher Magic Talen-Jei Back To Work.esp HillmanShack.esp Hircine carving.esp hircineSacrifice.esp HM Arrow Bolt Converter.esp HM Child Character.esp IFNOT VAR(Dawnguard) && IF CHECKSUM("HM Child Character.esp", F0933FCC) REQ: non-Dawnguard version of HM Child Character.esp IF VAR(Dawnguard) && IF CHECKSUM("HM Child Character.esp", 40FB3AAD) REQ: Dawnguard version of HM Child Character.esp IF CHECKSUM("HM Child Character.esp", F0933FCC) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HM Child Character.esp", F0933FCC) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HM Child Character.esp", F0933FCC) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("HM Child Character.esp", 40FB3AAD) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HM Child Character.esp", 40FB3AAD) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HM Child Character.esp", 40FB3AAD) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HM Marry All.esp IF CHECKSUM("HM Marry All.esp", 139C1E4C) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("HM Marry All.esp", 139C1E4C) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("HM Marry All.esp", 139C1E4C) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("HM Marry All.esp", 139C1E4C) && IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IF CHECKSUM("HM Marry All.esp", 139C1E4C) && IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IF CHECKSUM("HM Marry All.esp", 139C1E4C) && IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF VAR(Dawnguard) || IF VAR(Hearthfire) && IF CHECKSUM("HM Marry All.esp", DB88B8BE) REQ: Dawnguard and Hearthfires version of HM Marry All.esp IF CHECKSUM("HM Marry All.esp", DB88B8BE) || IF CHECKSUM("HM Marry All.esp", 139C1E4C) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HM Marry All.esp", DB88B8BE) || IF CHECKSUM("HM Marry All.esp", 139C1E4C) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HM Marry All.esp", DB88B8BE) || IF CHECKSUM("HM Marry All.esp", 139C1E4C) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HM MicroCraft.esp HM Multibag of Holding.esp HM Nirnroot Regrows.esp IF CHECKSUM("HM Nirnroot Regrows.esp", D484CD35) && IF VAR(EN) DIRTY: 0 ITM, 205 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HM Nirnroot Regrows.esp", D484CD35) && IF VAR(RU) DIRTY: 0 ITM, 205 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HM Nirnroot Regrows.esp", D484CD35) && IF VAR(ES) DIRTY: 0 ITM, 205 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HM.esp //Chinese, no further info; maybe archery skillbook cheat hmkHotkeys.esp hmkLockOn_SamplePlugin.esp HoldBorderBanners.esp Homogeneous Detailed Landscapes.esp honeybeejar.esp HoodlessArchmageWithFixedStats.esp IF CHECKSUM("HoodlessArchmageWithFixedStats.esp", 2DFEA856) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("HoodlessArchmageWithFixedStats.esp", 2DFEA856) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("HoodlessArchmageWithFixedStats.esp", 2DFEA856) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. horadriccube.esp Horkers of Skyrim.esp HorseFlute.esp horseleveling.esp HorseMarker.esp HorsePenis.esp HotkeyMod.esp HouseInventoryBook.esp Houses_german.esp IF CHECKSUM("Houses_german.esp", D44E0189) WARN: This file is missing records and should NOT be used Necessary Markers_german.esp IF CHECKSUM("Necessary Markers_german.esp", 58DB7A80) WARN: This file is missing records and should NOT be used hqsnow.esp humanblood.esp humanfleshandhearts.esp humans drop human parts.esp Hunterborn.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" //likely load order independent Hunterborn_Dawnguard-Patch.esp Hunterborn_Frostfall-Patch.esp HuntersDiscipline.esp huntershack.esp HunterTraps.esp HunterTrolls.esp huntingprofit.esp HuntingRedux.esp NS_HuntingGroundsOutfit.esp HuntingbowFix.esp ENDGROUP: Base H BEGINGROUP: Base I I_Said_Follow_Dammit_Not_Party.esp I5K Skull Hunt.esp I5K Treasure Hunt.esp Icy.esp idiotsguide2alchemy.esp Immersive Arousal.esp Immersive Battles.esp IF CHECKSUM("Immersive Battles.esp", 6CECB1B1) && IF VAR(EN) DIRTY: 23 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Immersive Battles.esp", 6CECB1B1) && IF VAR(RU) DIRTY: 23 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Immersive Battles.esp", 6CECB1B1) && IF VAR(ES) DIRTY: 23 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Immersive Brigands.esp IF CHECKSUM("Immersive Brigands.esp", 36958C0C) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Immersive Brigands.esp", 36958C0C) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Immersive Brigands.esp", 36958C0C) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Immersive Dawnguard.esp TAG: {{BASH: Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Immersive Dawnguard.esp", 3AF84D37) && IF VAR(EN) DIRTY: 23 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Immersive Dawnguard.esp", 3AF84D37) && IF VAR(RU) DIRTY: 23 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Immersive Dawnguard.esp", 3AF84D37) && IF VAR(ES) DIRTY: 23 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Immersive Dawnguard.esp", EC66178E) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Immersive Dawnguard.esp", EC66178E) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Immersive Dawnguard.esp", EC66178E) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Immersive Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) Immersive Factions.esp Immersive Mercenaries.esp Immersive Patrols.esp IF CHECKSUM("Immersive Patrols.esp", 54BCDA38) && IF VAR(EN) DIRTY: 31 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Immersive Patrols.esp", 54BCDA38) && IF VAR(RU) DIRTY: 31 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Immersive Patrols.esp", 54BCDA38) && IF VAR(ES) DIRTY: 31 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Immersive Patrols Merged.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Immersive Patrols Merged All.esp TAG: {BASH: Relev} Immersive Travelers.esp Immersive Werewolves.esp IF CHECKSUM("Immersive Werewolves.esp", F572120F) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Immersive Werewolves.esp", F572120F) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Immersive Werewolves.esp", F572120F) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". immersive menu background.esp immersive start - armor variety.esp ImmersiveBountyHunting.esp IF CHECKSUM("ImmersiveBountyHunting.esp", D89BC15F) && IF VAR(EN) DIRTY: 17 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ImmersiveBountyHunting.esp", D89BC15F) && IF VAR(RU) DIRTY: 17 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ImmersiveBountyHunting.esp", D89BC15F) && IF VAR(ES) DIRTY: 17 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". immersivesnowice.esp ImmersiveSpells.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" ImmersiveSpells-NoDlcDawnComp.esp ImmersiveSpells-NoDlcDawnDragComp.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" Improved Container Names.esp // TAG: {{BASH: Names}} Improved horses Skyrim edition.esp ImprovedCraftableLockpicks.esp ImprovedGearMod.esp ImprovedGearModDGDR.esp ImprovedGlowingGlowDust.esp ImprovedDeathCams.esp ImprovedFish.esp TAG: {{BASH: Relev}} IF FILE("BetterFishAdded.esp") INC: BetterFishAdded.esp ImprovedFishBASIC.esp IF CHECKSUM("ImprovedFishBASIC.esp", B8CB08CC) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ImprovedFishBASIC.esp", B8CB08CC) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ImprovedFishBASIC.esp", B8CB08CC) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ImprovedFireyFireSalts.esp ImprovedFrostyFrostSalts.esp ImprovedGlowingGlowDustTonedDown.esp improvedskillbooks.esp improvedquestbooks.esp improvedrecipes.esp ImprovedScImpUniforms - Vanilla only.esp improvedskillbooksclassic.esp REGEX: Invisibility_Spells(_Plus)?\.esp IF VAR(EN) SAY: Use only one Invisibility_Spells esp. IF VAR(RU) SAY: Используйте только один Invisibility_Spells esp. IF VAR(ES) SAY: Utilizar solo un Invisibility_Spells esp. improvedbountyrewards.esp increasedbountyrewards.esp REGEX: increasedbountyrewards\((ultra-)?lite\)\.esp increasedlootinchests1.0.esp increasegrassdensity.esp inebriationmod.esp infected.esp infinitesprint.esp Informative Alchemy.esp Informative Standing Stones.esp ingotbatchrecipes.esp IngotChest.esp IngredientsJar.esp IngredientsOfTamriel.esp IngredientStore.esp ingridtheartist.esp inhumansoldiers.esp inkspottedtea_TropicalAnimals_Zebra.esp Insects Begone - Main.esp Insects Begone - Items.esp Insects Begone - Spiders.esp Insects Begone - Spiders and Chaurus.esp Insects Begone - Dawnguard.esp Insects Begone - Dawnguard - One Stupid Spider.esp Insects Begone - Dawnguard - Spider.esp Insects Begone - Dawnguard - Spider and Chaurus.esp Insects Begone - Dawnguard - Spiders and Chaurus.esp Insects Begone - Hearthfires.esp Insects Begone - DragonBorn Spiders.esp Insects Begone - DragonBorn Spiders and Ashoppers.esp Instant Merchant.esp REGEX: Intense Difficulty (2x|4x|8x|16x|32x)?\.esp invulnerablestandardhorses.esp invulnerableuniquehorses.esp Invulnerable Horses - Brave.esp Invulnerable Horses.esp IF FILE("Invulnerable Horses - Brave.esp") && IF VAR(EN) WARN: Use only one Invulnerable Horses esp. IF FILE("Invulnerable Horses - Brave.esp") && IF VAR(RU) WARN: Используйте только один Invulnerable Horses esp. IF FILE("Invulnerable Horses - Brave.esp") && IF VAR(ES) WARN: Utilizar solo un Invulnerable Horses esp. iron weapons-armor to ingots.esp Ironingot2Steel.esp IFNOT FILE("Perky.esp") MOD: Ish's Respec Mod.esp TAG: {{BASH: Relev}} Ish's Souls to Perks.esp IF VERSION("SKSE", "0.1.5.6", <) REQ: "http://skse.silverlock.org SKSE" 1.5.6+. Isharas_BoH_StorageAndRetrieval.esp IFNOT FILE("Vidani's Bag of Holding.esp") REQ: "http://www.nexusmods.com/skyrim/mods/9085 Vidani's Bag of Holding.esp" Isharas_FullNormalNumberedAutosaves.esp Isharas_InGameClock.esp IsharasAutoStorageForVidanisBoH.esp IFNOT FILE("Vidani's Bag of Holding.esp") REQ: "http://www.nexusmods.com/skyrim/mods/9085 Vidani's Bag of Holding.esp" IF FILE("Isharas_BoH_StorageAndRetrieval.esp") INC: Isharas_BoH_StorageAndRetrieval.esp item recycling.esp itemrecharger.esp ItemRewardsForBounties.esp itsatrap!.esp itsatrapv1.0.esp Izvoschiki from Hiro.esp ENDGROUP: Base I BEGINGROUP: Base J j3x-flyableDragons.esp jarrin root.esp JarrinRootForSaleRarely.esp jarrintraders.esp JastheriaJournal.esp JAWS.esp IF CHECKSUM("JAWS.esp", CF25ED24) || IF CHECKSUM("JAWS.esp", 866A8580) && IF VAR(EN) DIRTY: 156 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("JAWS.esp", CF25ED24) || IF CHECKSUM("JAWS.esp", 866A8580) && IF VAR(RU) DIRTY: 156 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("JAWS.esp", CF25ED24) || IF CHECKSUM("JAWS.esp", 866A8580) && IF VAR(ES) DIRTY: 156 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". JAWS_CN.esp JaxonzOutfitter.esp jaxonzvalet.esp jaxonzvaletsortfixes.esp JBS_banking_redux.esp IF CHECKSUM("JBS_banking_redux.esp", E8287C9C) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("JBS_banking_redux.esp", E8287C9C) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("JBS_banking_redux.esp", E8287C9C) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". JBS_banking.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. JBS_gem_cutting.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp JBS_hunting.esp jbs_item_breakdown_rev.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp IF VAR(EN) && IF FILE("jbs_smithing_overhaul.esp") INC: jbs_smithing_overhaul.esp use More Realistic Recipes [revised] instead. IF VAR(RU) && IF FILE("jbs_smithing_overhaul.esp") INC: jbs_smithing_overhaul.esp используйте вместо этого мод More Realistic Recipes [revised]. IF VAR(ES) && IF FILE("jbs_smithing_overhaul.esp") INC: jbs_smithing_overhaul.esp utilizar More Realistic Recipes [revised] en vez. jbs_item_breakdown.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp IF FILE("jbs_smithing_real.esp") INC: jbs_smithing_real.esp jbs_combined.esp IF VAR(EN) SAY: Obsolete. Update to latest version, JBS_overhaul.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, JBS_overhaul.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, JBS_overhaul.esp. JBS_overhaul.esp JBS_overhaul_thalmor.esp IF FILE("JBS_overhaul.esp") INC: JBS_overhaul.esp jbs_smithing_overhaul.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp JBS_scrolls.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp jbs_smithing_real_ext.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp jbs_smithing_real.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp jbs_smithing_soul.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp JBS_tailor.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp jbs_upgrade.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp JBS_weight_goldarrowcarry.esp jbs_weight_overhaul_complete.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp jbs_weight_overhaul_pot.esp IF FILE("JBS_overhaul.esp") || IF FILE("JBS_overhaul_thalmor.esp") INC: JBS_overhaul * .esp JDcrafter'sStartingGear.esp jenn-blood-potion.esp Jesters.esp JewelCraft.esp JewelCraft-NoRename.esp jewellery dismantling recipes.esp JewelryMeltdown.esp JiGuardDiversity.esp JIRE.esp REGEX: -?JK-ValsCraftingMeltdownModifiedv1\.esp JK Crafting Breakdown.esp JK Crafting Breakdown - Hearthfire.esp JmB's merchants improved.esp JokeLoadScreen.esp JokeMOD-KillerTomato.esp Journal.esp JunkToHFMaterials.esp ENDGROUP: Base J BEGINGROUP: Base K kailringswap.esp karindabonehorse.esp KhajiitfemGuild.esp IF CHECKSUM("KhajiitfemGuild.esp", 47CEB0C1) && IF VAR(EN) DIRTY: 10 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("KhajiitfemGuild.esp", 47CEB0C1) && IF VAR(RU) DIRTY: 10 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("KhajiitfemGuild.esp", 47CEB0C1) && IF VAR(ES) DIRTY: 10 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". KatixasRefillablePotions.esp KatixasSkillLock.esp KatixasUsableBarrels.esp KDC - Better Food.esp Keen.esp Keen_0_7_engloc.esp kids_of_skyrim.esp kids_of_skyrim_DG.esp kids_of_skyrim_DB.esp King Metherions Rule and Demise.esp king mudcrab.esp KnockKnock.esp knownspells.esp KORsFoxFigurine.esp KR_Skyrim_Core_Creature.esp Krisan's Children.esp ktxcompleteskyforge.esp kuerteeHorseCommands.esp IF VAR(EN) SAY: Obsolete. Update to latest version, kuerteeHorseCommandsVerB2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, kuerteeHorseCommandsVerB2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, kuerteeHorseCommandsVerB2.esp. kuerteeHorseCommandsVerB.esp IF VAR(EN) SAY: Obsolete. Update to latest version, kuerteeHorseCommandsVerB2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, kuerteeHorseCommandsVerB2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, kuerteeHorseCommandsVerB2.esp. kuerteeHorseCommandsVerB2.esp kuerteeHorseCommandsVerB2 MCM.esp kuerteeProfessions.esp IF CHECKSUM("kuerteeProfessions.esp", 5F580BB5) || IF CHECKSUM("kuerteeProfessions.esp", A0DA9A22) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("kuerteeProfessions.esp", 5F580BB5) || IF CHECKSUM("kuerteeProfessions.esp", A0DA9A22) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("kuerteeProfessions.esp", 5F580BB5) || IF CHECKSUM("kuerteeProfessions.esp", A0DA9A22) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". kuerteeProfessions MCM.esp kuerteeSightlessSenses.esp Kuun's angels drop armor.esp Kuun's angels drop worn armor.esp IF FILE("Kuun's angels drop armor.esp") && IF VAR(EN) WARN: Use either Kuun's angels drop armor.esp or Kuun's angels drop worn armor.esp, not both. IF FILE("Kuun's angels drop armor.esp") && IF VAR(RU) WARN: Используйте любой, или Kuun's angels drop armor.esp или Kuun's angels drop worn armor.esp, не оба. IF FILE("Kuun's angels drop armor.esp") && IF VAR(ES) WARN: Usar Kuun's angels drop armor.esp o Kuun's angels drop worn armor.esp, no ambos. ENDGROUP: Base K BEGINGROUP: Base L laboheme_oghmainfiniumpathofmastery.esp LakReienforcments.esp Langsam wirkende Tränke.esp IF CHECKSUM("Langsam wirkende Tränke.esp", 163A3470) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Langsam wirkende Tränke.esp", 163A3470) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Langsam wirkende Tränke.esp", 163A3470) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Lanterns.esp //moved up from items- Lanterns and candles craftable and placeable, but not wearable -LD REGEX: Lanterns Of Skyrim - All In One - (Vivida ENB)?(The Goddess ENB|The Goddess v2dot2)?(Somber ENB)?(RLO)?(Cold Skyrim ENB)?(Climates of Tamriel - )?(1_5x Brighter|2x Brighter|Default)?(RCRN )?(Magic Light|lvl-\d|Hyper Purist|Classic|Legacy|Pure)?(Skylight)?\.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VAR(EN) SAY: Use only one Lanterns Of Skyrim - All In One esp. IF VAR(RU) SAY: Используйте только один Lanterns Of Skyrim - All In One esp. IF VAR(ES) SAY: Utilizar solo un Lanterns Of Skyrim - All In One esp. Lanterns Of Skyrim - All In One.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Lanterns Of Skyrim - All In One 2x brighter.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Lanterns Of Skyrim - All In One - Main.esp IFNOT FILE("Lanterns Of Skyrim - All In One - Main.esm") REQ: Lanterns Of Skyrim - All In One - Main.esm REGEX: Lanterns Of Skyrim - Around Cities(_bright)?\.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. REGEX: Lanterns Of Skyrim - Bridges x2 - OnOff(_bright)?\.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Lanterns Of Skyrim - Villages.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Lanterns Of Skyrim - CoT Nights lvl 8.esp //recommended to precede aio dg per 36/06 Lanterns Of Skyrim - AIO - Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Lanterns Of Skyrim - CoT3.1 Preset by EvilWolf2.esp moar lights.esp //apparently related to some part of LoS Lanterns Of Skyrim - Kilo Preset.esp Lanterns on the Roads (50% less lanterns).esp LBInteriorDecorating.esp LB Jewelry Chest.esp REGEX: LeatherWeightFix\(\d.\d\)\.esp leavemealonebryjolf.esp leazeropenlock.esp IF CHECKSUM("leazeropenlock.esp", 952CEB17) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("leazeropenlock.esp", 952CEB17) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("leazeropenlock.esp", 952CEB17) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(LB) MOD: RingsOnTheLeftHand.esp // load here for correct display of arm when 'Lady body.esp' is installed Lady Body.esp IF VAR(EN) && IF VERSION("TES5", "1.7.7", <) && IFNOT VAR(Dawnguard) WARN: For Lady Body 1.5 and highter Skyrim 1.7.7 and DLC Dawnguard are required. IF VAR(RU) && IF VERSION("TES5", "1.7.7", <) && IFNOT VAR(Dawnguard) WARN: Для Lady Body 1.5 и выше требуются Skyrim 1.7.7 и DLC Dawnguard. IF VAR(ES) && IF VERSION("TES5", "1.7.7", <) && IFNOT VAR(Dawnguard) WARN: Si utilizas Lady Body 1.7 o posterior Skyrim 1.7.7 y Dawnguard DLC son requeridos. IF VAR(EN) && IF VERSION("TES5", "1.8.151.0.7", <) && IFNOT VAR(Dawnguard) && IFNOT VAR(Dragonborn) WARN: For version Lady Body 2.1 and highter Skyrim 1.8.151.0.7, DLC Dawnguard and DLC Dragonborn are required. IF VAR(RU) && IF VERSION("TES5", "1.8.151.0.7", <) && IFNOT VAR(Dawnguard) && IFNOT VAR(Dragonborn) WARN: Для версии 2.1 и выше требуется Skyrim 1.8.151.0.7, DLC Dawnguard и DLC Dragonborn. IF VAR(ES) && IF VERSION("TES5", "1.8.151.0.7", <) && IFNOT VAR(Dawnguard) && IFNOT VAR(Dragonborn) WARN: Si utilizas Lady Body 2.1 o posterior Skyrim 1.8.151.0.7, DLC Dawnguard and DLC Dragonborn son requeridos. IF VAR(EN) SAY: This mod makes Khajiit and Argonian races unplayable. Don't install this mod if you want to play for Argonian or Khajiit. IF VAR(RU) SAY: С данным модом женский вариант аргониан и хаджитов становятся недоступны игрокам в виде игровых рас! Не ставьте этот мод, если играете/хотите играть зверорасами. IF VAR(ES) SAY: Este mod hace que las razas Khajiit and Argonian races no sean accesibles al jugador. No lo utilizaes si planeas ser un Argonian o Khajit. Lady RTB - Argonians and Khajiits.esp Lady RTB - Mehrunes Razor Enchantement.esp Lady RTB - Woods Mannequins.esp laziestalchemistalive.esp LeatherPlus.esp legendary dragons v1.esp Legendary Dragons.esp LegendarySmithingUpgrades.esp Legendary Smithing Upgrades.esp Legion Retrofit Mod.esp Legionettes.esp TAG: {{BASH: Relev}} LegendarySouls.esp IF CHECKSUM("LegendarySouls.esp", 9DDF1F5F) && IF VAR(EN) DIRTY: 270 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LegendarySouls.esp", 9DDF1F5F) && IF VAR(RU) DIRTY: 270 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LegendarySouls.esp", 9DDF1F5F) && IF VAR(ES) DIRTY: 270 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Legna da Ardere - Esploratore.esp Legs.esp LessArmorMoreShields002.esp LessWeightClutter.esp LetBeesFly.esp LeveledEnemies.esp LeveledGuardsImperialsStormcloaks.esp CraftUniqueArtifactWEAP.esp IFNOT FILE("LegendarySmithingUpgrades.esp") REQ: "http://www.nexusmods.com/skyrim/mods/1690 LegendarySmithingUpgrades".esp LFHM expert.esp LFox Alchemists Have Ingredients.esp LFox Alchemists Have Poisons.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) && IF FILE("LFox Alchemists Have Potions and Poisons.esp") ERROR: Delete. Already included in LFox Alchemists Have Potions and Poisons.esp. IF VAR(RU) && IF FILE("LFox Alchemists Have Potions and Poisons.esp") ERROR: Удалите. Уже включено в LFox Alchemists Have Potions and Poisons.esp. IF VAR(ES) && IF FILE("LFox Alchemists Have Potions and Poisons") ERROR: Borrar. Esta incluido en LFox Alchemists Have Potions and Poisons.esp. LFox Alchemists Have Potions.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) && IF FILE("LFox Alchemists Have Potions and Poisons.esp") ERROR: Delete. Already included in LFox Alchemists Have Potions and Poisons.esp. IF VAR(RU) && IF FILE("LFox Alchemists Have Potions and Poisons.esp") ERROR: Удалите. Уже включено в LFox Alchemists Have Potions and Poisons.esp. IF VAR(ES) && IF FILE("LFox Alchemists Have Potions and Poisons") ERROR: Borrar. Esta incluido en LFox Alchemists Have Potions and Poisons.esp. LFox Alchemists Have Potions and Poisons.esp TAG: {{BASH: Delev, Relev}} LFox Blacksmiths Have Metals.esp TAG: {{BASH: Delev, Relev}} LFox Bottle That Blood.esp REGEX: LIAT - (AI Packages|Crowded|Less Visitors|Lively Inns and Taverns|More Visitors)?\.esp IF VAR(EN) SAY: Obsolete. Update to latest version, LIAT - NPCs.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, LIAT - NPCs.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, LIAT - NPCs.esp. LIAT - NPCs.esp IF CHECKSUM("LIAT - NPCs.esp", 8EFD5F95) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LIAT - NPCs.esp", 8EFD5F95) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LIAT - NPCs.esp", 8EFD5F95) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("LIAT - NPCs.esp", 5887EDBA) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("LIAT - NPCs.esp", 5887EDBA) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("LIAT - NPCs.esp", 5887EDBA) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. librarian - book sorting.esp Libri ITA fix.esp lightingdragon.esp LightRest.esp LinenCraft.esp lingxc.esp Linked Home Chests.esp LivelyLovelyScreenie.esp livofl.esp lm_astronach.esp LMNimmervollerBeutelDV.esp loadingscreensbyyourmom.esp Loadout.esp Loadscreens Extended.esp LoadScreenTexts.esp lockBreaker_EV.esp lockpickcrafting.esp lockpickpro.esp LogicalJewelry.esp longer woodchopping.esp Long Lost Chopping Blocks.esp Long lost smelters by Hyralux.esp IF CHECKSUM("Long lost smelters by Hyralux.esp", F94A11AA) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Long lost smelters by Hyralux.esp", F94A11AA) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Long lost smelters by Hyralux.esp", F94A11AA) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Long lost smelters.esp Loot_Overhaul_Rebalanced_v.04.esp TAG: {{BASH: Delev, Relev}} LootFood.esp LootJunkDEConstruction.esp Lore Friendly - Dwemer Names.esp // TAG: {{BASH: Names}} lorecorrectvolendrung.esp UnlimitedBookshelves.esp IF CHECKSUM("UnlimitedBookshelves.esp", 2F29B9D5) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UnlimitedBookshelves.esp", 2F29B9D5) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UnlimitedBookshelves.esp", 2F29B9D5) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("UnlimitedBookshelves.esp", 99D0445E) && IF VAR(EN) DIRTY: 36 ITM, 59 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UnlimitedBookshelves.esp", 99D0445E) && IF VAR(RU) DIRTY: 36 ITM, 59 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UnlimitedBookshelves.esp", 99D0445E) && IF VAR(ES) DIRTY: 36 ITM, 59 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". UnlimitedBookshelves_FR.esp SIUBPatch.esp IFNOT FILE("UnlimitedBookshelves.esp") REQ: UnlimitedBookshelves.esp Lorecraft.esp Lorecraft - Cooking.esp Lorecraft - Crafting Complete.esp Lorecraft - dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT ACTIVE("LorecraftESM.esm") && IF VAR(EN) ERROR: LorecraftESM.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("LorecraftESM.esm") && IF VAR(RU) ERROR: LorecraftESM.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("LorecraftESM.esm") && IF VAR(ES) ERROR: LorecraftESM.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Lorecraft - Frostfall.esp LORECRAFT - Heavy Armory.esp Lorecraft - MCraft.esp Lorecraft - Vanilla.esp Lorecraft - Vanilla BS Tutorial Fix.esp Lorecraft - Traps.esp Lorecraft - Perks.esp LORECRAFT - Staves of Skyrim.esp Lost Art of the Blacksmith.esp IF VAR(EN) && IFNOT CHECKSUM("Lost Art of the Blacksmith.esp", 1720F631) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("Lost Art of the Blacksmith.esp", 1720F631) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Lost Art of the Blacksmith.esp", 1720F631) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). Lost Art of the Blacksmith-Bethesdasafe.esp Love Season.esp lovecraftbooks.esp Loveless.esp LoversComfort.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" 3.4+ IFNOT VAR(FNIS) REQ: "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" IFNOT ACTIVE("SexLab.esm") && IF VAR(EN) ERROR: SexLab.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexLab.esm") && IF VAR(RU) ERROR: SexLab.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexLab.esm") && IF VAR(ES) ERROR: SexLab.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. IF CHECKSUM("LoversComfort.esp", F813096A) && IFNOT ACTIVE("SexLabAroused.esm") && IF VAR(EN) ERROR: SexLabAroused.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("LoversComfort.esp", F813096A) && IFNOT ACTIVE("SexLabAroused.esm") && IF VAR(RU) ERROR: SexLabAroused.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("LoversComfort.esp", F813096A) && IFNOT ACTIVE("SexLabAroused.esm") && IF VAR(ES) ERROR: SexLabAroused.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT FILE("SexLabAroused.esm") && IF VAR(EN) WARN: "http://www.loverslab.com/topic/20193-wip-sexlab-aroused-v20130824/ SexLabAroused" is new dependency for the latest version of mod, install and enable it, otherwise you will get CTD. IFNOT FILE("SexLabAroused.esm") && IF VAR(RU) WARN: "http://www.loverslab.com/topic/20193-wip-sexlab-aroused-v20130824/ SexLabAroused" - новое требование для последней версии мода, установите и подключите его, для избежания вылетов с последними версиями. IFNOT FILE("SexLabAroused.esm") && IF VAR(ES) WARN: "http://www.loverslab.com/topic/20193-wip-sexlab-aroused-v20130824/ SexLabAroused" is new dependency for the latest version of mod, install and enable it, otherwise you will get CTD. LoversHook.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" 3.4+ IFNOT VAR(FNIS) REQ: "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" IFNOT ACTIVE("SexLab.esm") && IF VAR(EN) ERROR: SexLab.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexLab.esm") && IF VAR(RU) ERROR: SexLab.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexLab.esm") && IF VAR(ES) ERROR: SexLab.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. LoversVictim.esp LPSleep.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" 1.6.16+ lt_better_horses.esp IF VAR(EN) || IF VAR(RU) ERROR: Do not use. Mod is abandoned and known to cause permanent save corruption. IF VAR(ES) ERROR: No utilizar. Este mod ha sido abandonado y puede dañar tu juego. //Added warning as per G.C. Issue 304 lt_better_horses_uninstaller.esp HMBHPatch.esp SIBHPatch.esp lt_camping.esp ltbl.esp IF CHECKSUM("ltbl.esp", 3AC741CA) && IF VAR(EN) DIRTY: 31 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ltbl.esp", 3AC741CA) && IF VAR(RU) DIRTY: 31 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ltbl.esp", 3AC741CA) && IF VAR(ES) DIRTY: 31 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Lunar Forge Patch.esp lush trees.esp LustyArgonianMaidV1andV2_TheUntoldStory.esp LustyArgonianMaid&SultryArgonianBard.esp LustyArgonianMaidVolume3.esp lustymaidonehand.esp LydiaExchangeableArmor.esp LydiaLoopFix.esp lydia out please.esp Lynxx.esp ENDGROUP: Base L BEGINGROUP: Base M M.D. Wolfe's (SER) Market fix.esp MAD Axe Bleeding Rebalance.esp Mad God's World.esp MAD Ingots & Leather.esp IF FILE("Ars Metallica.esp") INC: Ars Metallica. Use the compatible version. IF FILE("MAD Ingots & Leather Ars Metallica Compatible.esp") && IF VAR(EN) WARN: Use either MAD Ingots & Leather.esp or MAD Ingots & Leather Ars Metallica Compatible.esp, not both. IF FILE("MAD Ingots & Leather Ars Metallica Compatible.esp") && IF VAR(RU) WARN: Используйте любой, или MAD Ingots & Leather.esp или MAD Ingots & Leather Ars Metallica Compatible.esp, не оба. IF FILE("MAD Ingots & Leather Ars Metallica Compatible.esp") && IF VAR(ES) WARN: Usar MAD Ingots & Leather.esp o MAD Ingots & Leather Ars Metallica Compatible.esp, no ambos. MAD Ingots & Leather Ars Metallica Compatible.esp Mage's Cheat Compendium.esp mage'sbag.esp IFNOT CHECKSUM("Magecraft.esp", 72943ADE) MOD: Magecraft.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("Magecraft.esp", 8CD7EFBA) && IF VAR(EN) DIRTY: 0 ITM, 39 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Magecraft.esp", 8CD7EFBA) && IF VAR(RU) DIRTY: 0 ITM, 39 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Magecraft.esp", 8CD7EFBA) && IF VAR(ES) DIRTY: 0 ITM, 39 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Magecraft.esp", B9EBDC52) && IF VAR(EN) DIRTY: 0 ITM, 39 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Magecraft.esp", B9EBDC52) && IF VAR(RU) DIRTY: 0 ITM, 39 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Magecraft.esp", B9EBDC52) && IF VAR(ES) DIRTY: 0 ITM, 39 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // there are two different mods with same name; this one reqs all dlc IF CHECKSUM("Magecraft.esp", 72943ADE) MOD: Magecraft.esp // there two different mods with same name; this one does not req all dlc MaiqSENPAI.esp mainmenuspinningskyrimemblem.esp MakeMoonSugar.esp MaladiesDeBordeciel.esp IF CHECKSUM("MaladiesDeBordeciel.esp", E54712F2) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MaladiesDeBordeciel.esp", E54712F2) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MaladiesDeBordeciel.esp", E54712F2) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Malkavs Collection.esp malukahmainmenu.esp mammoth hide.esp mammoth pelts.esp MammothPelt.esp MammothPelts.esp Maniak.esp Mannequin Aela the huntress.esp Manniquen Lisette 2.0.esp Mannequinfix.esp Mannequins.esp manny Lantern Caretakers.esp IFNOT ACTIVE("Lanterns Of Skyrim - All In One - Main.esm") && IF VAR(EN) ERROR: Lanterns Of Skyrim - All In One - Main.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Lanterns Of Skyrim - All In One - Main.esm") && IF VAR(RU) ERROR: Lanterns Of Skyrim - All In One - Main.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Lanterns Of Skyrim - All In One - Main.esm") && IF VAR(ES) ERROR: Lanterns Of Skyrim - All In One - Main.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Manure.esp REGEX: MicroBikin.+\.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Mini-Mannequins.esp marader.esp IF CHECKSUM("marader.esp", AAC47B36) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. // CRC AAC47B36 is only for russian version. I have no english esp. Dont forget to add the english crc to russian line also. IF CHECKSUM("marader.esp", AAC47B36) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("marader.esp", AAC47B36) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. marchanditinerant.esp Marco's Integrated Leveled Lists.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("Marco's Integrated Leveled Lists.esp", A0E26CE4) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Marco's Integrated Leveled Lists.esp", A0E26CE4) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Marco's Integrated Leveled Lists.esp", A0E26CE4) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". marijuana.esp IF CHECKSUM("marijuana.esp", 41A328F2) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("marijuana.esp", 41A328F2) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("marijuana.esp", 41A328F2) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Mark Books as Read - DV.esp marriagedynamicoutfits.esp masser_and_secunda_from_morr.esp master alchemy book.esp Master of the Heart Potion.esp MasterChest.esp MaybeHeartsAndFlesh.esp REGEX: MB_DragonSoul.+\.esp mcCampingLite.esp MD Skyrim Saddle Bags.esp mechanicaloctopods.esp MECR_Find_Crab_Meat_on_Mud_Crabs.esp MeilleursChevaux.esp Mejor Blacksmithing.esp Meltdown.esp MennoHorses.esp MenuShoutsInDragonsAndEnglishLanguage.esp mercguard.esp Merchant Contract.esp Merchant Keeva.esp merchantsrevamped_1.0.esp MF_RadiantProstitution.esp IFNOT ACTIVE("SexLab.esm") && IF VAR(EN) ERROR: SexLab.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexLab.esm") && IF VAR(RU) ERROR: SexLab.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexLab.esm") && IF VAR(ES) ERROR: SexLab.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. MF_SpectatorCrowds.esp MightyDragonsHolyBook.esp mikeysmodslockpick.esp milk.esp MilkHearthfire.esp milk and butter.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Milk and Juice.esp MOD: Молоко и Juice.esp MilkModNEW.esp milkywaygalaxy.esp Millionaire.esp Mine and Cut Gems.esp MiniatureHorses.esp Mining Extended.esp misc crafting merchant.esp Missing_Carriges.esp MissingTotemPuzzlePillars.esp MLLY- Mini-Mannequins.esp MLLY - MAIN v1_0.esp MLLY - MAIN v4_0.esp MLLY - FEMALE.esp MLLY - FEMALE v1.0.esp MLLY - MALE.esp MLLY - RESET.esp MLLY - MAIN HF.esp MLLY - FEMALE HF.esp MLLY - RESET HF.esp mm_AspectOfTheBeastPotion.esp mmbedroll1.esp mmm complete.esp megaspeedmmm.esp misc_junk_items_breakdown-dawnguard.esp misc_junk_items_breakdown-dawnguard_addon.esp MiscAlchemyIngredients.esp MMVD.esp ModernDayCalendarNames.esp ModernDayCalendarNamesFR.esp ModernDayCalenderNames DV.esp ModernDayCalendarNames (German Version).esp Modern Day Calendar Names_Learn Names.esp IF FILE("ModernDayCalendarNames.esp") || IF FILE("ModernDayCalenderNames DV.esp") INC: ModernDayCalendarNames esp. ModestPrisonerNook.esp MogosMead.esp MomoDash.esp MoneyBox.esp ModOlto_EasyCraft.esp Mononoke.esp Montures Monstres.esp IF CHECKSUM("Montures Monstres.esp", ADBF7D3B) && IF VAR(EN) DIRTY: 5 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Montures Monstres.esp", ADBF7D3B) && IF VAR(RU) DIRTY: 5 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Montures Monstres.esp", ADBF7D3B) && IF VAR(ES) DIRTY: 5 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Monster Mounts Dawnguard.esp IF CHECKSUM("Monster Mounts Dawnguard.esp", 261535FB) && IF VAR(EN) DIRTY: 2 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Monster Mounts Dawnguard.esp", 261535FB) && IF VAR(RU) DIRTY: 2 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Monster Mounts Dawnguard.esp", 261535FB) && IF VAR(ES) DIRTY: 2 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("Montures Monstres.esp") && IF VAR(EN) WARN: Use either Montures Monstres.esp or Monster Mounts Dawnguard.esp, not both. IF FILE("Montures Monstres.esp") && IF VAR(RU) WARN: Используйте любой Montures Monstres.esp или Monster Mounts Dawnguard.esp, не оба. IF FILE("Montures Monstres.esp") && IF VAR(ES) WARN: Usar Montures Monstres.esp o Monster Mounts Dawnguard.esp, no ambos. MonsterMountsDragonborn.esp MontyXAddPerkPoints.esp montyxdsg.esp MonysPortableCraftingEquipment.esp Moonpath_TP.esp Moose&Carrie.esp More Alien Skyrim.esp more carriages.esp more citizens winterhold.esp More Craftables.esp TAG: {{BASH: Relev}} IFNOT CHECKSUM("Crafting300.esp", FFCC056A) && IFNOT CHECKSUM("Crafting300.esp", 50142D0D) MOD: More Craftables - Crafting 300 compatibility.esp IFNOT FILE("Crafting300.esp") REQ: "http://www.nexusmods.com/skyrim/mods/2933 Crafting 300 - Armoury of Tamriel" IFNOT FILE("More Craftables.esp") REQ: "http://www.nexusmods.com/skyrim/mods/799 More Craftables" More Craftables - Dwemer Certified compatibility.esp IFNOT FILE("Dwemer Certified.esp") REQ: "http://www.nexusmods.com/skyrim/mods/10442 Dwemer Certified" IFNOT FILE("More Craftables.esp") REQ: "http://www.nexusmods.com/skyrim/mods/799 More Craftables" Convertible Azura's Star.esp More Critters.esp more enemies.esp More Enemies 1.0.esp More Escape Passages.esp IF CHECKSUM("More Escape Passages.esp", 5E1C828F) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("More Escape Passages.esp", 5E1C828F) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("More Escape Passages.esp", 5E1C828F) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". More Guards.esp More Interactive Items.esp more leather.esp more locked containers.esp more npcs in the wild.esp more plants.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). more plants dawnguard.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) more plants all extra.esp More Prey animals.esp More Salt Please.esp More Salt Please - Dragonborn addon.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) More Village Animals Merged.esp more_elk.esp More_Hides.esp IF CHECKSUM("More_Hides.esp", C1457E3C) || IF CHECKSUM("More_Hides.esp", D0B6794D) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("More_Hides.esp", C1457E3C) || IF CHECKSUM("More_Hides.esp", D0B6794D) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("More_Hides.esp", C1457E3C) || IF CHECKSUM("More_Hides.esp", D0B6794D) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". More_Saddles.esp MoreChildrenItem.esp moredragonloot.esp moredrinks.esp MoreFood.esp MoreGrass.esp MoreHeartsAndFlesh.esp // Possibly requires tags. MoreHunting.esp moreingreds.esp MoreLanterns.esp Moreloadscreen_CN by cynicalling.esp MoreNPCs.esp moresmelters.esp MoreVillageAnimals.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. MoreWar.esp MORIAmine.esp Morozik75_Better_Skillbook_Rus.esp Morozik75_Clam.esp Morozik75_Potion.esp Morrowind Soul Gems.esp Moss Rocks.esp Moss Rocks_DB.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IFNOT FILE("Moss Rocks.esp") REQ: "http://www.nexusmods.com/skyrim/mods/31856 Moss Rocks" moulin.esp Mr.Blue's Master Console Command Book.esp mt3adddwsmithing.esp mudcrab_merchant.esp mudTyrant.esp MultiSack.esp MummydraugrTEST.esp MVABasic.esp MVAIvarstead.esp MVARorikstead.esp mxdemonicarmoredhorse.esp IF CHECKSUM("mxdemonicarmoredhorse.esp", DBE462C2) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("mxdemonicarmoredhorse.esp", DBE462C2) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("mxdemonicarmoredhorse.esp", DBE462C2) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Mythic Dawn Skill Books.esp Mythic Dawn Visitors.esp mxaequitas.esp mxbluehorse.esp mxgeomorphicdevice.esp mxruin.esp mxskeletalfrostmane.esp mxsvaoilfari.esp mxvampirecrystal.esp mxwerewolfcrystal.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). ENDGROUP: Base M BEGINGROUP: Base N Named bosses in skyrim.esp Named bosses in skyrim I v1.1.esp // TAG: {{BASH: Names}} IFNOT CHECKSUM("NamedSoulGems.esp", A030E3D0) && IFNOT CHECKSUM("NamedSoulGems.esp", 960ED540) MOD: NamedSoulGems.esp IF CHECKSUM("NamedSoulGems.esp", 3B92C13A) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NamedSoulGems.esp", 3B92C13A) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NamedSoulGems.esp", 3B92C13A) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Names - NPCs.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Names - NPCs - 1_1.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Names - NPCs - 1_1.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Names - NPCs - 1_1.esp. Names - NPCs - 1_1.esp Names - enemies - impersonal completely.esp IF CHECKSUM("Names - enemies - impersonal completely.esp", 13F3D6DA) && IF VAR(EN) DIRTY: 57 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Names - enemies - impersonal completely.esp", 13F3D6DA) && IF VAR(RU) DIRTY: 57 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Names - enemies - impersonal completely.esp", 13F3D6DA) && IF VAR(ES) DIRTY: 57 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NaturalClock.esp Naughty Books.esp Nazgul.esp necklace display.esp Necromage Fix.esp necromerchant.esp NerfCreatureEffect.esp NEW dRAGONS3.0.esp IF CHECKSUM("NEW dRAGONS3.0.esp", 83EBDC5C) && IF VAR(EN) DIRTY: 60 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NEW dRAGONS3.0.esp", 83EBDC5C) && IF VAR(RU) DIRTY: 60 ITM, 1 UDR UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NEW dRAGONS3.0.esp", 83EBDC5C) && IF VAR(ES) DIRTY: 60 ITM, 1 UDR UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". new guards.esp New Theives Guild Members.esp new wildlife.esp NewBeveragesAndMiscItems.esp New_Beverages_and_Misc_Items.esp IF CHECKSUM("New_Beverages_and_Misc_Items.esp", D77B6928) && IF VAR(EN) DIRTY: 25 ITM, 76 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("New_Beverages_and_Misc_Items.esp", D77B6928) && IF VAR(RU) DIRTY: 25 ITM, 76 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("New_Beverages_and_Misc_Items.esp", D77B6928) && IF VAR(ES) DIRTY: 25 ITM, 76 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NewBosses.esp newcookingrecipes.esp NewHorseBuran.esp NewjHostileDef.esp NewjTravelers.esp NewPlantsDemo.esp nexus_craftable_smeltable_soulgems.esp NGNPC.esp NichaDV.2.0.esp Nifswitch.esp NightingaleArmorTextureFix.esp Nightingale Equipment Tweaks.esp Nightmare.esp NMWW_1PP.esp No bird in a tree.esp No DB Mooks.esp //following set recommended to load high, so moved up from overrides -LD No Permanent Essentials Redux.esp IF CHECKSUM("No Permanent Essentials Redux.esp", D68322C4) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("No Permanent Essentials Redux.esp", D68322C4) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("No Permanent Essentials Redux.esp", D68322C4) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(USKP) && IF VAR(EN) ERROR: Unofficial Skyrim Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(USKP) && IF VAR(RU) ERROR: Unofficial Skyrim Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(USKP) && IF VAR(ES) ERROR: Unofficial Skyrim Patch.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF VAR(Dawnguard) && IFNOT FILE("No Permanent Essentials Redux -- Dawnguard.esp") REQ: No Permanent Essentials Redux -- Dawnguard.esp for proper operation with Dawnguard. No Permanent Essentials Redux -- Dawnguard.esp IF CHECKSUM("No Permanent Essentials Redux -- Dawnguard.esp", 11202A14) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("No Permanent Essentials Redux -- Dawnguard.esp", 11202A14) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("No Permanent Essentials Redux -- Dawnguard.esp", 11202A14) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(USKP) && IF VAR(EN) ERROR: Unofficial Skyrim Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(USKP) && IF VAR(RU) ERROR: Unofficial Skyrim Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(USKP) && IF VAR(ES) ERROR: Unofficial Skyrim Patch.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(UDGP) && IF VAR(EN) ERROR: Unofficial Dawnguard Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(UDGP) && IF VAR(RU) ERROR: Unofficial Dawnguard Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(UDGP) && IF VAR(ES) ERROR: Unofficial Dawnguard Patch.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. No Permanent Essentials Redux -- Dragonborn.esp No Permanent Essentials Redux -- Bring Out Your Dead Compatibility.esp IFNOT VAR(USKP) && IF VAR(EN) ERROR: Unofficial Skyrim Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(USKP) && IF VAR(RU) ERROR: Unofficial Skyrim Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(USKP) && IF VAR(ES) ERROR: Unofficial Skyrim Patch.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("Bring Out Your Dead.esp") && IF VAR(EN) ERROR: Bring Out Your Dead.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Bring Out Your Dead.esp") && IF VAR(RU) ERROR: Bring Out Your Dead.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Bring Out Your Dead.esp") && IF VAR(ES) ERROR: Bring Out Your Dead.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("No Permanent Essentials Redux.esp") && IF VAR(EN) ERROR: No Permanent Essentials Redux.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("No Permanent Essentials Redux.esp") && IF VAR(RU) ERROR: No Permanent Essentials Redux.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("No Permanent Essentials Redux.esp") && IF VAR(ES) ERROR: No Permanent Essentials Redux.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. No Salt, Period!.esp No Warning - Default Attack Radius.esp No Warning - Double Attack Radius.esp IF CHECKSUM("No Warning - Double Attack Radius.esp", B79D2CCD) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("No Warning - Double Attack Radius.esp", B79D2CCD) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("No Warning - Double Attack Radius.esp", B79D2CCD) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("No Warning - Default Attack Radius.esp") && IF VAR(EN) WARN: Use only one No Warning - * Attack Radius.esp. IF FILE("No Warning - Default Attack Radius.esp") && IF VAR(RU) WARN: Используйте только один No Warning - * Attack Radius.esp. IF FILE("No Warning - Default Attack Radius.esp") && IF VAR(ES) WARN: Utilizar solo un No Warning - * Attack Radius.esp. Nocturnal Craftable Armors.esp IF VAR(EN) && IF FILE("Vampirelordroyal.esp") WARN: Author states in Nexus description that Royal Bloodlines (Vampirelordroyal.esp) will break this mod. IF VAR(RU) && IF FILE("Vampirelordroyal.esp") WARN: Автор сообщает в описании на нексусе, что Royal Bloodlines (Vampirelordroyal.esp) может портить этот мод. IF VAR(ES) && IF FILE("Vampirelordroyal.esp") WARN: Según el autor Royal Bloodlines (Vampirelordroyal.esp) no funcionará con este mod. NoFish.esp nokeysrequired.esp NoMuffleEffect.esp noobchest.esp NordNeeds.esp Nord Needs + Hearthfires.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Nord Needs + Dragonborn.esp Nord Needs + Cooking Expanded patch.esp IFNOT FILE("CookingExpanded.esp") REQ: "http://www.nexusmods.com/skyrim/mods/1409 Cooking Expanded" IFNOT FILE("NordNeeds.esp") REQ: "http://www.nexusmods.com/skyrim/mods/21384 NordNeeds" Nords are Rude and Shout a Lot.esp nordsmithing.esp NoSaltRecipes.esp RecettesSansSel.esp // French NoSaltRecipes.esp IF FILE("NoSaltRecipes.esp") && IF VAR(EN) WARN: Use either NoSaltRecipes.esp or RecettesSansSel.esp, not both. IF FILE("NoSaltRecipes.esp") && IF VAR(RU) WARN: Используйте любой, или NoSaltRecipes.esp или RecettesSansSel.esp, не оба. IF FILE("NoSaltRecipes.esp") && IF VAR(ES) WARN: Usar NoSaltRecipes.esp o RecettesSansSel.esp, no ambos. norequirementshearthfirecraftingmaterals.esp nospiders.esp Nothing but a hat.esp NoxUE.esp NPC Bartering.esp npc hearts.esp NPCPerked.esp IF VAR(EN) SAY: Run BOSS before generating the Perked Patch.esp. Otherwise, the patch created will have it's masters out of order. IF VAR(RU) SAY: Запускайте BOSS перед генерацией Perked Patch.esp. Иначе созданный патч будет иметь отличающийся порядок мастерфайлов. IF VAR(ES) SAY: Corre BOSS antes de generar Perked Patch.esp. IF CHECKSUM("NPCPerked.esp", CF92E3AC) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NPCPerked.esp", CF92E3AC) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NPCPerked.esp", CF92E3AC) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NPCsOnHorses.esp Nyancat.esp ENDGROUP: Base N BEGINGROUP: Base O O dom das Trevas - REVAMPED.esp Oblivion Black Soul Gem Creation.esp IF CHECKSUM("Oblivion Black Soul Gem Creation.esp", 91E35983) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Oblivion Black Soul Gem Creation.esp", 91E35983) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Oblivion Black Soul Gem Creation.esp", 91E35983) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Oblivion Missing Skill Books.esp REGEX: Oblivious Horses.*\.esp IF VAR(EN) SAY: Use only one Oblivious Horses esp. IF VAR(RU) SAY: Используйте только один Oblivious Horses esp. IF VAR(ES) SAY: Utilizar solo un Oblivious Horses esp. obsidian mountains.esp Occupy Skyrim.esp DFG.esp //Occupy Skyrim optional Omega Death.esp IF CHECKSUM("Omega Death.esp", AF7B99C2) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Omega Death.esp", AF7B99C2) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Omega Death.esp", AF7B99C2) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Open Empty Containers.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" optionalcarriges.esp OrcTribesWearOrcishArmor.esp OreMerchant.esp ores from armor.esp ORM-Arvak.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Osare Food.esp outfitchanger.esp DudestiaOutfitChanger.esp outhouse.esp Overpowered Chest of God Items (main file) v1.00.0 REVAMPED.esp Owned.esp ENDGROUP: Base O BEGINGROUP: Base P Painting In Skyrim.esp PaintingsTest.esp palantirbalanced.esp Paladin_Warrior_Swap.esp Pandora's Box.esp Pandora's Box 2.esp Passive Beast.esp PassiveWeaponEnchantmentRecharging.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" PCEAr - Core.esp PCEAr - Dawnguard.esp PCEAr - Dragonborn.esp PearlSearch.esp pelts+ vanilla.esp PeopleofSkyrim v1.esp People Have Lanterns.esp IFNOT CHECKSUM("People Have Lanterns.esp", DC3B2BAE) SAY: If this file is not higher than v1.2.2, update to the latest version. People Have Torches.esp IFNOT CHECKSUM("People Have Torches.esp", 7E5D2415) SAY: If this file is not higher than v1.2.2, update to the latest version. IF FILE("People Have Lanterns.esp") && IF VAR(EN) WARN: Use either People Have Lanterns.esp or People Have Torches.esp, not both. IF FILE("People Have Lanterns.esp") && IF VAR(RU) WARN: Используйте любой, или People Have Lanterns.esp или People Have Torches.esp, не обa. IF FILE("People Have Lanterns.esp") && IF VAR(ES) WARN: Usar People Have Lanterns.esp o People Have Torches.esp, no ambos. Pepel from Hiro.esp phantomslowersped.esp phiTame.esp phiTameDG.esp phiTameDB.esp phiTameDGDB.esp Poezdka from Hiro.esp MOD: Поездка от Hiro.esp perfect legionnaire.esp Perfect Legionnaire 3.0.esp Perk Books.esp PerkPointPotion.esp perkpotions.esp PerkReset.esp IF VAR(EN) WARN: Rename this file to PerkReset.esm. IF VAR(RU) WARN: Переименуйте этот файл в PerkReset.esm. IF VAR(ES) WARN: Renombra este archivo a PerkReset.esm. Perks Unbound.esp IF VAR(Dawnguard) && IFNOT FILE ("Perks Unbound - Dawnguard.esp") REQ: Perks Unbound - Dawnguard.esp IF VAR(Dragonborn) && IFNOT FILE ("Perks Unbound - Dragonborn.esp") REQ: Perks Unbound - Dragonborn.esp IF FILE ("Perks Unbound - Dragonborn.esp") && IF FILE ("Perks Unbound - Dawnguard.esp") SAY: Update (PU,PU-DG,PU-DB) to Perks Unbound - Merged.esp Perks Unbound - Helmless Warrior.esp IF VAR(Dawnguard) && IFNOT FILE ("Perks Unbound - Dawnguard.esp") REQ: Perks Unbound - Dawnguard.esp IF FILE("Perks Unbound.esp") && IF VAR(EN) WARN: Use either Perks Unbound.esp or Perks Unbound - Helmless Warrior.esp, not both. IF FILE("Perks Unbound.esp") && IF VAR(RU) WARN: Используйте любой, или Perks Unbound.esp или Perks Unbound - Helmless Warrior.esp, не обa. IF FILE("Perks Unbound.esp") && IF VAR(ES) WARN: Usar Perks Unbound.esp or Perks Unbound - Helmless Warrior.esp, no ambos. Perks Unbound - Dawnguard.esp IFNOT FILE ("Perks Unbound.esp") && IFNOT FILE ("Perks Unbound - Helmless Warrior.esp") && IF VAR(EN) REQ: Perks Unbound.esp or Perks Unbound - Helmless Warrior.esp. IFNOT FILE ("Perks Unbound.esp") && IFNOT FILE ("Perks Unbound - Helmless Warrior.esp") && IF VAR(RU) REQ: Perks Unbound.esp или Perks Unbound - Helmless Warrior.esp. IFNOT FILE ("Perks Unbound.esp") && IFNOT FILE ("Perks Unbound - Helmless Warrior.esp") && IF VAR(ES) REQ: Perks Unbound.esp o Perks Unbound - Helmless Warrior.esp. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Perks Unbound - Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Perks Unbound - Merged.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). perksui.esp pf_deadlytraps.esp pf_identified_skill_books.esp pf_removeenchantingrestrictions.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. phiNoFF.esp IF VAR(EN) SAY: Obsolete. Update to latest version, phiNoFF.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, phiNoFF.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, phiNoFF.esm. PilgrimsDelight.esp Pilotable Rowboat BETA.esp Piratelords Loot Adjustments.esp TAG: {{BASH: Delev, Relev}} Place2Sleep.esp plant trees.esp plantablejarrinroot.esp PlayableGiantClub.esp PlayableGreybeardRobe.esp playable Psijic.esp Plus_de_charriots_1.0.esp PocketMoney.esp Point The Way.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ poison.esp Populated Dungeons Caves Ruins.esp Populated Forts Towers Places.esp Populated Lands Roads Paths.esp Populated Prisons.esp IF CHECKSUM("Populated Prisons.esp", 6BD131F0) && IF VAR(EN) DIRTY: 7 ITM, 14 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Populated Prisons.esp", 6BD131F0) && IF VAR(RU) DIRTY: 7 ITM, 14 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Populated Prisons.esp", 6BD131F0) && IF VAR(ES) DIRTY: 7 ITM, 14 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Populated Skyrim Civil War.esp Populated Skyrim Prisons Cells.esp Populus.esp Portable Campsite.esp IF CHECKSUM("Portable Campsite.esp", C70BE4C6) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Portable Campsite.esp", C70BE4C6) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Portable Campsite.esp", C70BE4C6) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Portable Campsite Lite.esp Portable Campsite Craftable.esp portable hole.esp PortableSeller.esp Portal Companion Cube Lexicon.esp Portalfix.esp poshmudcrabs.esp IF CHECKSUM("poshmudcrabs.esp", 7B384084) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("poshmudcrabs.esp", 7B384084) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("poshmudcrabs.esp", 7B384084) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". potent food.esp potion_vampiris_lycanthropy.esp potionchest.esp potionmod.esp PotionRackResource.esp potions.esp //inebriation effect added to bevs Potions Renamed.esp potionupgrades.esp PowderMammothTusks.esp Power Potions.esp TAG: {{BASH: Relev}} IF CHECKSUM("Power Potions.esp", 7F5EA37E) && IF VAR(EN) DIRTY: 26 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Power Potions.esp", 7F5EA37E) && IF VAR(RU) DIRTY: 26 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Power Potions.esp", 7F5EA37E) && IF VAR(ES) DIRTY: 26 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". prettyindapple.esp Prisoners and Beggars Skyrim.esp Project-Legacy.esp IF CHECKSUM("Project-Legacy.esp", 29A43728) && IF VAR(EN) DIRTY: 21 ITM, 263 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Project-Legacy.esp", 29A43728) && IF VAR(RU) DIRTY: 21 ITM, 263 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Project-Legacy.esp", 29A43728) && IF VAR(ES) DIRTY: 21 ITM, 263 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Project Ultimatum.esp prostitutes.esp ProtectMyCitizens.esp ProtectYourself.esp PsikoticsSkyMoNecro.esp PsilocybinMushrooms.esp PsilocybinMushrooms_FlyAmanita.esp psychosteve_bust of the gray fox.esp psychosteve_stone of barenziah.esp REGEX: Prides of Skyrim( weak)?\.esp TAG: {{BASH: Relev}} IF CHECKSUM("Prides of Skyrim.esp", 914A3A73) || IF CHECKSUM("Prides of Skyrim.esp", D748752A) && IF VAR(EN) DIRTY: 94 ITM, 40 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Prides of Skyrim.esp", 914A3A73) || IF CHECKSUM("Prides of Skyrim.esp", D748752A) && IF VAR(RU) DIRTY: 94 ITM, 40 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Prides of Skyrim.esp", 914A3A73) || IF CHECKSUM("Prides of Skyrim.esp", D748752A) && IF VAR(ES) DIRTY: 94 ITM, 40 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Pupetteer Master.esp PuppetMaster.esp purposeful guards.esp ENDGROUP: Base P BEGINGROUP: Base Q q mannequins and more.esp qmod04jump.esp Quest Eraser.esp Quest Eraser_DG.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Quête Eraser_DG.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). questknowledge.esp Quests-Timing Book.esp quiet_whiterun_kids.esp quxxy - improved, sortable books.esp ENDGROUP: Base Q BEGINGROUP: Base R Rabbit's Foot Caravan.esp RabbitsPlus.esp RaceAbilitiesForAll.esp RaceCompatibility_patch_Dawngard.esp Races.esp Rageofthespirits.esp IF CHECKSUM("Rageofthespirits.esp", BC4BA4F4) && IF VAR(EN) DIRTY: 3 ITM, 71 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Rageofthespirits.esp", BC4BA4F4) && IF VAR(RU) DIRTY: 3 ITM, 71 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Rageofthespirits.esp", BC4BA4F4) && IF VAR(ES) DIRTY: 3 ITM, 71 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RagtagBandits.esp ramen2.esp REGEX: random_bandits.*\.esp 11456_random_bandits_.esp Random Housecarls Clothing.esp Randomized Word Walls.esp ranger class kit.esp RapidManufacturing.esp rats.esp RaushanSayoran.esp Raven Rock Bug Jars.esp REGEX: Radiant and Unique Potions (and )?Poisons.*\.esp IF FILE("Radiant and Unique Potions and Poisons.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version. IF FILE("Radiant and Unique Potions and Poisons.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF FILE("Radiant and Unique Potions and Poisons.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF FILE("Radiant and Unique Potions Poisons and BOOZE.esp") && IF REGEX("Unique BOOZE Bottles.*\.esp") && IF VAR(EN) SAY: Uninstall Unique BOOZE Bottles. IF FILE("Radiant and Unique Potions Poisons and BOOZE.esp") && IF REGEX("Unique BOOZE Bottles.*\.esp") && IF VAR(RU) SAY: Деинсталируйте Unique BOOZE Bottles. IF FILE("Radiant and Unique Potions Poisons and BOOZE.esp") && IF REGEX("Unique BOOZE Bottles.*\.esp") && IF VAR(ES) SAY: Desinstala Unique BOOZE Bottles. Raw Food Alchemy.esp Raw Food Alchemy (DG HF DB) .esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). RE_RealEstate.esp reactive guards 1.0.esp ReadingTakesTime.esp Real Clouds.esp IF CHECKSUM("Real Clouds.esp", E3A80548) && IF VAR(EN) DIRTY: 42 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Real Clouds.esp", E3A80548) && IF VAR(RU) DIRTY: 42 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Real Clouds.esp", E3A80548) && IF VAR(ES) DIRTY: 42 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". real crossbow smithing.esp Real Days.esp real glaciers.esp IF VAR(EN) WARN: Old version, update to Real Glaciers V2. IF VAR(RU) WARN: Устарело. Обновите до версии 2 или выше. IF VAR(ES) WARN: Versión obsoleta, descargar Real Glaciers V2. real glaciers v2.esp Real Months.esp real mountains.esp Real Traders.esp realanimalsdomesticated.esp realistic clouds.esp realistic dragons.esp IF CHECKSUM("realistic dragons.esp", 0D5A10E4) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("realistic dragons.esp", 0D5A10E4) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("realistic dragons.esp", 0D5A10E4) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". realistic ingot recovery.esp Realistic Map with Controls.esp REGEX: Realistic Wildlife Loot V.+\.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) SAY: Use only one Realistic Wildlife Loot V*.esp. IF VAR(RU) SAY: Используйте только один Realistic Wildlife Loot V*.esp. IF VAR(ES) SAY: Utilizar solo un Realistic Wildlife Loot V*.esp. RWL Option - 3x Giant toes.esp IF VAR(EN) SAY: Use only one Realistic Wildlife Loot esp. IF VAR(RU) SAY: Используйте только один Realistic Wildlife Loot esp. IF VAR(ES) SAY: Utilizar solo un Realistic Wildlife Loot esp. REGEX: Realistic Wildlife Loot -( IMCN)?( Realistic| Reduced)\.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) SAY: Use only one Realistic Wildlife Loot - *.esp. IF VAR(RU) SAY: Используйте только один Realistic Wildlife Loot - *.esp. IF VAR(ES) SAY: Utilizar solo un Realistic Wildlife Loot - *.esp. IF CHECKSUM("Realistic Wildlife Loot - Reduced.esp", DE8BF53D) || IF CHECKSUM("Realistic Wildlife Loot - Realistic.esp", 16AFA5F7) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Realistic Wildlife Loot - Reduced.esp", DE8BF53D) || IF CHECKSUM("Realistic Wildlife Loot - Realistic.esp", 16AFA5F7) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Realistic Wildlife Loot - Reduced.esp", DE8BF53D) || IF CHECKSUM("Realistic Wildlife Loot - Realistic.esp", 16AFA5F7) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Realistic Wildlife Loot - Realistic - Dawnguard patch.esp Realistic Wildlife Loot - Realistic - Hearthfires patch.esp Realistic Wildlife Loot - Realistic - Dragonborn patch.esp Realistic Wildlife Loot - Reduced - Dawnguard patch.esp Realistic Wildlife Loot - Reduced - Dragonborn patch.esp Realistic Wildlife Loot - Reduced - Hearthfires patch.esp Real Wildlife Skyrim 0.1.esp TAG: {{BASH: Delev}} IF CHECKSUM("Real Wildlife Skyrim 0.1.esp", 0ED42B25) && IF VAR(EN) DIRTY: 346 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Real Wildlife Skyrim 0.1.esp", 0ED42B25) && IF VAR(RU) DIRTY: 346 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Real Wildlife Skyrim 0.1.esp", 0ED42B25) && IF VAR(ES) DIRTY: 346 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Real Wildlife Skyrim 0.1.esp", E58D4FCA) && IF VAR(EN) DIRTY: 340 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Real Wildlife Skyrim 0.1.esp", E58D4FCA) && IF VAR(RU) DIRTY: 340 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Real Wildlife Skyrim 0.1.esp", E58D4FCA) && IF VAR(ES) DIRTY: 340 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Real Wildlife Skyrim 0.1.esp", E5382BF1) && IF VAR(EN) DIRTY: 328 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Real Wildlife Skyrim 0.1.esp", E5382BF1) && IF VAR(RU) DIRTY: 328 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Real Wildlife Skyrim 0.1.esp", E5382BF1) && IF VAR(ES) DIRTY: 328 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Real Wildlife Skyrim 0.1 No Food.esp TAG: {{BASH: Delev}} IF CHECKSUM("Real Wildlife Skyrim 0.1 No Food.esp", 52DD73E8) && IF VAR(EN) DIRTY: 360 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Real Wildlife Skyrim 0.1 No Food.esp", 52DD73E8) && IF VAR(RU) DIRTY: 360 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Real Wildlife Skyrim 0.1 No Food.esp", 52DD73E8) && IF VAR(ES) DIRTY: 360 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF ACTIVE("Real Wildlife Skyrim 0.1.esp") INC: Real Wildlife Skyrim 0.1.esp Real Wildlife.esp TAG: {{BASH: Relev}} REGEX: SIRWPat?ch\.esp TAG: {{BASH: Delev, Relev}} // not tested RealisticLootList.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("RealisticLootList.esp", F0FD39EB) || IF CHECKSUM("RealisticLootList.esp", 5D7C8CA2) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("RealisticLootList.esp", F0FD39EB) || IF CHECKSUM("RealisticLootList.esp", 5D7C8CA2) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC) IF CHECKSUM("RealisticLootList.esp", F0FD39EB) || IF CHECKSUM("RealisticLootList.esp", 5D7C8CA2) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("RealisticLootList.esp", F0FD39EB) && IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IF CHECKSUM("RealisticLootList.esp", F0FD39EB) && IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IF CHECKSUM("RealisticLootList.esp", F0FD39EB) && IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("RealisticLootList.esp", 5D7C8CA2) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RealisticLootList.esp", 5D7C8CA2) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RealisticLootList.esp", 5D7C8CA2) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("RealisticLootList.esp", 6375823B) && IF VAR(EN) DIRTY: 14 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RealisticLootList.esp", 6375823B) && IF VAR(RU) DIRTY: 14 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RealisticLootList.esp", 6375823B) && IF VAR(ES) DIRTY: 14 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("RealisticLootList.esp", F0FD39EB) && IF VAR(EN) DIRTY: 20 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RealisticLootList.esp", F0FD39EB) && IF VAR(RU) DIRTY: 20 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RealisticLootList.esp", F0FD39EB) && IF VAR(ES) DIRTY: 20 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". realisticcraftedsoulgems.esp realisticskinning.esp RealisticSkinningDawnguard.esp RealisticSkinningDragonborn.esp RealSteelIngotCraft.esp RealTimeSmithing.esp reanimation potion.esp Reanimator.esp Reaper's Trainers of Skyrim Book.esp recipeammoarrows.esp recipeingots.esp RecyclingMod.esp IF VAR(EN) && IF FILE("Crafting300.esp") SAY: Recommeded RecyclingModCrafting300.esp for Crafting300 mod. See RecyclingMod download page. IF VAR(RU) && IF FILE("Crafting300.esp") SAY: Рекомендуется патч RecyclingModCrafting300.esp для мода Crafting300. Ищите его на странице загрузки RecyclingMod. IF VAR(ES) && IF FILE("Crafting300.esp") SAY: Se recomienda utilizar RecyclingModCrafting300.esp para Crafting300. Ver la página de RecyclingMod. IF VAR(EN) && IF REGEX("Weapons of the Third Era.+\.esp") SAY: Recommed RecyclingModWo3E.esp for Weapons of the Third Era mod. See RecyclingMod download page. IF VAR(RU) && IF REGEX("Weapons of the Third Era.+\.esp") SAY: Рекомендуется патч RecyclingModWo3E.esp для мода Weapons of the Third Era. Ищите его на странице загрузки RecyclingMod. IF VAR(ES) && IF REGEX("Weapons of the Third Era.+\.esp") SAY: Se recomienda utilizar RecyclingModWo3E.esp para Weapons of the Third Era. Ver la página de RecyclingMod. IFNOT CHECKSUM("Crafting300.esp", FFCC056A) && IFNOT CHECKSUM("Crafting300.esp", 50142D0D) MOD: RecyclingModCrafting300.esp IFNOT FILE("Crafting300.esp") REQ: "http://www.nexusmods.com/skyrim/mods/2933 Crafting 300 - Armoury of Tamriel" IFNOT FILE("RecyclingMod.esp") REQ: RecyclingMod.esp RedMountainErupts.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). remove vampire dawnguard attacks.esp renameddragonclaws.esp // TAG: {{BASH: Names}} retakrew7_chest.esp riftenratwaypassage.esp IF CHECKSUM("riftenratwaypassage.esp", 67DA9E2E) && IF VAR(EN) DIRTY: 0 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("riftenratwaypassage.esp", 67DA9E2E) && IF VAR(RU) DIRTY: 0 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("riftenratwaypassage.esp", 67DA9E2E) && IF VAR(ES) DIRTY: 0 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: RevampedChestLoo(t|tDG|tDGHF|tDGHFDR|tLite)\.esp REGEX: RevampedMonsterLoo(t|tDG|tDGHF|tDGHFDR|tLite)\.esp RevansStaticSkyrim.esp PerkTrainersStatic.esp PerkTrainersVanilla.esp Reveal Skills.esp REGEX: revealeffect(s|s-vanilla)?\.esp dbrevealeffects.esp reversecrafting.esp RevisedHorsesFeeding.esp RH_WholeFoods.esp RiB - Reagents In Bulk.esp ribeable-broom.esp ringchest.esp ringcontrol_eng.esp RIPElderScrollsV1.2.esp Riverwood Guest Chest v1.1a.esp Riverwood Smelter.esp Riverwood trader sells clothes.esp riverwood addons.esp IF VAR(EN) SAY: Obsolete. Update to latest version, riverwood flora.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, riverwood flora.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, riverwood flora.esp. riverwood flora.esp IF CHECKSUM("riverwood flora.esp", 63725578) && IF VAR(EN) DIRTY: 28 ITM, 31 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("riverwood flora.esp", 63725578) && IF VAR(RU) DIRTY: 28 ITM, 31 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("riverwood flora.esp", 63725578) && IF VAR(ES) DIRTY: 28 ITM, 31 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AmazingRiverwoodRetex.esp IF CHECKSUM("AmazingRiverwoodRetex.esp", 2C9FD152) && IF VAR(EN) DIRTY: 16 ITM, 34 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AmazingRiverwoodRetex.esp", 2C9FD152) && IF VAR(RU) DIRTY: 16 ITM, 34 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AmazingRiverwoodRetex.esp", 2C9FD152) && IF VAR(ES) DIRTY: 16 ITM, 34 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RLG_Trees.esp RLGAlchemy_Plants.esp Roasted Meat - Vanilla.esp Roasted Meat - RND.esp IFNOT ACTIVE ("RealisticNeedsandDiseases.esp") REQ: RealisticNeedsandDiseases.esp Roasted Meat - RND Version.esp Roasted Meat - RWL.esp IFNOT ACTIVE ("Realistic Wildlife Loot - Realistic.esp") REQ: Realistic Wildlife Loot - Realistic.esp or Realistic Wildlife Loot - Reduced.esp Roasted Meat - RWL + RND.esp IFNOT ACTIVE ("Realistic Wildlife Loot - Realistic.esp") || IFNOT ACTIVE ("Realistic Wildlife Loot - Reduced.esp") REQ: Realistic Wildlife Loot, Realistic needs and diseases & the compatability patch to run them together RPChoppingAndMining.esp IF CHECKSUM("RPChoppingAndMining.esp", FD51136D) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RPChoppingAndMining.esp", FD51136D) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RPChoppingAndMining.esp", FD51136D) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RRrealHunting.esp rt_Animal - Processing.esp IF FILE("rt_AutoHarvest.esp") && IF VAR(EN) ERROR: Use either rt_AutoHarvest.esp or rt_Animal - Processing.esp, not both. IF FILE("rt_AutoHarvest.esp") && IF VAR(RU) ERROR: Используйте любой, или rt_AutoHarvest.esp или rt_Animal - Processing.esp, не оба. IF FILE("rt_AutoHarvest.esp") && IF VAR(ES) ERROR: Usar rt_AutoHarvest.esp o rt_Animal - Processing.esp, no ambos. rt_AutoHarvest.esp IFNOT CHECKSUM("rt_AutoHarvest.esp", BBDBA57A) && IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IF CHECKSUM("rt_AutoHarvest.esp", CC380C07) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("rt_AutoHarvest.esp", CC380C07) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("rt_AutoHarvest.esp", CC380C07) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) RTJunk.esp Rubber Inventory.esp rumors like in oblivion.esp RunStaminaDrain.esp RuSort Potions & Poisons.esp // TAG: {{BASH: Names}} Rusty Antler Caravan.esp RWB - Realistic Wolf Behavior.esp IF CHECKSUM("RWB - Realistic Wolf Behavior.esp", 652FD3F8) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RWB - Realistic Wolf Behavior.esp", 652FD3F8) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RWB - Realistic Wolf Behavior.esp", 652FD3F8) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RWL_Megaloceros_LVL.esp ENDGROUP: Base R BEGINGROUP: Base S S2C-All.esp s7ocachesacks.esp s7oparkyourride.esp SA Valuable Named Silverware.esp // TAG: {{BASH: Names, Stats}} SabreFurBag.esp Sac dimensionnel.esp sacdecouchage.esp SaderHorses.esp Safe Chest In Towns.esp saltpilecrafting.esp SaltSacks.esp IF CHECKSUM("SaltSacks.esp", 1D44162D) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SaltSacks.esp", 1D44162D) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SaltSacks.esp", 1D44162D) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". sanctuarycleanup.esp Sate That Appetite.esp SotF.esp SotF Storm Patch.esp SotF No World Spawn v2 Beta.esp //reported optionals for Sanctum of the Fallen esm SaveHotKey.esp IF VAR(SkyUI) && IF VAR(EN) SAY: Obsolete. Update to latest version, SaveHotKeyMCM.esp. IF VAR(SkyUI) && IF VAR(RU) SAY: Устарело. Обновите до последней версии, SaveHotKeyMCM.esp. IF VAR(SkyUI) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SaveHotKeyMCM.esp. SB - Loot Mod.esp TAG: {{BASH: Delev, Relev}} // tags not tested SB Crafting.esp ScaledArmorFix.esp ScalingKhajiitClawDamage.esp ScarabHearthstone.esp ScaryBooks.esp ScenicCarriages.esp ScenicCarriagesHeartfire.esp SCoL Glue.esp Scouter.esp ScreamOfWilhelm.esp Scrollcraft.esp SDO Full-LOD - Giant Campfires.esp IF CHECKSUM("SDO Full-LOD - Giant Campfires.esp", 4CB0A7CC) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SDO Full-LOD - Giant Campfires.esp", 4CB0A7CC) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SDO Full-LOD - Giant Campfires.esp", 4CB0A7CC) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". SDO Full-LOD - The Morthal Swamp Complete.esp IF CHECKSUM("SDO Full-LOD - The Morthal Swamp Complete.esp", 43A4FD69) && IF VAR(EN) DIRTY: 129 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SDO Full-LOD - The Morthal Swamp Complete.esp", 43A4FD69) && IF VAR(RU) DIRTY: 129 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SDO Full-LOD - The Morthal Swamp Complete.esp", 43A4FD69) && IF VAR(ES) DIRTY: 129 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". SDO Full-LOD - The Morthal Swamp Light.esp SDO Full-LOD - Waterfall Effects.esp IF CHECKSUM("SDO Full-LOD - Waterfall Effects.esp", 03DE3F58) && IF VAR(EN) DIRTY: 36 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SDO Full-LOD - Waterfall Effects.esp", 03DE3F58) && IF VAR(RU) DIRTY: 36 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SDO Full-LOD - Waterfall Effects.esp", 03DE3F58) && IF VAR(ES) DIRTY: 36 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". SDO Full-LOD - Whiterun Trundra Creeks.esp IF CHECKSUM("SDO Full-LOD - Whiterun Trundra Creeks.esp", BF8F3890) && IF VAR(EN) DIRTY: 39 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SDO Full-LOD - Whiterun Trundra Creeks.esp", BF8F3890) && IF VAR(RU) DIRTY: 39 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SDO Full-LOD - Whiterun Trundra Creeks.esp", BF8F3890) && IF VAR(ES) DIRTY: 39 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". See Your Neighbor.esp IF CHECKSUM("See Your Neighbor.esp", ED9D480B) && IF VAR(EN) DIRTY: 3 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("See Your Neighbor.esp", ED9D480B) && IF VAR(RU) DIRTY: 3 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("See Your Neighbor.esp", ED9D480B) && IF VAR(ES) DIRTY: 3 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Sell Player Homes.esp sellyourhouse.esp seapredator.esp SegodonCreaturePack.esp seksimanneq.esp SephDragonAuras.esp septimsmithing.esp ser house market fix.esp serpentinedragons.esp SEU.esp SevenFightsAldudagga.esp SexiSWorkingGirl.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(FNIS) REQ: "http://www.nexusmods.com/skyrim/mods/11811 Fores New Idles in Skyrim" IFNOT ACTIVE("SexiS.esm") && IF VAR(EN) ERROR: SexiS.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexiS.esm") && IF VAR(RU) ERROR: SexiS.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexiS.esm") && IF VAR(ES) ERROR: SexiS.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. SexLabProcreation.esp IFNOT ACTIVE("SexLab.esm") && IF VAR(EN) ERROR: SexLab.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexLab.esm") && IF VAR(RU) ERROR: SexLab.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexLab.esm") && IF VAR(ES) ERROR: SexLab.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. SexLabZaZAnimations.esp SexLab Dangerously Nude.esp SexLab SexChat.esp SexLab+SexChat.esp SexLab sx3.esp SX3 - core.esp SexLab STDs.esp SexLab Theft and Seduction.esp SexLab TDF Aggressive Prostitution.esp IFNOT ACTIVE("SexLab.esm") && IF VAR(EN) ERROR: SexLab.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexLab.esm") && IF VAR(RU) ERROR: SexLab.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexLab.esm") && IF VAR(ES) ERROR: SexLab.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. SexLabConsequences.esp SexLabGuild.esp SexLabMatchMaker.esp SexLabSquirt.esp SexLabZzz.esp SexLab_Hormones.esp SexLab_MindControl.esp sexlab_necro.esp SexLabNudeCreatures.esp SexLabNudeCreatures_NoDawnguard_v1_1.esp SexLabNudeWerewolves.esp SexLab_Paycrime.esp SexLab_Rape_Simple.esp SexWithThieves.esp SWT1.1.esp SWT1.2.esp SexLabDefeat.esp IFNOT ACTIVE("SexLab.esm") && IF VAR(EN) ERROR: SexLab.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexLab.esm") && IF VAR(RU) ERROR: SexLab.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexLab.esm") && IF VAR(ES) ERROR: SexLab.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. SexLabUtil1.esp IFNOT ACTIVE("SexLab.esm") && IF VAR(EN) ERROR: SexLab.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SexLab.esm") && IF VAR(RU) ERROR: SexLab.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SexLab.esm") && IF VAR(ES) ERROR: SexLab.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. Sextreme-All.esp SextremeLoadingScreens.esp Skyrim_Sexy_LoadScreens.esp Sexy_LoadScreens2.esp Sexy_LoadScreens3.esp Sexy_LoadScreens4.esp SeXyLoading_by_Ganga.esp Sexrim_Tester.esp sextoys-calyps-2.esp Sextoys Calyps Chest.esp Sexy Crafting Merchants.esp shadow_slayer_3x.esp shadow_slayer_4x.esp shadow_slayer_5x.esp shalien du paquet mods.esp sharpe craftsmanship - categories.esp sharpe craftsmanship - made to order.esp SHARPE Fletching for blacksmiths.esp Sheep.esp sheogorath_shout_loadscreens.esp Sheogoraths Rabbit Hole.esp shields.esp //added shield use to selected npc classes Shields_on_back.esp Shiny Ore Veins.esp shinya_lootbloodpotions.esp shipsinbottles.esp shMannequinDecorate_WBh.esp Shockys Safe Chests.esp ShootingStars.esp shrewsburyskyrimcookbook.esp Short Grass.esp SIDT.esp // TAG: {{BASH: Names}} SigilStoneCrafting.esp sign.esp SignTown.esp SignTown_by_YURIL.esp IF CHECKSUM("SignTown_by_YURIL.esp", 8DE338EB) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SignTown_by_YURIL.esp", 8DE338EB) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SignTown_by_YURIL.esp", 8DE338EB) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SignTown_by_YURIL_1o5.esp IF CHECKSUM("SignTown_by_YURIL_1o5.esp", 8DE338EB) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SignTown_by_YURIL_1o5.esp", 8DE338EB) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SignTown_by_YURIL_1o5.esp", 8DE338EB) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Silent Moon Forging 1.2.esp silver weapons to ingots.esp Silverupgrade.esp simple gold smithing.esp SimpleBleeding.esp IF ACTIVE("dD - Enhanced Blood Main.esp") && IF VAR(EN) WARN: Delete. Already included in dD - Enhanced Blood Main.esp. IF ACTIVE("dD - Enhanced Blood Main.esp") && IF VAR(RU) WARN: Удалите. Уже включено в dD - Enhanced Blood Main.esp. IF ACTIVE("dD - Enhanced Blood Main.esp") && IF VAR(ES) WARN: Borrar. Ya esta incluido en dD - Enhanced Blood Main.esp. simple_crafter_breakdown.esp IF CHECKSUM("simple_crafter_breakdown.esp", A1425391) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("simple_crafter_breakdown.esp", A1425391) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("simple_crafter_breakdown.esp", A1425391) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SimpleJuice.esp TF_SimpleSilverReplacement.esp TF_SimpleSilver+SovngardeReplacement.esp IF FILE("TF_SimpleSilverReplacement.esp") INC: TF_SimpleSilverReplacement.esp simultaneously meltdown.esp SIS.esp TAG: {{BASH: Relev}} REGEX: SIS respawn ext (10|20|30|50) days\.esp SkBBP - Blacksmithing and Balance.esp SkBBP - Loot Drops and Leveled Lists.esp TAG: {{BASH: Delev, Relev}} skeletonkey.esp SkinnyDipping.esp skinripper beginner kit.esp skinripper beginner kit 2.esp skinripper dragon kit.esp skinripper jewelery.esp Skinripper Materials Chest.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("Skinripper Materials Chest.esp", 2841861C) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skinripper Materials Chest.esp", 2841861C) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skinripper Materials Chest.esp", 2841861C) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skinripper Weapon and Armor Kit ver2.esp Skippy's Book Overhaul.esp SkitalicRu.esp skooma overhaul.esp skooma-the-drug.esp skoomadealer.esp skoomadealer-ingrientsatmill.esp SkoomaDrugged_v1.6.esp SkoomaModKidduffah v1.0.esp SKSE_Athletics.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" Skuldafn Travel.esp skullsofskyrimblack.esp skullsofskyrimgreen.esp skullsofskyrimcollection.esp skulltula.esp IFNOT FILE ("ClimatesOfTamriel-Sound.esp") || IFNOT VAR(SoS) MOD: skyBirds - Airborne Perching Birds.esp IF CHECKSUM("skyBirds - Airborne Perching Birds.esp", 131BB61C) || IF CHECKSUM("skyBirds - Airborne Perching Birds.esp", 18DBC60E) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("skyBirds - Airborne Perching Birds.esp", 131BB61C) || IF CHECKSUM("skyBirds - Airborne Perching Birds.esp", 18DBC60E) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("skyBirds - Airborne Perching Birds.esp", 131BB61C) || IF CHECKSUM("skyBirds - Airborne Perching Birds.esp", 18DBC60E) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyblivionBeauty.esp SkyDye.esp SkyEx.esp IF CHECKSUM("SkyEx.esp", FC694964) && IF VAR(EN) DIRTY: 31 ITM, 31 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyEx.esp", FC694964) && IF VAR(RU) DIRTY: 31 ITM, 31 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyEx.esp", FC694964) && IF VAR(ES) DIRTY: 31 ITM, 31 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skyforge Smelter.esp IF CHECKSUM("Skyforge Smelter.esp", 86B4D1D2) && IF VAR(EN) DIRTY: 1 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyforge Smelter.esp", 86B4D1D2) && IF VAR(RU) DIRTY: 1 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyforge Smelter.esp", 86B4D1D2) && IF VAR(ES) DIRTY: 1 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skyforge_Plus.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Skyforge_Plus v2.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Skyforge_Plus v3.esp SkyForge +.esp SkyHavenLightFix.esp Skyhighrim.esp IF CHECKSUM("Skyhighrim.esp", AD626BD2) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyhighrim.esp", AD626BD2) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyhighrim.esp", AD626BD2) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyhighrimDBPatch.esp SkyMoMod.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF FILE("Skyrim Immersive Creatures.esp") MOD: SleepingDangers-SandsofTime.esp IF CHECKSUM("SleepingDangers-SandsofTime.esp", 16C5FEDD) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 16C5FEDD) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 16C5FEDD) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 6E945F25) && IF VAR(EN) DIRTY: 24 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 6E945F25) && IF VAR(RU) DIRTY: 24 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 6E945F25) && IF VAR(ES) DIRTY: 24 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("Skyrim Immersive Creatures.esp") MOD: Sleeping Dangers - Sands of Time.esp skymomodbook.esp skyrim cannibalism.esp Skyrim Fearless Encounter.esp skyrim hunting overhaul.esp Skyrim immersive boats.esp SkyrimAlive.esp SkyrimBehemothsNoCity.esp Skyrim Immersive Creatures.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("Skyrim Immersive Creatures.esp", 2EEAD88A) SAY: This is the Lore-Friendly version by jackstarr. Do not use the original esp or esm by lifestorock. IFNOT CHECKSUM("Skyrim Immersive Creatures.esp", 2EEAD88A) && IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(EN) WARN: Use either Skyrim Immersive Creatures.esm or Skyrim Immersive Creatures.esp, not both. IFNOT CHECKSUM("Skyrim Immersive Creatures.esp", 2EEAD88A) && IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(RU) WARN: Используйте любой или Skyrim Immersive Creatures.esm или Skyrim Immersive Creatures.esp, не обa. IFNOT CHECKSUM("Skyrim Immersive Creatures.esp", 2EEAD88A) && IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(ES) WARN: Usar Skyrim Immersive Creatures.esm or Skyrim Immersive Creatures.esp, no ambos. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Skyrim Immersive Creatures.esp", 9F345819) || IF CHECKSUM("Skyrim Immersive Creatures.esp", 31F6B4FF) || IF CHECKSUM("Skyrim Immersive Creatures.esp", DB09F9B0) || IF CHECKSUM("Skyrim Immersive Creatures.esp", ACC6DAE2) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyrim Immersive Creatures.esp", 9F345819) || IF CHECKSUM("Skyrim Immersive Creatures.esp", 31F6B4FF) || IF CHECKSUM("Skyrim Immersive Creatures.esp", DB09F9B0) || IF CHECKSUM("Skyrim Immersive Creatures.esp", ACC6DAE2) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyrim Immersive Creatures.esp", 9F345819) || IF CHECKSUM("Skyrim Immersive Creatures.esp", 31F6B4FF) || IF CHECKSUM("Skyrim Immersive Creatures.esp", DB09F9B0) || IF CHECKSUM("Skyrim Immersive Creatures.esp", ACC6DAE2) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skyrim Immersive Creatures - DLC2.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("Skyrim Immersive Creatures - DLC2.esp", C64CF88A) && IFNOT ACTIVE("Skyrim Immersive Creatures.esm") ERROR: This addon is for use with Skyrim Immersive Creatures.esm, not Skyrim Immersive Creatures.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) SkyMoMod_lists.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(SkyMoMod) REQ: "http://www.nexusmods.com/skyrim/mods/9694 Skyrim Monster Mod" IFNOT FILE("Deleveled Skyrim - SkyMoMod_list.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version. IFNOT FILE("Deleveled Skyrim - SkyMoMod_list.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IFNOT FILE("Deleveled Skyrim - SkyMoMod_list.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF REGEX("SkyMoMod Lore.+\.esp") INC: SkyMoMod Lore * v10.esp's IF VAR(EN) && IFNOT FILE("Deleveled Skyrim - SkyMoMod_list.esp") SAY: If you're using only the original "http://www.nexusmods.com/skyrim/mods/9694 Skyrim Monster Mod", this esp is obsolete. If you're using the Lore-Friendly mod, disregard this note. IF VAR(RU) && IFNOT FILE("Deleveled Skyrim - SkyMoMod_list.esp") SAY: Если вы используете оригинальный "http://www.nexusmods.com/skyrim/mods/9694 Skyrim Monster Mod", то этот esp устарел. Если вы используете Lore-Friendly мод, игнорируйте это сообщение. IF VAR(ES) && IFNOT FILE("Deleveled Skyrim - SkyMoMod_list.esp") SAY: Si utilizas "http://www.nexusmods.com/skyrim/mods/9694 Skyrim Monster Mod" original, este esp es obsoleto. Si utilizas la versión Lore-Friendly mod, ignora este mensaje. REGEX: SkyMoMod Lore.+\.esp TAG: {{BASH: Delev}} IF VAR(EN) SAY: Use only one SkyMoMod Lore esp. IF VAR(RU) SAY: Используйте только один SkyMoMod Lore esp. IF VAR(ES) SAY: Utilizar solo un SkyMoMod Lore esp. REQ: SkyMoMod 10 IF FILE("SkyMoMod_lists.esp") INC: SkyMoMod_lists.esp IF FILE("SkyMo-Dawn.esp") INC: SkyMo-Dawn.esp REGEX: SkyMoMod_morespawns_(animal|bandit|draugr|dwerven|falmer|forsworn|mage|vampire)\.esp SkyMoMod Extras Collectables.esp IFNOT VAR(SkyMoMod) REQ: "http://www.nexusmods.com/skyrim/mods/9694 Skyrim Monster Mod" Skyrim_Monster_Mod_Additions-Collectables.esp SkyMoMod Extras Conjuration.esp SkyMoPets.esp skymo-dawn.esp TAG: {{BASH: Delev}} IF REGEX("SkyMoMod Lore-Friendly .+\.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version, SkyMoMod Lore-Friendly * v10.esp. IF REGEX("SkyMoMod Lore-Friendly .+\.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии, SkyMoMod Lore-Friendly * v10.esp. IF REGEX("SkyMoMod Lore-Friendly .+\.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SkyMoMod Lore-Friendly * v10.esp. IF REGEX("SkyMoMod Lore-Friendly .+\.esp") INC: SkyMoMod Lore-Friendly * v10.esp's Skymomod_jackGa_Add-on.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(SkyMoMod) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/9694 SkyMoMod.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(SkyMoMod) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/9694 SkyMoMod.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(SkyMoMod) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/9694 SkyMoMod.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod él. LF-SkyMoMod.esp TAG: {{BASH: Delev}} LF-Skymo-Dawn.esp TAG: {{BASH: Delev}} Skyrim_Monster_Mod_Additions-Conjuration.esp REGEX: Deleveled Skyrim - SkyMoMod_list( \(No EleTri\)| \(No EleTriSta\))\.esp TAG: {{BASH: Delev, Relev}} REGEX: SSS Skyrim Monster Mod Purist Lore-Friendly P.*\.esp SIMoMoCoPatch.esp GeneralStores-SkyMoMod.esp SkyRealism - Feast and Famine.esp IFNOT FILE("BabbetesFeastBalanced.esp") REQ: BabbetesFeastBalanced.esp SkyRealism - Feast and Famine - Hearthfires.esp SkyRealism - Feast and Famine - BabettesFeastBalanced.esp SkyRealism - Feast and Famine - Cooking Expanded.esp SkyRealism - Feast and Famine - CookingExpanded.esp Skyrim Barbers.esp Skyrim_Blacksmithing.esp Skyrim Expanded Loot Tables.esp IF CHECKSUM("Skyrim Expanded Loot Tables.esp", 24E08D9F) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Skyrim Expanded Loot Tables.esp", 24E08D9F) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Skyrim Expanded Loot Tables.esp", 24E08D9F) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. // TAG: {{BASH: Invent}} /* doubleloot.esp and moreloot(3v1)?\.esp change same chests as Skyrim Expanded Loot Tables.esp */ Skyrim Expanded Loot Tables - Lower Drop Rate.esp IF FILE("Skyrim Expanded Loot Tables.esp") INC: Skyrim Expanded Loot Tables.esp doubleloot.esp REGEX: moreloot(3v1)?\.esp Skyrim Extended Potions.esp Skyrim Flora Overhaul.esp IF CHECKSUM("Skyrim Flora Overhaul.esp", FAB40701) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyrim Flora Overhaul.esp", FAB40701) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyrim Flora Overhaul.esp", FAB40701) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Skyrim Flora Overhaul.esp", DD0BF6D4) || IF CHECKSUM("Skyrim Flora Overhaul.esp", E4DF9806) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyrim Flora Overhaul.esp", DD0BF6D4) || IF CHECKSUM("Skyrim Flora Overhaul.esp", E4DF9806) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyrim Flora Overhaul.esp", DD0BF6D4) || IF CHECKSUM("Skyrim Flora Overhaul.esp", E4DF9806) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SFO.esp Skyrim Scaling Stopper - Misc Edits.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) WARN: If using version 3+, Skyrim Monster Mod is required. IF VAR(RU) WARN: Для версий 3 или выше требуется Skyrim Monster Mod. IF VAR(ES) WARN: Skyrim Monster Mod es requerido si utilizas la versión 3+. Skyrim Scaling Stopper - Vanilla Dragon Scaling Patch.esp TAG: {{BASH: Delev, Relev}} SkyrimCoinReplace.esp SkyrimCoinReplacer.esp IF CHECKSUM("SkyrimCoinReplacer.esp", E12A814A) && IF VAR(EN) DIRTY: 4 ITM, 48 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyrimCoinReplacer.esp", E12A814A) && IF VAR(RU) DIRTY: 4 ITM, 48 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyrimCoinReplacer.esp", E12A814A) && IF VAR(ES) DIRTY: 4 ITM, 48 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". SkyrimDefenders35.esp SkyrimForTheDwemers55.esp SkyrimForTheDwemers99.esp SkyrimForTheGiants55.esp SkyrimForTheGiants75.esp SkyrimForTheGiants99.esp SkyrimForTheSpriggans55.esp SkyrimForTheSpriggans99.esp SkyrimForTheWarriors.esp SkyrimGranary.esp REGEX: SkyrimImprovedPuddles(.+)?\.esp IF VAR(EN) SAY: Use only one SkyrimImprovedPuddles esp. IF VAR(RU) SAY: Используйте только один SkyrimImprovedPuddles esp. IF VAR(ES) SAY: Utilizar solo un SkyrimImprovedPuddles esp. IF FILE("SkyrimImprovedPuddles-Dawnguard.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF.esp") || IF FILE("SkyrimImprovedPuddles-DG-DB.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF-DB.esp") && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF FILE("SkyrimImprovedPuddles-Dawnguard.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF.esp") || IF FILE("SkyrimImprovedPuddles-DG-DB.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF-DB.esp") && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC) IF FILE("SkyrimImprovedPuddles-Dawnguard.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF.esp") || IF FILE("SkyrimImprovedPuddles-DG-DB.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF-DB.esp") && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF FILE("SkyrimImprovedPuddles-HearthFires.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF.esp") || IF FILE("SkyrimImprovedPuddles-HF-DB.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF-DB.esp") && IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IF FILE("SkyrimImprovedPuddles-HearthFires.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF.esp") || IF FILE("SkyrimImprovedPuddles-HF-DB.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF-DB.esp") && IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Hearthfires (Official Bethesda DLC) IF FILE("SkyrimImprovedPuddles-HearthFires.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF.esp") || IF FILE("SkyrimImprovedPuddles-HF-DB.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF-DB.esp") && IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF FILE("SkyrimImprovedPuddles-Dragonborn.esp") || IF FILE("SkyrimImprovedPuddles-DG-DB.esp") || IF FILE("SkyrimImprovedPuddles-HF-DB.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF-DB.esp") && IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IF FILE("SkyrimImprovedPuddles-Dragonborn.esp") || IF FILE("SkyrimImprovedPuddles-DG-DB.esp") || IF FILE("SkyrimImprovedPuddles-HF-DB.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF-DB.esp") && IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IF FILE("SkyrimImprovedPuddles-Dragonborn.esp") || IF FILE("SkyrimImprovedPuddles-DG-DB.esp") || IF FILE("SkyrimImprovedPuddles-HF-DB.esp") || IF FILE("SkyrimImprovedPuddles-DG-HF-DB.esp") && IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) MorePuddlesBeGone.esp SkyrimLive.esp skyrimoverhauldragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SkyrimsUniqueTreasures.esp SkyrimTough.esp SkyrimToyStory.esp SkyRum.esp SkyscraperGiants.esp SkywindAssets.esp SkywindVOType.esp Skywind - Patch.esp Skywind Travel MapMarkerUpdate_0.esp Slaughterfish Monster.esp Slaves.esp Sleep well.esp SlicedCheeseRecipesMod.esp Slightlydangerouslegendarycreatures.esp Slof's Horses.esp sloth.esp SlotMachine.esp IF CHECKSUM("SlotMachine.esp", C651ADB4) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SlotMachine.esp", C651ADB4) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SlotMachine.esp", C651ADB4) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". slotmachine_v2.esp Slow Time Hotkey.esp Smash It Up - Functional Mills.esp functional mill wheel.esp smash locks and more .esp SMDropLitTorch.esp Smelt Dwarven Ingots.esp smeltable dwarven scrap metal.esp SmeltableIronStuff.esp SmeltableSilverTableware.esp smeltdown.esp smeltdown_ingots_osr.esp smelter in solitude.esp Smelter_Riften & Solitude.esp IF CHECKSUM("Smelter_Riften & Solitude.esp", BC2A12BD) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Smelter_Riften & Solitude.esp", BC2A12BD) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Smelter_Riften & Solitude.esp", BC2A12BD) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Smelter_Riften.esp Smelter_Solitude.esp smelterinriverwood.esp SmelterOptions.esp SmeltingDwarvenMetal.esp smeltorswheretheyshouldbe.esp IF CHECKSUM("smeltorswheretheyshouldbe.esp", 883D4A75) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("smeltorswheretheyshouldbe.esp", 883D4A75) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("smeltorswheretheyshouldbe.esp", 883D4A75) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". smelting extended.esp smelting mod by soto.esp Smelting_Changes.esp smeltingtowns.esp SmeltSkyrim.esp SmithBornQuests.esp SmithBornRecipes.esp SmithBornTree.esp smithing&clothings_variety_mod.esp Smithing Basic.esp IF FILE("Smithing Coinage.esp") MOD: Invent.esp // here to reduce conflict between Invent.esp and Smithing Coinage.esp Smithing Coinage.esp Smithing Cooking.esp Smithing Extended.esp REGEX: Smithing [D|G]rainMill\.esp IF FILE("SkyrimGranary.esp") INC: SkyrimGranary.esp Smithing GrainMill, HearthFires.esp Smithing Jewelry.esp Smithing Scrolls.esp Smithing AlchBowl.esp Smithing Tailoring.esp /* from Steam Workshop */ smithingextended.esp TAG: {{BASH: Delev, Relev}} // tag not tested smithing stuff.esp smithing supplies.esp smithingsupplies.esp IF CHECKSUM("smithingsupplies.esp", A093937) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("smithingsupplies.esp", A093937) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("smithingsupplies.esp", A093937) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SmithingTomes.esp smithseller.esp smithy - armors.esp smithy - jewelry.esp smithy - weapons.esp Smoking Torches.esp SMPC HF Safes ita.esp MOD: Smurfs Nähplug.esp Smurfy's Stash.esp solitude smelter.esp solssecretstash.esp sons of skyrim only.esp Soran Areon.esp Sorcerer Renamer.esp IF VERSION("SKSE", "0.1.6.9", <) REQ: "http://skse.silverlock.org SKSE" 1.6.9+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.4+ sorcererstone.esp SortiertesInventar.esp Soul Eater The Enchantment Removing Chest.esp IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+ IF CHECKSUM("Soul Eater The Enchantment Removing Chest.esp", 9D754581) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("Soul Eater The Enchantment Removing Chest.esp", 9D754581) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("Soul Eater The Enchantment Removing Chest.esp", 9D754581) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Soul Gem Chest + BlackStar + Azura's Star.esp Soul Gem Turrets.esp soul_fusion.esp soul_trap_poison.esp SoulFiller.esp SoulGemCrafting.esp soulstace.esp SoulsToPerk.esp soulstoskills.esp soultomato.esp SpaceWikingGlitchRemovalTool.esp SpaceWikingSpecialEffectFreyjaGems.esp SparrowsNonAlcoholicDrinks.esp SpecialEventsOfTamriel.esp specimen jars.esp spectralfrostdragon.esp SpeedPotionsV1.2.esp Speed booster.esp spellbreaker_material_fix.esp Spellmaking Staves.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SpellTomeAtForges.esp spiders.esp springflowersv1.esp REGEX: SPTFemaleGuards(InPlace)?\.esp IF VAR(EN) SAY: Obsolete. Update to latest version, SPTDiverseGuards. IF VAR(RU) SAY: Устарело. Обновите до последней версии, SPTDiverseGuards. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SPTDiverseGuards. SPTDiverseGuardsSkyrim.esp SPTDiverseGuardsSkyrimDGPatch.esp Spybot.esp srmcompanioncart.esp SSAssist.esp StaRe.esp IF VAR(EN) SAY: Obsolete. Update to latest version, SkyRe_StandingStones.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, SkyRe_StandingStones.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SkyRe_StandingStones.esp. StarX Frost Giants.esp Fire Giants.esp Frost Giants.esp Smithing_Tomes.esp Staffbuffs.esp StalhrimSmelting.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). star wars speeder bike.esp starterchest.esp starterchestriverwood.esp Starterkit1.1.esp StarterkitLite1.1.esp startertorches.esp startinggearchestinriverwoodtree1.0.esp Statues.esp IF VAR(Hearthfire) && IF CHECKSUM("Statues.esp", C08BE2C5) ERROR: Use Hearthfires version. IFNOT VAR(Hearthfire) && IF CHECKSUM("Statues.esp", 5081E67A) ERROR: Use Vanilla version. SteamAchievementUnlocker.esp IF CHECKSUM("SteamAchievementUnlocker.esp", 067CB652) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SteamAchievementUnlocker.esp", 067CB652) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SteamAchievementUnlocker.esp", 067CB652) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Steel Bolts For All.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) SteelFromBars.esp steelfromingots.esp Steelnails.esp stl-tardis.esp stone_overhaul.esp stoneoflearning.esp Stop followers unsheathing.esp REGEX: StormcloakArmorVariety(OPTION\d)?\.esp IF VAR(EN) SAY: Use only one StormcloakArmorVariety esp. IF VAR(RU) SAY: Используйте только один StormcloakArmorVariety esp. IF VAR(ES) SAY: Utilizar solo un StormcloakArmorVariety esp. Stormcloak BannerWhiterun.esp Stormcloak BannerWhiterunPT2.esp StrongBoxesOnAlchemyLabsAndArcaneEnchanters.esp StrongerHorses.esp SubtitlesHotkey.esp SulfurRocks.esp SULITEST.esp summonmerchant.esp SumOverPath.esp susi!!.esp IF CHECKSUM("susi!!.esp", 061D8423) && IF VAR(EN) DIRTY: 2 ITM, 7 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("susi!!.esp", 061D8423) && IF VAR(RU) DIRTY: 2 ITM, 7 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("susi!!.esp", 061D8423) && IF VAR(ES) DIRTY: 2 ITM, 7 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Svs Super Collection Jewelry.esp Sweetroll Randomization Act.esp IF CHECKSUM("Sweetroll Randomization Act.esp", A1C97CA6) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IF CHECKSUM("Sweetroll Randomization Act.esp", A1C97CA6) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IF CHECKSUM("Sweetroll Randomization Act.esp", A1C97CA6) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). TAG: {{BASH: Delev, Relev}} SRA Hearthfire Add-on.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). SweetRollin.esp SwiftPotion.esp IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+ IFNOT VAR(SkyUI) && IF VAR(EN) WARN: SkyUI.esp is not present or is not active. You will be unable to use the SkyUI MCM IFNOT VAR(SkyUI) && IF VAR(RU) WARN: SkyUI.esp отсутствует или не активен. Вы не сможете использовать SkyUI MCM. IFNOT VAR(SkyUI) && IF VAR(ES) WARN: SKYUI.esp no se encuentra presente o activado. No podrás utilizar SkyUI MCM. IF FILE("Chesko_SwiftPotion.esp") && IF VAR(EN) WARN: Use either Chesko_SwiftPotion.esp or SwiftPotion.esp, not both. IF FILE("Chesko_SwiftPotion.esp") && IF VAR(RU) WARN: Используйте любой или Chesko_SwiftPotion.esp или SwiftPotion.esp, не обa. IF FILE("Chesko_SwiftPotion.esp") && IF VAR(ES) WARN: Usar Chesko_SwiftPotion.esp or SwiftPotion.esp, no ambos. SwordMelting.esp DrinksAddition.esp ItemProcessingAddition.esp MineralAddition.esp ScrapMeltingAddition.esp Soulgem merchants sells Black Soul Gems.esp Surilie And Argonian Wine.esp synchronized chests.esp Syynx Stubborn Skeletons.esp IF CHECKSUM("Syynx Stubborn Skeletons.esp", D1641B6B) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Syynx Stubborn Skeletons.esp", D1641B6B) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Syynx Stubborn Skeletons.esp", D1641B6B) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". szkyforge chest.esp ENDGROUP: Base S BEGINGROUP: Base T Tailoring.esp IF CHECKSUM("Tailoring.esp", 9FABD6AD) && IF VAR(EN) DIRTY: 15 ITM, 32 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tailoring.esp", 9FABD6AD) && IF VAR(RU) DIRTY: 15 ITM, 32 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tailoring.esp", 9FABD6AD) && IF VAR(ES) DIRTY: 15 ITM, 32 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Tailoring No Perks.esp IF FILE("Tailoring.esp") && IF VAR(EN) WARN: Use either Tailoring.esp or Tailoring No Perks.esp, not both. IF FILE("Tailoring.esp") && IF VAR(RU) WARN: Используйте любой, или Tailoring.esp или Tailoring No Perks.esp, не оба. IF FILE("Tailoring.esp") && IF VAR(ES) WARN: Usar Tailoring.esp o Tailoring No Perks.esp, no ambos. IF CHECKSUM("Tailoring No Perks.esp", 49889E2D) && IF VAR(EN) DIRTY: 0 ITM, 32 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tailoring No Perks.esp", 49889E2D) && IF VAR(RU) DIRTY: 0 ITM, 32 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tailoring No Perks.esp", 49889E2D) && IF VAR(ES) DIRTY: 0 ITM, 32 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". tailoring - dragonborn.esp Take Off NPC's Default Outfit Topic.esp TakeIt.esp talking mudcrab merchant.esp taminganimals.esp Tamriel Compendium - Skill Books.esp TAG: {{BASH: Relev}} REGEX: Tamriel Compendium( -)?( Skill Book Version)?\.esp TAG: {{BASH: Relev}} Tanning_Changes.esp Tanzia Zereka.esp TeddyBearGift.esp Teddybears.esp teg_civilwar_restore.esp TEGHarbringerFixes.esp Telvanni Bug Musk.esp TelvanniGuards.esp TenzBetterThanDivines.esp TESDictionary.esp TESGLoadingScreens.esp teslore books.esp TESLore Books v1.esp test silver.esp TestRoom.esp TF_MorrowindClutter.esp ThalmorBanditVamp.esp thalmorimmersiondialogue.esp REGEX: TemperedIronwork\w*\.esp Testing Hall Door.esp tGBoA-4_volumes.esp TGDoyens.esp The Bears.esp The Black Sacrament.esp The book of Cheats.esp The Dead Bee Scrolls.esp The Dinosaurus Era.esp The Gourmet Recipes.esp The-Great-Book-of-Alchemy.esp The Male Organs of Sentient Races.esp The Traveling Wizard.esp The Worship of Daedra.esp The Visitors.esp thebasket.esp TheBigBookofAlchemy.esp TAG: {{BASH: Relev}} TBBOAv2.esp IF CHECKSUM("TBBOAv2.esp", 8A7728AC) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TBBOAv2.esp", 8A7728AC) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TBBOAv2.esp", 8A7728AC) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". TheBookOfCLO.esp TheBooksOfDovahkiinsNomadEquipment.esp TheBooksOfDovahkiinsNomadEquipmentCF.esp thechestofthegods.esp TheKhajiitThiefVolumeI.esp TheKhajiitThiefVolumeII.esp themarriagebook.esp TheSkyforge.esp thesmithingworkbook.esp TheWoods.esp ThiefsBarrell.esp Thieves drop armor.esp thieves guild visitors (fixed).esp ThievesGuide.esp ThievesGuide2.esp Third Era Attributes for Skyrim.esp Tinder.esp Tiny.esp titan.esp TK_Placeable_Clutter.esp TK_Clutter_Plants.esp TkEdinizaConteiner.esp TkMaterialChest.esp tombamulets.esp Too Long Since We Had a Good Bandit Raid.esp tools and wood.esp topics of skyrim.esp Torch Sconce.esp Torchbug Pets.esp REGEX: Torch of Everlasting.*\.esp REGEX: TorchesForSkyrim(_x1.5|_x2|_x2.5|_x3)?\.esp IF VAR(EN) SAY: Use only one TorchesForSkyrim esp. IF VAR(RU) SAY: Используйте только один TorchesForSkyrim esp. IF VAR(ES) SAY: Utilizar solo un TorchesForSkyrim esp. IF CHECKSUM("TorchesForSkyrim.esp", 2DED0382) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TorchesForSkyrim.esp", 2DED0382) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TorchesForSkyrim.esp", 2DED0382) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Torch Hotkey.esp TorchShadow_Default.esp TorchShadow_Tweaked.esp tos.esp Tougher_Skyrim_WIP.esp IFNOT FILE("Cutting Room Floor.esp") MOD: TouringCarriages.esp tracking in skyrim.esp TraderEvo.esp training mannequin.esp Training Dummies XP.esp IF CHECKSUM("Training Dummies XP.esp", 8BCA1FAC) && IF VAR(EN) DIRTY: 47 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Training Dummies XP.esp", 8BCA1FAC) && IF VAR(RU) DIRTY: 47 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Training Dummies XP.esp", 8BCA1FAC) && IF VAR(ES) DIRTY: 47 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Training Dummies XP Dawnguard.esp Training Dummies & Targets - Falskaar Edition.esp TransmutationCube-NoRequirement.esp Transmute Iron First.esp transmuteironorefirst.esp TransmuteAll.esp Traps Make Noise.esp Traps Are Dangerous.esp TrashCansofSkyrim.esp TCS_Cities.esp TravBardJiub.esp Travel By Boat.esp TravelBoats.esp TravellersOfSkyrim.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. TravellersOfSkyrim - Vanilla.esp TravellersOfSkyrim - Light.esp IF FILE("TravellersOfSkyrim - Vanilla.esp") INC: TravellersOfSkyrim - Vanilla.esp TravellersOfSkyrim - Dragonborn Addon.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IFNOT ACTIVE("TravellersOfSkyrim.esm") && IF VAR(EN) ERROR: TravellersOfSkyrim.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("TravellersOfSkyrim.esm") && IF VAR(RU) ERROR: TravellersOfSkyrim.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("TravellersOfSkyrim.esm") && IF VAR(ES) ERROR: TravellersOfSkyrim.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. TravellersOfSkyrim - Alchemists Vanilla.esp IF FILE("TravellersOfSkyrim - Light.esp") || IF FILE("TravellersOfSkyrim - Vanilla.esp") INC: TravellersOfSkyrim - Vanilla.esp and / or TravellersOfSkyrim - Light.esp TravellersOfSkyrim - Apothecaries Vanilla.esp IF FILE("TravellersOfSkyrim - Light.esp") || IF FILE("TravellersOfSkyrim - Vanilla.esp") INC: TravellersOfSkyrim - Vanilla.esp and / or TravellersOfSkyrim - Light.esp TravellersOfSkyrim - Mercenaries Vanilla.esp IF FILE("TravellersOfSkyrim - Light.esp") || IF FILE("TravellersOfSkyrim - Vanilla.esp") INC: TravellersOfSkyrim - Vanilla.esp and / or TravellersOfSkyrim - Light.esp TravellersOfSkyrim - Merchants Vanilla.esp IF FILE("TravellersOfSkyrim - Light.esp") || IF FILE("TravellersOfSkyrim - Vanilla.esp") INC: TravellersOfSkyrim - Vanilla.esp and / or TravellersOfSkyrim - Light.esp travelingargonians.esp Treasure Anywhere.esp TreasureCrafting.esp TreasureCrafting Patch.esp TreasureHunter.esp treeplanting.esp TribalMightHorse.esp trilogo.esp Trofei.esp TrueDragonBorn.esp truerpgactivities.esp trueskyrim.esp TuppenceHorse.esp Twilis's Skooma, Grind bonemeal etc.esp two_handed_rebalance.esp IF CHECKSUM("two_handed_rebalance.esp", 5871D2FC) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("two_handed_rebalance.esp", 5871D2FC) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("two_handed_rebalance.esp", 5871D2FC) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Tytanis_v052_SPANISH.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Tytanis.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Tytanis.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Tytanis.esp. REGEX: Tytanis\w{0,2}(GER)?\.esp TAG: {{BASH: Delev, Relev}} Tytanis_v039RU.esp tytanis horse armo vendor stand alone.esp Tytanis - Horse Armor Vendor.esp Tytanis - Farming.esp TytanisDawnguardElementalBolts.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) ENDGROUP: Base T BEGINGROUP: Base U Ulfric Stormcloak - Allow Shouting.esp UlfricForFem.esp UltimatePotionsPoisons.esp Underwater_Treasure.esp IF CHECKSUM("Underwater_Treasure.esp", 2676B18F) && IF VAR(EN) DIRTY: 18 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Underwater_Treasure.esp", 2676B18F) && IF VAR(RU) DIRTY: 18 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Underwater_Treasure.esp", 2676B18F) && IF VAR(ES) DIRTY: 18 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Undies Underneath.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" Unicorn.esp IF CHECKSUM("Unicorn.esp", 69A349B1) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Unicorn.esp", 69A349B1) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Unicorn.esp",69A349B1) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". UniqueBodies.esp // ^ Not sure of this placement, file here: "http://www.nexusmods.com/skyrim/mods/6041" uniquebooksofskyrimunlimited.esp Unique BOOZE Bottles.esp Unique Booze Bottles Alternate Names Version.esp UniqueGear.esp IF CHECKSUM("UniqueGear.esp", F1DAC5D6) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UniqueGear.esp", F1DAC5D6) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UniqueGear.esp", F1DAC5D6) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Unique Horse Textures.esp Unique items.esp Unique_Potions.esp UniqueEverything.esp IF CHECKSUM("UniqueEverything.esp", 9AB1ACCF) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UniqueEverything.esp", 9AB1ACCF) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UniqueEverything.esp", 9AB1ACCF) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". uniqueskullsdunlain.esp uniqueskullsofskyrimred.esp Unleveled_Skyrim_Items.esp TAG: {{BASH: Delev, Relev}} Unleveled_Dragonborn_Items.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) UPS Camp.esp Urns and things.esp UseableSawmill.esp Usefulremains.esp Useful_Stuff_of_Usefuless.esp Useful_Stuff_of_Usefulness.esp Utilization_1v0.esp Utilization.esp UWA.esp ENDGROUP: Base U BEGINGROUP: Base V V2reduced lag.esp vallespmodel.esp ValCraftingMeltdownAlpha.esp ValsCraftingMeltdownAlpha.esp IF VAR(EN) && IFNOT CHECKSUM("ValsCraftingMeltdownAlpha.esp", F655D4D3) && IFNOT CHECKSUM("ValsCraftingMeltdownAlpha.esp", 6B6074FD) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("ValsCraftingMeltdownAlpha.esp", F655D4D3) && IFNOT CHECKSUM("ValsCraftingMeltdownAlpha.esp", 6B6074FD) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("ValsCraftingMeltdownAlpha.esp", F655D4D3) && IFNOT CHECKSUM("ValsCraftingMeltdownAlpha.esp", 6B6074FD) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). ValsCraftingMeltdownAlpha - NoArrows.esp ValsCraftingMeltdown.esp ValsScrollCreation.esp ValsRedefs.esp ValsLegendaryMeltdown.esp ValsGoldnPicks.esp ValsCraftingMeldown.esp ValsArrowCrafting.esp ValsAlchRecipes.esp Valuable Foods and Misc.esp REGEX: Valdacil's Item Sorting - .+\.esp Valdacil's Item Sorting - Smithing No Smelter Categories.esp IF VAR(EN) && IF FILE("Valdacil's Item Sorting - Smithing Smelter Categories.esp") WARN: Delete 'Valdacil's Item Sorting - Smithing Smelter Categories.esp' or use instead. IF VAR(RU) && IF FILE("Valdacil's Item Sorting - Smithing Smelter Categories.esp") WARN: Удалите 'Valdacil's Item Sorting - Smithing Smelter Categories.esp' или используйте вместо этого. IF VAR(ES) && IF FILE("Valdacil's Item Sorting - Smithing Smelter Categories.esp") WARN: Borrar 'Valdacil's Item Sorting - Smithing Smelter Categories.esp' o utilizar en vez. Valdacil's Item Sorting - Smithing Smelter Categories.esp valuablehidesandskins.esp Vampire and Werewolf Potion.esp vampirefix.esp Vampirefix3.esp VampireBlood.esp VanillaChestLoot.esp Variable Movement.esp variable_ingredients_from_kills_items.esp VariedGuards.esp Various Hunter.esp vibrantauroras.esp VictoriaG_Load_Screens_Fullscreen.esp victory coin.esp Vigodno.esp VinillaSnow.esp VinillaSnowWindy.esp REGEX: VinillaSnowWindyand.+percentLessView\.esp IF VAR(EN) INC: All lighting mods. IF VAR(RU) INC: Все моды, меняющие освещение. IF VAR(ES) INC: Cualquier mod que modifique la iluminación. Villains Have Torches.esp voidcraft_opticnature.esp voidcraft_smithing101.esp VonwarrOneClickLoot.esp vwrJump.esp ENDGROUP: Base V BEGINGROUP: Base W WantedPosters.esp IF CHECKSUM("WantedPosters.esp", 436EBC46) || IF CHECKSUM("WantedPosters.esp", F5123590) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WantedPosters.esp", 436EBC46) || IF CHECKSUM("WantedPosters.esp", F5123590) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WantedPosters.esp", 436EBC46) || IF CHECKSUM("WantedPosters.esp", F5123590) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("WantedPosters.esp", 30717872) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WantedPosters.esp", 30717872) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WantedPosters.esp", 30717872) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WarboundHorse.esp Warhorse Domino.esp WARR.esp WearRobsOvurArurm.esp weardargonbarnrobsovurarurm.esp weighted gold.esp IF CHECKSUM("weighted gold.esp", D25F206D) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("weighted gold.esp", D25F206D) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("weighted gold.esp", D25F206D) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WepArmDEConstruction.esp WerebearsFoundInSkyrim.esp WereTools.esp WerewolfAffinity.esp WerewolfAftermathEquipper.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". WerewolfAftermathAutoEquipper.esp werewolfloadscreenreduction.esp werewolfpotion.esp werewolvesofskyrim.esp WerewolvesSpawn.esp IFNOT FILE("SKSE Hotkeys.esp") MOD: WetandCold.esp IF VERSION("TES5", "1.9.29.0.8", <) REQ: Skyrim 1.9.29.0.8+ IFNOT FILE("SKSE Hotkeys.esp") MOD: WetandCold - Ashes.esp IF VERSION("TES5", "1.9.29.0.8", <) REQ: Skyrim 1.9.29.0.8+ IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IFNOT ACTIVE("WetandCold.esp") && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/27563 WetandCold.esp" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("WetandCold.esp") && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/27563 WetandCold.esp" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("WetandCold.esp") && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/27563 WetandCold.esp" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. WetBody.esp Where's My Horse Gone.esp IF VERSION("TES5", "1.5.24", <) REQ: Skyrim 1.5.24+ Where's My Horse Gone Essential Horses.esp IF VERSION("TES5", "1.5.24", <) REQ: Skyrim 1.5.24+ IF FILE("Where's My Horse Gone.esp") && IF VAR(EN) WARN: Use either Where's My Horse Gone.esp or Where's My Horse Gone Essential Horses.esp, not both. IF FILE("Where's My Horse Gone.esp") && IF VAR(RU) WARN: Используйте любой, или Where's My Horse Gone.esp или Where's My Horse Gone Essential Horses.esp, не оба. IF FILE("Where's My Horse Gone.esp") && IF VAR(ES) WARN: Usar Where's My Horse Gone.esp o Where's My Horse Gone Essential Horses.esp, no ambos. Whistle.esp Whiterun Dragon.esp whitephial.esp whiteruncrate.esp REGEX: Wilderness War Parties Standalone.*\.esp Wild Horses of Skyrim.esp IF CHECKSUM("Wild Horses of Skyrim.esp", 81AFCA9F) && IF VAR(EN) DIRTY: 2 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Wild Horses of Skyrim.esp", 81AFCA9F) && IF VAR(RU) DIRTY: 2 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Wild Horses of Skyrim.esp", 81AFCA9F) && IF VAR(ES) DIRTY: 2 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". wildhorses.esp wildlife_overhaul.esp WildWerewolfNPCs.esp wildwerwolfsandmoredragons.esp Winterlude's Arrowsmithing Mod.esp Winterlude's Arrowsmithing Mod 1.1.esp REGEX: WiS IV - Heroes & Villains( insane| Easy| Hard)?\.esp IF VAR(EN) SAY: Use only one WiS IV - Heroes & villains esp. IF VAR(RU) SAY: Используйте только один WiS IV - Heroes & villains esp. IF VAR(ES) SAY: Utilizar solo un WiS IV - Heroes & villains esp. WiS Fantasy World.esp WobumsTheBlackHorse.esp // Removes some changes in Races made by Update.esm (not known if intentional). wobumstheepichorseslow.esp Wolfs_Buff_Recipes.esp Wolfs_Buff_Recipes_Rus.esp IF FILE("Wolfs_Buff_Recipes.esp") INC: Wolfs_Buff_Recipes.esp Wolfs_Simple_Recipes.esp Wolfs_Intermediate_Recipes.esp Wolfs_Intermediate_Recipes_Rus.esp IF FILE("Wolfs_Intermediate_Recipes.esp") INC: Wolfs_Intermediate_Recipes.esp Wolfs_Advanced_Recipes.esp Wolfs_Advanced_Recipes_Rus.esp IF FILE("Wolfs_Advanced_Recipes.esp") INC: Wolfs_Advanced_Recipes.esp REGEX: WolfsRecettes.+\.esp IF REGEX("Wolfs_.+_Recipes\.esp") && IF REGEX("WolfsRecettes.+\.esp") && IF VAR(EN) WARN: Use Wolfs_*_Recipes esps or WolfsRecettes* esps, not both. IF REGEX("Wolfs_.+_Recipes\.esp") && IF REGEX("WolfsRecettes.+\.esp") && IF VAR(RU) WARN: Используйте Wolfs_*_Recipes esps или WolfsRecettes* esps, не не вместе. IF REGEX("Wolfs_.+_Recipes\.esp") && IF REGEX("WolfsRecettes.+\.esp") && IF VAR(ES) WARN: Usar Wolfs_*_Recipes esps o WolfsRecettes* esps, no ambos. WolveOfSolstheim.esp wolveofsolstheimwb.esp the woodcutter.esp Woodcutter's Wife.esp IF CHECKSUM("Woodcutter's Wife.esp", 0C6E9683) && IF VAR(EN) DIRTY: 15 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Woodcutter's Wife.esp", 0C6E9683) && IF VAR(RU) DIRTY: 15 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Woodcutter's Wife.esp", 0C6E9683) && IF VAR(ES) DIRTY: 15 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WorkableChurns.esp WorkingBoats.esp wotd.esp WRenchanter_V1_1.esp WRenchanter_tilted.esp WRenchant_rotated.esp ENDGROUP: Base W BEGINGROUP: Base XYZ x117 Bandits and Forsworn.esp X117 Thalmor.esp xazBondage.esp xbxbnhaob.esp xFenWeaponSpeed.esp xFenWSOWAF.esp TAG: {{BASH: Delev, Relev}} xlv_agic.esp xgfCollectWood.esp xgfDovahkiinsTresor.esp xgfpferdekarren.esp xgfPferdeKarren-en.esp IF CHECKSUM("xgfPferdeKarren-en.esp", 7C465726) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("xgfPferdeKarren-en.esp", 7C465726) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("xgfPferdeKarren-en.esp", 7C465726) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". /* I have the original 1.83 do not change the checksum */ IF CHECKSUM("xgfPferdeKarren-en.esp", B56A25C1) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("xgfPferdeKarren-en.esp", B56A25C1) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("xgfPferdeKarren-en.esp", B56A25C1) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". /* I have the original 1.82 do not change the checksum */ IF CHECKSUM("xgfPferdeKarren-en.esp", 99BFDF60) SAY: If you have errors at creation Bashed Patch you can use "http://forums.nexusmods.com/index.php?/topic/765759-dragonkiller-cart-question/page__gopid__6397906 the corrected version". IF FILE("xgfpferdekarren.esp") INC: xgfpferdekarren.esp xgfPferdeKarren-en-CFSupport.esp xgfPferdeKarrenHypoFire-en.esp xpdummy.esp Xuibooks.esp Xuibooksplaced.esp xylozi_tougher_traps.esp Yellow_Mountain_Flower.esp yngolbarrowbuttonfix.esp yoshimushvend.esp YouKing.esp zariafarming.esp zariafarmingvanilla.esp ZazResources.esp ZutatenAblegen.esp Zira's Skyrim Horse Base - Armored.esp IF CHECKSUM("Zira's Skyrim Horse Base - Armored.esp", 421DF75A) && IF VAR(EN) DIRTY: 3 ITM, 47 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Zira's Skyrim Horse Base - Armored.esp", 421DF75A) && IF VAR(RU) DIRTY: 3 ITM, 47 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Zira's Skyrim Horse Base - Armored.esp", 421DF75A) && IF VAR(ES) DIRTY: 3 ITM, 47 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Zira's Skyrim Horse Base - Bareback Riding.esp IF FILE("Zira's Skyrim Horse Base - Armored.esp") && IF VAR(EN) WARN: Use only one Zira's Skyrim Horse Base esp. IF FILE("Zira's Skyrim Horse Base - Armored.esp") && IF VAR(RU) WARN: Используйте только один Zira's Skyrim Horse Base esp. IF FILE("Zira's Skyrim Horse Base - Armored.esp") && IF VAR(ES) WARN: Utilizar solo un Zira's Skyrim Horse Base esp. IF CHECKSUM("Zira's Skyrim Horse Base - Bareback Riding.esp", A2DD658D) && IF VAR(EN) DIRTY: 3 ITM, 47 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Zira's Skyrim Horse Base - Bareback Riding.esp", A2DD658D) && IF VAR(RU) DIRTY: 3 ITM, 47 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Zira's Skyrim Horse Base - Bareback Riding.esp", A2DD658D) && IF VAR(ES) DIRTY: 3 ITM, 47 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Zira's Skyrim Horse Base - No Tack.esp IF FILE("Zira's Skyrim Horse Base - Armored.esp") || IF FILE("Zira's Skyrim Horse Base - Bareback Riding.esp") && IF VAR(EN) WARN: Use only one Zira's Skyrim Horse Base esp. IF FILE("Zira's Skyrim Horse Base - Armored.esp") || IF FILE("Zira's Skyrim Horse Base - Bareback Riding.esp") && IF VAR(RU) WARN: Используйте только один Zira's Skyrim Horse Base esp. IF FILE("Zira's Skyrim Horse Base - Armored.esp") || IF FILE("Zira's Skyrim Horse Base - Bareback Riding.esp") && IF VAR(ES) WARN: Utilizar solo un Zira's Skyrim Horse Base esp. IF CHECKSUM("Zira's Skyrim Horse Base - No Tack.esp", F93CD5D0) && IF VAR(EN) DIRTY: 3 ITM, 47 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Zira's Skyrim Horse Base - No Tack.esp", F93CD5D0) && IF VAR(RU) DIRTY: 3 ITM, 47 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Zira's Skyrim Horse Base - No Tack.esp", F93CD5D0) && IF VAR(ES) DIRTY: 3 ITM, 47 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Zira's Skyrim Horse Base.esp IF FILE("Zira's Skyrim Horse Base - Armored.esp") || IF FILE("Zira's Skyrim Horse Base - Bareback Riding.esp") || IF FILE("Zira's Skyrim Horse Base - No Tack.esp") && IF VAR(EN) WARN: Use only one Zira's Skyrim Horse Base esp. IF FILE("Zira's Skyrim Horse Base - Armored.esp") || IF FILE("Zira's Skyrim Horse Base - Bareback Riding.esp") || IF FILE("Zira's Skyrim Horse Base - No Tack.esp") && IF VAR(RU) WARN: Используйте только один Zira's Skyrim Horse Base esp. IF FILE("Zira's Skyrim Horse Base - Armored.esp") || IF FILE("Zira's Skyrim Horse Base - Bareback Riding.esp") || IF FILE("Zira's Skyrim Horse Base - No Tack.esp") && IF VAR(ES) WARN: Utilizar solo un Zira's Skyrim Horse Base esp. IF CHECKSUM("Zira's Skyrim Horse Base.esp", 86D08FB5) && IF VAR(EN) DIRTY: 3 ITM, 47 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Zira's Skyrim Horse Base.esp", 86D08FB5) && IF VAR(RU) DIRTY: 3 ITM, 47 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Zira's Skyrim Horse Base.esp", 86D08FB5) && IF VAR(ES) DIRTY: 3 ITM, 47 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Zombie Draugr.esp zts_moreenemy.esp zts_moretravelers.esp zuzugs monster mod madness.esp zzzHarvestandEnchantImproved.esp ENDGROUP: Base XYZ BEGINGROUP: Base Late adventurersandtravelers.esp AdventurersAndTravelersLight.esp BeastBanditsV1.esp BarberShop.esp CrowdedCities.esp REGEX: KoS_Outcast(_Lite)?\.esp IF VAR(EN) SAY: Use only one KoS_Outcast*.esp. IF VAR(RU) SAY: Используйте только один KoS_Outcast*.esp. IF VAR(ES) SAY: Utilizar solo unKoS_Outcast*.esp. CiviliansWillNotDie.esp IF VAR(RU) WARN: Устарело, обновите до версии 0.7 и выше - CWND-Basic.esp CiviliansWillNotDieChild.esp IF VAR(RU) WARN: Устарело, обновите до версии 0.7 и выше - CWND-KillChild.esp IF FILE("CiviliansWillNotDie.esp") INC: CiviliansWillNotDie.esp IF VAR(RU) SAY: Данная версия мода убирает в детских расах пометку "Child". CiviliansWillNotDiePatches.esp - CWND-UnofficialPatches.esp IF VAR(RU) WARN: Устарело, обновите до версии 0.7 и выше - CWND-UnofficialPatches.esp IF FILE("CiviliansWillNotDie.esp") INC: CiviliansWillNotDie.esp IF FILE("CiviliansWillNotDieChild.esp") INC: CiviliansWillNotDieChild.esp IF CHECKSUM("CiviliansWillNotDiePatches.esp", C0754EA7) && IF VERSION("TES5", "1.7", <) REQ: Skyrim 1.7+ IF CHECKSUM("CiviliansWillNotDiePatches.esp", 2336B8B8) && IF VERSION("TES5", "1.8", <) REQ: Skyrim 1.8+ IFNOT VAR(USKP) REQ: Unofficial Skyrim Patch IF CHECKSUM("CiviliansWillNotDiePatches.esp", C0754EA7) SAY: Устарело. Обновите до "http://modgames.net/load/247-1-0-13970 CiviliansWillNotDiePatches.esp" 0.6+ CWND-Basic.esp IF VAR(RU) && IFNOT VERSION("TES5", "1.6.89.0.6", =) REQ: Skyrim 1.6.89.0.6 IF VAR(RU) && IFNOT FILE("CWND-UnofficialPatches.esp") && IF VERSION("TES5", "1.8.151.0.7", =) WARN: Не работает с версиями Скайрим 1.8.151.0.7 и выше. Используйте вместо этого альтернативную версию - CWND-UnofficialPatches.esp IF VAR(Dragonborn) && IFNOT FILE("CWND-Dragonborn.esp") REQ: CWND-Dragonborn.esp CWND-KillChild.esp CWND-UnofficialPatches.esp IF VAR(RU) && IF VERSION("TES5", "1.8.151.0.7", <) REQ: Skyrim 1.8.151.0.7+ IF VAR(RU) && IF FILE("CWND-Basic.esp") INC: CWND-Basic.esp IF VAR(Dragonborn) && IFNOT FILE("CWND-Dragonborn.esp") REQ: CWND-Dragonborn.esp CWND-UnofficialPatches_LB.esp IF VAR(RU) && IF FILE("CWND-Basic.esp") INC: CWND-Basic.esp IF VAR(RU) && IF FILE("CWND-UnofficialPatches.esp") INC: CWND-UnofficialPatches.esp IFNOT VAR(USKP) || IFNOT FILE("Lady Body.esm") && IF VAR(RU) WARN: Помимо Unofficial Skyrim Patch v1.3.2a и выше требуется еще и esm версия плагина "Lady Body" [LB] v2.1 и выше. Это очень важно, т.к. иначе вызовет вылеты и баги, если этих файлов нет. CWND-Dragonborn.esp IFNOT VAR(Dragonborn) REQ: Dragonborn DLC Darwins_Primitive_Times.esp REGEX: DarwinsHT_.+\.esp Destructible bottles.esp Destructible_bottles.esp IF CHECKSUM("Destructible_bottles.esp", 33A7D490) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Destructible_bottles.esp", 33A7D490) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Destructible_bottles.esp", 33A7D490) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. IF CHECKSUM("Destructible_bottles.esp", BF5ED5A9) || IF CHECKSUM("Destructible_bottles.esp", 0900B364) || IF CHECKSUM("Destructible_bottles.esp", 48639563) || IF CHECKSUM("Destructible_bottles.esp", 078C74DD) || IF CHECKSUM("Destructible_bottles.esp", 5BE52467) || IF CHECKSUM("Destructible_bottles.esp", D59FAF05) || IF CHECKSUM("Destructible_bottles.esp", D80876E8) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Destructible_bottles.esp", BF5ED5A9) || IF CHECKSUM("Destructible_bottles.esp", 0900B364) || IF CHECKSUM("Destructible_bottles.esp", 48639563) || IF CHECKSUM("Destructible_bottles.esp", 078C74DD) || IF CHECKSUM("Destructible_bottles.esp", 5BE52467) || IF CHECKSUM("Destructible_bottles.esp", D59FAF05) || IF CHECKSUM("Destructible_bottles.esp", D80876E8) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Destructible_bottles.esp", BF5ED5A9) || IF CHECKSUM("Destructible_bottles.esp", 0900B364) || IF CHECKSUM("Destructible_bottles.esp", 48639563) || IF CHECKSUM("Destructible_bottles.esp", 078C74DD) || IF CHECKSUM("Destructible_bottles.esp", 5BE52467) || IF CHECKSUM("Destructible_bottles.esp", D59FAF05) || IF CHECKSUM("Destructible_bottles.esp", D80876E8) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Smithing Basic destructible bottles patch.esp Item Sorting by Saige.esp IF CHECKSUM("Item Sorting by Saige.esp", 658A6A4E) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Item Sorting by Saige.esp", 658A6A4E) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Item Sorting by Saige.esp", 658A6A4E) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". item sorting dg by saige.esp IF CHECKSUM("item sorting dg by saige.esp", 637D24F6) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("item sorting dg by saige.esp", 637D24F6) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("item sorting dg by saige.esp", 637D24F6) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("item sorting dg by saige.esp", 3E12EE2) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("item sorting dg by saige.esp", 3E12EE2) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("item sorting dg by saige.esp", 3E12EE2) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". item sorting with weightless items.esp item sorting dg with weightless items.esp item sorting hf by saige.esp item sorting hf with weightless items.esp item sorting db by saige.esp item sorting db with weightless items.esp KoS_Land_at_War.esp morecivilians.esp REGEX: more_Travelers(_light)?\.esp IF VAR(EN) SAY: Use only one more_Travelers*.esp. IF VAR(RU) SAY: Используйте только один more_Travelers*.esp. IF VAR(ES) SAY: Utilizar solo un more_Travelers*.esp. more_Travelers-light.esp IF CHECKSUM("more_Travelers-light.esp", FB560796) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("more_Travelers-light.esp", FB560796) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("more_Travelers-light.esp", FB560796) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MoreUP.esp RePopulateSkyrim.esp repopulatedskyrim.esp REGEX: SIM.?- NPC.?Additions(HOSTILE)?\.esp REGEX: SIM.?- NPC.?AdditionsWEREWOLVES\.esp IF CHECKSUM("SIM - NPCAdditionsWEREWOLVES.esp", 28CCA4F1) && IF VAR(EN) DIRTY: 48 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SIM - NPCAdditionsWEREWOLVES.esp", 28CCA4F1) && IF VAR(RU) DIRTY: 48 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SIM - NPCAdditionsWEREWOLVES.esp", 28CCA4F1) && IF VAR(ES) DIRTY: 48 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". //split earlier regex so dirt would report correctly Skyrim Immersion Mod - NPC Additions.esp Skyrim Immersion Mod - NPCAdditionsHOSTILE.esp Skyrim Immersion Mod - NPCAdditionsWEREWOLVES.esp Skyrim Immersion Mod - NPCSUBMITTED.esp SIM - NPCSUBMITTED.esp SIM - Treasure Anywhere.esp Skyrim Immersion Mod - Treasure Anywhere.esp REGEX: .+Waterbugfix\.esp // Only this REGEX work for SIM - Waterbugfix.esp ENDGROUP: Base Late ENDGROUP: General Base Mods BEGINGROUP: Load Order Independent Mods //if these are truly load indep, they can just go into general Base section, right? -LD rt_Animal - Processing.esp IF FILE("rt_AutoHarvest.esp") && IF VAR(EN) ERROR: Use either rt_AutoHarvest.esp or rt_Animal - Processing.esp, not both. IF FILE("rt_AutoHarvest.esp") && IF VAR(RU) ERROR: Используйте любой, или rt_AutoHarvest.esp или rt_Animal - Processing.esp, не оба. IF FILE("rt_AutoHarvest.esp") && IF VAR(ES) ERROR: Usar rt_AutoHarvest.esp o rt_Animal - Processing.esp, no ambos. rt_AutoHarvest.esp IFNOT CHECKSUM("rt_AutoHarvest.esp", BBDBA57A) && IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IF CHECKSUM("rt_AutoHarvest.esp", CC380C07) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("rt_AutoHarvest.esp", CC380C07) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("rt_AutoHarvest.esp", CC380C07) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) AutomaticItemStorage.esp CAS.esp IF VAR(EN) && IF FILE("kuerteeAutoSaveAndTime.esp") WARN: Only use the save features of either "CAS" or "kuertee's auto-save and time". IF VAR(RU) && IF FILE("kuerteeAutoSaveAndTime.esp") WARN: Используйте функцию сохранения только из одного мода: из "CAS" или "kuertee's auto-save and time". IF VAR(ES) && IF FILE("kuerteeAutoSaveAndTime.esp") WARN: Utilizar únicamente las funciones de guardar de "CAS" o "kuertee's auto-save and time". Character Creation Overhaul.esp Chesko_LoreBasedLoadingScreens.esp Compass Marker Range 4000-8000.esp Compass Marker Range 4000-12000.esp Compass Marker Range 5000-10000.esp ContainerMagic.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IF CHECKSUM("ContainerMagic.esp", CBF09128) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ContainerMagic.esp", CBF09128) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ContainerMagic.esp", CBF09128) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DEAsprint&jump.esp IF VERSION("TES5", "1.6.89", <) REQ: Skyrim 1.6.89+ IF VERSION("SKSE", "0.1.5.9", <) REQ: "http://skse.silverlock.org SKSE" 1.5.9+ IF VAR(EN) SAY: Won't work if sprint/jump key is remapped to mouse button. IF VAR(RU) SAY: Может не работать, если кнопка бега\прыжка переназначена на кнопку мыши. IF VAR(ES) SAY: No funcionara si utilizas un boton del mouse para brincar o correr. DOF Light.esp Dragon Soul Relinquishment.esp IF CHECKSUM("Dragon Soul Relinquishment.esp", E270AD1E) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dragon Soul Relinquishment.esp", E270AD1E) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dragon Soul Relinquishment.esp", E270AD1E) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Duke Patricks - Savvy Save.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IF CHECKSUM("Duke Patricks - Savvy Save.esp", 4DC4EF35) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Duke Patricks - Savvy Save.esp", 4DC4EF35) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Duke Patricks - Savvy Save.esp", 4DC4EF35) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DynamicNaming.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". Dynavision.esp IF VAR(EN) WARN: DYNAVISION will work with most ENB configuations, however if you are using ENB, remember to turn OFF the ENB DOF feature in your graphics options. IF VAR(RU) WARN: DYNAVISION будет работать с большинством ENB конфигураций, однако, если вы используете ENB, не забудьте выключить опцию ENB DOF , в настройках графики. IF VAR(ES) WARN: DYNAVISION funcionara con la mayoría de los ENBs er, si estas utilizando un ENB, recuerda apagar el DOF de tu ENB. DYNAVISION Dynamic Depth of Field.esp IF VAR(EN) SAY: Make sure you have not switched DoF off in your ini file. If you don't see any effect, open you Skyrimprefs.ini and look for 'bDoDepthOfField'. Make sure it is set to 1. IF VAR(RU) SAY: Убедитесь, что вы не выключили DoF в вашем ini-файле. Если вы не видите эффекта, откройте ваш Skyrimprefs.ini и найдите строку 'bDoDepthOfField'. Убедитесь, что она имеет значение 1. IF VAR(ES) SAY: Asegurate de no haber apagado el DoF en tu ini. Si no ves el efecto abre Skyrimprefs.ini y asegurate de que 'bDoDepthOfField' sea igual a 1. Footprints.esp Footprints - Ash.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) germansubtitles.esp horsefp.esp IMAGINATOR - Visual Control for Skyrim.esp IF CHECKSUM("IMAGINATOR - Visual Control for Skyrim.esp", 7DFC69E3) && IF VAR(EN) DIRTY: 26 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("IMAGINATOR - Visual Control for Skyrim.esp", 7DFC69E3) && IF VAR(RU) DIRTY: 26 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("IMAGINATOR - Visual Control for Skyrim.esp", 7DFC69E3) && IF VAR(ES) DIRTY: 26 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IMAGINATOR - Visual Control for Skyrim - ITALIAN.esp Interface_Immersion.esp jaxonzsksetester.esp JSwords_Load_Screens.esp IF VERSION("JSwords_Load_Screens.esp", "14.0", <) WARN: Version 1.4 compatibility patch fixed and cleaned with TES5Edit can be obtained "http://www.nexusmods.com/skyrim/mods/26230 here". IFNOT ACTIVE("JSwords.esm") && IF VAR(EN) ERROR: JSwords.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("JSwords.esm") && IF VAR(RU) ERROR: JSwords.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("JSwords.esm") && IF VAR(ES) ERROR: JSwords.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. JaySUS Improved Loadscreens.esp Ket_3DLoadscreens.esp 13693_Ket_3DLoadscree.esp //russian version Ket_3DLoadscreens DV.esp Ket_PictureLoadscreens.esp LoversLoad_Screens_NonLore.esp LoversLoad_Screens_NonLore2.esp LoversLoad_Screens_Lore.esp kontrol.esp kuerteeActorDetails.esp IF VERSION("TES5", "1.8", <) REQ: Skyrim 1.8+ IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". kuerteeAutoFirstThirdPersonView.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+. IF CHECKSUM("kuerteeAutoFirstThirdPersonView.esp", 44B0D8BF) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("kuerteeAutoFirstThirdPersonView.esp", 44B0D8BF) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("kuerteeAutoFirstThirdPersonView.esp", 44B0D8BF) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". kuerteeAutoSaveAndTime.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+. IF CHECKSUM("kuerteeAutoSaveAndTime.esp", 1B5B09F7) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("kuerteeAutoSaveAndTime.esp", 1B5B09F7) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("kuerteeAutoSaveAndTime.esp", 1B5B09F7) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". loading screens for increased knowledge.esp Lyn_NoLoadingScreenText.esp Mark Books as Read.esp mart's nirnroot glow fix.esp Mart's Savegame DeBloatifier.esp MDX_MenuAutoAccept.esp NoxUEc.esp // Older version of Unknown Enchants IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". NoxUE2.00.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". NPCPhotoBooth.esp RaceMenu.esp IF VERSION("SKSE", "0.1.6.6", <) REQ: "http://skse.silverlock.org SKSE" 1.6.6+ /* Version 2.0.0 */ IF VERSION("SKSE", "0.1.6.15", <) && IF CHECKSUM("RaceMenu.esp", 2765B7D0) REQ: "http://skse.silverlock.org SKSE" 1.6.15+ RaceMenuPlugin.esp IF VAR(EN) SAY: RaceMenuPlugin is optional and provides support to alter Height, Breast, Glute and Biceps. If you experience issues with it, disable RaceMenuPlugin.esp and inform the author. IF VAR(RU) SAY: RaceMenuPlugin опционален и предоставляет поддержку альтернативного роста, груди, ягодиц и бицепсов. Если у вас возникают проблемы с этим, отключите RaceMenuPlugin.esp и проинформируйте автора. IF VAR(ES) SAY: RaceMenuPlugin is optional and provides support to alter Height, Breast, Glute and Biceps. If you experience issues with it, disable RaceMenuPlugin.esp and inform the author. nem-e5i5's RaceMenuPlugin.esp RaceMenuMimic.esp RaceMenuOverlays.esp _eyes_Masker.esp REGEX: SkyRealism - Simple Save System.+\.esp IF VAR(EN) SAY: Only use one SkyRealism - Simple Save System*.esp. IF VAR(RU) SAY: Используйте только один SkyRealism - Simple Save System*.esp. IF VAR(ES) SAY: Utilizar solo un SkyRealism - Simple Save System*.esp. ORS_MM.esp Player Size Adjuster.esp IF VERSION("SKSE", "0.1.6.9", <) REQ: "http://skse.silverlock.org SKSE" 1.6.9+ RealTime.esp SkyRealism - Skills and Statistics.esp Skyrim Better Performance.esp SkyTweak.esp IF VERSION("SKSE", "0.1.6.9", <) REQ: "http://skse.silverlock.org SKSE" 1.6.9+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.4+ Object Tweaker.esp AddItemMenu.esp //both related to skytweak? skyai.esp SkyAI Vanilla Only.esp SkyAI Dawnguard.esp SkyAI Dragonborn.esp sneakindicator3dvisionfix.esp //Skyrim Timed AutoSave Helper: REGEX: TimedAutoSave(\d\d)?\.esp Troy1010_GameSettings_ImprovedCombatRegen 1.0.0.esp towAutoFP.esp towAutoFPALL.esp towAutoTP.esp towConversation.esp IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ IF VERSION("SKSE", "0.1.6.13", <) REQ: "http://skse.silverlock.org SKSE" 1.6.13+. UIExtensions.esp VanillaUsesCustom.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. vAutosaveManager.esp WarriorRest.esp war zone fix.esp ENDGROUP: Load Order Independent Mods BEGINGROUP: MCM Mods //Note that this group is for "menu only" (or similar) mods, if a mod supports MCM then it should still be placed based on its content. skyui.esp IF VERSION("SKSE", "0.1.6.16", <) REQ: "http://skse.silverlock.org SKSE" 1.6.16+. AHZmoreHUD.esp Extended UI.esp Fhaarkas Font Mod.esp Fhaarkas Font Mod - SkyUI.esp iHUD.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" ^ // Must load after SkyUI IMAGINATOR - MCMenu.esp IFNOT ACTIVE("IMAGINATOR - Visual Control for Skyrim.esp") && IF VAR(EN) ERROR: IMAGINATOR - Visual Control for Skyrim.esp is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/13049 IMAGINATOR - Visual Control for Skyrim". IFNOT ACTIVE("IMAGINATOR - Visual Control for Skyrim.esp") && IF VAR(RU) ERROR: IMAGINATOR - Visual Control for Skyrim.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/13049 IMAGINATOR - Visual Control for Skyrim". IFNOT ACTIVE("IMAGINATOR - Visual Control for Skyrim.esp") && IF VAR(ES) ERROR: IMAGINATOR - Visual Control for Skyrim.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él"http://www.nexusmods.com/skyrim/mods/13049 IMAGINATOR - Visual Control for Skyrim". less_intrusive_hud.esp LessIntrusiveHUD.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" AI Gamesettings.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" auto camera.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" BlitzConsoleCommandsMCM.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" BodyChange.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" bugi_quicksave.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" cheat_mod_mcm.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" Customizable Camera.esp IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ IF VERSION("SKSE", "0.1.6.14", <) REQ: "http://skse.silverlock.org SKSE" 1.6.14+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v4.0+ DragonSoulConverter.esp IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ IF VERSION("SKSE", "0.1.6.13", <) REQ: "http://skse.silverlock.org SKSE" 1.6.13+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.4+ Dual Hand Combo Hotkeys.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" Enhanced 3rd Person Camera.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" Enhanced 3rd Person Camera V1.0.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" Fine-Tuned Challenge.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" Grimy Utilities Interface.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" Headtrack Crosshair.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v4.1+ hmkLockOn.esp IF VERSION("SKSE", "0.1.6.3", <) REQ: "http://skse.silverlock.org SKSE" 1.6.3+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.4+ kuerteeAutoFirstThirdPersonView MCM.esp IFNOT ACTIVE("kuerteeAutoFirstThirdPersonView.esp") && IF VAR(EN) ERROR: kuerteeAutoFirstThirdPersonView.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("kuerteeAutoFirstThirdPersonView.esp") && IF VAR(RU) ERROR: kuerteeAutoFirstThirdPersonView.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("kuerteeAutoFirstThirdPersonView.esp") && IF VAR(ES) ERROR: kuerteeAutoFirstThirdPersonView.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3+ kuerteeAutoSaveAndTime MCM.esp IFNOT ACTIVE("kuerteeAutoSaveAndTime.esp") && IF VAR(EN) ERROR: kuerteeAutoSaveAndTime.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("kuerteeAutoSaveAndTime.esp") && IF VAR(RU) ERROR: kuerteeAutoSaveAndTime.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("kuerteeAutoSaveAndTime.esp") && IF VAR(ES) ERROR: kuerteeAutoSaveAndTime.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3+ kuerteeDisableLightsFarFromActors MCM.esp IFNOT ACTIVE("kuerteeDisableLightsFarFromActors.esp") && IF VAR(EN) ERROR: kuerteeDisableLightsFarFromActors.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("kuerteeDisableLightsFarFromActors.esp") && IF VAR(RU) ERROR: kuerteeDisableLightsFarFromActors.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("kuerteeDisableLightsFarFromActors.esp") && IF VAR(ES) ERROR: kuerteeDisableLightsFarFromActors.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3+ LoadOrder.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" manny_Status.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VERSION("SKSE", "0.1.6.9", <) REQ: "http://skse.silverlock.org SKSE" 1.6.9+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.1+ MCMHeadPhone.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" MinimalHUD.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" 3.4+ Model Manager.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" SaveHotKeyMCM.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IF VERSION("SKSE", "0.1.6.4", <) REQ: "http://skse.silverlock.org SKSE" 1.6.4+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3+ SkyrimConfigMenu.esp IF VERSION("SKSE", "0.1.6.6", <) REQ: "http://skse.silverlock.org SKSE" 1.6.6+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.1+ SkyrimSpellCleaner.esp IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ IF VERSION("SKSE", "0.1.6.13", <) REQ: "http://skse.silverlock.org SKSE" 1.6.13+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.4+ SkyVoice.esp IF CHECKSUM("TKDodge.esp", 7627B571) MOD: TKDodge.esp //per 37/172, SKSE version should be up nearer SkyUI in order to work? TakeNotes.esp towPov.esp IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ IF VERSION("SKSE", "0.1.6.13", <) REQ: "http://skse.silverlock.org SKSE" 1.6.13+. IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" v3.4+ ENDGROUP: MCM Mods BEGINGROUP: Items // Armor, Weapons, Clothes and recipes to craft them // VITAL for overhaul mod users: Wrye Bash tag all armor replacers {{BASH: Graphics}}(After it will work for Skyrim) to keep their new look. // Some items will need to go after overhaul or location altering mods to appear. BEGINGROUP: Items # _gc_skaal_outfit_for_kids_v2.esp _Kill_CompanionSummonRing.esp _shb_DH_Smithing.esp (ndc)idemdallsfolly.esp + MATHERIAN_VIKING_SHIELDS_SET +.esp 00LightEbonyArmor.esp 01BAROXLO_GLADIATORA.esp 01ERA.esp //aka EotW Dovahkiins Journeyman Armor 0ringfx.esp 0x_JarlOutfits.esp 118 Weapon Pack.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. ll&D.esp 148_11007_dagger_ma.esp 18 Black Katanas.esp 18 Black® Katanas HD ML.esp IF VAR(EN) SAY: Obsolete. Update to latest version, 18 Black Katanas.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, 18 Black Katanas.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, 18 Black Katanas.esp. 1AlirArmor.esp 1CuteKnightArmor.esp 1handedWarhammers.esp 1nivPantsArmor.esp 3D_Meshed_PubicHair.esp //equips slot 52 3dmlingfsfs.esp 300Sword.esp 42Re Aki Set.esp 5XBOW.esp 7B_DragonbornArmors.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). 7B Leather Clothes.esp 7B-Sexy Tsun Armor.esp 7thHeaven.esp 8371_CraftArmorNight.esp 9sCC.esp 9sDovahkiinsJerkin.esp 9sJimmyOutfit.esp [ voidcraft ] the armory.esp [ voidcraft ] the armory - dawnguard.esp [cynicalling]Elven & SAC Bows.esp [cynicalling]Svs Super Collection Jewelry.esp //possbile chinese translations [imc] Professional Shiv.esp ENDGROUP: Items # BEGINGROUP: Items A A Perfect Assasin.esp AAEGreybeardEnch.esp Aaron's X-Bow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). aassassinscraftables.esp abba_dyramisty_01.esp abimod.esp IF CHECKSUM("abimod.esp", 86BEC75A) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("abimod.esp", 86BEC75A) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("abimod.esp", 86BEC75A) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Abracadabra.esp AC-Cesare Borgia Armor.esp AC Crusader Armor.esp AC-Ishak Pasha Armor.esp ac revelations ezio's armour_nax.esp ACA_Dyramisty_01.esp ACAxe.esp ACB Harley.esp IF CHECKSUM("ACB Harley.esp", 1FD524B8) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ACB Harley.esp", 1FD524B8) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ACB Harley.esp", 1FD524B8) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ACB Hellequin.esp IF CHECKSUM("ACB Hellequin.esp", E22810FE) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ACB Hellequin.esp", E22810FE) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ACB Hellequin.esp", E22810FE) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ACBrotherhood.esp ACE Nifty Arrows.esp Acechadragones.esp AcechadragonesV2.esp AchillesArmor.esp aciiibowandarrows.esp Actualize Apparel.esp Adamantium Armor.esp 00 Adamantium Armor.esp ADDC Pack.esp AdditionalAmulets.esp AddOnContent1_1.esp //weapon pack ADEC DI Armor.esp ADEC_Chain&Ringmail.esp ADEC_HalfPlate.esp ADEC_Dawnguard_Collection.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). ADEC_DianoArmor.esp ADEC_DragonbornArmors.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). ADEC_Clothes.esp ADEC_VanillaArmor_Wolf.esp ADEC_VanillaArmor_Stormcloak.esp ADEC_VanillaArmor_Elven.esp ADEC_Nocturnal.esp ADEC_SuccubusArmor.esp ADEC_TeraArmor.esp ADEC_TeraArmorCollection.esp Adhesive bandage.esp ADHopesfire.esp ADTrueflame.esp Advanced Ancient Nord Armor.esp advanced armors.esp AdvancedGlassArmor.esp AdvancedGlassArmorPlus.esp IF FILE("AdvancedGlassArmor.esp") INC: AdvancedGlassArmor.esp AdvancedGlassWeapons.esp AdvancedGlassWeaponsPlus.esp IF FILE("AdvancedGlassWeapons.esp") INC: AdvancedGlassWeapons.esp aearrows.esp AedraWeaponSet.esp aedricarmor.esp AEOR.esp AeriAssassin.esp Aetherial Crown REPLACER.esp AetherialBow&Arrows.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) AetherialWeapons.esp Aetherium Gladiator Armor by Rikushai v2_0.esp AetheriumSwords.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF VAR(EN) && IF FILE("AetheriumSwordsnArmor.esp") ERROR: Delete. Already included in AetheriumSwordsnArmor.esp. IF VAR(RU) && IF FILE("AetheriumSwordsnArmor.esp") ERROR: Удалите. Уже включено в AetheriumSwordsnArmor.esp. IF VAR(ES) && IF FILE("AetheriumSwordsnArmor.esp.") ERROR: Borrar. Esta incluido en AetheriumSwordsnArmor.esp. AetheriumSwordsnArmor.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("sAetheriumSwordsnArmor.esp", 9BCBBAF0) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("sAetheriumSwordsnArmor.esp", 9BCBBAF0) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("sAetheriumSwordsnArmor.esp", 9BCBBAF0) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AgedRoundShield.esp TAG: {{BASH: Relev}} AgehaArmorCollection.esp AGOT Weaponry v1b.esp AH1 piercings.esp AigisArmor.esp Airy Armor.esp AK- Daedric Blue.esp AK- Daedric Blue Weapons.esp Akatosh Battleaxe.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) akaviri.esp akaviri crossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Akaviri Dai-Katana.esp Akavari Katana Re_borne.esp akavirisharpkatana.esp IF CHECKSUM("akavirisharpkatana.esp", B74E58F0) && IF VAR(EN) DIRTY: 10 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("akavirisharpkatana.esp", B74E58F0) && IF VAR(RU) DIRTY: 10 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("akavirisharpkatana.esp", B74E58F0) && IF VAR(ES) DIRTY: 10 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AkaviriTanto.esp AkavirisWeapons.esp AK- Iceburgs Spiderman Suit.esp AK- Mulitiple Nightingale Armors.esp AK- Zelda Hover Boots.esp AKHDTBuckskinLeatherBoots.esp AKHDTLeatherBoots.esp AKLeatherBoots.esp AKLuxuryBoots.esp AlchemistSatchel.esp IF CHECKSUM("AlchemistSatchel.esp", 2412654C) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("AlchemistSatchel.esp", 2412654C) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("AlchemistSatchel.esp", 2412654C) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("AlchemistSatchel.esp", 2412654C) && IF VAR(EN) DIRTY: 15 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AlchemistSatchel.esp", 2412654C) && IF VAR(RU) DIRTY: 15 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AlchemistSatchel.esp", 2412654C) && IF VAR(ES) DIRTY: 15 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("AlchemistSatchel.esp", CAE60B0) && IF VAR(EN) DIRTY: 18 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AlchemistSatchel.esp", CAE60B0) && IF VAR(RU) DIRTY: 18 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AlchemistSatchel.esp", CAE60B0) && IF VAR(ES) DIRTY: 18 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Alchemy Apparatuses .95.05.esp alchemyenchantingsmithing_armorsets.esp Aldmeri Guardian Armor Standalone.esp Alduin Bikini.esp Alduin Scale Armor.esp Alduin Weapons.esp Alduin's son.esp alduins dragonplate armor.esp AlduinsFangSword.esp AlduinWing.esp Alecu'sDress.esp Aleitheo's Punchcat Friendly Start.esp alendrissword.esp Alex Mercer Armour.esp Alexia CatGarter.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Alexia CatGarter_CN.esp AlexScorpionsShop.esp IF CHECKSUM("AlexScorpionsShop.esp", C2DBDC74) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AlexScorpionsShop.esp", C2DBDC74) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AlexScorpionsShop.esp", C2DBDC74) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AlexScorpion's SnakeBow.esp AlfheimKnights.esp AlfheimRobes.esp AliceMadnessReturnsVorpal.esp AliceMadnessReturnsWeapons.esp Alchemic Tomes.esp IF CHECKSUM("Alchemic Tomes.esp", EDA60D92) && IF VAR(EN) DIRTY: 10 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Alchemic Tomes.esp", EDA60D92) && IF VAR(RU) DIRTY: 10 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Alchemic Tomes.esp", EDA60D92) && IF VAR(ES) DIRTY: 10 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Alienzerox_Fur_Robes_Male_0_1_0.esp Alienzerox_White_Fur_Robe&Hood_FEMALE_ONLY_0-1-01.esp Alienzerox_White_Fur_Robe&Hood_LA_FEMALE_ONLY_0-1-02.esp AllaSkyrimStainedGlassArmour2.esp REGEX: (alldlcshared|sharedplayer)chest\.esp IF VAR(EN) SAY: Use only one Shared Chest esp. IF VAR(RU) SAY: Используйте только один Shared Chest esp. IF VAR(ES) SAY: Utilizar solo un Shared Chest esp. allhoods.esp AllowAmuletRing.esp Almalexia Regalia.esp Alt. Dragon Knight Helmet.esp Altair`s Dagger.esp Altair`s sword.esp AlteNordwaffenAufpolieren.esp Alternate_Armor_Appearances_v1.20.esp AlternateDawnbreaker.esp AlternateDawnbreakerNoSaya.esp Althirs Camping Tools English.esp IF CHECKSUM("Althirs Camping Tools English.esp", C5346BE3) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Althirs Camping Tools English.esp", C5346BE3) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Althirs Camping Tools English.esp", C5346BE3) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Althirs Camping Tools German.esp IF CHECKSUM("Althirs Camping Tools German.esp", D1B56978) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Althirs Camping Tools German.esp", D1B56978) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Althirs Camping Tools German.esp", D1B56978) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("Althirs Camping Tools English.esp") INC: Althirs Camping Tools English.esp Alto Angelo Armor.esp AlynShirArmor.esp aMagicalChest.esp Amaya.esp AmazonArmor.esp AMB Glass Variants Lore.esp TAG: {{BASH: Delev, Relev}} AmbrosiaFashions.esp IF CHECKSUM("AmbrosiaFashions.esp", 5625FC4F) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AmbrosiaFashions.esp", 5625FC4F) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AmbrosiaFashions.esp", 5625FC4F) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". amels robe.esp amels black robe.esp amels purple robe.esp amels red robe.esp amels vanilla robe.esp AmenomurakumonoTsurugi.esp Amiella Outfit.esp Amiella Outfit_CN.esp Amiella Outfit BU.esp Amiella Outfit BU_CN.esp amk Border Lace Lingerie.esp Amulet of Kings.esp Amulet of the Assassin.esp Amulet of the Stealth.esp AmuletteDesNeuf.esp AmuletOfHomecoming.esp AmuletOfPower.esp AmuletOfShoutingXx.esp AmuletOfTheGods.esp AmuletOfTheNine.esp amuletofthenines.esp amulet of shouting.esp Amulets of the Shout Master.esp Amulets_of_vols.esp amuletsofthedivines.esp Anathiel.esp ANB - DragonboneWeapons.esp ANB - WearableTSun.esp ANC-Tribal Hunt MJB BBP.esp ANC-Tribal caza MJB BBP.esp ANC-Witch Clothes.esp Ancestral Helms-Blued Helms.esp Ancestral Helms-Gilded Helms.esp Ancestral Helms-Silver Helms.esp Ancestral Helms-Steel Helms.esp Ancient Black Dragonscale Armor.esp ancient bows.esp Ancient Dragon Knight Armor.esp Ancient Falmer Crown (Outfit).esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). ancient magnus armor.esp Ancient Skyforge Armor.esp Ancient Weapons To DaedraHeart.esp AncientBattleAxe.esp AncientBearArmor.esp AncientBlade.esp AncientBladeWeapons.esp ancientfalmer.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). AncientNord.esp AncientNord[StandAlone].esp AncientNordArmorBuff.esp ancientnordheroarmor.esp ancientstaff.esp AncientSteelArmor.esp AncientWarriorArmor.esp andmyaxe.esp Andragorn's Armoury.esp Andragorn_Weapons.esp Anduril.esp anellento.esp Angeli.esp Angeli fly broom.esp angeli milk crossbow.esp Angeli milk pot.esp Angeli shield.esp Angelic Armory.esp Angelic_Demonic.esp angelicarmor.esp AngelicBow_0403.esp Angelika Amulets.esp Angelika's Amulets.esp Angelo Credo Armor.esp Angelslayer.esp AngisBetterBow.esp AngisEvenBetterBow.esp IF FILE("AngisBetterBow.esp") && IF VAR(EN) WARN: Use only one AngisBetterBow esp. IF FILE("AngisBetterBow.esp") && IF VAR(RU) WARN: Используйте только один AngisBetterBow esp. IF FILE("AngisBetterBow.esp") && IF VAR(ES) WARN: Utilizar solo un AngisBetterBow esp. AngisEvenBetterBetterBow.esp IF FILE("AngisBetterBow.esp") || IF FILE("AngisEvenBetterBow.esp") && IF VAR(EN) WARN: Use only one AngisBetterBow esp. IF FILE("AngisBetterBow.esp") || IF FILE("AngisEvenBetterBow.esp") && IF VAR(RU) WARN: Используйте только один AngisBetterBow esp. IF FILE("AngisBetterBow.esp") || IF FILE("AngisEvenBetterBow.esp") && IF VAR(ES) WARN: Utilizar solo un AngisBetterBow esp. Anillo de Molag Bal.esp Anime School Uniform.esp REGEX: Animetica.+\.esp Another Daedric Artifacts.esp AnotherBlackThievesGuildArmor_v2.1.esp AntiqueArmors.esp AoD - Dianqing Armor.esp AoD - FullPlate.esp AoD - Overlord Armor.esp Apex Werewolf.esp Apocalypse - The Core.esp ApollosBow.esp ApotheusLightArmor_by_GuitunScarfin.esp Aradia Gold Lady.esp Aradia Lace Dress.esp Aradia Leather Armour.esp Aradia Lingerie Dress.esp AradiaLeatherThief.esp Aragorns combat tunic.esp Arakh.esp Arbitrator.esp arcanaEN.esp arcane bow.esp REGEX: Arcania_armory( \(base\))?\.esp TAG: {{BASH: Relev}} IF FILE("Arcania_armory.esp") && IF FILE("Arcania_armory (base).esp") && IF VAR(EN) WARN: Use only one Arcania_armory*.esp. IF FILE("Arcania_armory.esp") && IF FILE("Arcania_armory (base).esp") && IF VAR(RU) WARN: Используйте только один Arcania_armory*.esp. IF FILE("Arcania_armory.esp") && IF FILE("Arcania_armory (base).esp") && IF VAR(ES) WARN: Utilizar solo un Arcania_armory*.esp. Arcania_armory_new.esp Arcania_armory_new(base).esp Arcania bows.esp Arcania bows (base).esp ArcaneArchery.esp IF CHECKSUM("ArcaneArchery.esp", 3BB808E1) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ArcaneArchery.esp", 3BB808E1) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ArcaneArchery.esp", 3BB808E1) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". archdemonplushighdragon.esp IF CHECKSUM("archdemonplushighdragon.esp", 84F7CB68) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("archdemonplushighdragon.esp", 84F7CB68) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("archdemonplushighdragon.esp", 84F7CB68) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Archer_Cuirass.esp Archer's.esp archersarsenal.esp ARCHMAGE EDIT.esp ArchMage Legendary.esp Archmage Replacer - Master Conjuration NE.esp Archmage Replacer - Telvanni.esp archmage_robe_without_hood.esp archmagecapstandalone1_1.esp ArchmageHoodlessEnchant.esp REGEX: ArchmageRing(00|25|50|75)?\.esp Archmage's Boots.esp Archmage's Circlet of Power.esp arcticarmor.esp Ardaenye.esp ArgonianMercArmor.esp AMA-RedTint.esp Arhimagesword.esp Aries&Tombstone.esp Arishok.esp Arisverd.esp Ariyan.esp ArmaeLegionis.esp IF VAR(EN) SAY: Obsolete. Update to latest version, ArmaLegionis.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, ArmaLegionis.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, ArmaLegionis.esp. ArmaLegionis.esp Armblades.esp Armor Dovahkiin & Forest Elves.esp Armor for Manga.esp Armor of Justice.esp Armor of the Dragon Child.esp Armor of the Dragonborn.esp armor of tsun.esp Armor Pack IX.esp Armor Pack IX Part 2.esp Armor_Rider.esp Armor_Swaps_v1.00.esp armor_eisen.esp Armor_Tera_HmF_L18.esp armoraddon_dragongod.esp ArmorAllClothes.esp armorbonecrownreplica.esp armorcirclets.esp armordraugrfmods ~saqk.esp ArmorEbonyRanger.esp armored armwraps and footwraps.esp Armored Bikini - UNPB BBP.esp Armored Circlets.esp armored mage and monk robes.esp Armored Mage Robes.esp armored nocturnal robes.esp Armored Robes.esp ArmorEbonyLight.esp Armored_Rings1.esp ArmoredAlikrHoods.esp IF VAR(EN) SAY: Obsolete. Update to latest version, , ArmoredAlikrGarb.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, , ArmoredAlikrGarb.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, , ArmoredAlikrGarb.esp. ArmoredAlikrGarb.esp ArmoredArchmageRobes.esp ArmoredArchmageRobes+.esp ArmoredCircletsDawnguard&Dragonborn.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). ArmoredCircletsQuickFox.esp ArmoredCircletsQuickFoxDV.esp ArmoredMage.esp ArmoredNocturnal.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". ArmorEliteNightingale.esp armorkits.esp TAG: {{BASH: Relev}} armorLegSkutum.esp ArmorOfIntrigue.esp ArmorofUlle.esp ArmorSizeMastery.esp Armour of Tyr.esp Armoury of Conan.esp Zbrojownia z Conan.esp Armure Celtique.esp Armure de chevalier draconique.esp Armure de l'archipel.esp MOD: Armure du Chevalier d'Épines.esp Armure du Dragon d'argent.esp Armures de Nordique - Credo.esp Armures de plates - Credo.esp Armures traditionnelles de Bordeciel I.esp IF CHECKSUM("Armures traditionnelles de Bordeciel I.esp", 2AC9BE08) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Armures traditionnelles de Bordeciel I.esp", 2AC9BE08) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Armures traditionnelles de Bordeciel I.esp", 2AC9BE08) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Armures traditionnelles de Bordeciel II.esp Armures traditionnelles de Bordeciel III.esp Arngrim_Evening_Dress.esp REGEX: ArrowsNoGravity(_Fast)?\.esp AronsHybrid.esp IF CHECKSUM("AronsHybrid.esp", 267783D2) && IF VAR(EN) DIRTY: 14 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AronsHybrid.esp", 267783D2) && IF VAR(RU) DIRTY: 14 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AronsHybrid.esp", 267783D2) && IF VAR(ES) DIRTY: 14 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(EN) ERROR: Delete. Already included in 'Skyrim Immersive Creatures.esp'. IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(RU) ERROR: Удалите. Уже включено в 'Skyrim Immersive Creatures.esp'. IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(ES) ERROR: Borrar. Esta incluido en 'Skyrim Immersive Creatures.esp'. AronsMechaDragons.esp IF CHECKSUM("AronsMechaDragons.esp", 77A605C4) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AronsMechaDragons.esp", 77A605C4) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AronsMechaDragons.esp", 77A605C4) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(EN) ERROR: Delete. Already included in 'Skyrim Immersive Creatures.esp'. IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(RU) ERROR: Удалите. Уже включено в 'Skyrim Immersive Creatures.esp'. IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(ES) ERROR: Borrar. Esta incluido en 'Skyrim Immersive Creatures.esp'. arrowsfromtheforge.esp ArrowsOfLight.esp ArrowsOfMight1.1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, ArrowsOfMight1.2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, ArrowsOfMight1.2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, ArrowsOfMight1.2.esp. ArrowsOfMight1.2.esp Ars Magika.esp Artefacti Bossov.esp Artemis Clothes.esp Artemis Hunting Gear.esp artifact-smithing-unlocked.esp Artifacts of Ultima.esp As0aModPendantofNightSight.esp Aseet ja Varusteet 5 Kirveet Nuijat.esp Aseet ja Varusteet 5 Kirveet Nuijat 1.esp Aseet ja Varusteet 5 Kirveet Nuijat 2.esp AsharaDimonizedDress.esp AsharaRomanticOutfit.esp AsharaPartyOutfit.esp AsharaPrinceOfTheWoods.esp AsharaPrinceOfTheWoods DV.esp AelididPOTW.esp AsharaRadiantRaiment.esp Ashara's Catwoman.esp AsharaParagonJewelry.esp AsharaWeddingOutfit.esp Ashbringer.esp asher's axe.esp AshlandAmulets.esp ASOIAF gear.esp Assasin Creed Mod.esp assassinarrow.esp assassinrobes.esp assassins_armor_set.esp Assassins Crossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Assassins Daggers.esp AssassinsCreedArmor.esp AssassinsDagger.esp Astaras Weapons Collection.esp AsumasTrenchKnife.esp Atlantean Rhevn.esp Atlantean Sword.esp Atlantean Sword Rusty.esp AtlanteanDragonSlayer.esp REGEX: AttTWeapons.?\d\.esp attT-Oboro.esp AttTShields.esp AttTStaff.esp AttTTERAWeapons.esp Auriel's Bow ReloadedRU.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) auriel_bow.esp Auriel's sword (unlimited).esp AuriElsSword.esp Aurora Blade.esp Auryn.esp Automatic_Crossbow_Collection_EN.esp Autumn elven set.esp AuxilaryEquipment.esp Avatar of Baltazar.esp IF CHECKSUM("Avatar of Baltazar.esp", 1233BBAF) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Avatar of Baltazar.esp", 1233BBAF) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Avatar of Baltazar.esp", 1233BBAF) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("SkyRe Avatar of Baltazar.esp") TAG: {{BASH: Deactivate}} Avatar Of Grenth.esp IF CHECKSUM("Avatar Of Grenth.esp", 1B0CB166) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Avatar Of Grenth.esp", 1B0CB166) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Avatar Of Grenth.esp", 1B0CB166) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("SkyRe Avatar of Grenth.esp") TAG: {{BASH: Deactivate}} Avatar de Grenth.esp avo's tear.esp Awelgriz.esp Axe01.esp Axe03.esp Axe05.esp AxeOfTheDragon.esp Ayame.esp Ayumi Armor.esp Ayumi Set.esp Azincourt.esp Aztec Macahuitl.esp AzzinothWarglaive.esp ENDGROUP: Items A BEGINGROUP: Items B B&SArmorsCollection.esp b2bk_Quivers.esp baaleos amulet of darkness.esp BabetteShroudedRobes.esp backpack.esp Backpack OE.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" backpackfrankdema.esp backpackfrankdema DV 2.1.esp backpack-realistic.esp backstabgauntlets.esp Bad Dog.esp BadGremlinsJarHunt.esp IF CHECKSUM("BadGremlinsJarHunt.esp", 82CAA554) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BadGremlinsJarHunt.esp", 82CAA554) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BadGremlinsJarHunt.esp", 82CAA554) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BadMedicine.esp BadMedicine1.1.esp Ballet Boots.esp BAMM.esp Bandanas of Skyrim.esp Bangarang.esp Baraban-Dawnguard-Plate.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Baraban-Steel-Helms.esp Baraban-Steel-Plate.esp Baraban-Steel-Plate-Replacer.esp Baraban-Heater-Shield.esp Barbarian_Sword+Armor.esp BarbarianArmor.esp BarbarianAxe.esp BarbarianExplorer.esp BarbarianFur.esp Barbarian Jewelry.esp BaratheonArmor.esp IF FILE("SkyRe_Plugin_BaratheonArmor_1.esp") || IF FILE("SG_HothTrooper.esp") TAG: {{BASH: Deactivate}} Bard'sLeap.esp Bare Hands and Feet Armor.esp BarkeeperMinidress - Light.esp BarkeeperMinidress - SA.esp Basara.esp Basaraoutfit by Himmelsky.esp /* bat3.esp, hawk2.esp, wyvern4.esp contain Item Records */ bass cannons of skyrim.esp bass cannons of skyrim part 2.esp bassem's better gauldur amulet ^a01.esp bat3.esp Battle Armor.esp Battledress Armor.esp IF CHECKSUM("Battledress Armor.esp", 68CE399F) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Battledress Armor.esp", 68CE399F) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Battledress Armor.esp", 68CE399F) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BattleFlute.esp BattleMage armor.esp Battlemage Armor by Sword13.esp battlemagearmor.esp battlemageboots.esp Battlemode Armors.esp bblbra.esp BBP_ArmorPack.esp BBP_ArmorPack2.esp REQ: "http://www.nexusmods.com/skyrim/mods/4888 CHSBHC - BBP - Nude and Jiggly Mod" BBP_Apple.esp BBP_BondageA.esp BBP_Dragon_Princess.esp BBP_Rabbit.esp BDYEB.esp TAG: {{BASH: Relev}} BDYEB Viking Pack.esp BeadsBikini-MTM.esp BeastmastersAxe.esp Befouler.esp beinvisible.esp BelethorGoods.esp Belleza.esp BellHammer.esp BeltGirl2.esp BenkCloudArmor.esp Berial's Sword.esp REGEX: Berserk Black Swordsman Armor( - No Arm)?\.esp IF VAR(EN) SAY: Use only one Berserk Black Swordsman Armor esp. IF VAR(RU) SAY: Используйте только один Berserk Black Swordsman Armor esp. IF VAR(ES) SAY: Utilizar solo un Berserk Black Swordsman Armor esp. Berserk Greatsword.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" Berserk Grunberd Armor.esp Berserk Grunberd Cloak.esp Berserk Mule Armor - Heavry Armor.esp Berserk Mule Armor - Light Armor.esp Berserk Sonia Armor for UNP - Heavy Armor.esp Berserk Sonia Armor for UNP - Light Armor.esp BerserkDragonslayer.esp BerserkerSword.esp betterbladesgear.esp TAG: {{BASH: Relev}} Better Bond of Matrimony.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. REGEX: Better Bond of Matrimony .+\.esp IF VAR(EN) SAY: Use only one Better Bond of Matrimony esp. IF VAR(RU) SAY: Используйте только один Better Bond of Matrimony esp. IF VAR(ES) SAY: Utilizar solo un Better Bond of Matrimony esp. Better Gauldur and Saarthal Amulet Copy.esp Better Shrouded Armor 1st Person.esp Better Thieves Guild Gloves.esp BetterArchmagesRobes.esp BetterArchmagesRobesMedium.esp BetterArchmagesRobesMedium2.esp BetterCirclets.esp BetterDawnbreaker.esp betterkonahrik.esp betterlookingebonymail.esp BetterStormcloakArmor.esp BFPU Orcish Armor.esp BGdarkdragonwingaxe.esp BGreddragonaxe.esp BGSMerpsGondorianArmament.esp Bigger Badder Lich King Version 2.0.esp Bigger Badder Lich King additional Smaller Versions.esp Bigger Badder Lich King Version _CN.esp biggorongiantsknife.esp Bikini Clothes.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" IF VAR(EN) && IFNOT CHECKSUM("Bikini Clothes.esp", 16DC7E96) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Bikini Clothes.esp", 16DC7E96) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. bikiniADEC.esp REQ: "http://www.nexusmods.com/skyrim/mods/5390 Acdale EyeCandy Body ADEC". IF CHECKSUM("bikiniADEC.esp", C44993C7) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("bikiniADEC.esp", C44993C7) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("bikiniADEC.esp", C44993C7) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". bikiniCHSBHC.esp REQ: "http://www.nexusmods.com/skyrim/mods/4888 CHSBHC - BBP - Nude and Jiggly Mod" Bikini-MTM.esp Bingles_Buff_Armors.esp BinglesSplinterArmor.esp binseto.esp BioWeapons.esp //bionicles ftw BiPolarBlade.esp Black Dragon Arrow.esp black knight.esp Black Knight Golem Armor.esp black knight set.esp Black Lotus.esp Black Mage Armor.esp IF CHECKSUM("Black Mage Armor.esp", 1963E64E) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Black Mage Armor.esp", 1963E64E) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Black Mage Armor.esp", 1963E64E) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("SkyRe Black Mage Armor.esp") TAG: {{BASH: Deactivate}} Black Overlord Armor Set.esp Black Widow.esp black_hand_robe.esp IF CHECKSUM("black_hand_robe.esp", BFF2E35C) && IF VAR(EN) DIRTY: 15 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("black_hand_robe.esp", BFF2E35C) && IF VAR(RU) DIRTY: 15 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("black_hand_robe.esp", BFF2E35C) && IF VAR(ES) DIRTY: 15 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". blackglassarmor.esp blackglasses.esp blackglasst.esp BlackHideArmor.esp BlackIronOre-Warrior-Collection.esp Blackjack.esp blackknight.esp BlackLaceCutieDress.esp BlackLeatherArmor.esp blacklight.esp BlackPanty_1.1.esp BlackSacramentArmor.esp BlackSacramentDBreplacer.esp Black Scaled Armor MOD.esp IF CHECKSUM("Black Scaled Armor MOD.esp", 852855A6) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Black Scaled Armor MOD.esp", 852855A6) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Black Scaled Armor MOD.esp", 852855A6) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Blacksmith Chest.esp BlacksmithMinidress - Light.esp Blacksword.esp Black Swordsman.esp blackswordsman.esp IF FILE("SkyRe_Plugin_BerserkBlackSwordsmanArmor.esp") TAG: {{BASH: Deactivate}} BlackThiefGloves.esp BlackThiefHoodUnenchanted.esp BlackWisteria.esp Blade and Soul Infernal Armor.esp Blade and Soul Negligee.esp Blade and Soul Qipao.esp Blade of Death.esp Blade of Eplear.esp Blade_of_Olympus.esp BladeofEvilsBane.esp BladeofEvilsBaneDForge.esp bladeofevilsbaneskyforge.esp bladeofnocturnal.esp BladeOfTeravus_1_2.esp BladeOfWoe_FixCraft.esp blades crafting.esp Blades Hakama.esp REGEX: Blades Light Armor Version.+\.esp Blades_of_Chaos.esp Blades of Sithis.esp Blades of Sithis_RUS.esp BladesDayWalkerSword.es BladesDragonArmor.esp bladesman daggers.esp BlairsAfterGlowFashion.esp blastsword.esp BlazBlue.esp Blazerend and Chillrend Redone.esp bleach.esp BleachTotalConversion.esp Bleachweapons.esp Blessing of God 2.esp Blessing of God.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Blessing of God 2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Blessing of God 2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Blessing of God 2.esp. blindfold of skyrim.esp Blindfolds_of_Skyrim.esp Blood Dragon Armour.esp Blood Hound Outfit.esp bloodaegismod.esp BloodedHeavyArmor_by_GuitunScarfin.esp BloodPotion.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Bloodrend.esp bloodscale.esp BloodScythe and SoulRender Reborn.esp Bloodskal plate.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). BloodskalBladeRevamp.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). BloodWitchArmor.esp BloodyOathBlade.esp Blue Roman Armor And Weapons.esp bluearchmage.esp Blued Steel Plate Armor.esp blueglasst.esp BlueJeans.esp BlueLionArmor.esp blueswordcrafter.esp BlutKult_Dwarven_Axes.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. BlutKult_Zwergenaexte.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. BMC - Craftable Glove Alternatives.esp BnS.esp BnS Infernal Armor JinF.esp BnS Red Bird Outfit.esp BnS Red shadow.esp BnS Red shadow 3 color.esp BnS Scorpion Set.esp BnS White Bird Outfit.esp REGEX: Bob's Boots .+\.esp bobsarmory.esp bobsDGclothing.esp BodyByRace.esp BodyTypesCraftable.esp Boethiah's Ring of Shadows.esp boethiahsscorn.esp Bondage Action Mode - Bombshell BBP.esp Bondage Straps - UNPB BBP.esp Books+.esp IF CHECKSUM("Books+.esp", 08095BB6) && IF VAR(EN) DIRTY: 4 ITM, 18 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Books+.esp", 08095BB6) && IF VAR(RU) DIRTY: 4 ITM, 18 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Books+.esp", 08095BB6) && IF VAR(ES) DIRTY: 4 ITM, 18 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BootsBlindingSpeed.esp boots_of_blinding_speed.esp boots of speed.esp bosmerarmor.esp BosmerArmorMATY743.esp TAG: {{BASH: Relev}} IF CHECKSUM("BosmerArmorMATY743.esp", 746240B2) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BosmerArmorMATY743.esp", 746240B2) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BosmerArmorMATY743.esp", 746240B2) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF CHECKSUM("BosmerArmorMATY743.esp", 4CBFD47C) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BosmerArmorMATY743.esp", 4CBFD47C) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BosmerArmorMATY743.esp", 4CBFD47C) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF CHECKSUM("BosmerArmorMATY743.esp", 3E021F5D) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BosmerArmorMATY743.esp", 3E021F5D) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BosmerArmorMATY743.esp", 3E021F5D) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". bosmerarmormaty743part1.esp bosmerarmormaty743part2.esp bosmerarmormaty743part3.esp bosmerarmormaty743part4.esp BotG.esp REGEX: bouncy_bodices.*\.esp IF VAR(EN) SAY: Use only one bouncy_bodices esp. IF VAR(RU) SAY: Используйте только один bouncy_bodices esp. IF VAR(ES) SAY: Utilizar solo un bouncy_bodices esp. IF VAR(EN) SAY: Be sure you have the correct body replacer installed for this esp. IF VAR(RU) SAY: Убедитесь, что для этого esp у вас установлена корректная версия реплейсера тел. bouncy_booties.esp IF VAR(EN) SAY: Be sure you have the correct bouncy_bodices mod installed for this esp. IF VAR(RU) SAY: Убедитесь, что для этого esp у вас установлена корректная версия мода bouncy_bodices. bouncy_belts_and_stockings.esp IF VAR(EN) REQ: UNP or UNPB body. Should work with all versions. IF VAR(RU) REQ: UNP или UNPB. Должно работать со всеми версиями. Bouncy-Bodices-Booties-Belts-Stockings.esp BoundArmors.esp IF CHECKSUM("BoundArmors.esp", A90B69F3) && IF VAR(EN) DIRTY: 1 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BoundArmors.esp", A90B69F3) && IF VAR(RU) DIRTY: 1 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BoundArmors.esp", A90B69F3) && IF VAR(ES) DIRTY: 1 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". BoundGear.esp IF CHECKSUM("BoundGear.esp", 67848836) && IF VAR(EN) DIRTY: 9 ITM, 41 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BoundGear.esp", 67848836) && IF VAR(RU) DIRTY: 9 ITM, 41 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BoundGear.esp", 67848836) && IF VAR(ES) DIRTY: 9 ITM, 41 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Bound Weapons.esp bound weapons redux.esp bow and sword of awe.esp bow of destiny mk 2.esp Bow of Oreyn Bearclaw.esp BowofIorveth.esp IF FILE("SkyRe_Plugin_BowofIorveth_1.2.esp") TAG: {{BASH: Deactivate}} BowOfGunnar.esp BowOfShadows.esp bow of shadows.esp IF CHECKSUM("bow of shadows.esp", 24D10A92) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("bow of shadows.esp", 24D10A92) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("bow of shadows.esp", 24D10A92) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". bow of the night.esp BOWS.esp Bows_of_the_Third_Era.esp Bowzingler.esp br_enl.esp br_orcish_armor.esp BR_Orcish_Armor_1_1.esp Brand-Shei's Strongbox.esp BretonLongbow.esp BriarheartGeis.esp Brigandage.esp brokenbottle.esp Bromsweapons.esp Bronze Arrows -Standalone-.esp TAG: {{BASH: Delev}} Bronze Waraxe -Standalone-.esp BrotherhoodRagged.esp brownnightingale.esp brutal armor.esp bset.esp Buchanan Stormcloak Hood.esp Buckler DV.esp Bucklers.esp Bucklers - Complete.esp Bucklers-Complete.esp Bucklers - Buckler Only.esp Bucklers Only.esp BulatKnife.esp Bulwark of Azzinoth.esp TAG: {{BASH: Relev}} bulwarkofazzinoth.esp bundles of arrows.esp bundles of bolts.esp BusterSword.esp ButterflyRobes.esp buyable nocturnal clothing.esp byarchmagearmor.esp ENDGROUP: Items B BEGINGROUP: Items C Caius Sword.esp Caliente's Vanilla Outfits - ArmorTweaks.esp Calmdefir.esp calyps-animal-ears.esp calyps-investigator.esp calyps-razorarmor.esp CamoRanger.esp CamoWeapons.esp CampioneDiBoethiah.esp candlelightring.esp CaneKatana.esp capcom weapons.esp Captain's Shield.esp Carbon Fiber Bow.esp IF CHECKSUM("Carbon Fiber Bow.esp", C62C2CFF) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Carbon Fiber Bow.esp", C62C2CFF) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Carbon Fiber Bow.esp", C62C2CFF) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Carbon Fiber Compound bow.esp carbongear.esp carrying capacity ring u.esp Carved Nordic Crossbow.esp CasRunedGoldAmulet.esp CastanicHornsHelmet.esp CastanicHornsNecklace.esp Casual Outfit OE.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Cattelya Greatsword.esp IF CHECKSUM("Cattelya Greatsword.esp", 38C1FCB3) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cattelya Greatsword.esp", 38C1FCB3) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cattelya Greatsword.esp", 38C1FCB3) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Catwoman Suit.esp Cauldron in a Field.esp CawoodSword.esp Celestial Armors.esp Celestial_Dragonbane.esp Celestial_Dragonbane_withInsanityReplacer.esp Celestial_Dragonbane_withUniqueUniques.esp cellanweaponry.esp celtebonyarmor.esp Celtic and Germanic Armor and Weapons replacer.esp Celtic and Germanic Armor and Weapons standalone.esp celticshield.esp Cerberus.esp IF CHECKSUM("Cerberus.esp", BD2CF9A5) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cerberus.esp", BD2CF9A5) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cerberus.esp", BD2CF9A5) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ceymallari.esp CF_fox_Clothes.esp CFtribunalrobes.esp chain armor.esp chainGloves_by_Sasino.esp chainmail.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Chainmail by Sasino.esp Chainmail Hood v2.2.esp TAG: {{BASH: Relev}} Chainmail Robes.esp ChainmailBikini.esp Chainmailhauberks 1.0.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Chainmailhauberks 1.1.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Chainmailhauberks 1.1.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Chainmailhauberks 1.1.esp. Chainmailhauberks 1.1.esp IF FILE("SkyRe Chainmail Hauberks.esp") TAG: {{BASH: Deactivate}} chainmailhood.esp ChainMail Addon.esp ChakraBlade.esp Chakram.esp Chameleon Ring.esp chaoseater.esp Chaperonin's Reuse.esp ChaPi Clothing.esp Chapi Stockings.esp CHSBHC clothes&armors.esp CHSBv3 - ADM - DHuntress.esp cheat ring.esp Chickenheart Arrows.esp ChickenStaff.esp Child Armor.esp ChildOfTheGrave.esp ChildrenClothesClassed.esp REQ: "http://www.nexusmods.com/skyrim/mods/19826 Elaborate Textiles" chillrend_armor.esp chinaDressRavana.esp ChinaScutum.esp Chinese Blades.esp ChitinGoggles.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF VAR(EN) && IF FILE("WetandCold - Ashes.esp") ERROR: Delete. Already included in WetandCold - Ashes.esp. IF VAR(RU) && IF FILE("WetandCold - Ashes.esp") ERROR: Удалите. Уже включено в WetandCold - Ashes.esp. Chiulin.esp Chrysamere.esp IF CHECKSUM("Chrysamere.esp", 741C7C7C) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Chrysamere.esp", 741C7C7C) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Chrysamere.esp", 741C7C7C) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CHSBv3 ADM -SlingArmor.esp CIA.esp circlet.esp circlet crafting.esp Circlet Overhaul.esp CircletHelms.esp DawnguardCirclets.esp circlethelmsdragonborn.esp CircletOfIllumination.esp circlets_overhaul.esp ClaimhSolais.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). ClassicScythe_eng.esp Clares_Claymore.esp claudius helmets.esp claudius maximus armor.esp Claw.esp ClaymoreSet.esp Cleric Armours - Credo.esp Cleric Armours2.esp ClericCraftable.esp cloakhonor.esp Cloaks.esp IF FILE("Cloaks - No Imperial.esp") || IF FILE("Cloaks - Player Only.esp") && IF VAR(EN) WARN: Use only one cloaks*esp. IF FILE("Cloaks - No Imperial.esp") || IF FILE("Cloaks - Player Only.esp") && IF VAR(RU) WARN: Используйте только один cloaks*esp. IF FILE("Cloaks - No Imperial.esp") || IF FILE("Cloaks - Player Only.esp") && IF VAR(ES) WARN: Utilizar solo un cloaks*esp. IF CHECKSUM("Cloaks.esp", 35C871DE) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cloaks.esp", 35C871DE) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cloaks.esp", 35C871DE) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Cloaks.esp", D8F94C02) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cloaks.esp", D8F94C02) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cloaks.esp", D8F94C02) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Cloaks - No Imperial.esp IF FILE("Cloaks.esp") || IF FILE("Cloaks - Player Only.esp") && IF VAR(EN) WARN: Use only one cloaks*esp. IF FILE("Cloaks.esp") || IF FILE("Cloaks - Player Only.esp") && IF VAR(RU) WARN: Используйте только один cloaks*esp. IF FILE("Cloaks.esp") || IF FILE("Cloaks - Player Only.esp") && IF VAR(ES) WARN: Utilizar solo un cloaks*esp. IF CHECKSUM("Cloaks - No Imperial.esp", D5733582) && IF VAR(EN) DIRTY: 14 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cloaks - No Imperial.esp", D5733582) && IF VAR(RU) DIRTY: 14 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cloaks - No Imperial.esp", D5733582) && IF VAR(ES) DIRTY: 14 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Cloaks - No Imperial.esp", 1C6298CE) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cloaks - No Imperial.esp", 1C6298CE) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cloaks - No Imperial.esp", 1C6298CE) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Cloaks - Player Only.esp IF FILE("Cloaks.esp") || IF FILE("Cloaks - No Imperial.esp") && IF VAR(EN) WARN: Use only one cloaks*esp. IF FILE("Cloaks.esp") || IF FILE("Cloaks - No Imperial.esp") && IF VAR(RU) WARN: Используйте только один cloaks*esp. IF FILE("Cloaks.esp") || IF FILE("Cloaks - No Imperial.esp") && IF VAR(ES) WARN: Utilizar solo un cloaks*esp. IF CHECKSUM("Cloaks - Player Only.esp", 317B2066) && IF VAR(EN) DIRTY: 50 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cloaks - Player Only.esp", 317B2066) && IF VAR(RU) DIRTY: 50 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cloaks - Player Only.esp", 317B2066) && IF VAR(ES) DIRTY: 50 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Cloaks - Player Only.esp", 2453C2E4) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cloaks - Player Only.esp", 2453C2E4) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cloaks - Player Only.esp", 2453C2E4) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Cloaks - PC Only.esp //may have been superseded by above name? Cloaks - Dawnguard.esp IF FILE("Cloaks - No Imperial - Dawnguard.esp") || IF FILE("Cloaks - Player Only - Dawnguard.esp") && IF VAR(EN) WARN: Use only one cloaks*Dawnguard.esp. IF FILE("Cloaks - No Imperial - Dawnguard.esp") || IF FILE("Cloaks - Player Only - Dawnguard.esp") && IF VAR(RU) WARN: Используйте только один cloaks*Dawnguard.esp. IF FILE("Cloaks - No Imperial - Dawnguard.esp") || IF FILE("Cloaks - Player Only - Dawnguard.esp") && IF VAR(ES) WARN: Utilizar solo un cloaks*Dawnguard.esp. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Cloaks - No Imperial - Dawnguard.esp IF FILE("Cloaks - Dawnguard.esp") || IF FILE("Cloaks - Player Only - Dawnguard.esp") && IF VAR(EN) WARN: Use only one cloaks*Dawnguard.esp. IF FILE("Cloaks - Dawnguard.esp") || IF FILE("Cloaks - Player Only - Dawnguard.esp") && IF VAR(RU) WARN: Используйте только один cloaks*Dawnguard.esp. IF FILE("Cloaks - Dawnguard.esp") || IF FILE("Cloaks - Player Only - Dawnguard.esp") && IF VAR(ES) WARN: Utilizar solo un cloaks*Dawnguard.esp. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Cloaks - Player Only - Dawnguard.esp IF FILE("Cloaks - Dawnguard.esp") || IF FILE("Cloaks - No Imperial - Dawnguard.esp") && IF VAR(EN) WARN: Use only one cloaks*Dawnguard.esp. IF FILE("Cloaks - Dawnguard.esp") || IF FILE("Cloaks - No Imperial - Dawnguard.esp") && IF VAR(RU) WARN: Используйте только один cloaks*Dawnguard.esp. IF FILE("Cloaks - Dawnguard.esp") || IF FILE("Cloaks - No Imperial - Dawnguard.esp") && IF VAR(ES) WARN: Utilizar solo un cloaks*Dawnguard.esp. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) REGEX: Lorecraft - Cloaks(\d{1,3})( No Imperial| PlayerOnly)?\.esp TAG: {{BASH: Relev}} IF VAR(EN) SAY: Use only one Lorecraft - Cloaks esp. IF VAR(RU) SAY: Используйте только один Lorecraft - Cloaks esp. IF VAR(ES) SAY: Utilizar solo un Lorecraft - Cloaks esp. REGEX: Lorecraft - Cloaks( No Imperial| Player Only)?\.esp TAG: {{BASH: Relev}} IF VAR(EN) SAY: Update to new version for Cloaks 09. IF VAR(RU) SAY: Обновите до новой версии Cloaks 09. IF VAR(ES) SAY: Actualizar a Cloaks 09. 1nivWICCloaks.esp TAG: {{BASH: Relev}} IF FILE("1nivWICCloaksCRAFT.esp") || IF FILE("1nivWICCloaksNoGuards.esp") && IF VAR(EN) WARN: Use only one WICCloaks esp. IF FILE("1nivWICCloaksCRAFT.esp") || IF FILE("1nivWICCloaksNoGuards.esp") && IF VAR(RU) WARN: Используйте только один WICCloaks esp. IF FILE("1nivWICCloaksCRAFT.esp") || IF FILE("1nivWICCloaksNoGuards.esp") && IF VAR(ES) WARN: Utilizar solo un WICCloaks esp. IF VAR(EN) && IF FILE("Cloaks.esp") && IFNOT FILE("1nivWICSkyCloaksPatch.esp") INC: Cloaks of skyrim, get the compatibility patch in the WIC optional files. IF VAR(RU) && IF FILE("Cloaks.esp") && IFNOT FILE("1nivWICSkyCloaksPatch.esp") INC: Cloaks of skyrim, возьмите патч совместимости из опциональных файлов WIC. IF VAR(EN) && IF FILE("Cloaks - No Imperial.esp") && IFNOT FILE("1nivWICSkyCloaksPatch-No Imp.esp") INC: Cloaks of skyrim, get the compatibility patch in the WIC optional files. IF VAR(RU) && IF FILE("Cloaks - No Imperial.esp") && IFNOT FILE("1nivWICSkyCloaksPatch-No Imp.esp") INC: Cloaks of skyrim, возьмите патч совместимости из опциональных файлов WIC. 1nivWICCloaksCRAFT.esp IF FILE("1nivWICCloaks.esp") || IF FILE("1nivWICCloaksNoGuards.esp") && IF VAR(EN) WARN: Use only one WICCloaks esp. IF FILE("1nivWICCloaks.esp") || IF FILE("1nivWICCloaksNoGuards.esp") && IF VAR(RU) WARN: Используйте только один WICCloaks esp. IF FILE("1nivWICCloaks.esp") || IF FILE("1nivWICCloaksNoGuards.esp") && IF VAR(ES) WARN: Utilizar solo un WICCloaks esp. 1nivWICCloaksNoGuards.esp TAG: {{BASH: Relev}} IF FILE("1nivWICCloaksCRAFT.esp") || IF FILE("1nivWICCloaks.esp") && IF VAR(EN) WARN: Use only one WICCloaks esp. IF FILE("1nivWICCloaksCRAFT.esp") || IF FILE("1nivWICCloaks.esp") && IF VAR(RU) WARN: Используйте только один WICCloaks esp. IF FILE("1nivWICCloaksCRAFT.esp") || IF FILE("1nivWICCloaks.esp") && IF VAR(ES) WARN: Utilizar solo un WICCloaks esp. 1nivWICSkyCloaksPatch.esp IFNOT ACTIVE("Cloaks.esp") && IF VAR(EN) ERROR: Cloaks.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Cloaks.esp") && IF VAR(RU) ERROR: Cloaks.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Cloaks.esp") && IF VAR(ES) ERROR: Cloaks.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(EN) ERROR: 1nivWICCloaks.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(RU) ERROR: 1nivWICCloaks.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(ES) ERROR: 1nivWICCloaks.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("1nivWICSkyCloaksPatch.esp", 2A8CAD17) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("1nivWICSkyCloaksPatch.esp", 2A8CAD17) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("1nivWICSkyCloaksPatch.esp", 2A8CAD17) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". 1nivWICSkyCloaksPatch-No Imp.esp IFNOT ACTIVE("Cloaks - No Imperial.esp") && IF VAR(EN) ERROR: Cloaks - No Imperial.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Cloaks - No Imperial.esp") && IF VAR(RU) ERROR: Cloaks - No Imperial.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Cloaks - No Imperial.esp") && IF VAR(ES) ERROR: Cloaks - No Imperial.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(EN) ERROR: 1nivWICCloaks.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(RU) ERROR: 1nivWICCloaks.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(ES) ERROR: 1nivWICCloaks.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF FILE("1nivWICSkyCloaksPatch.esp") INC: 1nivWICSkyCloaksPatch esp 1nivWICSkyCloaksPatch-NoGuards.esp IFNOT ACTIVE("Cloaks.esp") && IF VAR(EN) ERROR: Cloaks.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Cloaks.esp") && IF VAR(RU) ERROR: Cloaks.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Cloaks.esp") && IF VAR(ES) ERROR: Cloaks.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("1nivWICSkyCloaksPatch-NoGuards.esp") && IF VAR(EN) ERROR: 1nivWICSkyCloaksPatch-NoGuards.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("1nivWICSkyCloaksPatch-NoGuards.esp") && IF VAR(RU) ERROR: 1nivWICSkyCloaksPatch-NoGuards.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("1nivWICSkyCloaksPatch-NoGuards.esp") && IF VAR(ES) ERROR: 1nivWICSkyCloaksPatch-NoGuards.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. 1nivWICSkyCloaksPatch-No ImpGuards.esp IFNOT ACTIVE("Cloaks - No Imperial.esp") && IF VAR(EN) ERROR: Cloaks - No Imperial.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Cloaks - No Imperial.esp") && IF VAR(RU) ERROR: Cloaks - No Imperial.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Cloaks - No Imperial.esp") && IF VAR(ES) ERROR: Cloaks - No Imperial.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("1nivWICSkyCloaksPatch-NoGuards.esp") && IF VAR(EN) ERROR: 1nivWICSkyCloaksPatch-NoGuards.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("1nivWICSkyCloaksPatch-NoGuards.esp") && IF VAR(RU) ERROR: 1nivWICSkyCloaksPatch-NoGuards.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("1nivWICSkyCloaksPatch-NoGuards.esp") && IF VAR(ES) ERROR: 1nivWICSkyCloaksPatch-NoGuards.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. 1nivWICCloaksLorecraft.esp 1nivWICCloaksCRAFTLorecraft.esp cloakplus.esp Closefaced helmets with circlets.esp Cloud Buster.esp CMHood (Ashlander).esp IF VAR(EN) SAY: Obsolete. Update to latest version, Chainmail Hood v2.2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Chainmail Hood v2.2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Chainmail Hood v2.2.esp. CNHF-MasterMageRobes.esp coldharbourgreatsword.esp Collar.esp College_of_Winterhold_Shop_Fixes.esp ColorMage.esp ColorMageArmor.esp ColovianLeather.esp Combat Princess.esp combinationVanillaOutfit.esp combinationVanillaOutfit_sash.esp CombinedCraftingRingsv12.esp commando.esp CommonItemWeapons.esp CompanionsShields.esp IF VAR(EN) && IFNOT CHECKSUM("CompanionsShields.esp", 75F460D6) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("CompanionsShields.esp", 75F460D6) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. CompetitionSwimsuit.esp Complete_Imperial_Kit.esp CompleteBarenziah.esp conigma-blooddread.esp conigma-cinderblazeandemberscorch.esp conigma-overchargeandeverspark.esp connorkenway.esp ConquistadorArmor.esp ConstantEffectRings.esp Construct Dragonbone Crown.esp Contractor Armor.esp ConvenientCrossbows.esp Converse Shoes.esp converse_male.esp Cool Fever.esp CoolItems1_1.esp CoolItems1_2.esp IF CHECKSUM("CoolItems1_2.esp", 8E310144) && IF VAR(EN) ERROR: This file has a large amount of corrupted records. Remove and use latest fixed version. IF CHECKSUM("CoolItems1_2.esp", 8E310144) && IF VAR(RU) ERROR: Этот файл содержит неверные записи. Рекомендуется удалить. // As for why - "http://pastebin.com/pYuzmfZN" CoolItems1_2-WIFixed.esp COOLITEMSPACK.esp ConvertibleArchmageRobes.esp ConvertibleArchmageRobesNoHoodlessBonus.esp CopperPaladinArmorV1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, DawnguardPaladinArmorCP.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DawnguardPaladinArmorCP.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DawnguardPaladinArmorCP.esp. CopperPaladinArmorV2.esp IF VAR(EN) SAY: Obsolete. Update to latest version, DawnguardPaladinArmorCP.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DawnguardPaladinArmorCP.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DawnguardPaladinArmorCP.esp. CMStrongBoxes.esp ConanSwords.esp Lorecraft - Conan.esp CoreanWEAP.esp Corrupter TBBP.esp countesdresses.esp Craft and Purchase Bolts and Crossbows.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Craft Sandals OE.esp Craft your gear.esp Craft your gear - lesser is better.esp Craft your gear - Dawnguard.esp Craft your gear - Dragonborn.esp craftabl pickaxe and axe.esp Craftable and Temperable Skaal Clothing.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Craftable Arrows.esp Craftable Arrows v1.2.esp Craftable Arrowsv2.1_PL.esp Craftable Artifacts.esp Craftable Black Soulgems.esp craftable bloodpotion.esp craftable bows.esp craftable crossbows and bolts.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) craftable crossbows and bolts for all .esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) craftable curved swords.esp craftable daedric artifacts.esp Craftable Dark Brotherhood Armor.esp craftable dawnguard armors.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Craftable Dragon Priest Masks.esp craftable dragon preist masks.esp Craftable Ebony Mail and Blade.esp craftable falmer armor.esp Craftable Fur Armor.esp REGEX: craftable gold coins \d?.+\.esp IF VAR(EN) SAY: Use only one craftable gold coins esp. IF VAR(RU) SAY: Используйте только один craftable gold coins esp. IF VAR(ES) SAY: Utilizar solo un craftable gold coins esp esp. Craftable Greybeard Robes.esp Craftable Invisible Helmets.esp Craftable Invisible Helmets - DDA.esp Craftable Khajiit Earrings Gold and Silver.esp craftable musket.esp Craftable Nightingale Armor.esp Craftable Psijic.esp craftable sheograth items.esp craftable skeleton key.esp Craftable Staffs.esp Craftable Thieves Guild Armor.esp Craftable Tools.esp Craftable TPL Dagger.esp Craftable Triss armor.esp craftable unenchanted yngol helm.esp Craftable Unique Set.esp craftable vampire armors.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Craftable Wolf Armour.esp Craftable_DPMasks.esp CraftableArrows.esp craftableashspawnweapons.esp CraftableBloodcrownbyDraco.esp CraftableBoneHawkRings.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). craftableboundweapons.esp IF CHECKSUM("craftableboundweapons.esp", 01C2FAE4) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("craftableboundweapons.esp", 01C2FAE4) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("craftableboundweapons.esp", 01C2FAE4) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CraftableClothes.esp CraftableCrownHelmets.esp REQ: "http://www.nexusmods.com/skyrim/mods/5803/ Crown Helmets" meshes CraftableCultistArmors.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). craftableebonychainmail.esp CraftableEbonyMail.esp CraftableExecutionerItems.esp CraftableHoods.esp craftableimperialitems.esp CraftableJewelry.esp CraftableKatanaV2.esp craftablelightvampirearmor.esp CraftableNightingaleArmor.esp craftablenightingalereworked.esp CraftableNocturnalRobes.esp CraftablePantysCBBEv3M.esp CraftablePsiijicRobes.esp craftablerobes.esp craftableskyforgeweapons.esp IF CHECKSUM("craftableskyforgeweapons.esp", 28232885) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("craftableskyforgeweapons.esp", 28232885) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("craftableskyforgeweapons.esp", 28232885) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CraftableSilverWeapons.esp CraftableTemplar.esp craftableunenchantedmasks.esp CraftableUniquesJAX.esp craftablevampirearmor.esp CraftAncientFalmerArmor - Core.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). CraftAncientFalmerArmor - Crown Craftable.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). CraftAncientFalmerArmor - Crown Fix.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). CraftBoundWeaponsAndArrows.esp Craftfirsttwobows.esp Crafting Divine Amulets.esp CraftMiraakArmour.esp craftwings.esp CrainteVomir.esp Crane.esp Crazy Weapons.esp CrazyVaclavsArrows.esp Crimson Assassin Bodysuit.esp crimson dragon armor.esp crimsondaedricarmourwip.esp CriticalDaggers.esp Crosbow Pack.esp Crosbow Pack 2.esp Crossbows_Basic_Collection.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Crossbows_Basic_Collection_DE.esp IF CHECKSUM("Crossbows_Basic_Collection_DE.esp", C15ADBB3) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Crossbows_Basic_Collection_DE.esp", C15ADBB3) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Crossbows_Basic_Collection_DE.esp", C15ADBB3) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Crossbows_Basic_Collection_DE_LL.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Crossbows_Basic_Collection_EN.esp IF CHECKSUM("Crossbows_Basic_Collection_EN.esp", E4A653B4) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Crossbows_Basic_Collection_EN.esp", E4A653B4) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Crossbows_Basic_Collection_EN.esp", E4A653B4) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF FILE("Crossbows_Basic_Collection_DE.esp") && IF VAR(EN) WARN: Use either Crossbows_Basic_Collection_DE.esp or Crossbows_Basic_Collection_EN.esp, not both. IF FILE("Crossbows_Basic_Collection_DE.esp") && IF VAR(RU) WARN: Используйте любой или Crossbows_Basic_Collection_DE.esp или Crossbows_Basic_Collection_EN.esp, не обa. IF FILE("Crossbows_Basic_Collection_DE.esp") && IF VAR(ES) WARN: Usar Crossbows_Basic_Collection_DE.esp o Crossbows_Basic_Collection_EN.esp, no ambos. Crossbows_Basic_Collection_EN_LL.esp IF CHECKSUM("Crossbows_Basic_Collection_EN_LL.esp", 44ed3622) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Crossbows_Basic_Collection_EN_LL.esp", 44ed3622) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Crossbows_Basic_Collection_EN_LL.esp", 44ed3622) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Crossbow_Basic_Collection_LListed_EN.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Crossbow_Basic_Collection_LListed_DE.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Crossbow_Basic_Collection_LListed_Rus.esp Crossbow_Basic_Collection_NoLListed_EN.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Crossbow_Basic_Collection_NoLListed_DE.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Crossbow_Basic_Collection_NoLListed_Rus.esp Crossbows by Scot.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Crossbows by Scot.esp", 9C9266A8) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Crossbows by Scot.esp", 9C9266A8) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Crossbows by Scot.esp", 9C9266A8) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Crossbows by Scot.esp", 56839516) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Crossbows by Scot.esp", 56839516) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Crossbows by Scot.esp", 56839516) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // two versions, same name crowbar.esp CrusaderPriestessOutfitV2MailMantle.esp CrusaderSet.esp Crysis3 Predator Bow.esp CrystalAxe.esp Crystaldagger.esp CrystalGreatsword.esp CrystalHammer.esp CrystalSword.esp CultistArmorCloth.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Cunzheng.esp Cunzheng Final.esp Cunzhengg.esp customnightingale.esp IF VAR(EN) SAY: Obsolete. Update to latest version, UnenchantedNightingaleSetMod.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, UnenchantedNightingaleSetMod.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, UnenchantedNightingaleSetMod.esp. Custom Rings.esp CustomRings.esp customSigils.esp customSigilsCloak.esp Cuteunitized Dawnbreaker.esp Cutlass.esp cyandaedricarmor.esp Cyrodiilic Chainmail.esp Cyrodilic Steel Dagger.esp cyrodilic_weapons.esp ENDGROUP: Items C BEGINGROUP: Items D D13FriendlyEbonyBladeUpg.esp d2Helmets.esp DA2 Bethany Robes.esp da2-parthalanstaff.esp da2-vigilancegreatsword.esp DabilahroWepMod.esp DACDEVWeapon.esp REGEX: dadag.+\.esp Daeas.esp Daedric Artus Corium.esp Daedric Chainmail.esp Daedric Chainmail Glow.esp Daedric Dawnbreaker.esp Daedric Dragon Slayer.esp Daedric Extra Armor.esp IF VAR(EN) && IFNOT CHECKSUM("Daedric Extra Armor.esp", 8DDD039) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Daedric Extra Armor.esp", 8DDD039) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. Daedric Light Armor.esp daedric longsword standalone crafting.esp Daedric Lord Armor.esp Daedric Mage Armor.esp daedric pilgrimage.esp Daedric Skull Hammers.esp Daedric Stealth Suit.esp daedric ritual remake.esp daedric vally weapons.esp daedric_phelm.esp daedric+dragonstatswap.esp Daedric-DragonplateARSwap.esp DaedricAssassinArmorLight.esp DaedricAssassinArmorHeavy.esp daedricbloodarmor.esp DaedricCirclet.esp daedriccollectables.esp DaedricCorset.esp DaedricCrossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("DaedricCrossbow.esp", 7A4AF5A4) && IF VAR(EN) DIRTY: 2 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DaedricCrossbow.esp", 7A4AF5A4) && IF VAR(RU) DIRTY: 2 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DaedricCrossbow.esp", 7A4AF5A4) && IF VAR(ES) DIRTY: 2 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DaedricCrownCraftable.esp DaedricMask.esp daedricmaskeng.esp DaedricSaiWeapon1_0.esp DaedricsWing.esp DaedricTempestBow.esp DaedricWrath-SniperBow.esp daedric weapons complete.esp DAF BU - Amiella.esp Dagger of time.esp Dagger01.esp DaggerCraft.esp IF FILE("SkyRe_Plugin_DaggerCraft_1.3.esp") || IF FILE("SkyRe_Plugin_DaggerCraft.esp") TAG: {{BASH: Deactivate}} DaggerOfInstakill.esp DaharMasterKlingonWeapons.esp Dalls_Skelos_Weapons.esp TAG: {{BASH: Relev}} Damascus_Swords.esp DamascusWeapons.esp DandelionArmor.esp Dante Demon Armor.esp dantes rebellion.esp DAO Morrigan's Robes.esp DAO2 Leliana Armor.esp daowk-starfanggreatsword.esp daowk-starfanglongsword.esp dark brotherhood bow.esp dark brotherhood crafting.esp Dark Crusader Reforged - Klingen-Set.esp Dark Elven Thalmor.esp Dark Illusion Armor.esp Dark Knight.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Dark Knight.esp", 4C5E02FC) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dark Knight.esp", 4C5E02FC) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dark Knight.esp", 4C5E02FC) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dark Mage.esp Dark Mages Robes.esp Dark Messiah Armor Pack.esp Dark Rose 2.esp Dark Souls Knight Elite Armor.esp Dark Souls Weapons.esp DarkAssassinArmor.esp DarkAtronach.esp DarkDeadricAxe.esp DarkDiciple.esp DarkDiciple Standalone.esp DarkDiciple DBreplacer.esp darkelvenarmor.esp DarkElvesArmory.esp darkerthanblack.esp DarkImperial.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Equipment - Armor - Dark Imperial Armor.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Equipment - Armor - Dark Imperial Armor.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Equipment - Armor - Dark Imperial Armor.esp. Equipment - Armor - Dark Imperial Armor.esp DarkKnight.esp darkknightarmor.esp Darklilith.esp selobl_DarkLillith.esp REQ: "http://www.nexusmods.com/skyrim/mods/14899 UNPB" DarkMageRobes.esp DarkNemesis.esp IF VAR(EN) && IFNOT CHECKSUM("DarkNemesis.esp", CE5E555B) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Dovahkiin Mercenary Armor and Weapons CBBE.esp", CE5E555B) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF FILE("SkyRe Dark Nemesis.esp") && IFNOT CHECKSUM("DarkNemesis.esp", CE5E555B) TAG: {{BASH: Deactivate}} DarkKnight&PaladinWS.esp darknutbattlesword.esp DarkPaladinArmor.esp IF VAR(EN) SAY: Obsolete. Update to latest version, DawnguardPaladinArmorCP.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DawnguardPaladinArmorCP.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DawnguardPaladinArmorCP.esp. DarkPaladinArmorV2.esp IF VAR(EN) SAY: Obsolete. Update to latest version, DawnguardPaladinArmorCP.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DawnguardPaladinArmorCP.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DawnguardPaladinArmorCP.esp. darkseraticheavyarmor.esp Darksiders 2 Death Scythe.esp LFDarksidersWarArmor.esp darksiders_pack.esp darksiders_scythe.esp darksidersmask.esp DarkSisterhoodByNausicaa.esp DarkStringArmor.esp Darkwindv1.esp Dark Souls Rings.esp IF CHECKSUM("Dark Souls Rings.esp", 4DFA74C8) && IF VAR(EN) DIRTY: 3 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dark Souls Rings.esp", 4DFA74C8) && IF VAR(RU) DIRTY: 3 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dark Souls Rings.esp", 4DFA74C8) && IF VAR(ES) DIRTY: 3 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dark Souls Set 01.esp DarkwindCBBE3ByNausicaa.esp DarkRangerArmor.esp Davjes_SorceressArmor.esp Davjes_SorceressArmorHHS.esp Davjes_UNPSorceressArmor.esp Davjes_UNPSorceressArmorHHS.esp Dawnbreaker v2.0.esp Dawnguard Fraktionen Extended.esp IF CHECKSUM("Dawnguard Fraktionen Extended.esp", 9C5504FC) && IF VAR(EN) DIRTY: 12 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dawnguard Fraktionen Extended.esp", 9C5504FC) && IF VAR(RU) DIRTY: 12 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dawnguard Fraktionen Extended.esp", 9C5504FC) && IF VAR(ES) DIRTY: 12 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Dawnguard Mod - Special Rings.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DawnguardArmory.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DawnguardArmoryEnhanced.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DawnguardBoltsExtended.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). dawnguard crafting.esp dawnguard_helms.esp DawnguardDawnbreaker_HF_ElemFury.esp DawnguardFX117.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DawnguardHelmetReplacer.esp IF VAR(EN) SAY: Obsolete. Update to latest version, DawnguardHelmetReplacer-V1.1.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DawnguardHelmetReplacer-V1.1.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DawnguardHelmetReplacer-V1.1.esp. DawnguardHelmetReplacer-V1.1.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DawnguardPaladinArmor.esp IF VAR(EN) SAY: Obsolete. Update to latest version, DawnguardPaladinArmorCP.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DawnguardPaladinArmorCP.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DawnguardPaladinArmorCP.esp. DawnguardPaladinArmorCP.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("DawnguardPaladinArmorCP.esp", B139B288) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DawnguardPaladinArmorCP.esp", B139B288) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DawnguardPaladinArmorCP.esp", B139B288) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DawnguardTools-Crafting.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). dawnraper.esp dawnshattersword.esp Day walker Ring.esp DB Armor Mail.esp DB Bow and Arrow..esp DB Dragonbone Weapons.esp DB_Light_Armor_Robes.esp DB_TS_SkaalTropicalOutfitNormal.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). DBandTGarmorsenhanced.esp dbarmor.esp DBArmorRedone.esp dbarrows.esp dbbetterf.esp dbbownogloss.esp dbbowtest.esp dbdagger.esp DBJarrinRoot.esp DboneArms.esp DBPriestMaskHeavyLightCraftables_V1.2.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). DBset.esp DBShreddedTriss.esp dbsword.esp DBZBattleGloves.esp DBZOutfit.esp DBZRB2 Cell.esp DBZVegetaOutfit.esp DDD-BardsLute.esp IF CHECKSUM("DDD-BardsLute.esp", 583FC67E) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DDD-BardsLute.esp", 583FC67E) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DDD-BardsLute.esp", 583FC67E) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DSmystictails.esp REGEX: FluffkinsDaedricCorset.*\.esp IFNOT FILE("DaedricCorset.esp") REQ: "http://www.nexusmods.com/skyrim/mods/4081 DaedricCorset".esp DCR_Blade_Set.esp DCR_Shadow_Buckler.esp DCSorceress.esp DDD-Lolhammer.esp deadly bow spell.esp IF CHECKSUM("deadly bow spell.esp", B162020E) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("deadly bow spell.esp", B162020E) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("deadly bow spell.esp", B162020E) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Deadmau5.esp DeadricBowofGods.esp Death Playermodel.esp DEATH-DEALER.esp IF CHECKSUM("DEATH-DEALER.esp", C4EA57D6) && IF VAR(EN) DIRTY: 5 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DEATH-DEALER.esp", C4EA57D6) && IF VAR(RU) DIRTY: 5 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DEATH-DEALER.esp", C4EA57D6) && IF VAR(ES) DIRTY: 5 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DEATH-DEALER-PKR.esp IF CHECKSUM("DEATH-DEALER-PKR.esp", 88046B62) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DEATH-DEALER-PKR.esp", 88046B62) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DEATH-DEALER-PKR.esp", 88046B62) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". death's guise.esp DeathbrandItems.esp DeathBringer.esp DeathlessRing.esp DeathRider.esp DeathRobes.esp DeathSting.esp Dead Knight Armor.esp Dead Pool Weapons.esp Decapitation-spell-and-raise-skull-minions.esp Definir Campione Nordico.esp DELVEN.esp Dementia Outfit.esp Demon Armor - with tail.esp Demon Lord Armor Set.esp Demon Sword.esp DemonHunterArmor.esp IF VAR(EN) SAY: Be sure you have the correct version for the body type installed: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" or "http://www.nexusmods.com/skyrim/mods/2666 CBBE" IF VAR(RU) SAY: Убедитесь что у вас установлена корректная версия типа тел: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED женское тело UNP" или "http://www.nexusmods.com/skyrim/mods/2666 женское тело CBBE". DemonHunterV2armor.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" DemonHunter_Scarf.esp demonocus-assassingear.esp demonocusmagegear.esp DemonSaw.esp DemonsFATEV1.esp DemonSword.esp Demothris.esp DesertWindByNausicaa.esp desperado attire.esp Desperado Attire - Cloth.esp Desperado Attire - Heavy Armor.esp Desperado Attire - Light Armor.esp detectbeing.esp IF CHECKSUM("detectbeing.esp", 120F41F1) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("detectbeing.esp", 120F41F1) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("detectbeing.esp", 120F41F1) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DethmoldRobes.esp deus_ex_amuleta.esp devilwithinGLOWYrune.esp Devious Devices - Chastity.esp Devious Devices - Integration.esp REGEX: Devious Devices - F.+\.esp REGEX: DF_T\d\d?\.esp df127enchantedarrows.esp df127enchantedbolts.esp df127smithingfur.esp IF CHECKSUM("df127smithingfur.esp", 9801E2C9) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("df127smithingfur.esp", 9801E2C9) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("df127smithingfur.esp", 9801E2C9) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". dfa_throwing_weapons.esp dfnkt-IronArmorSleeves-Craftable.esp IF FILE("SkyRe Iron Armor Chainmail.esp") TAG: {{BASH: Deactivate}} dfnkt-IronHelmetHornsRemoved-BothInLvlLists.esp REGEX: DG Jewelry\d?\.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. UNP Jewelry.esp DGJewelryExtended.esp DG High Heels.esp DG Leather Clothes.esp dg-silverweaponsrevamp.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). dgAerithStaff.esp dgOrientalUmbrella.esp DHuntress.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" diamondarchery.esp DiamondArmor.esp diamondarmorheavy.esp diamondarmorlight.esp DiamondArmorN.esp diamondsword.esp REGEX: diamondweapons.*\.esp IF REGEX("diamondweapons1\.[02]\.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version. IF REGEX("diamondweapons1\.[02]\.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF REGEX("diamondweapons1\.[02]\.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. DiamondCrossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DI Armor.esp DIMclothes1.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" dimitar's ranger master armor v.2.1.esp Dishonored Lord Protector Set.esp dishonoredrobes.esp DjekNoseChain.esp djekjewelofadaria.esp djw_anglianarmour.esp DK_Armor_By_Hothtrooper44.esp DKO Exquisite Robe.esp DLC-CraftableVampireItems.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DLC2_ChampionsWarhammerTemper.esp dlcassassinstarter.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). DLE_en.esp IF CHECKSUM("DLE_en.esp", 3F26B1FA) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("DLE_en.esp", 3F26B1FA) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("DLE_en.esp", 3F26B1FA) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. DlionsAnduril.esp dmc 4 mod.esp DMC_3&4.esp DmC Dante.esp DMC4 Trish.esp DMC Weapons.esp DME.esp DME_Light.esp IF FILE("DME.esp") INC: DME.esp DOA5 Ayane.esp DOA5 Christie Dominatrix.esp DoArmor.esp dogintoblackhusky.esp Domino.esp DonMichHeels.esp DonMichHeelsstock.esp Doom Heavy Set.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" DoomedValkyrie.esp doomlegionlagrie.esp Doomshard Bow.esp REGEX: d0nutz's armory - Iron (Axes|Daggers|Maces)?\.esp DorothyRobes.esp DorothyRobesWardrobe.esp Double Axes Standalone.esp Double Hand Axes.esp double helix sword.esp Doublebarreledmusket.esp Doublebarreledmusket_CN.esp dovahkabong.esp dovahkiin armor and weapons.esp Dovahkiin Armor by WikGru - Optional Light Armor Version.esp dovahkiin gear.esp REGEX: Dovahkiin Mercenary Armor and Weapons (CBBE|UNP)?\.esp IF VAR(EN) && IFNOT CHECKSUM("Dovahkiin Mercenary Armor and Weapons CBBE.esp", C376FC4) && IFNOT CHECKSUM("Dovahkiin Mercenary Armor and Weapons UNP.esp", C376FC4) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Dovahkiin Mercenary Armor and Weapons CBBE.esp", C376FC4) && IFNOT CHECKSUM("Dovahkiin Mercenary Armor and Weapons UNP.esp", C376FC4) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. Dovahkiin Mercenary Armored Horse.esp Dovahkiin's_Great_Sword.esp dovahkiin'scrown.esp dovahkiin_weapons_shield.esp DovahWeaponsPack.esp DPArmor.esp IF VAR(EN) && IF VERSION("DPArmor.esp", "0.3", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IF VERSION("DPArmor.esp", "0.3", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("DPArmor.esp", "0.3", <) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). DPArmor_AIO.esp DPnTrielekMix.esp IFNOT ACTIVE("hdtHighHeel.esm") && IF VAR(EN) ERROR: hdtHighHeel.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("hdtHighHeel.esm") && IF VAR(RU) ERROR: hdtHighHeel.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("hdtHighHeel.esm") && IF VAR(ES) ERROR: hdtHighHeel.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. DraconicArmor.esp Dracul Armor.esp Dragon Aspect Armor.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). REGEX: DragonAgeWeapons_\d\.esp Dragon Knight Armor.esp Dragon Gear.esp Dragon Scepter.esp DragonArrow.esp DragonBane2H.esp DragonboneCrossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("DragonboneCrossbow.esp", 294218C5) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DragonboneCrossbow.esp", 294218C5) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DragonboneCrossbow.esp", 294218C5) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DragonBoneEbonsteel.esp Dragon Bone Mage Armor.esp dragon priest masks fix.esp Dragon Priest Masks Refined.esp Dragon Priest Rings.esp Dragon Shield.esp Dragon Skin Compound Bow.esp dragonblade.esp dragonblood mod.esp IF CHECKSUM("dragonblood mod.esp", 83115133) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("dragonblood mod.esp", 83115133) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("dragonblood mod.esp", 83115133) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DragonBoneEbony_Replacer.esp dragonbonescythe.esp Dragonbone Weapons.esp Dragonbone Weapons-No Heart Req.esp Dragonbone Weapons - Faster Arrows.esp Dragonbone Weapons - Tytanis Compatibility.esp dragonbonedaggerpreview.esp dragonbonedaggers.esp DB Dragonbone Weapons.esp REGEX: DragonBoneWeapons.+\.esp IF FILE("SkyRe_Plugin_DragonBoneWeaponsComplete.+\.esp") TAG: {{BASH: Deactivate}} Lorecraft - Dragonbone Weapons Complete.esp Lorecraft - Dragon Bone Weapons.esp IFNOT FILE("LorecraftESM.esm") REQ: "http://www.nexusmods.com/skyrim/mods/9959 Lorecraft" 4.05b+ DragonBorn Craftable.esp dragonborn armor.esp Dragonborn Armor v2.esp DragonbornArmorFix.esp DragonBornCircletsNoCrafting.esp DragonBornCircletsNoCrown.esp DragonBornCircletsWithCrafting.esp dragonborndagger.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) dragonborngarb.esp DragonbornPriestMasks.esp DragonBornRobes.esp Dragonborn Armory.esp IF CHECKSUM("Dragonborn Armory.esp", D0B8F0E3) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dragonborn Armory.esp", D0B8F0E3) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dragonborn Armory.esp", D0B8F0E3) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dragonborn Armory E3.esp IF CHECKSUM("Dragonborn Armory E3.esp", 52EC060A) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dragonborn Armory E3.esp", 52EC060A) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dragonborn Armory E3.esp", 52EC060A) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dragonborn Armory Steel.esp DragonCrowns.esp DragonDagger.esp DragonfireCrossbow.esp IF CHECKSUM("DragonfireCrossbow.esp", 5596EEF2) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DragonfireCrossbow.esp", 5596EEF2) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DragonfireCrossbow.esp", 5596EEF2) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DragonfireCrossbow02.esp IF CHECKSUM("DragonfireCrossbow02.esp", A8EDDE9D) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DragonfireCrossbow02.esp", A8EDDE9D) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DragonfireCrossbow02.esp", A8EDDE9D) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DragonHammer.esp DragonHideRobeArmor.esp Lorecraft - Dragonhide.esp DragonHunterArmor.esp DragonIron.esp IF CHECKSUM("DragonIron.esp", 0C4425D4) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("DragonIron.esp", 0C4425D4) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("DragonIron.esp", 0C4425D4) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. DragonIronReplacer.esp IF CHECKSUM("DragonIronReplacer.esp", 7FDC3BE8) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("DragonIronReplacer.esp", 7FDC3BE8) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("DragonIron.esp", 0C4425D4) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. dragonklagrieoblivionarmor.esp dragonlord-greatsword.esp DragonMasks.esp Dragonplate Improved.esp DragonplateCrown.esp DragonPlateCrownCraftable.esp DragonplateHelmFix.esp IF VAR(EN) ERROR: File is corrupt and should not be used. IF VAR(RU) ERROR: Файл испорчен и не должен использоваться. //error because this is corrupted mod DRagonpriestGreatsword.esp dragonpriestmaksenhanced.esp dragonpriestmaksenhanceddragonborn.esp dragonpriestmask_circlets.esp dragonpriestmasks_visible_faces.esp DragonPriestMaskJournal.esp dragonpriestmasks.esp Dragonrend.esp DragonRendArrow.esp DragonsBanev1.esp IF CHECKSUM("DragonsBanev1.esp", 8C997BC8) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DragonsBanev1.esp", 8C997BC8) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DragonsBanev1.esp", 8C997BC8) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: Dragonscale.?hood.*\.esp DragonScaleArmorOfIce.esp Dragonscale Ivory Armor.esp dragonslayer.esp dragonslayer_axe.esp DragonSlayerAxe.esp dragonslayer_dracula.esp dragonslayer_Nubblecakes.esp DragonsoulArmour.esp IF CHECKSUM("DragonsoulArmour.esp", E0C93BA1) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DragonsoulArmour.esp", E0C93BA1) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DragonsoulArmour.esp", E0C93BA1) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DragonsoulWeapons.esp IF CHECKSUM("DragonsoulWeapons.esp", CCA2F9B7) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DragonsoulWeapons.esp", CCA2F9B7) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DragonsoulWeapons.esp", CCA2F9B7) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". dragonstingsword.esp DragonSword.esp dragonweapons.esp IF CHECKSUM("dragonweapons.esp", 7516E4CE) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("dragonweapons.esp", 7516E4CE) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("dragonweapons.esp", 7516E4CE) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. DragonWear FX117.esp dragonwings.esp dragonwingsunfolded.esp Drakul Armor.esp Draugr Shield.esp DraugrRags.esp DraugrSkirts.esp Dread Crossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Dread Huntress Armor.esp Dread Knight Weapon Set.esp IF FILE("SkyRe - Jojjo's Dreadknight Patch.esp") || IF REGEX("SkyRe_(Plugin_)?DreadKnightWeaponSet(_0.99)?\.esp") TAG: {{BASH: Deactivate}} DreadKnightWeaponSet.esp DreadWeapons_Fifthdreads_Weapon_Pack.esp Dreadweave Axes.esp DreamBurrowPatchWorkMaiden.esp DreamBurrowsRegalAssassin.esp DreamBurrowsRegalHuntsmanArmor.esp RUSDreamBurrowsRegalHuntsmanArmor.esp DreamBurrowSageRetexture.esp IF VAR(EN) SAY: Obsolete. Update to latest version, DreamBurrowsSageOutfit.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DreamBurrowsSageOutfit.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DreamBurrowsSageOutfit.esp. DreamBurrowsSageOutfit.esp Dress PackFX117.esp dreughhd.esp // must load after morrowind armor mod Drow Armor Set.esp IF CHECKSUM("Drow Armor Set.esp", 83BD886A) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Drow Armor Set.esp", 83BD886A) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Drow Armor Set.esp", 83BD886A) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". hdmorrowindglass.esp // must load after morrowind armor mod stalhrimhd.esp // must load after morrowind armor mod Drizzt1.esp DrSKnapsacks.esp DrSKnapsacks-50.esp DrSKnapsacks-100.esp DrSKnapsacks-Lore.esp DrSMeadKegPack.esp ds_sword.esp DS_to_Dragonbone_Helmet.esp DS2 Chaos Fang Scythe.esp DS2 Death Robes.esp ds2_nekrokopf.esp Divine Aegis.esp IF FILE("SkyRe Divine Aegis.esp") TAG: {{BASH: Deactivate}} Divine Aegis Sword.esp DQ3SageOutfit.esp DS2 Necromancer Armor P.esp dual02.esp DualKatanaBlade.esp DualSwords.esp Duel Craftable Arrows.esp Duel Craftable Arrows FIXED.esp DuelCraftableArrows_nonStockOnly.esp Duelist-Longcoat.esp DuelistLongcoatRasta.esp duhranger.esp DungeonExplorer.esp DungeonGear01.esp DunmerThief.esp DunmerThiefLF.esp durendal.esp Dusk Eaters Great Sword.esp Dusk Eaters Sword.esp duskfalll.esp Duskfang and Dawnfang.esp IF CHECKSUM("Duskfang and Dawnfang.esp", 09A06CD5) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Duskfang and Dawnfang.esp", 09A06CD5) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Duskfang and Dawnfang.esp", 09A06CD5) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". duskguardamulet.esp DVd.esp Dwarven Helmet Open Variation.esp DwarvenArmorWeapons.esp DwarvenArmorUpgrade.esp TAG: {{BASH: Relev}} Dwarven Condenser.esp dwarvencrossbowfollower.esp DwarvenFate.esp DwarvenFateArmor.esp DwarvenHeroGear.esp Dwarven War Cross Bow.esp IF CHECKSUM("Dwarven War Cross Bow.esp", 8D6DD2FB) && IF VAR(EN) DIRTY: 6 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dwarven War Cross Bow.esp", 8D6DD2FB) && IF VAR(RU) DIRTY: 6 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dwarven War Cross Bow.esp", 8D6DD2FB) && IF VAR(ES) DIRTY: 6 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DwarvenMech.esp DwarvenPowerArmor.esp IF VAR(EN) && IF FILE("AetheriumSwordsnArmor.esp") ERROR: Delete. Already included in AetheriumSwordsnArmor.esp IF VAR(RU) && IF FILE("AetheriumSwordsnArmor.esp") ERROR: Удалите. Уже включено в AetheriumSwordsnArmor.esp DwarvenRiflesEnglish.esp dwarvenrifle.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) /* Master is dwarvenrifle.esp */ dwarvenrifle_CN.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Dwarven_Rifles and weapons_CN.esp j3x-autocrossbows.esp IF CHECKSUM("j3x-autocrossbows.esp", 350C9568) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("j3x-autocrossbows.esp", 350C9568) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("j3x-autocrossbows.esp", 350C9568) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". j3x-autocrossbows Tcn.esp dwavenautorifle1.esp DwarvenRifle_Guilmonex.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) dwarvenscythe.esp DwarvenShooter.esp DwarvenSlayer.esp DwarvenSniper.esp DwarvenSniperBow.esp DwarvenSniperBow-BlackBowOfFate.esp DwarvenSniper-Collection.esp DwSniBLACK.esp DwSniGold.esp dwarvensteel.esp DwarvenSwords.esp Dwemer Artificer.esp IF CHECKSUM("Dwemer Artificer.esp", 939498B8) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dwemer Artificer.esp", 939498B8) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dwemer Artificer.esp", 939498B8) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dwemer Artificer v0.1.esp IF FILE("Dwemer Artificer.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version. IF FILE("Dwemer Artificer.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF FILE("Dwemer Artificer.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Dwemer Artificer v0.2.esp IF FILE("Dwemer Artificer.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version. IF FILE("Dwemer Artificer.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF FILE("Dwemer Artificer.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Fun in a Box.esp IF FILE("Dwemer Artificer.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version. IF FILE("Dwemer Artificer.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF FILE("Dwemer Artificer.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Dwemer Scouter.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Dwemer Goggles & Scouter.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Dwemer Goggles & Scouter.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Dwemer Goggles & Scouter.esp. Dwemer Goggles & Scouter.esp DwemerAutoBlade.esp IF FILE("SkyRe_Plugin_DwemerAutoBlade.esp") TAG: {{BASH: Deactivate}} DwemerBombsNoPerkTree.esp IF CHECKSUM("DwemerBombsNoPerkTree.esp", 8D5E43B0) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DwemerBombsNoPerkTree.esp", 8D5E43B0) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DwemerBombsNoPerkTree.esp", 8D5E43B0) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("DwemerBombs.esp") INC: DwemerBombs.esp DwemerOutfit.esp DwemerRifle.esp dwemerrifle_th.esp DWISSglasses.esp DWISSglasses-plain.esp DynamicLoot.esp DynamicLoot_DB.esp DynamicLoot_DG.esp DynamicLoot_HA.esp Dynasty Armor.esp Dynasty Armour Compilation.esp DynastyArmor.esp DyeNamicSmithing.esp ENDGROUP: Items D BEGINGROUP: Items E e-mail para hands.esp E55 Colored Nails.esp E55 Outfits.esp E55 Starter Outfits.esp EagleSword.esp earrings.esp Ears.esp // adds wearable ears as armor Earrings Set1.esp IF CHECKSUM("Earrings Set1.esp", 5D8A9FDB) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Earrings Set1.esp", 5D8A9FDB) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Earrings Set1.esp", 5D8A9FDB) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". EarRingHelmets.esp HN66s_Earrings_1.5_DV.esp IFNOT FILE("Earrings Set1.esp") ERROR: This mod requires Earrings Set1.esp Earth Breaker.esp earth daedric.esp EbonforgedWeaponry.esp Ebonita.esp IF CHECKSUM("Ebonita.esp", CD413A55) && IF VAR(EN) DIRTY: 0 ITM, 28 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ebonita.esp", CD413A55) && IF VAR(RU) DIRTY: 0 ITM, 28 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ebonita.esp", CD413A55) && IF VAR(ES) DIRTY: 0 ITM, 28 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ebonybladefriendlyupgrade.esp Ebony Bow & Blade.esp IF CHECKSUM("Ebony Bow & Blade.esp", 653D7CB4) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ebony Bow & Blade.esp", 653D7CB4) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ebony Bow & Blade.esp", 653D7CB4) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ebony Craw Wizard Armor.esp Ebony Craw Wizard Armor fixed.esp Ebony_Crossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Ebony Knight Armor.esp Ebony Mage Armor.esp Ebony_MorningStar.esp Ebony Samurai Plate Armor.esp EbonyCuirass.esp EbonyDragoon.esp EbonyHoodCraftable.esp ebonymaillight.esp ebonymailplus.esp EbonyMask.esp ebonyravenger.esp EbonySkullArmor.esp EbonyWarmageset.esp EC Clothes.esp echo-armoredcirclets.esp EKKO-armoredcirclets.esp EdgedBlade.esp Edhildils Dark Brotherhood Gear.esp Ehildils Mithril Armors.esp Edhildils Sorceress Robes.esp EdhildilsDwarvencyborg.esp Edhildilsmithrilblades.esp EdhildilsVampireArmor.esp EdhildilsWitchDoctor.esp EinherjarArmor.esp Lorecraft - EinherjarArmor.esp EisenPlate.esp EI.esp EK_RingLimiter.esp IF VERSION("SKSE", "0.1.6.3", <) REQ: "http://skse.silverlock.org SKSE" 1.6.3+ el_dovahjerkinretex.esp el_gildeddoubletset.esp el_gildeddoubletsetcolor.esp el_gildeddoubletspyroed.esp el_quiverretextures.esp ElaboratePlate.esp Elculous.esp ElderBow.esp elderrobes.esp ElderScrollonBack.esp EldgammelArmorforDreamGirl.esp EldrothJewels.esp Elecp's Vampdress.esp elegantvampirearmor.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) EleidonWard.esp elemental arrows.esp Elemental Staves.esp REGEX: ElementalBlade.(epicv|progression).\.esp elementalshield.esp IF CHECKSUM("elementalshield.esp", A6122F10) && IF VAR(EN) DIRTY: 2 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("elementalshield.esp", A6122F10) && IF VAR(RU) DIRTY: 2 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("elementalshield.esp", A6122F10) && IF VAR(ES) DIRTY: 2 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". ElementalXbowbolts.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) // TAG: {{BASH: Graphics}} Elewin Jewelry.esp Elewin Pumps.esp Elewin Pumps 2.esp Elewin Pumps 3.esp Elewin Sunglasses.esp elfendragos rapid fire crossbows.esp Elgars Silver Emporium Everything.esp Elgars Silver Emporium -Weapon Set-.esp IF CHECKSUM("Elgars Silver Emporium Everything.esp", D060543F) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Elgars Silver Emporium Everything.esp", D060543F) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Elgars Silver Emporium Everything.esp", D060543F) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ElinArmorSet.esp ElinRace_TERAcostume_PC_Event_02A.esp Elin2chlomod.esp EliteKnightArmor.esp EliteRogueArmour.esp IF CHECKSUM("EliteRogueArmour.esp", ECC16558) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("EliteRogueArmour.esp", ECC16558) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("EliteRogueArmour.esp", ECC16558) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Elleh's Circlets Standalone.esp elucidator.esp Elven Archer Armor.esp Elven Bows.esp Elven SAC Bows.esp Elven Weapons.esp ElvenArrowEbony.esp elvenarrowquivertwo.esp ElvenBlade.esp ElvenDragonboneArmor.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). ElvenGreatBlade.esp ElvenGilded.esp elvenprincess.esp ElvenScout.esp ElvenWeaponry.esp ElvenWeaponryDV.esp ElvenWeaponryFasterArrows100%.esp ElysiumArmor.esp EmberSpite.esp EmeraldRapier2.0.esp empcbrevised.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). emperor'scrossbow.esp Empire Mercenaries.esp empirelongsword.esp Empowered Archmage Robes.esp TAG: {{BASH: Relev}} enhanced ring of endless stamina.esp EnchantedAccessories.esp Enchantable Blade of Woe.esp Enchantable DBBoF.esp EnchantableDB.esp EnchantableDPMask.esp IF CHECKSUM("EnchantableDPMask.esp", AE40B146) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("EnchantableDPMask.esp", AE40B146) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("EnchantableDPMask.esp", AE40B146) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". EnchantableNoSaleThievesGuildArmor.esp enchantedclothing.esp EnchantedUniques.esp Enchanting Scrolls.esp IF FILE("Enchanting Scrolls.esm") && IF VAR(EN) WARN: Use either Enchanting Scrolls.esp or Enchanting Scrolls.esm, not both. IF FILE("Enchanting Scrolls.esm") && IF VAR(RU) WARN: Используйте любой, или Enchanting Scrolls.esp или Enchanting Scrolls.esm, не оба. IF FILE("Enchanting Scrolls.esm") && IF VAR(ES) WARN: Usar Enchanting Scrolls.esp o Enchanting Scrolls.esm, no ambos. IF CHECKSUM("Enchanting Scrolls.esp", 95EDA249) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Enchanting Scrolls.esp", 95EDA249) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Enchanting Scrolls.esp", 95EDA249) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Enchanting Scrolls - Empty Soul Gems.esp IF CHECKSUM("Enchanting Scrolls - Empty Soul Gems.esp", FC56D52D) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Enchanting Scrolls - Empty Soul Gems.esp", FC56D52D) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Enchanting Scrolls - Empty Soul Gems.esp", FC56D52D) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Enchanting Scrolls - More Scrolls.esp IF CHECKSUM("Enchanting Scrolls - More Scrolls.esp", AE0295B4) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Enchanting Scrolls - More Scrolls.esp", AE0295B4) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Enchanting Scrolls - More Scrolls.esp", AE0295B4) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". enchantnightingale.esp Enchantress.esp Energy Sword.esp energy_swordv6.esp ENG_forsworn_weapon_v1.0d.esp EngineerOutfit.esp IF FILE("Ellyfollower.esp") ERROR: Delete. Already included in Ellyfollower.esp Enhanced Tel Mithryn Bonemold Version.esp EnhancedCrafting.esp EnhancedWolfArmor.esp Enio_SilverJewelry.esp epicweapons.esp IF CHECKSUM("epicweapons.esp", 6BF71995) && IF VAR(EN) DIRTY: 0 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("epicweapons.esp", 6BF71995) && IF VAR(RU) DIRTY: 0 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("epicweapons.esp", 6BF71995) && IF VAR(ES) DIRTY: 0 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Epirus.esp Epee de Naru.esp EQUIPMENT - WEAPONS - Angry Birds.esp EQUIPMENT - WEAPONS - Bamboo Quarterstaffs and bows.esp Eragon - Zar´Roc.esp eskrima.esp essential craftables.esp Eterna.esp EternalShineArmorAndWeapons.esp IF FILE("SkyRe Equipment of Eternal Shine.esp") TAG: {{BASH: Deactivate}} IF VERSION("TES5", "1.8", >) && IFNOT CHECKSUM("EternalShineArmorAndWeapons.esp", 3E85A943) && IF VAR(EN) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VERSION("TES5", "1.8", >) && IFNOT CHECKSUM("EternalShineArmorAndWeapons.esp", 3E85A943) && IF VAR(RU) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. ethereal_bow.esp EtherealEdge.esp eve.esp Evil MasterMind Armor.esp evilarmor.esp EvolvingBoundWeapons.esp IF CHECKSUM("EvolvingBoundWeapons.esp", 475D55F6) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("EvolvingBoundWeapons.esp", 475D55F6) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("EvolvingBoundWeapons.esp", 475D55F6) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". excalibolg.esp Executioner Gear.esp executionerarmor.esp Executioners Blade.esp executionersblade.esp ExiledBladesArmor.esp ExoticBow.esp exoticsmithing.esp dgexoticsmithing.esp exparrow.esp IF CHECKSUM("exparrow.esp", DE5FA17B) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("exparrow.esp", DE5FA17B) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("exparrow.esp", DE5FA17B) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Experimenter_Ring.esp expertandmasterhoods.esp ExplodingArrows.esp explosive arrows.esp IF CHECKSUM("explosive arrows.esp", 23656143) && IF VAR(EN) DIRTY: 24 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("explosive arrows.esp", 23656143) && IF VAR(RU) DIRTY: 24 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("explosive arrows.esp", 23656143) && IF VAR(ES) DIRTY: 24 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ExplosiveBoltsVisualized.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) exposeclothing_Exoticist.esp Exposed Armors_Armored Bikini.esp Exposed Armors_Dwarven Cuirass.esp Exposed Armors_He-man.esp Exposed Clothing_Ice Dip Speedo.esp Exposed Clothing_Ice Dip Speedo S.esp extendeddaedricweapons.esp IF CHECKSUM("extendeddaedricweapons.esp", 289408A5) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("extendeddaedricweapons.esp", 289408A5) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("extendeddaedricweapons.esp", 289408A5) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ExtendedVanillaWeapons.esp extra_ring.esp EyeCandyStaffofMagnus.esp Eyepatch.esp ezio.darkgrey.esp IF CHECKSUM("ezio.darkgrey.esp", 2C3DDD87) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ezio.darkgrey.esp", 2C3DDD87) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ezio.darkgrey.esp", 2C3DDD87) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ezio's Armor.esp Ezuka's Bracelets.esp Ezuka's HentaiAclothes.esp Ezuka's Wedding Rings.esp Ezuka's First Person Ring Fix.esp ENDGROUP: Items E BEGINGROUP: Items F F3FrenchMaid.esp FA EbonyHelmet.esp FA Hide Armor.esp FaalSizaan.esp FableArmor.esp fabriquable dawnbreaker.esp FaceMasksOfSkyrim.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) FaceMasksforNPC.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IFNOT ACTIVE("FaceMasksOfSkyrim.esp") && IF VAR(EN) ERROR: FaceMasksOfSkyrim.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("FaceMasksOfSkyrim.esp") && IF VAR(RU) ERROR: FaceMasksOfSkyrim.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("FaceMasksOfSkyrim.esp") && IF VAR(ES) ERROR: FaceMasksOfSkyrim.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. TAG: {{BASH: Relev}} FactionClothes.esp Faint.esp Fairytale.esp FalchionSword.esp IF CHECKSUM("FalchionSword.esp", CF7AD7C4) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FalchionSword.esp", CF7AD7C4) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FalchionSword.esp", CF7AD7C4) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Faleria.esp IF CHECKSUM("Faleria.esp", D624BABC) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Faleria.esp", D624BABC) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Faleria.esp", D624BABC) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Fallen Angel armor.esp fallensword.esp falmer crafting.esp falmer crafting dawnguard.esp Falmer Crossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Falmer Darkseeker.esp Falmer Light.esp Falmer Smithing.esp falmerarmoroverhaul.esp FalmerReinforcedArmor.esp Falx Armor.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). FamilyJewels.esp FamousRodes.esp FangofHaynekhtnamet.esp Fantasy cities (Weapons only).esp FantasyWeapons.esp Fancy Dress.esp FarEastChristmas.esp FashionClothes.esp Fate and Volition weapons collections.esp Female Barbarian.esp female dark dragonscale armor.esp fenderhammer.esp FenrirGreatsword.esp FeralBattleAxe.esp Ferrous Dragon Iron Armor Standalone.esp Feuerrobe.esp Fez.esp FF7 Blades.esp FF7 Bustersword.esp FF7 Bustersword (1H & 2H).esp FF7 Masamune & Souba.esp FFIII Arc Robes.esp FFUltimaBladeGizmodianSkyrim.esp FFweapons.esp Fgems Skimpy Armor Set.esp TAG: {{BASH: Relev}} IF CHECKSUM("Fgems Skimpy Armor Set.esp", 109F7C23) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Fgems Skimpy Armor Set.esp", 109F7C23) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Fgems Skimpy Armor Set.esp", 109F7C23) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". FieldLab.esp Field Mage Craftable Armor.esp Field Mage Outfit.esp Field Mage FX117.esp Fifty_Shades_OFGM_LA.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Final TensaZangetsu.esp Fine Leather Armor.esp FineBlackClothes.esp FinGleam.esp FinGleam-Nighteye.esp finnsword.esp FireDragon.esp fireicelightarrows.esp Fishing Pole Weapon Mod.esp FistWraps.esp FionaOutfit.esp Fire Blade.esp Fists of the Gods.esp Fizban007Tohsaka.esp FJ_CoreBorn.esp FJ_TsunArmor.esp flame atronach armor.esp FlameAtronachArmor.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" FlamingArmor.esp Flare Arrow Brighter.esp Flare Arrow Explosive.esp IF FILE("Flare Arrow Brighter.esp") && IF VAR(EN) WARN: Use only one Flare Arrow *.esp. IF FILE("Flare Arrow Brighter.esp") && IF VAR(RU) WARN: Используйте только один Flare Arrow *.esp. IF FILE("Flare Arrow Brighter.esp") && IF VAR(ES) WARN: Utilizar solo un Flare Arrow *.esp. Flare Arrow.esp IF FILE("Flare Arrow Brighter.esp") || IF FILE("Flare Arrow Explosive.esp") && IF VAR(EN) WARN: Use only one Flare Arrow *.esp. IF FILE("Flare Arrow Brighter.esp") || IF FILE("Flare Arrow Explosive.esp") && IF VAR(RU) WARN: Используйте только один Flare Arrow *.esp. IF FILE("Flare Arrow Brighter.esp") || IF FILE("Flare Arrow Explosive.esp") && IF VAR(ES) WARN: Utilizar solo un Flare Arrow *.esp. FioraArmor.esp Fitness Outfit OE.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Fletching.esp IF CHECKSUM("Fletching.esp", B2669E47) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Fletching.esp", B2669E47) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Fletching.esp", B2669E47) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". flounceguardoutfits.esp Flowing Cape.esp Footwear OE.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" For the Brotherhood Daggers.esp Forbidden armor.esp Forbidden Ebony Armor.esp ForceBow.esp Forging_Arrows_Rus_v1.esp ForkOfHorripilation.esp Forsworn Berserker Bow Collection.esp Forsworn Boots Replacer.esp /* Companion for Katharinian Barefoot Legguards for DIMONIZED UNP female body V1.2 */ forsworn crafting.esp Forsworn Legwraps.esp Forsworn Mage Armor by Natterforme.esp Forsworn Variation CBBE.esp Forsworn Variation UNPB-BBP.esp Forsworn Woad Caliente.esp Forsworn-MTM.esp Forsworn-Sabrecat.esp forsworn-trouble.esp forsworngear.esp fortunequackerscraftableskallsets.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Fountain Guard Armor MATY743.esp FourSwords.esp FourthRulerEntitySkyforge.esp REGEX: fox\d\d? Armor\.esp IF FILE("FoxMerged.esp") && IF VAR(EN) WARN: Delete. Already included in FoxMerged.esp. IF FILE("FoxMerged.esp") && IF VAR(RU) WARN: Удалите. Уже включено в FoxMerged.esp. IF FILE("FoxMerged.esp") && IF VAR(ES) WARN: Borrar. Esta incluido en FoxMerged.esp. FoxMerged.esp Fox Cafe_X.esp fox_ThroneXX.esp franksbow.esp Freezing Daedric Arrow.esp frost armour.esp IF VAR(EN) && IFNOT FILE("Elemental Base.esp") REQ: Elemental Base Pack. Download it here:"http://steamcommunity.com/sharedfiles/filedetails/?id=83061079" or here:"http://www.nexusmods.com/skyrim/mods/20868". IF VAR(RU) && IFNOT FILE("Elemental Base.esp") REQ: Elemental Base Pack. Ищите его "http://steamcommunity.com/sharedfiles/filedetails/?id=83061079 здесь" или "http://www.nexusmods.com/skyrim/mods/20868 здесь". FrostBite Armor.esp FrostbiteBlade.esp FrostMageRobe.esp Frostmourne.esp IFNOT CHECKSUM("Frostmourne.esp", 428F46D4) && IFNOT CHECKSUM("Frostmourne.esp", 51F43BA4) && IF VAR(EN) && IF VERSION("TES5", "1.8", >) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") Frostmourne 1.0.1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Frostmourne v.1.3 unenchanted version.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Frostmourne v.1.3 unenchanted version.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Frostmourne v.1.3 unenchanted version.esp. Frostmourne 1.2.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Frostmourne v.1.3 unenchanted version.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Frostmourne v.1.3 unenchanted version.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Frostmourne v.1.3 unenchanted version.esp. Frostmourne v.1.3 unenchanted version.esp frostmourneblade.esp frostmournebladeNoEnchant.esp IF FILE("frostmourneblade.esp") && IF VAR(EN) WARN: Use either frostmourneblade.esp or frostmournebladeNoEnchant.esp, not both. IF FILE("frostmourneblade.esp") && IF VAR(RU) WARN: Используйте любой, или frostmourneblade.esp или frostmournebladeNoEnchant.esp, не оба. IF FILE("frostmourneblade.esp") && IF VAR(ES) WARN: Usar frostmourneblade.esp o frostmournebladeNoEnchant.esp, no ambos. FrozenIceArmor.esp FS_AngelsInSkyrim.esp Angels in Skyrim.esp Angels in Skyrim - Deutsch.esp FS_EveningStar.esp FS_ExorcizamusTe.esp fs_lotrpack.esp FS_SwordOfTheSeeker.esp FS_UltimateAssortment.esp FSS - The Moving Day Ring.esp full set ebony mail.esp FullBootForKKSA.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" NordicSkaalHeavyFalmerWeightFix.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" FullEbonyBlade.esp FullEbonyBladeOldEnchant.esp FullEbonyBladeTwoHanded.esp FullMetalBikini.esp Fullpitch Armor.esp Fur Collar.esp Fur Iron-Plated Armor.esp furarmor.esp FurLinedClothes.esp Futanarium.esp Futanarium_equip.esp Futa equippable.esp FX117 Clothes Pack.esp ENDGROUP: Items F BEGINGROUP: Items G Gabriel Belmont's Armor.esp Galadhrim_Archer's_Equipment.esp galliaarmor.esp GamEngagementrings.esp GameOfThronesArmors.esp GandalfStaffWepMod.esp GandalfLightstaff.esp GarrettThiefArmor.esp GarrisonsBlade.esp REGEX: Gatti\d.+\.esp GattiBondage0.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" GattiBondage1.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" GattiQBCollection.esp GattiUNPCollection.esp GauntletsGluttonousPower.esp gctwindaggers.esp GDAttire.esp GDElvenScout.esp GDJewels.esp GDRangerArmor.esp GDRangerDress.esp GDWeaponry.esp GDZZJJDH.esp Gearblade.esp GemBikini.esp Gemstone Rings.esp Gemtastic.esp GeneralTulliusLightArmor.esp GeneralTulliusUniformity.esp Genesis' Rapier.esp GenjiArmor.esp REGEX: Geralt_RavenArmor_v.*\.esp GeraltJacket.esp Geta.esp getoverherebow.esp ggnc1020nAM.esp Ghorza's Armor.esp Ghost Armor.esp Ghost Rider.esp ghostlier ghostblade.esp GhostNocturnalWedding.esp Ghosu - Dragonbone Knife Knuckles.esp Ghosu - Hobbit.esp Ghosu - Horker Bow.esp Ghosu - Horker Crossbow.esp Ghosu - Horker Weapon Pack.esp Ghosu - Project Flintlock.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Ghosu - Project Flintlock.esp", 0EE1910E) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ghosu - Project Flintlock.esp", 0EE1910E) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ghosu - Project Flintlock.esp", 0EE1910E) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Ghosu - Project Flintlock.esp", 3D18C33F) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ghosu - Project Flintlock.esp", 3D18C33F) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ghosu - Project Flintlock.esp", 3D18C33F) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ghosu - Project Flintlock - Ammo Addon.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Ghosu - SkullHelmet.esp Ghosu - Tribal Staff.esp Ghosu - Weapon Pack 1.esp Giants hammertime.esp GiantsClub.esp giantshomerunbat.esp Gifted Armor.esp GildedCarvedArmor.esp gildedebony.esp GildedExpansion.esp Gilgamesh Weapon Set.esp gimliaxe.esp Gizmodian-Obliviweapons.esp GizmodianOblivionWeaponsCraftable.esp Gizmodian Silver Swords.esp Gizmodian-Witchbane.esp Gizmodian-Witchbane-CraftingOnly.esp GladiatorArmor.esp glam_retextured_5_versions.esp glass armor recolor.esp GlassArmorRC.esp Glass_circlet.esp REGEX: Glass Mage Armor (Skyrim Vanilla|Ashlander Silver|Outlander Gold)\.esp Glass Variants.esp TAG: {{BASH: Delev, Relev}} Glimmer.esp GlorialDress.esp Gloryblade.esp gloves_of_crafting_by_fpsquadrasnipar.esp GM-LeatherHood.esp IF VAR(GMForgeAdd) INC: Gromits Smithing Forge Additions god weapons.esp God's Blade.esp GodGearAndGloryBook.esp godbow.esp godlybows.esp godring.esp Gods smithing gift.esp godsword.esp Gold Armor and Weapons.esp GoldArmor.esp REGEX: Gold Ingot \d?.+\.esp IF VAR(EN) SAY: Use only one Gold Ingot esp. IF VAR(RU) SAY: Используйте только один Gold Ingot esp. IF VAR(ES) SAY: Utilizar solo un Gold Ingot esp. gold trimmed blue dwarven cuirass.esp goldbrand.esp GoldButterfly1.1.esp IF CHECKSUM("GoldButterfly1.1.esp", B94A3CA8) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("GoldButterfly1.1.esp", B94A3CA8) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("GoldButterfly1.1.esp", B94A3CA8) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Golden_Age_Arc_Sword.esp goldendaedric.esp goldeneagleheavyarmor.esp GoldenPaladinArmorV1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, DawnguardPaladinArmorCP.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DawnguardPaladinArmorCP.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DawnguardPaladinArmorCP.esp. GoldenPaladinArmorV2.esp IF VAR(EN) SAY: Obsolete. Update to latest version, DawnguardPaladinArmorCP.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, DawnguardPaladinArmorCP.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, DawnguardPaladinArmorCP.esp. GoldRapier01.esp GoldSteelDagger.esp GoldTeraH17.esp GoldWeapons.esp GomdoriByNausicaa.esp gondorarmormaty743.esp GondorianArmour.esp GondorianBow.esp GondorianRangerArmor.esp GondorianRangerBow.esp GondorShield.esp GOT Knight Armor.esp GOT Knight Armor 2.esp GoT_Sigils.esp GothicPlateArmour.esp MOD: Göttermod.esp gpsword1.esp GR123 Dwemer Dead Space Weapons.esp GR123 Knights Templar.esp GR123 Knights Templar Legion Replacer.esp gradedweaponvariety.esp granitemaul.esp GravHammer.esp gravityhammer.esp GrayManerifle.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Gray-Mane_rifle_CN.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) grayseraticheavyarmor.esp greatbow.esp Greate Templar Sword.esp greatswordofdaedraprinces.esp greaves of capirotinho.esp greaves of capirotinho (full).esp Greaves_armor.esp greendaedricarmor.esp greendestiny.esp Greybeards.esp Greybeard Robes.esp greybeardrobes.esp greybeardsrobes.esp GreyStormy's Spectral Bow.esp Gri_Scarf_and_Gugel.esp grimreaper.esp grimreaperhoods.esp Guardian of Noctunal.esp Guardianoftime.esp IF CHECKSUM("Guardianoftime.esp", 0E05797B) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Guardianoftime.esp", 0E05797B) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Guardianoftime.esp", 0E05797B) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GuardianArmor.esp Guard Weapons - Daggers.esp GuardianWeapons.esp GuardShieldsReplaced.esp Guild Duelist Armor.esp guildedebony.esp gun.esp Gun Blade.esp Gunblade.esp Gurthalak Voice of the Deeps.esp guts_knife.esp gutsmask.esp GuyFawkesMaskStandalone.esp Gwendolic Armor.esp Gwendolic Armor_CN.esp GymnasticsLeotard.esp ENDGROUP: Items G BEGINGROUP: Items H hadahrkop.esp hailcrossbow.esp hailheavyarmor.esp hailweaponry.esp Half Gloves.esp Hammerfell Assassin Suit.esp hamoretastierfoodrecipes.esp Hana.esp IF VAR(EN) && IFNOT CHECKSUM("Hana.esp", C86C77D9) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Hana.esp", C86C77D9) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. HanasSkeletonStaff.esp hand of noxus.esp Hands Of The Master.esp hardargAerith.esp hardargCloud.esp hardenedfalmer-cnhf.esp hardenedfalmer-cnhp.esp Harley.esp Harley Quinn.esp Hartherz1.2.esp HartherzEnglish.esp IF CHECKSUM("HartherzEnglish.esp", D1207154) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HartherzEnglish.esp", D1207154) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HartherzEnglish.esp", D1207154) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HarvestFeather.esp HarvestFeathers.esp hatsune_songblade.esp Hattori Hanzo Katana.esp Hattori Hanzo 2H Katana.esp hawk2.esp Hawke Armor.esp haytham kenway apparel.esp HBetterBows.esp IF FILE("SkyRe_Plugin_BetterBows_1.4.1.esp") || IF FILE("SkyRe_Plugin_BetterBows.esp") TAG: {{BASH: Deactivate}} HBetterBowsLists.esp HDT Skirt Test.esp HDT TestSkirts.esp headchain by Sasino.esp headchain por Sasino.esp HeadsmanAxe.esp headtaker.esp IF CHECKSUM("headtaker.esp", D43E7148) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("headtaker.esp", D43E7148) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("headtaker.esp", D43E7148) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HealerRobes.esp Health Gauge Outfit.esp HeartOfThunder.esp IF CHECKSUM("HeartOfThunder.esp", 2CA96833) && IF VAR(EN) DIRTY: 37 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HeartOfThunder.esp", 2CA96833) && IF VAR(RU) DIRTY: 37 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HeartOfThunder.esp", 2CA96833) && IF VAR(ES) DIRTY: 37 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HeartOfThunder 1_4.esp HoT Thunderwolf Form.esp // must be placed after Heart of Thunder as per author HeartOfThunder - AsgardEdition.esp heatershield.esp HeatWavev4.esp HeatWaveV5ep.esp Heavenly Legion Armor.esp Heavy Armor Circlet.esp heavy holy.esp Heavy Stormcloak Officer Armor.esp HeavyBows.esp IF CHECKSUM("HeavyBows.esp", 03D45749) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HeavyBows.esp", 03D45749) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HeavyBows.esp", 03D45749) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HeavyFalmerShield.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). HeavyNightingale.esp HedgeKnight.esp IF CHECKSUM("HedgeKnight.esp", A7A55AB3) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HedgeKnight.esp", A7A55AB3) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HedgeKnight.esp", A7A55AB3) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("SkyRe_Plugin_HedgeKnightArmor_1.esp") || IF FILE("SG_HothTrooper.esp") TAG: {{BASH: Deactivate}} Heeled CBBE Collection.esp Heeled Collection.esp heisenberg.esp helf16l.esp HellKatana.esp hellionarrows_v1.0.esp HellionArrows_v1.15.esp HellionArrows_v1.2.esp IF CHECKSUM("HellionArrows_v1.2.esp", B83DB305) && IF VAR(EN) DIRTY: 5 ITM, 7 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HellionArrows_v1.2.esp", B83DB305) && IF VAR(RU) DIRTY: 5 ITM, 7 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HellionArrows_v1.2.esp", B83DB305) && IF VAR(ES) DIRTY: 5 ITM, 7 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Hell Sword.esp REGEX: Henrys Ring of Light( v1-0)?\.esp IF FILE("Henrys Ring of Light v1-0.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version. IF FILE("Henrys Ring of Light v1-0.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF FILE("Henrys Ring of Light v1-0.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Heller Full Armor.esp helmetlesswarrior.esp helmofysgramor.esp hentai Dark Rose.esp Hentai_mixed_Armor.esp HentaiCasualByNausicaa.esp HentaiCasualWears.esp HentaiGaleArmor.esp HentaiGaleCBBE3ByNausicaa.esp HentaiKarliahArmor.esp HentaiLiLiOutfit.esp HentaiLorehaterDress.esp HentaiMaxiArmor.esp HentaiMaxiCBBE3ByNausicaa.esp HentaiNightmareArmor.esp HentaiSaberDress.esp Hentai'sSerenityByNausicaaCBBE.esp HentaiSuccubusArmor.esp HentaiVoidArmor.esp HentaisJamellaArmor.esp HentaisTemplePlateArmor.esp Hero of the Legion.esp Heroes Kadan.esp heroes_ti_clothes.esp HeroesScythe.esp heroicarmor.esp HeroicDragonscale.esp HeroicDwarven.esp IF FILE("SkyRe Heroic Dwarven Armor and Weapon Set.esp") TAG: {{BASH: Deactivate}} IF CHECKSUM("HeroicDwarven.esp", BCC4742A) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HeroicDwarven.esp", BCC4742A) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HeroicDwarven.esp", BCC4742A) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // ^ Arrows addon IF CHECKSUM("HeroicDwarven.esp", 0301DE0E) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HeroicDwarven.esp", 0301DE0E) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HeroicDwarven.esp", 0301DE0E) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // ^ Stand-alone set addon HeroicStorm.esp heroicweapons.esp HerosClothes.esp Herose.esp Herugrim.esp HessBlade.esp Herzgurt.esp HexanShield.esp hidanscythe.esp Hidansscythe.esp HideArmors.esp Higeyosi Katana Pack.esp High_tier_weapons_and_armour_normal.esp HighelfL17.esp High-Impact_Arrows.esp highimpactarrows.esp Highlander Katana.esp HighKnightDEMON.esp highric Armor.esp Highric.esp HircineBow.esp Hirl Craftable.esp REGEX: HIS(DragoonArmorRF|EmmyOutfit|SorakageFarmor|TeraviridiniumF|valleAmor|XingXing)\.esp HistArmor3.esp HmmWhatToWear.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" HmmWhatToWearMerged.esp TAG: {{BASH: Delev, Relev}} IFNOT ACTIVE("HmmWhatToWear.esm") && IF VAR(EN) ERROR: HmmWhatToWear.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("HmmWhatToWear.esm") && IF VAR(RU) ERROR: HmmWhatToWear.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("HmmWhatToWear.esm") && IF VAR(ES) ERROR: HmmWhatToWear.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. HM Soul Gem Shifter.esp HN66mage4vanilla.esp Hoamaii-InnerWear.esp HoamaiiGannicusArmor.esp holdbounties.esp HolidayUnderwear and Apparel.esp HollowMask.esp holy armor.esp HolyArmor.esp Holynegociator.esp IF CHECKSUM("Holynegociator.esp", D5E4880B) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Holynegociator.esp", D5E4880B) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Holynegociator.esp", D5E4880B) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HomersBarbarianRing.esp HonestAbe.esp hoodlessmaskiscirclet.esp Horksbane Redone.esp Horn of Gondor.esp IFNOT VAR(BFNIAP) MOD: Hothtrooper44_Armor_Ecksstra.esp IFNOT VAR(BFNIAP) MOD: hothtrooper44_ArmorCompilation.esp //aka Immersive Armors IF VERSION("hothtrooper44_ArmorCompilation.esp", "6.0", <) && IFNOT ACTIVE("SPIKE.esm") && IF VAR(EN) ERROR: SPIKE.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IF VERSION("hothtrooper44_ArmorCompilation.esp", "6.0", <) && IFNOT ACTIVE("SPIKE.esm") && IF VAR(RU) ERROR: SPIKE.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IF VERSION("hothtrooper44_ArmorCompilation.esp", "6.0", <) && IFNOT ACTIVE("SPIKE.esm") && IF VAR(ES) ERROR: SPIKE.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 1B01C914) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 983EFB9E) WARN: This is the Skyjubs Invisible Helmets version of hothtrooper44_ArmorCompilation.esp and may not produce the effects desired in conjuntion with other hothtrooper patches. It is not compatible with any other Skyjubs Invisible Helmets esps other than the Dawnguard and Dragonborn plugins. IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 1B01C914) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 983EFB9E) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 1B01C914) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 983EFB9E) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 1B01C914) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 983EFB9E) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 306605A4) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 53E0D03D) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 96B29C9D) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 306605A4) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 53E0D03D) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 96B29C9D) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 306605A4) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 53E0D03D) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 96B29C9D) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", F95218FD) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", F95218FD) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", F95218FD) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF REGEX("SkyRe_Plugin_ImmersiveArmor.+\.esp") TAG: {{BASH: Delev, Deactivate}} ELSE TAG: {{BASH: Delev, Relev}} IFNOT VAR(BFNIAP) MOD: Immersive Armors - Français.esp IFNOT VAR(BFNIAP) MOD: Deleveled Skyrim - hothtrooper44_ArmorCompilation.esp IFNOT VAR(BFNIAP) MOD: Lorecraft - Immersive Armors.esp IFNOT VAR(BFNIAP) MOD: SkyRe_Plugin_ImmersiveArmor_2.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IFNOT VAR(BFNIAP) MOD: Lorecraft - Immersive Armors - SkyRe.esp IFNOT VAR(BFNIAP) MOD: Level List - Immersive Armor.esp TAG: {{BASH: Delev, Relev}} IFNOT FILE("hothtrooper44_ArmorCompilation.esp") REQ: hothtrooper44_ArmorCompilation.esp IFNOT FILE("Lorecraft - Immersive Armors.esp") REQ: Lorecraft - Immersive Armors.esp IFNOT VAR(BFNIAP) MOD: SI_WicCosIaPatch.esp IFNOT FILE("hothtrooper44_ArmorCompilation.esp") REQ: hothtrooper44_ArmorCompilation.esp IFNOT FILE("1nivWICCloaks.esp") REQ: 1nivWICCloaks.esp IFNOT FILE("Cloaks.esp") REQ: Cloaks.esp Hooves.esp HotaruByNausicaa.esp HotBloodStandalone.esp IF CHECKSUM("HotBloodStandalone.esp", 39A400A1) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("HotBloodStandalone.esp", 39A400A1) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("HotBloodStandalone.esp", 39A400A1) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. HotpantsBikini.esp HotProperty.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("HotProperty.esp", E6EAB3A8) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HotProperty.esp", E6EAB3A8) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HotProperty.esp", E6EAB3A8) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("HotProperty.esp", 04D56694) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HotProperty.esp", 04D56694) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HotProperty.esp", 04D56694) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("HotProperty.esp", CF3D3CF6) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HotProperty.esp", CF3D3CF6) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HotProperty.esp", CF3D3CF6) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HoverBoots.esp HTBSevDaughterOfWarArmor.esp HTBWigsApachiiSkyHair.esp HUM_Armor.esp HumanFemalH20.esp HumanFemalH20 - present.esp HunEbonyArmorStandalone.esp IF CHECKSUM("HunEbonyArmorStandalone.esp", F7132DAC) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("HunEbonyArmorStandalone.esp", F7132DAC) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("HunEbonyArmorStandalone.esp", F7132DAC) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. HunEbonyWeaponsStandalone.esp IF CHECKSUM("HunEbonyWeaponsStandalone.esp", 49FA902D) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HunEbonyWeaponsStandalone.esp", 49FA902D) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HunEbonyWeaponsStandalone.esp", 49FA902D) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". hunnicarmors.esp IF CHECKSUM("hunnicarmors.esp", D968FD8E) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("hunnicarmors.esp", D968FD8E) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("hunnicarmors.esp", D968FD8E) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. HunterArcherCuirass.esp HunterArcherCuirassEnglishTranslation.esp HunterArcherCuirassEnglishTranslation1.1.esp hunterarmor.esp IF VAR(EN) SAY: Obsolete. Update to latest version, hunterarmorv1.2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, hunterarmorv1.2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, hunterarmorv1.2.esp. hunterarmorv1.2.esp IF FILE("SkyRe_Plugin_NordicHunterLightArmor_1.2.esp") TAG: {{BASH: Deactivate}} hunterarmornofur.esp IF FILE("hunterarmorv1.2.esp") INC: hunterarmorv1.2.esp hunter armor and weapons.esp HunterRangerCrafting.esp HuntersSight.esp Huntress.esp HuntressArmor.esp Huntsman Gear.esp Hvergelmir's Armor Retexture - HAR.esp Hvergelmir's Armor Retexture - HAR - Steel Armor.esp Hvergelmir's Shield Retexture - HSR.esp HybridsVicious.esp HylianShield.esp hynesword.esp HyperBow.esp ENDGROUP: Items H BEGINGROUP: Items I I Love Cleavage 7B.esp I&C by DeathGR v1.0.esp I&Cplus by DeathGR v1.0.esp I5KWeaponOH.esp TAG: {{BASH: Delev, Relev}} ibanstaff.esp ibr_sedethul.esp Ice Armour.esp IF VAR(EN) && IFNOT FILE("Elemental Base.esp") REQ: Elemental Base Pack. Download it here:"http://steamcommunity.com/sharedfiles/filedetails/?id=83061079" or here:"http://www.nexusmods.com/skyrim/mods/20868". IF VAR(RU) && IFNOT FILE("Elemental Base.esp") REQ: Elemental Base Pack. Ищите его "http://steamcommunity.com/sharedfiles/filedetails/?id=83061079 здесь" или "http://www.nexusmods.com/skyrim/mods/20868 здесь". Ice Blade.esp IceDagger.esp iceelvesset.esp icemanarmourandwepset.esp ImmersiveLoot.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("ImmersiveLoot.esp", F2377244) && IF VAR(EN) DIRTY: 73 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ImmersiveLoot.esp", F2377244) && IF VAR(RU) DIRTY: 73 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ImmersiveLoot.esp", F2377244) && IF VAR(ES) DIRTY: 73 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ImmesiveLoot - NoStats.esp //apparent misspelling? ImmersiveLoot - Stats.esp ImmersiveLoot - Dawnguard.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT FILE("ImmersiveLoot.esp") REQ: ImmersiveLoot.esp ImmersiveLoot - DGStats.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) ImmersiveLoot - Dragonborn.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) ImmersiveLoot - DBStats.esp ImmersiveLoot - UltimateStats.esp ImmersiveCells.esp TAG: {{BASH: Relev}} IF CHECKSUM("ImmersiveCells.esp", 332080B8) && IF VAR(EN) DIRTY: 2 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ImmersiveCells.esp", 332080B8) && IF VAR(RU) DIRTY: 2 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ImmersiveCells.esp", 332080B8) && IF VAR(ES) DIRTY: 2 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ImmersiveCells - Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). ImmersiveCells - HearthFire.esp ImmersiveCells - Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Immersive Weapons.esp TAG:{{BASH: Delev, Relev}} IF CHECKSUM("Immersive Weapons.esp", A2A9C008) || IF CHECKSUM("Immersive Weapons.esp", 3A0B75F5) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Immersive Weapons.esp", A2A9C008) || IF CHECKSUM("Immersive Weapons.esp", 3A0B75F5) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Immersive Weapons.esp", A2A9C008) || IF CHECKSUM("Immersive Weapons.esp", 3A0B75F5) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Immersive Weapons.esp", 2EAE1F9D) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Immersive Weapons.esp", 2EAE1F9D) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Immersive Weapons.esp", 2EAE1F9D) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Lorecraft - Immersive Weapons.esp IFNOT ACTIVE("LorecraftESM.esm") && IF VAR(EN) ERROR: LorecraftESM.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("LorecraftESM.esm") && IF VAR(RU) ERROR: LorecraftESM.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("LorecraftESM.esm") && IF VAR(ES) ERROR: LorecraftESM.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("Immersive Weapons.esp") && IF VAR(EN) ERROR: Immersive Weapons.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Immersive Weapons.esp") && IF VAR(RU) ERROR: Immersive Weapons.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Immersive Weapons.esp") && IF VAR(ES) ERROR: Immersive Weapons.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. ImmersiveTelvanniGear.esp immortalconvictionring.esp imp_helm.esp IF CHECKSUM("imp_helm.esp", B5CC3F9D) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". REGEX: imp_helm_(dae|dawn|dbrn|dw|eb|imp|night|st)\.esp imp_help_dbrn.esp //an apparent misspelling in the release. Also added to dbrn to regex in case author fixes spellling later -LD imp_guard_helm.esp WeaponsArmorFixes_ClosefacedHelmets_Patch.esp IFNOT FILE("imp_helm.esp") && IF VAR(EN) ERROR: imp_helm.esp is not present or is not active. Skyrim will CTD when loading if using this file without Improved Closefaced Helmets IFNOT FILE("imp_helm.esp") && IF VAR(RU) ERROR: imp_helm.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Improved Closefaced Helmets IFNOT FILE("Weapons & Armor Fixes_Remade.esp") REQ: "http://www.nexusmods.com/skyrim/mods/34093 Weapon and Armor Fixes Remade" WeaponsArmorFixes_ClosefacedHelmetsDG_Patch.esp IFNOT FILE("imp_helm_dawn.esp") && IF VAR(EN) ERROR: imp_helm_dawn.esp is not present or is not active. Skyrim will CTD when loading if using this file without Improved Closefaced Helmets - Dawnguard IFNOT FILE("imp_helm_dawn.esp") && IF VAR(RU) ERROR: imp_helm_dawn.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Improved Closefaced Helmets - Dawnguard IFNOT FILE("Weapons & Armor Fixes_Remade.esp") REQ: "http://www.nexusmods.com/skyrim/mods/34093 Weapon and Armor Fixes Remade" Imperial Chainmail.esp Imperial Dragon Armor.esp imperial golden bracer.esp Imperial_Greek armor.esp Imperial Legion Reborn.esp Imperial_Legion_Arquebus.esp Imperial Mage Armor by Natterforme.esp imperial officer armor.esp ImperialArmor.esp ImperialArmyKnife.esp ImperialBowEnhanced.esp imperialdragonarmor.esp imperialgearsmithable.esp imperialgeneralsbracers.esp imperialgeneralshelmet.esp imperialrobes.esp IF CHECKSUM("imperialrobes.esp", 519A4055) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("imperialrobes.esp", 519A4055) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("imperialrobes.esp", 519A4055) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". imperialshield.esp impgen.esp Improved Aetherial_Staff.esp Improved Dragonplate Armour.esp Improved Light Targe of the Blooded.esp improved nordic armor.esp improved vampire armor.esp improvedancientnordequipment.esp ImprovedAssasinArmor.esp ImprovedMageDragonPriestMasks.esp ImprovedMageDragonPriestMasks-NoArmorChange.esp improvedskaalleathers.esp improvedstormcloakequipment.esp Inferno Knight Arms Set.esp Inferno Weapons and Armors Set -Add Leveled List Option-.esp Inferno Weapons and Armors Set -Crossbow Addon-.esp Inferno Weapons and Armors Set -Easy Crafting Edition-.esp Inferno Weapons Set -The Arms of Hell Flame-.esp Inferno Weapons and Armors Set -The Arms of Hell Flame-.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). infernoadze.esp InfernoGreatSword.esp InfernoSword.esp InfidelsRangerSet.esp IF CHECKSUM("InfidelsRangerSet.esp", 1AEB90CB) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("InfidelsRangerSet.esp", 1AEB90CB) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("InfidelsRangerSet.esp", 1AEB90CB) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Infinite Blade Armor.esp InfinityBlade.esp Infinity Blade Hero Set.esp Infinity Sword.esp infinity sword vanilla.esp InigoPerkPointGiver.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". Injure Set.esp Inquisitor Set.esp InsanitysCelticKatana.esp IF FILE("SkyRe_Plugin_InsanitysCelticKatana_1.2.esp") || IF FILE("SkyRe_Plugin_InsanitysCelticKatana.esp") TAG: {{BASH: Deactivate}} insanity's celtic katana.esp Insanity's Chrysamere.esp Insanity's Collection.esp Insanity's Craftable Dragonbane.esp IF FILE("Insanity's Craftable Dragonbane.esp") TAG: {{BASH: Deactivate}} Insanity's Daedric Sword.esp Insanity's Dragonbane.esp Insanity's Dragon Katana.esp IF FILE("SkyRe_Plugin_InsanitysDragonKatana_1.2.esp") || IF FILE("SkyRe_Plugin_InsanitysDragonKatana.esp") TAG: {{BASH: Deactivate}} InsanitysDragonKatana.esp IF FILE("SkyRe_Plugin_InsanitysDragonKatana_1.2.esp") || IF FILE("SkyRe_Plugin_InsanitysDragonKatana.esp") TAG: {{BASH: Deactivate}} insanity's ebony sword replacer.esp Insanity's Empire Longswords.esp Insanity's Glass Bow.esp Insanity's Glass Sword.esp Insanity's Goldbrand.esp Insanity's Kahvozein Fang.esp Insanity's Ice Blade of the Monarch.esp Insanity's Iron Bow.esp Insanity's Pale Blade.esp Insanity's Red Eagle's Bane.esp Insanity's Shields.esp Insanity's Silver Bow.esp Insanity's Sorrow.esp IF CHECKSUM("Insanity's Sorrow.esp", 872ACBC) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Insanity's Sorrow.esp", 872ACBC) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Insanity's Sorrow.esp", 872ACBC) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Insanity's Steel Bow.esp Insanity's Steel Shortsword.esp Insanity's Umbra Sword.esp IF CHECKSUM("Insanity's Umbra Sword.esp", D8894064) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Insanity's Umbra Sword.esp", D8894064) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Insanity's Umbra Sword.esp", D8894064) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Insanity's Zatoichi.esp InsanityMask.esp insdevkikyosbow.esp InquisitorGear.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Invincible Mage.esp Invisible_Helm.esp IF CHECKSUM("Invisible_Helm.esp", 3EE48471) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Invisible_Helm.esp", 3EE48471) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Invisible_Helm.esp", 3EE48471) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. InvisibleArmorSets.esp invisiblehoodv2.esp InvisibleIronDagger.esp InvisibleRing.esp InvisibleSeranaHood.esp InvisibleShield.esp InvisRing.esp IorvethLightArmor_v_1_3.esp iorvethlightarmor_v_1_5_DV.esp Iorveth.esp IOTS_Armor.esp Iroha.esp Iron and Steel bows.esp ironhorkertuskbow.esp Ironman5000 Weapon Overhaul.esp IF VAR(EN) SAY: Obsolete. Update to latest version, I5KWeaponOH.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, I5KWeaponOH.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, I5KWeaponOH.esp. ironman.esp IF CHECKSUM("ironman.esp", 6B68F706) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ironman.esp", 6B68F706) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ironman.esp", 6B68F706) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IronBolts.esp ISD_Dragonspear.esp ISD_DragonspearCraft.esp ISD_Longclaw.esp ISD_LongclawCraft.esp REGEX: ISDBaniKatana(BLACK1H|BLACK2H|LIGHT1H|LIGHT2H)\.esp ISDBlackSting.esp ISDScimitar.esp IsilGlamdring.esp isilNarsil.esp IF FILE("SkyRe_Plugin_isilNarsil.esp") TAG: {{BASH: Deactivate}} IF CHECKSUM("isilNarsil.esp", B976F2E0) || IF CHECKSUM("isilNarsil.esp", A43571C0) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("isilNarsil.esp", B976F2E0) || IF CHECKSUM("isilNarsil.esp", A43571C0) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("isilNarsil.esp", B976F2E0) || IF CHECKSUM("isilNarsil.esp", A43571C0) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Lorecraft - isilNarsil.esp Itachiring.esp Items - Armor&Weapon [ver 1.4 - All].esp IthilienCloak.esp Ivan's_MoreCraftableWeapons_v.02.esp Ivory.esp Ivory Armor.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Ivory Armor.esp", E7CEA340) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ivory Armor.esp", E7CEA340) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ivory Armor.esp", E7CEA340) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IvoryBlade.esp Ivorybow.esp IVth_Imperial_Legion_Revamp.esp Ivy Valentine Armor.esp IvyDress2.esp ENDGROUP: Items I BEGINGROUP: Items J Jack of All Trades.esp IF CHECKSUM("Jack of All Trades.esp", B66866A6) && IF VAR(EN) WARN: This file was released before the Creation Kit (07 Feb. 2012) and contains unexpected (or out of order) records. It should be removed. IF CHECKSUM("Jack of All Trades.esp", B66866A6) && IF VAR(RU) WARN: Этот файл бы выпущен до выхода Creation Kit (07 фев. 2012) и может содержать неверные записи. Рекомендуется удалить. IF CHECKSUM("Jack of All Trades.esp", B66866A6) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. jack of blades armor.esp Jack of Blades' Armour.esp IF CHECKSUM("Jack of Blades' Armour.esp", 8DD4B708) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Jack of Blades' Armour.esp", 8DD4B708) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Jack of Blades' Armour.esp", 8DD4B708) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Jack Rowling Sword.esp REGEX: Jacksh.+\.esp IF FILE("JackshShop.esm") && IF REGEX("Jacksh(BabyDoll|Zephie|Secretary|SailorV|BlackCrusaders)\.esp") && IF VAR(EN) ERROR: Delete. Already included in JackshShop.esm. IF FILE("JackshShop.esm") && IF REGEX("Jacksh(BabyDoll|Zephie|Secretary|SailorV|BlackCrusaders)\.esp") && IF VAR(RU) ERROR: Удалите. Уже включено в JackshShop.esm. IF FILE("JackshShop.esm") && IF REGEX("Jacksh(BabyDoll|Zephie|Secretary|SailorV|BlackCrusaders)\.esp") && IF VAR(ES) ERROR: Borrar. Esta incluido en JackshShop.esm. Jade Knight Armor.esp jammersslavegear.esp Janka_Captain.esp Janka_Lupina.esp Japanese weapon - Sai.esp Japanese Weapon Pack.esp JapaneseArrowMod.esp Jaredschons&D13AdvancedDwarvenBowv2.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Jaredschons&D13AdvDwarvenBowAllIn1.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Jaredschons&D13AdvDwarvenBowAllIn1.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Jaredschons&D13AdvDwarvenBowAllIn1.esp. Jaredschons&D13AdvDwarvenBowAllIn1.esp JarlsDagger.esp JDRobedArmor.esp jeans.esp jeansarmorv101.esp JehennianLeather.esp JesterClothesArmored.esp JetheadArmors.esp Jewellery_Revamped_1.2.esp JewelryArmorMod.esp JewelryOfPower.esp Jill Battlesuit.esp Jill Valentine Outfit 2.esp Jin Seo Yeon's Outfit.esp JinhuaCat Outfit.esp Jojjos Warglaives.esp JoOMagicMod01.esp JoOsSkyrimKnightlyArmory.esp IF CHECKSUM("JoOsSkyrimKnightlyArmory.esp", B77D7435) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("JoOsSkyrimKnightlyArmory.esp", B77D7435) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("JoOsSkyrimKnightlyArmory.esp", B77D7435) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". JoOsSkyrimKnightlyArmoryCheat.esp jor-el armor.esp JoshuasFamilySword.esp JSScomplete.esp JSwords.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. JaysusSwordITA.esp JaySuS Swords PL.esp JSwords(rus).esp Faster Combat-Jswords.esp JSwords_FR_V11b.esp JSwords_FR_Plugin_V13C.esp JSwords_FR_Plugin_V13D.esp JSwordsDistributionBalancePlugin.esp TAG: {{BASH: Delev, Relev}} IF VERSION("JSwordsDistributionBalancePlugin.esp", "14.0", <) WARN: Version 1.4 compatibility patch fixed and cleaned with TES5Edit can be obtained "http://www.nexusmods.com/skyrim/mods/26230 here". /* Removed message, "IF FILE("SkyRe_Plugin_JaySuSSwords_1.3D.esp") ERROR: Delete. Already included in SkyRe_Plugin_JaySuSSwords_1.3D.esp." because that file is no longer supported because of the SkyProc patcher. */ JSwordsDistribution_Lieux.esp /* Removed message, "IF FILE("SkyRe_Plugin_JaySuSSwords_1.3D.esp") ERROR: Delete. Already included in SkyRe_Plugin_JaySuSSwords_1.3D.esp." because that file is no longer supported because of the SkyProc patcher. */ Deleveled Skyrim - JSwords.esp TAG: {{BASH: Delev, Relev}} Deleveled Skyrim - JSwordsDistributionBalancePlugin.esp TAG: {{BASH: Delev, Relev}} AttTJSwords.esp Lorecraft - JSwords.esp T3nd0sOverhaulJSwordsPlugin.esp IF VAR(EN) SAY: Obsolete. Update to latest version, SkyRe - Skyrim Redone. IF VAR(RU) SAY: Устарело. Обновите до последней версии, SkyRe - Skyrim Redone. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SkyRe - Skyrim Redone. JulietByNausicaa.esp Juquinha-armory.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Jurgen Windcaller's Armor.esp justsmitharrows.esp ENDGROUP: Items J BEGINGROUP: Items K K9Armor.esp Kaedwenian Longsword.esp kainarmor.esp Kaine Outfit.esp KaraByNausicaa.esp Karliah-MiniByNausicaa.esp Karliah2CBBE3ByNausicaa.esp KarliahArmor2.esp Karliah Armor 2 (Deutsch).esp Karliah's Jacket.esp kasumidragonscale.esp KasumiSailor.esp katana.esp IF CHECKSUM("katana.esp", A48AB749) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("katana.esp", A48AB749) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("katana.esp", A48AB749) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". KatanaCrafting.esp katanas pack.esp Katarina Outfit - UNPB BBP.esp Katharinian Armor.esp Kaw's Claws.esp Kaw's Cat Disguise.esp KawaiiDress.esp KCEAssaultRifles.esp KCEBattleClaws.esp KCECuteTail.esp KCEDeathBell.esp KCEFlameBikini.esp KCEIceBikini.esp KCEIvoryHunter.esp KCEScytheOfDeath.esp KCEYukata.esp LadyKdCirclets.esp keatonmask.esp Keel battle armor.esp kefarmor.esp ket_fang.esp ket_goldbrand.esp ket_umbra.esp Ket_WEAPONIZER.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) keyblade.esp khajiitearrings.esp khajit-ears.esp KhantuArmor.esp killerkeo's skimpy pack wip.esp IF VAR(EN) SAY: Obsolete. Update to latest version, FullBootForKKSA.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, FullBootForKKSA.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, FullBootForKKSA.esp. KeosBoot+NecroFix.esp KhopeshSwordBronze.esp killarrows.esp KillerKeosNecroSleeveFix.esp kimono's witcher silver swords.esp King's Slayer Armor.esp KingOfWorms.esp Kit Rae.esp kkdawnguardskimpyreplacer.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). kkdrbreplacer.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). kkfur.esp kkskimpyclothes.esp KnapsackEnhanced.esp Knight Armor Set.esp Knight Of Thorns Armor.esp Knight Plate Armor.esp KnightlyArmorSet.esp KnightOfMorningStar.esp Knightranger Archer's Armor.esp Knights Of The Nine Armor RUS.esp KO Katana.esp KobChainmailRobe.esp KohdiAkaviriArmaments.esp KohdiAkaviriArmaments-InsanityPatch.esp kokutou yoru.esp Konahrik_Accoutrements.esp Konahrik_Accoutrements_v3_1.esp konahrik_accoutrements_db.esp konahrik_accoutrements_dpe.esp konahriks privilege by edhelsereg.esp Korodic's Crafting Overhaul.esp Kosi.esp KratosArmor.esp Krev The Skinner's Mantle by Hothtrooper44.esp MOD: Manto Krev del Skinner porción Hothtrooper44.esp El Manto KREV Skinner Por Hothtrooper44.esp Kroniid.esp KTAAncientShroudedArmor.esp KTAAncientShroudedArmorUNENCHANTED.esp KTABladeOfWoe.esp KTIS.esp Kubikiri Ax Edition.esp Kunai.esp Kunai_Knife.esp kungfu_robe.esp kungfuteenagearmor.esp Kur0us_Amberstone.esp KURESE Gloria conversion.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" IF VAR(EN) && IF FILE("DIMclothes1.esp") WARN: Redundant. Included in "DIMONIZED UNP clothing resources". IF VAR(RU) && IF FILE("DIMclothes1.esp") WARN: Избыточно. Уже включено в "DIMONIZED UNP clothing resources". kuzak-bodyandstockings.esp KWCORVO.esp KWNordiKukri.esp KWPoachersAxe.esp KWTelescope.esp KWTriskele-HD Shield.esp KWTriskele-HD Shield-4K-0.91.esp KWValdrsLuckyDaggerRedone.esp Kyne's Warden.esp ENDGROUP: Items K BEGINGROUP: Items L Lacey Clover.esp LadyBatByNausicaa.esp Lady Elegance.esp ladyflirt.esp LadyJewel.esp LadyLaceCloaks.esp LadyLaceCloaks_CN.esp LadyLaceCloaks_EN.esp LadyLaceCloaks_RUS.esp Lady of Death.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" Lady of Death UNP.esp Lady Rappelz.esp LadyRappelzByNausicaa.esp LadyMask.esp Lagriegolden.esp lagriepaladinslayer.esp Lagriesebonywarlordarmorset.esp Lambentlight.esp LancerDread.esp LanternHands.esp LayerBikini.esp LayerBikini_CN.esp LBArmorPack.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB BES bikini Rus.esp LB BES Frostbite.esp LB BES Frostbite RU.esp LB BES Lux Lucius.esp LB BES Lux Lucius Ru.esp LB Blood Mage.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". Blood Mage.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". MOD: LB Ярл Clothes.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Blood of the Divines.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Dark Lady.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Dragon Princess.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Dread Knight.esp LB - Dremora.esp LB Dwemer Fury Heavy Set.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB_EnemiesEssplode!.esp TAG: {{BASH: Relev}} LB GoldLeopardRobe.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB_GroveMatronStaff.esp LB HeviSetDwarvenFury.esp LB Jarl Clothes.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Lady Bat.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". IF CHECKSUM("LB Lady Bat.esp", CB996B7D) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LB Lady Bat.esp", CB996B7D) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LB Lady Bat.esp", CB996B7D) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". LB Lady Keaira.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". REGEX: LB Lady .+\.esp // regex for all clothes for LB body replacer that named LB Lady *.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Lustmord Vampire.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Lydia Armor.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Mandu Armor.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Medusa Armor.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB_MuchAdoSnowElves.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Necromance Robe.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Pantie & Boots.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Jewelry.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB RobeExperiencedMagician.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Santa Babe.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Silver Light.esp LB SvsJewelry.esp LB Underworld.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB Valkyrie.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LB VampLord.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LBClosetMagician.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LBGoldArmoredBikini.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LC_ArcherEliteArmor.esp IF CHECKSUM("LC_ArcherEliteArmor.esp", 1651D217) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("LC_ArcherEliteArmor.esp", 1651D217) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("LC_ArcherEliteArmor.esp", 1651D217) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("LC_ArcherEliteArmor.esp", 9A81FB2E) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LC_ArcherEliteArmor.esp", 9A81FB2E) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LC_ArcherEliteArmor.esp", 9A81FB2E) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LC_AssassinOfShadownArmor.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". LCDefenderOfSkyrimArmor.esp LCS_ImmersiveChainMail.esp LeahArmor.esp Leather Armors.esp Leather Shield.esp REGEX: LeatherBackpackBlack.*\.esp IF VAR(EN) SAY: Use only one LeatherBackPack Black esp. IF VAR(RU) SAY: Используйте только один LeatherBackPack Black esp. IF VAR(ES) SAY: Utilizar solo un LeatherBackPack Black esp. REGEX: LeatherBackpackBrown.*\.esp IF VAR(EN) SAY: Use only one LeatherBackPack Brown esp. IF VAR(RU) SAY: Используйте только один LeatherBackPack Brown esp. IF VAR(ES) SAY: Utilizar solo un LeatherBackPack Brown esp. REGEX: LeatherBackpackDarkBrown.*\.esp IF VAR(EN) SAY: Use only one LeatherBackPack DarkBrown esp. IF VAR(RU) SAY: Используйте только один LeatherBackPack DarkBrow esp. IF VAR(ES) SAY: Utilizar solo un nnn esp. REGEX: LeatherBackpack(-|W)?.*\.esp IF VAR(EN) SAY: Use only one LeatherBackPack Original esp. IF VAR(RU) SAY: Используйте только один LeatherBackPack Original esp. IF VAR(ES) SAY: Utilizar solo un LeatherBackPack Original esp. leathercollar1mm.esp LeatherHarness - Bombshell.esp LeatherThiefArmor.esp LeazerBoundArmor.esp Lee Sams und Mu-Ryeongs Waffen.esp Leeloo_Monokini.esp LeftHandRings.esp LeftHandRings - Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) LeftHandRings_Parche_XL.esp Left Hand Rings Visibility Fix.esp Left Hand Rings Visible.esp LHRV-1.9-USKP-UDGP Patch.esp legend of kod suleyk.esp Legendary.esp Legendary Dawnbreaker.esp Legendary Dawnbreaker 3.esp Legendary Necromancer Amulet.esp Legendary Shield of Ysgramor.esp Legendary Volendrung.esp Legendary Wuuthrad.esp Legendary Ysgramor.esp legendarydovahkiin.esp LegendaryG(heavy).esp Legionary-Vanguard-Armor-MATY743.esp LegendAssassin.esp LeggingsReturn.esp LegionHelmet.esp LegolasTunic.esp leia.esp LeiFangAndChristieByNausicaa.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" LeiOutfit.esp leiting.esp Leona Armor.esp Leonhart Benk.esp Lethal Majesty.esp Lets Get Psiijical.esp lexyrex - magic arrow.esp LFArmors.esp IF VAR(EN) && IFNOT CHECKSUM("LFArmors.esp", EF8F74B6) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("LFArmors.esp", EF8F74B6) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. LFDarksidersWarSet.esp LFox Karliah Fine Leather Armor.esp LH Jewel Collection.esp IFNOT VAR(LB) REQ: "http://modgames.net/load/252-1-0-11011 Lady Body". REQ: "http://modgames.net/load/256-1-0-15866 Lady Head". Lia de Russo Outfit.esp Lich King's Armor.esp IF VAR(EN) && IF CHECKSUM("Lich King's Armor.esp", 5C5EB4D7) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IF CHECKSUM("Lich King's Armor.esp", 5C5EB4D7) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF CHECKSUM("Lich King's Armor.esp", 5C5EB4D7) WARN: Contiene entradas fuera de lugar. Un patch de compatibilidad se puede encontrar aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). LightAncientNordArmor.esp lightarrowmod.esp LightBladesArmor.esp lightbonemoldarmor.esp lightdaedricfemale.esp LightDaedricStandalone.esp LightDaedricStandaloneInvisHelmet.esp lightthiefarmor.esp lighttulliusarmor.esp Litch King FX117.esp LichKingByNausicaa.esp REGEX: Light Armor Hoods - (Normal|Higher|Lower) Armor Value\.esp Light Armors.esp light daedric armor.esp IF CHECKSUM("light daedric armor.esp", 53AE8253) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("light daedric armor.esp", 53AE8253) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("light daedric armor.esp", 53AE8253) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Light Ebony Mail v1_1.esp Light Elven Armor.esp Light Sword.esp Light Wolf Armor.esp LightAndHeavyCirclets.esp lightarmorclothes.esp LightArmorPack14.esp LightBows.esp lightDaedric.esp Lightning Blaze Edge.esp IF CHECKSUM("Lightning Blaze Edge.esp", 6B2B704B) && IF VAR(EN) WARN: This file was released before the Creation Kit (07 Feb. 2012) and contains unexpected (or out of order) records. It should be removed. IF CHECKSUM("Lightning Blaze Edge.esp", 6B2B704B) && IF VAR(RU) WARN: Этот файл бы выпущен до выхода Creation Kit (07 фев. 2012) и может содержать неверные записи. Рекомендуется удалить. IF CHECKSUM("Lightning Blaze Edge.esp", 6B2B704B) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Lightning's Latex Mask.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. LightningArmor13-2.esp lilithsarmor.esp REGEX: lilithscarver(1_0|2_0|2_1)?\.esp IF VAR(EN) SAY: Obsolete. Update to latest version, lilithscarver3_0.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, lilithscarver3_0.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, lilithscarver3_0.esp. lilithscarver3_0.esp lilithscarver_CN.esp lilithscleaver.esp lilithsdecapitator1_0.esp lilithsdecapitator1h_allinone.esp IFNOT FILE("lilithsdecapitator1_0.esp") REQ: lilithsdecapitator1_0.esp lilithsdisemboweler.esp lilithsdisemboweler_CN.esp lilithsdoombringer.esp lilithseviscerator.esp lilithsharbinger.esp lilithsobliterator1_0.esp lilithsobliterator3_0.esp IF CHECKSUM("lilithsobliterator3_0.esp", 747ED3F4) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("lilithsobliterator3_0.esp", 747ED3F4) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("lilithsobliterator3_0.esp", 747ED3F4) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". lilithsobliterator_CN.esp lilithsrazor1_1.esp lilithsrazor_s.esp lilithsreaver.esp lilithsreaver_CN.esp lilithssickle.esp lilithssickle_axe_1.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. lilithssickle_2_0.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. lilithssickle_2_1.esp IF CHECKSUM("lilithssickle_2_1.esp", 78270F6E) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("lilithssickle_2_1.esp", 78270F6E) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("lilithssickle_2_1.esp", 78270F6E) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". lilithssickle_CN.esp lilithsslasher2h.esp lilithsslayer.esp IF CHECKSUM("lilithsslayer.esp", FC6760F5) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("lilithsslayer.esp", FC6760F5) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("lilithsslayer.esp", FC6760F5) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". lilithsslayer_CN.esp lilithsthorn.esp lilithsthornlite.esp lilithstools.esp LincolnTophat.esp Lineage 2 Acceossory.esp Lineage 2 Crossbows.esp Lineage 2 Shields and Sigils.esp Lineage 2 Weapons.esp linen bandages.esp ling_hsa1.esp LingerieSetCBBE3_2ByNausicaa.esp linglight.esp lingling_dud.esp lingling_gg.esp linglingsclothes.esp lingq01.esp lingsla.esp LinguistPack.esp Lion Heart Halberd.esp ListenerRobe.esp listernersarmorset.esp listenerscrossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) little armors of zeca.esp LoArmorPack.esp LogixClothes.esp LokiJewelry.esp LoLArmors.esp lolilabs.esp IF CHECKSUM("lolilabs.esp", E65E3BC1) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. ("http://www.creationkit.com/index.php?title=TES5Edit_Cleaning_Guide_- Cleaning Guide)" Loki.esp Loner's Armor.esp loners_sword.esp IF VAR(EN) && IFNOT CHECKSUM("loners_sword.esp", 246E1CBB) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("loners_sword.esp", 246E1CBB) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. Long Elven Bow.esp longbows&crossbows.esp Longbows.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("Longbows.esp", DA349A69) && IF VAR(EN) DIRTY: 7 ITM, 16 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Longbows.esp", DA349A69) && IF VAR(RU) DIRTY: 7 ITM, 16 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Longbows.esp", DA349A69) && IF VAR(ES) DIRTY: 7 ITM, 16 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LongbowsLOTRpatch.esp LongbowsIWpatch.esp LongbowsDG.esp IF CHECKSUM("LongbowsDG.esp", BDB66AB4) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LongbowsDG.esp", BDB66AB4) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LongbowsDG.esp", BDB66AB4) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LongbowsDB.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). LongbowFS.esp Longclaw.esp longerlastingmagearmor.esp Lord Marshal by NewerMind43.esp Lord Protector Armor.esp lordamor.esp LordAmorAddon1.esp LordAmorAddon2.esp LordOfWar_TW2.esp Lore Weapon Expansion.esp TAG: {{BASH: Delev, Relev}} Lore Weapon Expansion - Goldbrand.esp Lorecraft - AncientFalmerSwords.esp Lorecraft - LFArmors.esp LoreFriendlyArmors.esp Fix LFArmors.esp LoreWorthyMovarthsBoots.esp LoreWorthyNettlebane.esp LostLongSwords.esp IF CHECKSUM("LostLongSwords.esp", 8DA6AEE2) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LostLongSwords.esp", 8DA6AEE2) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LostLongSwords.esp", 8DA6AEE2) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LostNightingale V1.00.esp LostSecretsAllin1_v1dot3.esp LOTR Shield Pack.esp LOTR Sword Pack.esp lotrring.esp LoZHylianShield.esp LoZLinksBow.esp LoZLinksClothes.esp LoZMasterSword.esp LoZNaviRing.esp LPotD Armor.esp IF CHECKSUM("LPotD Armor.esp", 0550F86D) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. ("http://www.creationkit.com/index.php?title=TES5Edit_Cleaning_Guide_- Cleaning Guide)" LPotD_PaladinArmor_1.0_DV.esp LpotDHorse.esp IF CHECKSUM("LpotDHorse.esp", F8E960CF) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. ("http://www.creationkit.com/index.php?title=TES5Edit_Cleaning_Guide_- Cleaning Guide)" lrq_af0001.esp LSB_BattleHammersV6.esp TAG: {{BASH: Delev}} LSBRuneWeapons.esp LTDKatanaSetv1.0.esp LubaSkyWings.esp Lucy.esp Luddemann.esp LukasDetectLife.esp Lumberjack's hook.esp Luna's Favor.esp LustmordVampire.esp LustmordVampireArmor.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) LustmordVampireCrossbow.esp Luxlucis.esp Lydia Armor.esp ly ftgs.esp ly jacket.esp ly juliet.esp ly r18.esp ly shadowwalker.esp ly whiteValkyrie.esp ly wingsarmor.esp ly witch.esp lylance.esp ENDGROUP: Items L BEGINGROUP: Items M M_Ice.esp M_Longclaw.esp M_Needle.esp macbow.esp Mace of Sauron.esp Mace01.esp Mace02.esp MaceofMolagBalEnhanced.esp madarafan.esp MadCuriosities.esp MaddBag.esp Mage Friendly Masks.esp Mage Friendly Miraak and Cultist Gear.esp mage hawke armor.esp MageApparelOverhaul.esp MageBooks.esp magerobesthen8mare.esp magna.esp Magic Cloak Armor.esp Magical Arrows and Weapons Plus Bolts & Crossbows.esp Magicka Regen Ring.esp Magicka Sabers.esp IF CHECKSUM("Magicka Sabers.esp", 118A2015) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Magicka Sabers.esp", 118A2015) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Magicka Sabers.esp", 118A2015) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Magicka Sabers expanded.esp IF CHECKSUM("Magicka Sabers expanded.esp", 0F9D0688) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Magicka Sabers expanded.esp", 0F9D0688) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Magicka Sabers expanded.esp", 0F9D0688) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Magicka Sabers Crystal.esp Magicka Sabers Plasma.esp Magickamaster.esp MageBackpack_byTumbajamba.esp mage champion.esp mage robe hoods.esp MageClothes.esp Magicrunesword.esp magna carta armor.esp IF CHECKSUM("magna carta armor.esp", 7C8F5058) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("magna carta armor.esp", 7C8F5058) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("magna carta armor.esp", 7C8F5058) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". magnus v3.0.esp MagnusMaximus.esp magusarmor.esp MakiseChrisByNausicaa.esp Mai Shiranui.esp Maid Armor.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. MaidOutfitReplacer.esp mailsuit.esp majora's mask.esp Malace.esp maleskirts.esp REGEX: MaleClericArmor(Heavy|Light|Cloth)?\.esp Maliki.esp IF CHECKSUM("Maliki.esp", EA4CC153) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Maliki.esp", EA4CC153) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Maliki.esp", EA4CC153) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Malo_Vidar.esp Malo_Waffen.esp IF FILE("SkyRe_Plugin_Malo_Waffen.esp") || IF FILE("SG_Malo_Waffen.esp") TAG: {{BASH: Deactivate}} SG_Malo_Waffen.esp IF CHECKSUM("SG_Malo_Waffen.esp", 3790213B) && IF VAR(EN) DIRTY: 3 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SG_Malo_Waffen.esp", 3790213B) && IF VAR(RU) DIRTY: 3 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SG_Malo_Waffen.esp", 3790213B) && IF VAR(ES) DIRTY: 3 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("SkyRe_Plugin_Malo_Waffen.esp") INC: SkyRe_Plugin_Malo_Waffen.esp IFNOT ACTIVE("SG_BlacksmithsCavern.esm") && IF VAR(EN) ERROR: SG_BlacksmithsCavern.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SG_BlacksmithsCavern.esm") && IF VAR(RU) ERROR: SG_BlacksmithsCavern.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SG_BlacksmithsCavern.esm") && IF VAR(ES) ERROR: SG_BlacksmithsCavern.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. IF VAR(EN) && IF ACTIVE("Malo_Waffen.esp") SAY: Remember not to load (or to simply delete) Malo_Waffen.esp IF VAR(RU) && IF ACTIVE("Malo_Waffen.esp") SAY: Не забудьте отключить или удалить Malo_Waffen.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. mancika_templarset.esp IF CHECKSUM("mancika_templarset.esp", CBAD4542) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. ("http://www.creationkit.com/index.php?title=TES5Edit_Cleaning_Guide_- Cleaning Guide)" manly trousers.esp manofsteelsuit.esp Mantle of the Silver Hand.esp MapTomes.esp IF CHECKSUM("MapTomes.esp", 13ACEB01) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("MapTomes.esp", 13ACEB01) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("MapTomes.esp", 13ACEB01) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. March Madness Standalone.esp MarksmanArmor-byWitcher5688.esp MarshArmor.esp martialarmor.esp maruMask.esp Masamune.esp Mascaras para magos con DLC.esp MashupCHSBHC.esp MashupUNP.esp MashupUNP_Heavy.esp mask.esp Masked Mage's Armour.esp MaskForMages.esp masks unleashed.esp MasqueOfMolagBal.esp MasterDwarvenCrossbow.esp REGEX: matys knights of the nine armor (\d\.\d)\.esp kotn mage.esp matys medieval knights.esp MaceofAevar.esp Masked Helmets.esp MaskofBlades.esp MaskOfCorvo.esp Master of weapons - Embalming tools.esp Master of weapons - Embalming toolsCalixto.esp Master of weapons - More Weapons.esp Master of weapons - All In One.esp MasterAmulet.esp Masterblade.esp masterpsiblade.esp Masters of Death - Sicarius Armor (Standalone).esp IF FILE("SkyRe Masters of Death - Sicarius Armor (Standalone)") TAG: {{BASH: Deactivate}} Masters of Death - Sicarius Armor DV.esp MasterSpellStaves.esp MatchingCraftableForsworn.esp MatysKnights.esp matysknightsfrench.esp Mavari Armor.esp Maxwell Outfit.esp Maxwell Outfit_CN.esp Outfitsellertele.esp //maxwell variant REGEX: Mechanos Dwemer SteamPunk - .+\.esp ME3 Cerberus Male Armor.esp ME3 MP Armours.esp ME3 Reckoner Knight Armor.esp ME3_MirandaOutfit.esp MECR_Classic_Nord_Shields.esp med_bizarrsenalpart1.esp MedievalArmory.esp MedievalKnightArmor.esp MedievalSword.esp Medium Buckler.esp TAG: {{BASH: Relev}} Medusa and Drakul Armors.esp medusa armor.esp MegaShields.esp Melt_Down_Everything.esp IF VERSION("SKSE", "0.1.5.9", <) REQ: "http://skse.silverlock.org SKSE" 1.5.9+ Memeru Outfit.esp Memeru Outfit_CN.esp MercenaryTabard.esp Mericano.esp Meridias Light.esp Merry Xmas 2012.esp IF ACTIVE("ChristmasInSkyrim.esp") SAY: The Xmas present box of this mod conflicts with Xmas tree and the Xmas present boxes of Saturalia - Christmas In Skyrim in Dragonsreach in Whiterun. To resolve this, picking up all Saturalia's Xmas present boxes in Dragonsreach before installing "Xmas Present MOD" or using Console Commands "tcl", "disable", etc is necessary. MessiasDarkJester.esp MessiasHelenaSword.esp MessiasVampireArmorRoyalRetexture.esp Metal Compound Bow.esp REGEX: MetalBody.+\.esp meteora's smithing mod.esp IF CHECKSUM("meteora's smithing mod.esp", AE594483) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("meteora's smithing mod.esp", AE594483) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("meteora's smithing mod.esp", AE594483) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MGSword.esp mh3_mod.esp MHeroesS2EP2Nighthowk.esp MHSNW.esp MiddleEarthShields.esp Mighty Legendary Wuuthrad.esp Mihawks Sword.esp mikeysmodssk.esp Miko.esp MikuMod.esp MinaArmor.esp MinaArmors.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Mini Sage Outfit.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Mini Vamps.esp MiniPet.esp Minotaur_Skin.esp MIRAAK.esp Miraak's Cloth Set.esp Miraak's Cloth Set Heavy Mask.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). miraak's loot enhanced.esp miraak's loot enhanced - robes edition.esp miraak_mask.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Miraak's Mask Fix.esp MiraakHeavyArmourSwordStaffMod.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Mirkwood Bow.esp mirrorshieldofthedesert.esp miscsmithing.esp Missing Ancient Nord equipment.esp Missing Recipes.esp MithrodinSword.esp Mjolnir.esp Mjolnir 'Spartan' Mark VII Armour.esp MK 9 Jade Armor.esp MK 9 Shao Kahn Armor.esp MK_Ermak Armor.esp mlr.esp mmmoveablesachel.esp mmpieceringparts1.esp MMR_by_dud.esp mm_SenseLife.esp MM_SunniesWoe.esp MMOneP02.esp Mo' Craftables.esp Moar Kontent.esp MoarJewels.esp IF CHECKSUM("MoarJewels.esp", 80B52779) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoarJewels.esp", 80B52779) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoarJewels.esp", 80B52779) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ModelTrainingHat.esp Modern.esp Modern Bow.esp modern weapons.esp IF CHECKSUM("modern weapons.esp", F76E0343) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("modern weapons.esp", F76E0343) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("modern weapons.esp", F76E0343) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Modified Dragonborn's amulet..esp Mods247Helf16.esp IF CHECKSUM("Mods247Helf16.esp", 8855F757) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Mods247Helf16.esp", 8855F757) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Mods247Helf16.esp", 8855F757) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Mods247HelfH16.esp molagbalarmorsetlagrie.esp momijibowandarrows.esp momijic1.esp momijic4.esp MomijiMummy.esp Mondschwert von General Lee Sam.esp MongolArmor.esp IF VAR(EN) && IF CHECKSUM("MongolArmor.esp", 7A153783) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) && IF CHECKSUM("MongolArmor.esp", 7A153783) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) && IF CHECKSUM("MongolArmor.esp", 7A153783) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("MongolArmor.esp", 7A153783) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("MongolArmor.esp", 7A153783) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("MongolArmor.esp", 7A153783) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. MongolShield.esp MonHun.esp monster_hunter.esp IF CHECKSUM("monster_hunter.esp", A8A0C107) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("monster_hunter.esp", A8A0C107) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("monster_hunter.esp", A8A0C107) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Monster Hunter.esp montyximperialset.esp Monys Portable Crafting Equipment.esp IF CHECKSUM("Monys Portable Crafting Equipment.esp", 9B33A305) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Monys Portable Crafting Equipment.esp", 9B33A305) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Monys Portable Crafting Equipment.esp", 9B33A305) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Moon Stone.esp MoonAndStarRing.esp MoraelinsMaces.esp morasgift.esp morasgiftheavy.esp mordida's bow.esp More Interesting Loot for Skyrim.esp MoreExplodingBolts.esp morenamedbows.esp morrowind_ring_of_khajiit.esp MorrowindArmor.esp IF VAR(EN) && IF CHECKSUM("MorrowindArmor.esp", 7DDD7CAC) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IF CHECKSUM("MorrowindArmor.esp", 7DDD7CAC) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF CHECKSUM("MorrowindArmor.esp", 7DDD7CAC) WARN: Contiene entradas fuera de lugar. Un patch de compatibilidad se puede encontrar aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). MorrowindGlass.esp IF FILE("MorrowindArmor.esp") && IF VAR(EN) WARN: Use either MorrowindArmor.esp or MorrowindGlass.esp, not both. IF FILE("MorrowindArmor.esp") && IF VAR(RU) WARN: Используйте любой, или MorrowindArmor.esp или MorrowindGlass.esp, не обa. IF FILE("MorrowindArmor.esp") && IF VAR(ES) WARN: Usar MorrowindArmor.esp o MorrowindGlass.esp, no ambos. IF CHECKSUM("MorrowindGlass.esp", 9099DB14) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("MorrowindGlass.esp", 9099DB14) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("MorrowindGlass.esp", 9099DB14) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. MorrowindGlassArmour.esp MorrowindSmithing.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) MorrowindSmithingVanilla.esp IF VAR(Dawnguard) INC: Use Dawnguard version, MorrowindSmithing.esp IF CHECKSUM("MorrowindSmithingVanilla.esp", 62CFEEB0) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("MorrowindSmithingVanilla.esp", 62CFEEB0) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("MorrowindSmithingVanilla.esp", 62CFEEB0) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. MorrowindSmithingDawnguard.esp MorrowindSmithingDragonborn.esp matys mithril armor enhanced.esp IF FILE("SkyRe Mithril Armor.esp") TAG: {{BASH: Deactivate}} // Replacer version for MorrowindArmor mod and orginal mod have same name IF CHECKSUM("matys mithril armor enhanced.esp", A71FA4F0) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("matys mithril armor enhanced.esp", A71FA4F0) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("matys mithril armor enhanced.esp", A71FA4F0) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. // ^ replacer mod crc Mithril HD v1.2.esp MOIAF.esp morrowindarmorhd.esp REGEX: morrowin[ds] weapons.+\.esp morrowindweapons bloodmoon.esp MorSit.esp IF VAR(EN) SAY: Be sure to use the correct esp for "http://www.nexusmods.com/skyrim/mods/2666 CBBE" | "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" IF VAR(RU) SAY: Убедидесь, что используете правильный esp для "http://www.nexusmods.com/skyrim/mods/2666 CBBE" или "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" IF VAR(ES) SAY: Be sure to use the correct esp for "http://www.nexusmods.com/skyrim/mods/2666 CBBE" | "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" MTemplarShields.esp MuddySkaalBrown.esp mufn_archmage_hood.esp Muramasa.esp Murder_InfernalArmory.esp Musket.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Mutilator.esp MultiGlass.esp MuscularWomen_AR.esp MVSSII.esp MW_Armours.esp MW_BowPack.esp MW_LeatherPack.esp MW_ShieldsPack.esp mwCraftableCirclets.esp MWEnergySword.esp mxskilledrediculationring.esp mxskillstones.esp my claymore.esp MyArmor.esp MyBag.esp MyGlasses.esp Mykatana.esp mysterious_mask.esp mysterium.esp Mystic.esp IF FILE("SkyRe Mystic Armor and Weapon Set.esp") TAG: {{BASH: Deactivate}} IF VAR(EN) && IFNOT CHECKSUM("Mystic.esp", 67CBB5B2) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Mystic.esp", 67CBB5B2) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. mystic arrows.esp MysticGloves.esp mythicallightarmor1.esp mythicweapons.esp mythicalweaponsdawnguard.esp mx17skillkatanas.esp mxaor.esp mxblackdawnguardweapons&armor.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). mxgandalfset.esp ENDGROUP: Items M BEGINGROUP: Items N REGEX: NA_BipolarBlade_(Eng|Rus|Deu)\.esp IF VAR(EN) && IF VAR(NobleArtInst) WARN: Delete already in Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF VAR(RU) && IF VAR(NobleArtInst) WARN: Удалите. Уже входит в Noble_Artifacts_For_Skyrim(Eng|Rus).esp NA_CleaverFelms_Eng.esp IF VAR(EN) && IF VAR(NobleArtInst) WARN: Delete already in Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF VAR(RU) && IF VAR(NobleArtInst) WARN: Удалите. Уже входит в Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF CHECKSUM("NA_CleaverFelms_Eng.esp", C40354D2) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NA_CleaverFelms_Eng.esp", C40354D2) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NA_CleaverFelms_Eng.esp", C40354D2) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NA_CleaverFelms_Rus.esp IF VAR(EN) && IF VAR(NobleArtInst) WARN: Delete already in Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF VAR(RU) && IF VAR(NobleArtInst) WARN: Удалите. Уже входит в Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF CHECKSUM("NA_CleaverFelms_Rus.esp", 3EF8D4B9) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NA_CleaverFelms_Rus.esp", 3EF8D4B9) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NA_CleaverFelms_Rus.esp", 3EF8D4B9) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: NA_Chrysamere_(Eng|Rus|Deu)\.esp IF VAR(EN) && IF VAR(NobleArtInst) WARN: Delete already in Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF VAR(RU) && IF VAR(NobleArtInst) WARN: Удалите. Уже входит в Noble_Artifacts_For_Skyrim(Eng|Rus).esp NA_EleidonsWard_Eng.esp REGEX: NA_Goldbrand_(Eng|Rus|Deu)\.esp IF VAR(EN) && IF VAR(NobleArtInst) WARN: Delete already in Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF VAR(RU) && IF VAR(NobleArtInst) WARN: Удалите. Уже входит в Noble_Artifacts_For_Skyrim(Eng|Rus).esp NA_Gravedigger_Eng.esp NA_Gravedigger_Rus.esp REGEX: NA_IBOTM_(Eng|Rus|Deu)\.esp IF VAR(EN) && IF VAR(NobleArtInst) WARN: Delete already in Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF VAR(RU) && IF VAR(NobleArtInst) WARN: Удалите. Уже входит в Noble_Artifacts_For_Skyrim(Eng|Rus).esp REGEX: NA_Scourge_(Eng|Rus|Deu)\.esp IF VAR(EN) && IF VAR(NobleArtInst) WARN: Delete already in Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF VAR(RU) && IF VAR(NobleArtInst) WARN: Удалите. Уже входит в Noble_Artifacts_For_Skyrim(Eng|Rus).esp NA_StaffOfHasedoki_ENG.esp NA_Thornblade_Eng.esp NA_Thornblade_Rus.esp REGEX: NA_Trueflame_(Eng|Rus)\.esp IF VAR(EN) && IF VAR(NobleArtInst) WARN: Delete already in Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF VAR(RU) && IF VAR(NobleArtInst) WARN: Удалите. Уже входит в Noble_Artifacts_For_Skyrim(Eng|Rus).esp REGEX: NA_Trueflame_Unenchanted_(Eng|Rus)\.esp IF REGEX("NA_Trueflame_(Eng|Rus)\.esp") INC: NA_Trueflame_Eng or Rus esp IF VAR(EN) && IF VAR(NobleArtInst) WARN: Delete already in Noble_Artifacts_For_Skyrim(Eng|Rus).esp IF VAR(RU) && IF VAR(NobleArtInst) WARN: Удалите. Уже входит в Noble_Artifacts_For_Skyrim(Eng|Rus).esp NA_Umbra_Eng.esp NA_Umbra_Rus.esp REGEX: Noble_Artifacts_For_Skyrim_(Eng|Rus|Deu)\.esp NobleArtifacts_ENG.esp NobleArtifacts_RUS.esp NobleArtifactsForSkyrim.esp // German version. Current dl of full version only has Eng and RUS: "http://www.nexusmods.com/skyrim/mods/14677" IF CHECKSUM("NobleArtifactsForSkyrim.esp", 9B24BC8A) && IF VAR(EN) DIRTY: 0 ITM, 7 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NobleArtifactsForSkyrim.esp", 9B24BC8A) && IF VAR(RU) DIRTY: 0 ITM, 7 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NobleArtifactsForSkyrim.esp", 9B24BC8A) && IF VAR(ES) DIRTY: 0 ITM, 7 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NobleArtifactsForSkyrim_0.6_Eng.esp NobleArtifactsForSkyrim_0.6_Rus.esp NagaPuspa.esp NailsUNP.esp NakedArmor.esp NalimCatsuit1.esp NanoSuit.esp NarquelionBow.esp Nausicaa's ChangeabeDress.esp Nazgul Set.esp NDArrows-Separate.esp NDhuntress.esp NDlifeguard.esp NDranger.esp Necklace_Glass.esp NecroGuard Armor Set.esp necromancer's blade.esp necromancers amulet.esp necroredone.esp NemonicDragonSlayer.esp REGEX: Neo's.+\.esp NeoInpouArmour.esp NepaleseKukri.esp NerniesArmorPack.esp Nero Armor.esp NEW Fallengreatsword.esp NewBladesArmor.esp IF CHECKSUM("NewBladesArmor.esp", 56666897) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NewBladesArmor.esp", 56666897) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NewBladesArmor.esp", 56666897) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("NewBladesArmor.esp", 6EE961F2) && IF VAR(EN) DIRTY: 5 ITM, 20 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NewBladesArmor.esp", 6EE961F2) && IF VAR(RU) DIRTY: 5 ITM, 20 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NewBladesArmor.esp", 6EE961F2) && IF VAR(ES) DIRTY: 5 ITM, 20 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". newclothes.esp NewCrazyMag1.esp NewEmberspite.esp Newermind Bow Collection.esp NewFrostmourne.esp NewHeelsAutumn.esp NewJewelleryGems.esp NewmGlassRobe.esp NewmillerCasualBikiniUNP2.esp IF VAR(EN) SAY: Be sure this is the correct version of this esp for whichever body type you have installed. The esp name is NOT different for each body type. IF VAR(RU) SAY: Убедитесь, что используете корректную версию для установленного у вас реплейсера тела, так как esp-файл одинаков для обеих версий. IF VAR(ES) SAY: Be sure this is the correct version of this esp for whichever body type you have installed. The esp name is NOT different for each body type. IF VAR(EN) REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" or "http://www.nexusmods.com/skyrim/mods/2666 CBBE" or "http://www.nexusmods.com/skyrim/mods/14899 UNP Blessed Body (UNPB)". IF VAR(RU) REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" или "http://www.nexusmods.com/skyrim/mods/2666 CBBE" или "http://www.nexusmods.com/skyrim/mods/14899 UNP Blessed Body (UNPB)". IF VAR(ES) REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" or "http://www.nexusmods.com/skyrim/mods/2666 CBBE" or "http://www.nexusmods.com/skyrim/mods/14899 UNP Blessed Body (UNPB)". NewmillerCeremonialMageRobes.esp NewmillerCeremonialRobesCBBE.esp NewmillerElvenSniper.esp NewmillerExperimLD.esp NewmillerFirebikiniUNP.esp NewmillerFirebikiniUNPB.esp NewmillerFirebikiniUNPBX.esp NewmillerGrandMageRobes.esp NewmillerHighHeelsBlck.esp NewmillerLO1.esp NewmillerLongDresses.esp NewmillerPareo.esp NewmillerPiercings2.esp NewmillerPiercings3.esp NewmillerShoesUNP.esp IF VAR(EN) SAY: Be sure this is the correct version of this esp for whichever body type you have installed. The esp name is NOT different for each body type. IF VAR(RU) SAY: Убедитесь, что используете корректную версию для установленного у вас реплейсера тела, так как esp-файл одинаков для обеих версий. IF VAR(ES) SAY: Be sure this is the correct version of this esp for whichever body type you have installed. The esp name is NOT different for each body type. IF VAR(EN) REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" or "http://www.nexusmods.com/skyrim/mods/2666 CBBE" or "http://www.nexusmods.com/skyrim/mods/14899 UNP Blessed Body (UNPB)". IF VAR(RU) REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" или "http://www.nexusmods.com/skyrim/mods/2666 CBBE" или "http://www.nexusmods.com/skyrim/mods/14899 UNP Blessed Body (UNPB)". IF VAR(ES) REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" or "http://www.nexusmods.com/skyrim/mods/2666 CBBE" or "http://www.nexusmods.com/skyrim/mods/14899 UNP Blessed Body (UNPB)". NewmillerShortSexyDress.esp NewmillerSorceress1.esp NewmillerStrawHat.esp NewmillerSuccubusBikini.esp NewmillerSuccubusBoots.esp NewmNecklaces.esp NewmNecklaces2.esp NewVampChainsCuirass.esp NewVampChainsGloves.esp NewVampJewellery4Cuirass.esp NewWitchDress.esp NGGirls.esp nhb.esp Niagras Bleach Pack.esp IF VAR(EN) && IFNOT CHECKSUM("Niagras Bleach Pack.esp", 32E5FB23) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Niagras Bleach Pack.esp", 32E5FB23) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("Niagras Bleach Pack.esp", 32E5FB23) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). NiaOutfit - UNPB BBP.esp NiaOutfitBBP.esp NiaOutfitTBBP.esp Nicos Craftable Arrows.esp Nicos Gift.esp Nicos Gift DV.esp Nicos Raven Swords.esp Nicos Scimitar.esp Nicoroshi Creations.esp IF REGEX("SkyRe_Plugin_NicoroshiCreations.*\.esp") TAG: {{BASH: Deactivate}} (TWE) Nilfgaardian Sorcerer Pack.esp IF CHECKSUM("(TWE) Nilfgaardian Sorcerer Pack.esp", 06610CC7) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("(TWE) Nilfgaardian Sorcerer Pack.esp", 06610CC7) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("(TWE) Nilfgaardian Sorcerer Pack.esp", 06610CC7) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Night Eye Ring.esp Night_Dweller_Armor.esp NightasyBondageArmor.esp NightasySecrets.esp NightHawkTBBP.esp Nightimprove.esp Nightingale Armor for Mages.esp nightingale assassin armor.esp Nightingale Forgiatura Leggendaria.esp Nightingale Forgiatura Leggendaria Statistiche Migliorate.esp Nightingale Shield.esp nightingale shields.esp Nightingale Smoke.esp nightingale_craftable.esp nightingale_forge_english.esp nightingale_forge_german.esp Nightingale_with_DBenchants.esp NightingaleArrows.esp Nightingale_arrowsmithing.esp NightingaleBowDmgIncDEFAULT.esp NightingaleCrossbow.esp NightingaleDagger.esp NightingaleHeavyHelmet.esp IF CHECKSUM("NightingaleHeavyHelmet.esp", 62B77116) && IF VAR(EN) DIRTY: 0 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NightingaleHeavyHelmet.esp", 62B77116) && IF VAR(RU) DIRTY: 0 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NightingaleHeavyHelmet.esp", 62B77116) && IF VAR(ES) DIRTY: 0 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NightingaleheavyLevel3.esp nightingalenighteye.esp NightingaleRing.esp NightingaleShiv.esp NightingaleSleeveless.esp nightingalevoidarmor.esp IF CHECKSUM("nightingalevoidarmor.esp", 0143A972) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("nightingalevoidarmor.esp", 0143A972) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("nightingalevoidarmor.esp", 0143A972) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NightmareByNausicaa.esp NightsFantasy.esp REGEX: nightshade_armor(_UNP|_UNPB|_CBBE)?\.esp Nightshade TBBP.esp nightshade_armor_hvy.esp NightmareArmor.esp NightPrincess.esp nightshade.esp Nightstalker Armor.esp NightsWatchArmor.esp NightsWatchArmorLight.esp nightwatcharmor.esp NIHS_Chrome_Razor.esp NilfgaardianMage.esp Nine_Divines_Amulet.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Nine_Divines_Amulet_1.1.esp Nine_Divines_Amulet_nonOP.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Nine_Divines_Amulet_nonOP_1.1.esp IF FILE("Nine_Divines_Amulet_1.1.esp") INC: Nine_Divines_Amulet_1.1.esp ninja.esp ninjaarmor.esp IF CHECKSUM("ninjaarmor.esp", 6A5C0876) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ninjaarmor.esp", 6A5C0876) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ninjaarmor.esp", 6A5C0876) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ninjato.esp Ninjato Anei Unique.esp ninjatos.esp NippleRingsForMen.esp NiuNiu.esp IF CHECKSUM("NiuNiu.esp", 8E62670B) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("NiuNiu.esp", 8E62670B) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("NiuNiu.esp", 8E62670B) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de lugar y debería ser removido. NN_ArwenWBDresses.esp NN_ElvishDresses.esp NoArmorMorokei.esp Nocturnal Spirit.esp Noble Coliseum Champion Armour.esp Noble Greatswords.esp noble weapons.esp nobledress.esp NobleFemaleClothes.esp IF CHECKSUM("NobleFemaleClothes.esp", B65D45BC) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NobleFemaleClothes.esp", B65D45BC) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NobleFemaleClothes.esp", B65D45BC) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NobleWeddingDressByUrshi.esp SC_NobleDresses.esp IFNOT FILE("NobleWeddingDressByUrshi.esp") REQ: "http://www.nexusmods.com/skyrim/mods/39588 Standalone Noble Wedding Dress" NocGearREPLACER.esp Nocturnal.esp Nocturnal outfit.esp nocturnal robes.esp Nocturnal's Accoutrements.esp Nocturnal'sCowl.esp NocturnalsGear.esp Noel Sword.esp Nokkelen.esp NoldorianRoyalElvenBowArrow.esp nomo1.esp Non-playable Armor.esp Non-playable Weapons + Ammo.esp NoobEx Star Guide.esp Nord Hero Arrows - Daedric Quality.esp Nord Hero Arrows - Elven Quality.esp Nordheldpfeile.esp nordhero.esp TAG: {{BASH: Delev}} NordHeroArmor.esp NordHeroArmor(New Recipes).esp NordHeroSword_Redone_V1.0.esp nordheroweapons.esp Nordic Adventurer's Armor.esp Nordic Carved Helm Wigs.esp nordic carved light dragonborn ed..esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Nordic Carved Knight.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Nordic Conqueror Armor.esp IF FILE("SkyRe Nordic Conqueror Armor.esp") || IF FILE("SkyRe Nordic Conqueror Armor - Realistic.esp") TAG: {{BASH: Deactivate}} IF CHECKSUM("Nordic Conqueror Armor.esp", 2DFEBD42) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Nordic Conqueror Armor.esp", 2DFEBD42) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Nordic Conqueror Armor.esp", 2DFEBD42) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Nordic Warlord Iron Armor.esp Nordiclight.esp NordicIronCuirass.esp nordicrangerarmor.esp NordicRoundShield.esp NordicSpears.esp NordLeatherArmor.esp NordLederruestung.esp IF FILE("NordLeatherArmor.esp") && IF VAR(EN) WARN: Use either NordLeatherArmor.esp or NordLederruestung.esp, not both. IF FILE("NordLeatherArmor.esp") && IF VAR(RU) WARN: Используйте любой, или NordLeatherArmor.esp или NordLederruestung.esp, не оба. IF FILE("NordLeatherArmor.esp") && IF VAR(ES) WARN: Usar NordLeatherArmor.esp o NordLederruestung.esp, no ambos. norequirementsarmortemper.esp norequirementsarrows.esp norequirementsdaedricartifacts.esp norequirementsdawnguardarmortempering.esp norequirementsweptempering.esp norequirementweapontempering.esp Northborn Fur Hoods.esp Northborn Fur Hood 1.5 VF.esp 1nivWICSkyCloaksNorthPatch.esp IFNOT ACTIVE("Cloaks.esp") && IF VAR(EN) ERROR: Cloaks.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Cloaks.esp") && IF VAR(RU) ERROR: Cloaks.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Cloaks.esp") && IF VAR(ES) ERROR: Cloaks.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(EN) ERROR: 1nivWICCloaks.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(RU) ERROR: 1nivWICCloaks.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(ES) ERROR: 1nivWICCloaks.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("Northborn Fur Hoods.esp") && IF VAR(EN) ERROR: Northborn Fur Hoods.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Northborn Fur Hoods.esp") && IF VAR(RU) ERROR: Northborn Fur Hoods.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Northborn Fur Hoods.esp") && IF VAR(ES) ERROR: Northborn Fur Hoods.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Northgirl.esp Northman - Credo.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Northman Armours - Credo.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Northman Armours - Credo.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Northman Armours - Credo.esp. Northman Armours - Credo.esp northrose.esp northwind.esp notched.esp NorseMaille.esp Nouserhere Ears.esp nouvelle items.esp Nova.esp Novamonk.Butler Uniform.esp NPCRedDress.esp NRM Soldier's Equipment.esp NRzJournal.esp NS_Eilhart_Dress.esp nuadablade.esp numenume elf ear.esp IF CHECKSUM("numenume elf ear.esp", 2112184A) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("numenume elf ear.esp", 2112184A) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("numenume elf ear.esp", 2112184A) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. numenume elf ear heavy.esp ENDGROUP: Items N BEGINGROUP: Items O oblivion artifacts-fin gleam.esp Oblivion Weaponry.esp Oblivion.esp Oblvion.esp Oblivion-Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Oblivion-Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). OblivionAmunition.esp Obsidian.esp Obsidian Axe.esp ocarina of time.esp REGEX: OchinClothingMod\d\d_.+\.esp OdemsOnihime.esp OdemsSakabato.esp IF CHECKSUM("OdemsSakabato.esp", 2A48FCF) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("OdemsSakabato.esp", 2A48FCF) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("OdemsSakabato.esp", 2A48FCF) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". OdysseyBYW.esp OlafsGear.esp Old Shield of the Crusader.esp oldgoodglass.esp OldKnightShield.esp TAG: {{BASH: Relev}} OMaidCBBECurvyReplacerPackage.esp OMageCommonRobes.esp OMageCommonRobesV2.esp OMageReplacerPack.esp Omegared99-Arena.esp Omegared99-Battlemage.esp Omegared99-Ranger.esp Omegared99-Spellweaver.esp Omegared99-Thane.esp Omegared99-WhiteTree.esp Omegared99-Winterfell.esp Omegared99-Compilation.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Omegared99-WeaponSets.esp Omegared99-LvLList-CompOnly.esp TAG: {{BASH: Relev}} REGEX: (High|Medium|Standard|Uber)-..Percent(\+Random)?\.esp TAG: {{BASH: Relev}} IF VAR(EN) SAY: Use only one optional leveled list. (High, Medium, Standard or Uber) IF VAR(RU) SAY: Используйте только один опциональный файл уровневых списков. (High, Medium, Standard или Uber) Omegared99-Compilation-NPC Plugin.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. TAG: {{BASH: Relev}} Lorecraft - Omegared99-Compilation.esp omen.esp OmenGreatSword.esp Omniscient Smith (No Perk).esp On Dragon Tongue.esp Onechanbara Kagura Set.esp Onechambara Z Kagura Alt.esp onering.esp OneRIngFixed.esp oneringus.esp 1HDragonboneGreatsword.esp IF CHECKSUM("1HDragonboneGreatsword.esp", 0AB9B894) || IF CHECKSUM("1HDragonboneGreatsword.esp", 1159E2EA) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("1HDragonboneGreatsword.esp", 0AB9B894) || IF CHECKSUM("1HDragonboneGreatsword.esp", 1159E2EA) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("1HDragonboneGreatsword.esp", 0AB9B894) || IF CHECKSUM("1HDragonboneGreatsword.esp", 1159E2EA) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. One handed Crossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Oni Armor.esp oolala.esp openfacehelmetsstandalone.esp OpulentMaidOutfit.esp OpulentMerchant2.esp OpulentOutfitsFemaleMageV2_Standalone.esp OpulentOutfitsV2Universal.esp OpulentOutfitsSet1Dark_UniversalAddon.esp OpulentOutfitsSet2Dark_UniversalAddon.esp Orc Cresent Shield.esp TAG: {{BASH: Relev}} orcish.esp Orcish Sabre.esp IF CHECKSUM("Orcish Sabre.esp", 1AF00464) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Orcish Sabre.esp", 1AF00464) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Orcish Sabre.esp", 1AF00464) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". OrcishMaskedHelmet.esp orcrist.esp orderoflagrieshadow.esp OrdinaryWeaponsCollection_Eng.esp OrdinaryWeaponsCollection_Rus.esp OW_BluntWeaponsPack_Eng.esp OW_BluntWeaponsPack_Rus.esp OW_RedguardBlades_Eng.esp Ordinator Armor.esp OreynBearclaw.esp Orgnum'sDagger.esp Oriental Weapon&Armor.esp IF REGEX("SkyRe_Plugin_Oriental Weapon&Armor.*\.esp") TAG: {{BASH: Deactivate}} ORM-Blackguard.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). OrnateBuklari.esp OrphanChilds.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) Osare AutoMail.esp Osare AutoMail_CN.esp Osare Culort Outfit.esp Osare DressArmor.esp Osare DressArmor_CN.esp Osare GothicLolita.esp Osare GothicLolita_CN.esp Osare GothicLolita BU.esp Osare HeadPhone.esp Osare HeadPhone_CN.esp Osare HeadPhone 2nd.esp Osare HotPants.esp Osare KneeSocks.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Osare KneeSocks_CN.esp Osare KneeSocks 2nd.esp Osare Maid Outfit.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Osare Maid Outfit_CN.esp Osare Muffler.esp Osare Muffler_CN.esp Osare OnePiece.esp Osare OnePiece_CN.esp Osare Panty.esp Osare Panty_CN.esp Osare Part Armor.esp Osare Part Armor_CN.esp Osare SchoolUniform.esp Osare SchoolUniform_CN.esp Osare SchoolUniform BU.esp Osare Swimsuit.esp Osare Swimsuit_CN.esp Osare Underwear.esp Osare Underwear_CN.esp outfitmod3.esp OverlordAxe.esp OwOHW1.esp ENDGROUP: Items O BEGINGROUP: Items P PA Ancient Nord dark-nonreplacer (crafted) v_1.esp Padded Fur Armor.esp Painkiller's_Hrothmund's_Axe.esp IF CHECKSUM("Painkiller's_Hrothmund's_Axe.esp", 0781B36E) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Painkiller's_Hrothmund's_Axe.esp", 0781B36E) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Painkiller's_Hrothmund's_Axe.esp", 0781B36E) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) Paladin.esp PaladinArmor.esp PaladinAureate.esp paladinsblade.esp palantir.esp ParticleBows.esp Pauldrons.esp PBGearRings.esp IF VERSION("SKSE", "0.1.5.08", <) REQ: "http://skse.silverlock.org SKSE" 1.5.08+ pd420.esp PENIS.esp REQ: "http://www.nexusmods.com/skyrim/mods/2488 Nudes - FavoredSoulMeshes - ErectVersion" mhpenis.esp Penny.esp Pentagram.esp Peppermint.esp Perdition.esp person123456skinnyclothing.esp Pewdiepie Sword.esp phallus.esp PhilsTexturesStandalone.esp PhilsTexturesStandalone_OrnateWolfArmor.esp PhoenixArmor.esp PhoenixBlade.esp IF CHECKSUM("PhoenixBlade.esp", 227F81AF) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("PhoenixBlade.esp", 227F81AF) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("PhoenixBlade.esp", 227F81AF) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. PhoenixKatana.esp PhotonEdge.esp pinkbutterfly.esp REGEX: PinoLightArmors.*\.esp PirateRobes.esp Pirsing.esp PIVariety.esp TAG: {{BASH: Delev, Relev}} PIVarietyNoEdittedlist.esp PJs.esp PKNordicSpellweaver.esp PlainBlackSet.esp PlainNecromancerRobes.esp PlasmaPistol.esp Plate Armours - Credo.esp REGEX: plate hoods pack-(normal|lower|higher) armor\.esp plate hoods pack-fixed.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. PlatedMagiArmor.esp Platform Boots.esp playable greybeard.esp Playable Serana's Hood.esp playablegreybeardrobes.esp playerbook.esp PLCS - UNPB BBP.esp Plush Backpack.esp PocketProtectors.esp IF CHECKSUM("PocketProtectors.esp", 2889143D) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PocketProtectors.esp", 2889143D) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PocketProtectors.esp", 2889143D) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PocketProtectorsStarter.esp IF VAR(EN) && IF FILE("PocketProtectorsStarter.esp") WARN: Use either PocketProtectorsStarter.esp or PocketProtectors.esp, not both. IF VAR(RU) && IF FILE("PocketProtectorsStarter.esp") WARN: Используйте любой, или PocketProtectorsStarter.esp или PocketProtectors.esp, не оба. IF FILE("PocketProtectorsStarter.esp") && IF VAR(ES) WARN: Usar PocketProtectorsStarter.esp o PocketProtectors.esp, no ambos. pockholz.esp Pony_Armor.esp PonySword.esp PotemasWolfblade.esp IF CHECKSUM("PotemasWolfblade.esp", 2559F5C8) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PotemasWolfblade.esp", 2559F5C8) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PotemasWolfblade.esp", 2559F5C8) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PotionTransmutation.esp PouchAlchemist.esp PowerOfTheGods.esp Powder Bow.esp powerfularchmagerobe.esp PP_Weapons.esp practice bow.esp PracticeBowandArrows.esp Praetorian Roman Armor And Weapons replacer.esp praetutiumshield.esp Pragma's Arms And Armor.esp Predator Bow.esp Priest's Weapon Bow.esp Priestess's holy suits.esp PrinceandPauper.esp Princess of Flowers.esp PrincesssicknessCBBE_V1.esp PrincesssicknessV1CBBE.esp private_singular_quivers.esp Project Warhammer.esp PrometheusCapes.esp PrometheusCapes_armorsfix.esp Prometheus_ConanOutfits.esp Prometheus_ConanTheBarbarian.esp REGEX: ProType - .+\.esp PrvtIBearclawHelm.esp PrvtIChrysamere.esp PrvtI_HeavyArmory.esp TAG: {{BASH: Relev}} IF VAR(SkyReM) && IF VAR(EN) WARN: Delete. Already included in SkyRe_Main.esp. IF VAR(SkyReM) && IF VAR(RU) WARN: Удалите. Уже включено в SkyRe_Main.esp. IF VAR(SkyReM) && IF VAR(ES) WARN: Borrar. Esta incluido en SkyRe_Main.esp. PrvtI_HeavyArmory_DG_Addon.esp TAG: {{BASH: Delev, Relev}} prvti_heavyarmory_dawnguard.esp prvti_heavyarmory_dragonborn.esp PrvtI_HeavyArmory_TrueDaedric.esp PrvtI_HeavyArmory_TrueOrcishDaedric_DB.esp PrvtI_HeavyArmory_TrueOrcish_DB.esp PrvtIHelmetTohan.esp Guard Weapons - Heavy Armory - Halberds.esp IF CHECKSUM("Guard Weapons - Heavy Armory - Halberds.esp", BAF5E2E4) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Guard Weapons - Heavy Armory - Halberds.esp", BAF5E2E4) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Guard Weapons - Heavy Armory - Halberds.esp", BAF5E2E4) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REQ: "http://www.nexusmods.com/skyrim/mods/21120 Heavy Armory" //not explicitly dependent on Heavy Armory at release: this may change? PrvtIRings.esp prvtirings_dg.esp PS_InvisibleArmorCrafted.esp psijic mage.esp psii pack 1.esp Psiijic_Master_Outfits.esp psiijicpower.esp Psyblade.esp PTKeywords.esp PTMageArmor.esp Purchasable Items for Dragonborn.esp puresteel.esp // TAG: {{BASH: Invent}} purpledaedricarmor.esp Pushup-Bikini.esp pyramidheadgreatknifecombopackmod.esp ENDGROUP: Items P BEGINGROUP: Items Q QBSchoolgirloutfit.esp QSMChaos.esp QSMFirstFounding.esp QSMNonCanon.esp qsmspacemarinearmor.esp qsmspecialists.esp qsmsuccessors.esp qsmweaponpack.esp QTA_PrewarOutfit.esp Quarterstaff.esp Queen of Blades armor clean.esp ENDGROUP: Items Q BEGINGROUP: Items R R_Arcadia_Robes.esp R_NOFAARING.esp REGEX: R18Pn - .+\.esp R18PN_Corset.esp R18PN-SchattenLaufByNausicaa.esp R18PnArgentRoyalRetextureStandalone.esp R18PnDianoRoyalReTextureStandalone.esp R18PnEisenPlatteRoyalRetextureStandalone.esp R18PnLeereRoyalRetextureStandalone.esp R18PnRitterRoyalRetextureStandalone.esp Rachel Nurse Outfit.esp RafBriarheartArmorCustomReplacer.esp RafForswornCustomArmorSet.esp Ragna-Rok Stuff.esp RagnvaldBook.esp RagnvaldBookFarengar+Ragnvald.esp IF FILE("RagnvaldBook.esp") && IF VAR(EN) WARN: Use either RagnvaldBook.esp or RagnvaldBookFarengar+Ragnvald.esp, not both. IF FILE("RagnvaldBook.esp") && IF VAR(RU) WARN: Используйте любой, или RagnvaldBook.esp или RagnvaldBookFarengar+Ragnvald.esp, не обa. IF FILE("RagnvaldBook.esp") && IF VAR(ES) WARN: Usar RagnvaldBook.esp o RagnvaldBookFarengar+Ragnvald.esp, no ambos. RagnvaldBookFarengar.esp IF FILE("RagnvaldBook.esp") || IF FILE("RagnvaldBookFarengar+Ragnvald.esp") && IF VAR(EN) WARN: Use only one RagnvaldBook *.esp. IF FILE("RagnvaldBook.esp") || IF FILE("RagnvaldBookFarengar+Ragnvald.esp") && IF VAR(RU) WARN: Используйте только один RagnvaldBook *.esp. IF FILE("RagnvaldBook.esp") || IF FILE("RagnvaldBookFarengar+Ragnvald.esp") && IF VAR(ES) WARN: Utilizar solo un RagnvaldBook *.esp. RaestlozArmorReplace.esp IF VAR(EN) SAY: Obsolete. Update to latest version, RaestlozArmorReplace.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, RaestlozArmorReplace.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, RaestlozArmorReplace.esm. RailGun.esp rainblower.esp RaiderHelmet.esp raiser sword.esp RaistlinRobes.esp RakuOAFists.esp Ranger of the Woods.esp Ranger-mask.esp RangerArmor.esp RangerArmorPack.esp ranger armor and weapons mod.esp Ranger Set.esp Ranger's Cape.esp RANs FFT-Archer.esp Rapplez Armor.esp RareWeapons.esp REGEX: Raven Set v.*\.esp Raven Strega Armor.esp Raven Witch Armor.esp RavenArmor.esp Ravenous Elegance.esp Rayne Armor.esp Razia's Outfit.esp Razorblade Kiss.esp RazorPlateArmorMask.esp RazorSwordV2.esp RCOTS-Armorpack(english).esp RCOTS-Armorpack(FrenchVersion).esp Real Companion Armor.esp Real Damascus Steel Armor.esp real nordic hero retexture.esp RealDragonpriestMasks.esp RealDragonpriestMasks - Hoods.esp RealFireArrows.esp Really Radiant Raiment.esp RealmshatterArmor.esp RealmshatterArmorpack_v001.esp RealmshatterWeaponPack.esp Realswords Port_For Testers.esp Reaper's Dread Arrow at Forge.esp Reaper's Hunter's Armor.esp Reaper's Necroxym Greatsword.esp IF CHECKSUM("Reaper's Necroxym Greatsword.esp", A5A15349) && IF VAR(EN) DIRTY: 1 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Reaper's Necroxym Greatsword.esp", A5A15349) && IF VAR(RU) DIRTY: 1 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Reaper's Necroxym Greatsword.esp", A5A15349) && IF VAR(ES) DIRTY: 1 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Reaper's Quests-Timing Book.esp Reaper's Witch of the Wild Outfit.esp UNP Reaper's Witch of the Wild Outfit.esp Red Bane Redone V1.esp Red Eagle's Swords replace & craft.esp Red EzioArmor.esp Red Queen.esp Red Sonja Armor.esp RedBlades light armor.esp RedeadTrissDresses.esp Redguard Armor.esp Redguard Shield.esp IF VAR(EN) && IF VERSION("Redguard Shield.esp", "1.2", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IF VERSION("Redguard Shield.esp", "1.2", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("Redguard Shield.esp", "1.2", <) WARN: El archivo original fue lanzado antes del Creation Kit (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). RedguardKnight.esp IF CHECKSUM("RedguardKnight.esp", 8D48F1C3) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RedguardKnight.esp", 8D48F1C3) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RedguardKnight.esp", 8D48F1C3) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("SkyRe_Plugin_RedguardKnightArmor_3.esp") || IF FILE("SG_HothTrooper.esp") TAG: {{BASH: Deactivate}} Lorecraft - RedguardKnight.esp RegentSword.esp IF FILE("SkyRe_Plugin_RegentSword.esp") TAG: {{BASH: Deactivate}} RegnFlowerCrowns.esp RegnPiercings.esp Rei Outfit.esp Reinforced Bow.esp Reinforced Hoods.esp relicsofthereach.esp Remodeled Armor.esp Remodeled Armor - addon.esp Remodeled Armor - Vanilla Replacer.esp Remodeled Armor - Dawnguard.esp Remodeled Armor - Vanilla Replacer - Dawnguard.esp Remodeled Armor - Dragonborn.esp Remodeled Armor - Vanilla Replacer - Dragonborn.esp Remodeled Armor - Underwear.esp Remodeled Armor with Lorecraft and on NPC.esp Remodeled Wolf Boots for Vanilla Replacer.esp RemoveHoodfromArchmagesRobes.esp Rena's Craftable Clothing.esp Renaissance Era Clothing.esp renaissance_heroes.esp Replicator Dragonborn.esp requiemgear.esp Reshiram and Zekrom Swords.esp resource weapons.esp resurrectionstonelight.esp IF CHECKSUM("resurrectionstonelight.esp", 52B68E8C) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("resurrectionstonelight.esp", 52B68E8C) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("resurrectionstonelight.esp", 52B68E8C) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Revelation Robes Standalone.esp ReversedDaggers2.1.esp Rider.esp RiddicksClaw.esp RiddickUlak.esp Rifle.esp Rikku Armor.esp RingDragonWyrm2.esp RingDwemer.esp RingOfArcaneMastery.esp RingOfAssassins.esp RingOfBoethiah.esp Ring of Change.esp RingOfCrafting.esp RingOfDragonborn.esp RingOfDragonbornEXP.esp RingOfEloquence.esp ring of endless stamina.esp RingOfFire.esp ring of free casting.esp ringofguile.esp Ring of Himalayan Hauling v1.0.esp ringofhircine.esp IF CHECKSUM("ringofhircine.esp", BE953E6C) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("ringofhircine.esp", BE953E6C) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("ringofhircine.esp", BE953E6C) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Ring of Hircine - No Disease Werewolf AND Totem Selection.esp Ring of Hircine - No Disease Werewolf AND Totem Selection [NoEquipeSlot].esp IF FILE("Ring of Hircine - No Disease Werewolf AND Totem Selection.esp") INC: Ring of Hircine - No Disease Werewolf AND Totem Selection.esp RoH - No Disease And Selection.esp IF FILE("Ring of Hircine - No Disease Werewolf AND Totem Selection.esp") || IF FILE("Ring of Hircine - No Disease Werewolf AND Totem Selection [NoEquipeSlot].esp") && IF VAR(EN) WARN: Use only one Ring of Hircine - No Disease Werewolf AND Totem Selection esp. IF FILE("Ring of Hircine - No Disease Werewolf AND Totem Selection.esp") || IF FILE("Ring of Hircine - No Disease Werewolf AND Totem Selection [NoEquipeSlot].esp") && IF VAR(RU) WARN: Используйте только один Hircine - No Disease Werewolf AND Totem Selection esp. IF FILE("Ring of Hircine - No Disease Werewolf AND Totem Selection.esp") || IF FILE("Ring of Hircine - No Disease Werewolf AND Totem Selection [NoEquipeSlot].esp") && IF VAR(ES) WARN: Utilizar solo un Ring of Hircine - No Disease Werewolf AND Totem Selection esp. ring_of_immunity.esp ringofinfinitestats.esp RingofKhajiit.esp Ring of Khajiit.esp Ring of Khajiiti 0.2a .esp Ring of Khajiiti.esp Ring Of Kitsune.esp RingOfKonahrik.esp Ring of Molag Bal.esp RingOFNighteye.esp IF CHECKSUM("RingOFNighteye.esp", B28A5287) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RingOFNighteye.esp", B28A5287) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RingOFNighteye.esp", B28A5287) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ring of Nighteye.esp ring_of_nocturnal_by_fpsquadrasnipar.esp ringofprotection.esp ring_of_resistance.esp ring of resistance.esp Ring of Restoration Training.esp ringofshadows.esp Ring Of Shadows 1_2.esp Ring Of Sneaking Mastery.esp Ring of the Gray.esp ring_of_unlimted_power.esp Rings_Amulets.esp RingsAndAmulets.esp RingsOfPotions.esp RingsOfPower.esp RingOfShadowWarrior.esp Rings of Sid.esp RingOfTalos.esp IF VAR(EN) WARN: This file was released before the Creation Kit (07 Feb. 2012) and is not recommended for use and should be removed. IF VAR(RU) WARN: Этот файл бы выпущен до выхода Creation Kit (07 фев. 2012) и может содержать неверные записи. Рекомендуется удалить. ringofthecheater.esp RingOfTheColdharbour.esp RingOfTheNecromancer.esp RingOfThePugilist.esp RingOfTheTenthEye.esp RingoftheTimeLords.esp Ring of Time1.2fix.esp Rings_of_Effects.esp Rings of Sanguinare Vampiris.esp RingsOfTamriel.esp ringwraith.esp RIP88_Pool_Furniture_Sample.esp IF CHECKSUM("RIP88_Pool_Furniture_Sample.esp", 70EE4672) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RIP88_Pool_Furniture_Sample.esp", 70EE4672) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RIP88_Pool_Furniture_Sample.esp", 70EE4672) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RIP88_Teddy_Bear_Shield.esp Ripper Sword.esp Ritter Armor.esp Ritual Armor of Boethiah.esp IF CHECKSUM("Ritual Armor of Boethiah.esp", C6BCA82F) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ritual Armor of Boethiah.esp", C6BCA82F) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ritual Armor of Boethiah.esp", C6BCA82F) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RLGElementalDaedric.esp rlh nocturnal.esp roadsidethief_simple_armor.esp RobedEbonyArmor.esp RobedSteelPlateArmor.esp TAG: {{BASH: Delev}} IF FILE("RobedEbonyArmor.esp") INC: RobedEbonyArmor.esp RobeOfKrieger.esp RobertWarhammer.esp Robes of Krieger - Replacer Version.esp RobesofSkyrim.esp Robeswithmagnitude.esp Rocco.esp Roche Set.esp Rockabilly Outfit.esp RodBoots.esp RodGloves.esp RogueArmor.esp RogueArmor Manga.esp RogueOutfit.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" roh - no desease.esp Roman armor and weapons.esp Roman armor and weapons replacer.esp REGEX: Roman armor and weapons replacer -.+\.esp Roman armor and weapons shield pack.esp Roman Conversion.esp romulusarmor.esp IF CHECKSUM("romulusarmor.esp", 355FE880) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("romulusarmor.esp", 355FE880) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("romulusarmor.esp", 355FE880) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ronin outfit.esp Rorona.esp Rorona3scabbard.esp RoS.esp Rose of Sithis.esp rosarmor.esp RoseDropDress.esp rosegeant.esp rosehidden.esp Royal Daywalker Armor Hoods.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Royal Daywalker Armor Hoods.esp", BE7E3FDD) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Royal Daywalker Armor Hoods.esp", BE7E3FDD) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Royal Daywalker Armor Hoods.esp", BE7E3FDD) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Royal Daywalker Armor.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) royal_daedric.esp RoyalArmorOfAragorn.esp RoyalElven.esp RoyalGuardFemaleOnly.esp RoyalMageRobes.esp RPG DynastyCollection.esp RRElphintos.esp RRMasterSmithingRecipes.esp RRTheSword.esp RumplestiltskinDagger.esp runed_nordic_weapons.esp runesword stormbringer.esp RunicShields.esp Rynotis.esp Ryu's Stash of Conversions.esp ENDGROUP: Items R BEGINGROUP: Items S S & B Backpacks.esp S&B Backpacks.esp S&B.esp S&B without effect.esp S&D crow.esp S&D outfit.esp S&D shadow walker.esp S&D summer.esp SA Scythes.esp sa_veteranarmor.esp Saber Lily - Caliburn Outfit.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Saber.esp Saber Armor.esp SaberArmor.esp SabreCat_Gear.esp SabrecatGear_AncientArmor SabrecatGear_AncientArmorVs.esp SabrecatGear_AncientArmorVs_wFix.esp SabrecatGear_AncientVs_wPants.esp SabrecatGear_AncientVs_wPants_wFix.esp Lorecraft - SabrecatPack.esp SacredRingofJeebus.esp Sai.esp sailorsring.esp SAKFlamerend.esp SAKStormrend.esp Sakura.esp SaltyArmor.esp same.esp samMoreArrows_No_DG.esp Samurai Light Armors .esp IF CHECKSUM("Samurai Light Armors .esp", 3CF22AAE) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Samurai Light Armors .esp", 3CF22AAE) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Samurai Light Armors .esp", 3CF22AAE) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". samuraigirl00.esp IFNOT ACTIVE("JackGaPub.esm") && IF VAR(EN) ERROR: "http://steamcommunity.com/sharedfiles/filedetails/?id=193380963 JackGa's Pub (ESM ver)" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("JackGaPub.esm") && IF VAR(RU) ERROR: "http://steamcommunity.com/sharedfiles/filedetails/?id=193380963 JackGa's Pub (ESM ver)" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("JackGaPub.esm") && IF VAR(ES) ERROR: "http://steamcommunity.com/sharedfiles/filedetails/?id=193380963 JackGa's Pub (ESM ver)" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. SamuraiArmor.esp SamuraiBlades.esp SamuraiBlades_noenchant.esp SamuraiBlades_robes.esp SamuraiBladesArmor.esp SamuraiBladesWeapons.esp SamuraiClanPack.esp Sanosuke.esp SantaRobes.esp SAOSword.esp SAOWeaponPack.esp Sapphire Rose.esp sara_gs.esp Sarah Armor.esp SarumanStaffWepMod.esp Saskia.esp sasu.esp Sauron Armor.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. SauronsArmor.esp sauron's mace.esp SavageShield.esp Savior'sHideRedux.esp Saviors Hide Enhanced.esp Saviors Hide FX117.esp Savior'sPants.esp SaviorsHide.esp Lorecraft - Akaviri Samurai.esp Skyforge Steel Weapons - Craftable.esp Skyrim Scaling Stopper - Misc Edits - Dawnguard.esp SC.esp ScaleAndFur.esp ScaleArmor.esp Scalpel.esp ScampsIron.esp ScarabSilentArchery.esp IF VAR(EN) SAY: Obsolete. Update to latest version, ScarabSilentArrows.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, ScarabSilentArrows.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, ScarabSilentArrows.esp. ScarabSilentArrows.esp Scarves! Skyrim Edition!.esp SCBEsn&srBikini.esp REGEX: Scene's (Blood|Fire|Frost) Dragon Armour\.esp schattenLaufCBBERY.esp Schoolgirl Mashup - UNPB BBP.esp Schoolgirl Uniform.esp SchoolgirlOutfit.esp schwert2.esp Schwertleite Set.esp Scimitar.esp Scoiatael Weapons.esp IF FILE("SkyRe_Plugin_Scoiatael Weapons.esp") TAG: {{BASH: Deactivate}} IF CHECKSUM("Scoiatael Weapons.esp", 7AA5E3BB) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Scoiatael Weapons.esp", 7AA5E3BB) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Scoiatael Weapons.esp", 7AA5E3BB) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Scoiatael.esp ScoiataelBow.esp ScorpioBlade.esp REGEX: ScoutArmor(-armor|-capes)?\.esp ScrapArmor.esp scroll.esp scythecompilationpack.esp Scythe Weapon mingyannu.esp Scythe Weapon mingyannuV20121226.esp REGEX: ScoutArmorAddon\d\.esp Seadog.esp secretofspellbreaker.esp seducesets.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" REGEX: SED7-CBBE3.+\.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" SED7-BettermalesERECT_SILVEREDITION_malePiercing_PA.esp SED7-BettermalesFLACID_SILVEREDITION_malePiercing_PA.esp REQ: "http://www.nexusmods.com/skyrim/mods/2488 Better males" seethroughlook.esp Sekirei.esp selobl_Diano.esp REQ: "http://www.nexusmods.com/skyrim/mods/14899 UNPB" SensibleDB.esp Serah Bow.esp Seraphim.esp Seraphim Set.esp SeraphimBlade.esp SeraphimStandAlone.esp IF VAR(EN) && IFNOT CHECKSUM("SeraphimStandAlone.esp", 556E0B68) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("SeraphimStandAlone.esp", 556E0B68) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. SeraphineHuntedArmor.esp IF VAR(EN) SAY: Be sure you have the correct body mod for the esp. "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" or "http://www.nexusmods.com/skyrim/mods/2666 CBBE". IF VAR(RU) SAY: Убедитесь, что используете корректный реплейсер тел для этого esp. "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" или "http://www.nexusmods.com/skyrim/mods/2666 CBBE". SeraticArmor.esp IF FILE("SkyRe SeraticLight.esp") TAG: {{BASH: Deactivate}} SeraticHeavyArmorDark.esp IF FILE("SkyRe SeraticDark.esp") TAG: {{BASH: Deactivate}} SeraticHeavyArmorGray.esp IF FILE("SkyRe SeraticGray.esp") TAG: {{BASH: Deactivate}} Set.esp set elfique hiver.esp setofgodarmourandweapons.esp sevensts.esp IF CHECKSUM("sevensts.esp", 114A07BC) && IF VAR(EN) DIRTY: 0 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("sevensts.esp", 114A07BC) && IF VAR(RU) DIRTY: 0 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("sevensts.esp", 114A07BC) && IF VAR(ES) DIRTY: 0 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". sevensts-CN.esp Sexy Armor Package.esp Sexy Armor Replacer Patch.esp SexyBikinis.esp SexyEveningDress.esp SexyJersey.esp SexyKunoichi2ndByNausicaa.esp SexyMaleFollowersPart1.esp SexyMaleFollowersPart2.esp SexyMix.esp SF Poison.esp SFBAandW.esp SFSteelArmory.esp SG_WickedBlueStripes.esp IFNOT FILE ("SG_BlacksmithsCavern.esm") REQ: SG_BlacksmithsCavern.esm ShadderHeelsSeasonOne.esp Shadow of Death Scythe.esp Shadow Ranger Gear by Natterforme.esp ShadowFiend.esp Shadowrend.esp IF CHECKSUM("Shadowrend.esp", FD396451) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Shadowrend.esp", FD396451) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Shadowrend.esp", FD396451) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita se limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ShadowRose.esp Shard of Azzinoth.esp ShardBlade.esp shards of dawn.esp sharpe craftsmanship - skyforged.esp shawldress.esp SheddingLaceUD.esp sheikah_armor.esp shendachao Special item.esp shendachao mask hide.esp shendachao smithing.esp SheogorathCraftable.esp Shi.esp shiavonna_EN.esp Shield of the Crusader Clean.esp Shield of Ysgramor CHANGE.esp Shields of Jorrvaskr by Hothtrooper44.esp ShieldsofSkyrim.esp ShieldsofSkyrimLists.esp TAG: {{BASH: Relev}} IF FILE("ShieldsofSkyrim.esp") INC: ShieldsofSkyrim.esp Shields_of_the_northern_kingdoms.esp Shining Paladin.esp ShinKatana.esp Shiny Catsuits.esp More shiny catsuits.esp Shocky's Reaper Rewards.esp shogo_laser_katana.esp Shonobi.esp ShreddedTrissx117.esp ShreddedTrissHat.esp IF VAR(EN) && IF FILE("DBShreddedTriss.esp") WARN: Delete. Already included in 'DBShreddedTriss.esp' IF VAR(RU) && IF FILE("DBShreddedTriss.esp") WARN: Удалите. Уже включено в 'DBShreddedTriss.esp' ShreddedTrissMash.esp ShShortswords.esp IF VAR(SkyReM) && IF VAR(EN) WARN: Delete. Already included in SkyRe_Main.esp. IF VAR(SkyReM) && IF VAR(RU) WARN: Удалите. Уже включено в SkyRe_Main.esp. IF VAR(SkyReM) && IF VAR(ES) WARN: Borrar. Esta incluido en SkyRe_Main.esp. TAG: {{BASH: Delev, Relev}} Shura Armor.esp Siege Bow & Backpacks.esp siegebreaker.esp Silencer's Vestments - Cloth.esp Silencer's Vestments - Heavy Armor.esp Silencer's Vestments - Light Armor.esp Silencer's Vestments.esp IF VAR(EN) SAY: Obsolete. Update to latest version, 1 - Cloth (Heavy Armor, Light Armor, Replacer). IF VAR(RU) SAY: Устарело. Обновите до последней версии, 1 - Cloth (Heavy Armor, Light Armor, Replacer). IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, 1 - Cloth (Heavy Armor, Light Armor, Replacer). silencers vestments.esp IF VAR(EN) SAY: Obsolete. Update to latest version, 1 - Cloth (Heavy Armor, Light Armor, Replacer). IF VAR(RU) SAY: Устарело. Обновите до последней версии, 1 - Cloth (Heavy Armor, Light Armor, Replacer). IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, 1 - Cloth (Heavy Armor, Light Armor, Replacer). Silvan_Armor.esp Silver Armory.esp MOD: Серебряная Armory.esp Silver Crossbow.esp Silver Mace.esp Silver smithing.esp Silver smithing NEW.esp SilverArmor.esp SilverBowAndSilverArrows.esp SilverDragonArmor.esp silver ebony.esp silverebony.esp silverebonyweapons.esp silverknight.esp Silverlight Armor.esp Silver Of The Dragonblood.esp SilverOfTheDragonblood_1h&2h.esp SilverswordOfTheDragonblood2H.esp Silvershield Of The Dragonblood.esp SilverSwords.esp SilvistEbonyMail.esp Simple Arrows (Similar to Dawnguard).esp Simple Compound Bow.esp Simple Knit.esp Simple Curved Sword.esp simpleadventureclothes.esp Simplechainarmor.esp SimpleKnit.esp SimpleMetalCompoundBow.esp sinbdress.esp sincascos.esp Sinister Nightingale.esp Sithmask.esp SithWarrior.esp SkaalClothes.esp SkaalCoat.esp SkaalHeavyArmor.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF VAR(EN) SAY: Contains wild edit. Remove DLC2SkaalAmulet from the ESP using TES5Edit. IF VAR(RU) SAY: Содержит случайную правку. Удалите DLC2SkaalAmulet из ESP, используя TES5Edit. IF VAR(ES) SAY: Contains wild edit. Remove DLC2SkaalAmulet from the ESP using TES5Edit. skaaloutfit_merchantaddon.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Skeleton bikini.esp Skeleton Key Recipe.esp IF CHECKSUM("Skeleton Key Recipe.esp", 9FB9A9AC) && IF VAR(EN) WARN: This file was released before the Creation Kit (07 Feb. 2012) and is not recommended for use. It should be removed. IF CHECKSUM("Skeleton Key Recipe.esp", 9FB9A9AC) && IF VAR(RU) WARN: Этот файл бы выпущен до выхода Creation Kit (07 фев. 2012) и может содержать неверные записи. Рекомендуется удалить. SKGriffithArmor.esp SkimpyAssassins.esp Skimpy Plate Armor.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" IF CHECKSUM("Skimpy Plate Armor.esp", A6E601D4) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("Skimpy Plate Armor.esp", A6E601D4) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("Skimpy Plate Armor.esp", A6E601D4) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. SkimpyGOLDarmor.esp SkimpySilverlight.esp skinripper essentials kit.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("skinripper essentials kit.esp", E29A7006) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("skinripper essentials kit.esp", E29A7006) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("skinripper essentials kit.esp", E29A7006) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". skinripper essentials kit ver 1_0_1.esp SkuldafnElderMage.esp SkuldafnMage.esp Skull Armor.esp skullhelmets.esp skullknightarmor.esp skyforge steel.esp SkyforgedArmor.esp skyforgedShields.esp skyforgedWeaponsNonReplacer 1_0c.esp SkyforgeWeapons.esp SkyHeels.esp IF CHECKSUM("SkyHeels.esp", 9816BAE4) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("SkyHeels.esp", 9816BAE4) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("SkyHeels.esp", 9816BAE4) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. SkyPortals.esp Skyrim - Chests Of Fun.esp Skyrim Accessories.esp Skyrim Knights.esp IF CHECKSUM("Skyrim Knights.esp", 95F4356E) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyrim Knights.esp", 95F4356E) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyrim Knights.esp", 95F4356E) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". skyrim strut.esp skyrim warfare lore expanded.esp Skyrim_Strap_Ons.esp SkyrimBoltsExtended.esp skyrule.esp Skysan_PlayerSkin.esp Skysan_UltraSkimpy.esp skyswords.esp slaaneshbikini.esp SlayerSet.esp Sleeveless Samfu X117.esp SleekSteel_StandAlone.esp SleekSteel_StandAlone_v01.0.esp SLN_ElderScroll.esp Slof's Giger Armour.esp Slof's Just For Men.esp SlowMoRing.esp SlowMotionRing.esp SlowTimeRing.esp SlvrbuuMod Dawnguard.esp IF CHECKSUM("SlvrbuuMod Dawnguard.esp", BED6E7D8) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SlvrbuuMod Dawnguard.esp", BED6E7D8) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SlvrbuuMod Dawnguard.esp", BED6E7D8) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SLW_Armours.esp SM_Assassin_Bow.esp SM_DoomBow_1-1.esp SM_Fire_Arrow.esp SM_Morokei_Circlet_V1-1.esp smeltingmod.esp SmialenchGloves.esp smithable arrows.esp smithing 2.0.esp dawnguard smithing 2.0.esp dragonborn smithing 2.0.esp smithingcircle.esp smithingclavicusmask.esp Smithmaster Ring.esp SMPSmithUniqueWeapons.esp snake.esp SnakeBattleaxe.esp SniSiDaedric.esp SniSiDragonbone.esp SniSiGlassBow.esp SniSiHunting.esp SniSiImperial.esp SniSiNordic.esp Snow Elf Helmet Elven Light.esp Snow elven longbow.esp Snow silver bow.esp SnowElfCrown.esp SnowLeopardForsworn.esp SnowWhite Crown.esp SnowyNightingale.esp IF VAR(EN) && IFNOT CHECKSUM("SnowyNightingale.esp", 83B46ABF) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("SnowyNightingale.esp", 83B46ABF) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. So Hot.esp SoBL.esp SOLDIERarmor.esp Solitude Furniture.esp Something Wicked.esp Song General Armor&weapon.esp IF FILE("SkyRe Chinese General Set.esp") TAG: {{BASH: Deactivate}} sonia.esp SophitiaByNausicaa.esp IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. sord.esp SoSFC.esp SoSFC Cloaks.esp SOT_SwordOfTruth.esp sothasilmageblade.esp soulcalibur.esp Soul Calibur Siegfired Requiem.esp Soul of Skyforge.esp Soul River.esp SoulArmor_1.0.esp soul armor 2.esp soul armor 2 heavy.esp souldrinkerr.esp SoulEater.esp SoulEaterScythe.esp SoulEdge.esp soulfrost.esp SoulMasters_Chest.esp SoulMasters_Dawnbreaker.esp SoulReaper.esp SoulReaver.esp SoulReaverSwordsOnly.esp Sovereign Armor Set.esp IF CHECKSUM("Sovereign Armor Set.esp", 00B88BA7) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sovereign Armor Set.esp", 00B88BA7) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sovereign Armor Set.esp", 00B88BA7) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Sovngarde Steel Armor and Weapons.esp IF VAR(EN) && IFNOT CHECKSUM("Sovngarde Steel Armor and Weapons.esp", B84EB4CE) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Sovngarde Steel Armor and Weapons.esp", B84EB4CE) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. Sovngarde Steel TBBP.esp SpaceMarine.esp SpaceWikingArchmageEnchantment.esp Space Wiking's Dwemer Exoskeleton.esp IF CHECKSUM("Space Wiking's Dwemer Exoskeleton.esp", 4D1F46FA) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Space Wiking's Dwemer Exoskeleton.esp", 4D1F46FA) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Space Wiking's Dwemer Exoskeleton.esp", 4D1F46FA) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Space Wiking's Jormungandr.esp Space Wiking's The Elementals.esp IF CHECKSUM("Space Wiking's The Elementals.esp", 707FDF2E) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Space Wiking's The Elementals.esp", 707FDF2E) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Space Wiking's The Elementals.esp", 707FDF2E) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SpartanHoplonShield.esp spartanscimitar.esp SPARXiccdaggers.esp Spawn Body.esp SpawnAxe.esp spawnshield.esp SPBladeOfWoe02.esp Spear.esp IF CHECKSUM("Spear.esp", B5E0566D) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Spear.esp", B5E0566D) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Spear.esp", B5E0566D) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Spears.esp SpectralWeaponPack.esp specular bow.esp SpeedRings.esp spell_loot.esp Spellbreakers.esp IF CHECKSUM("Spellbreakers.esp", B5E0566D) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Spellbreakers.esp", B5E0566D) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Spellbreakers.esp", B5E0566D) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SpellbreakersLOREFRIENDLY.esp IF CHECKSUM("SpellbreakersLOREFRIENDLY.esp", D355A267) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SpellbreakersLOREFRIENDLY.esp", D355A267) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SpellbreakersLOREFRIENDLY.esp", D355A267) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("Spellbreakers.esp") && IF VAR(EN) WARN: Use either Spellbreakers.esp or SpellbreakersLOREFRIENDLY.esp, not both. IF FILE("Spellbreakers.esp") && IF VAR(RU) WARN: Используйте любой, или Spellbreakers.esp или SpellbreakersLOREFRIENDLY.esp, не оба. IF FILE("Spellbreakers.esp") && IF VAR(ES) WARN: Usar Spellbreakers.esp o SpellbreakersLOREFRIENDLY.esp, no ambos. Spellweave.esp SpikedAndChained.esp SPOA_shield.esp SPOAsilvercrossbow.esp SPOAsilverknight.esp Spriggan Armor 2.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" IF CHECKSUM("Spriggan Armor 2.esp", C5E7B65B) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Spriggan Armor 2.esp", C5E7B65B) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Spriggan Armor 2.esp", C5E7B65B) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". spriggan_mask.esp Spring elven set.esp sputnik.esp spyduckWands.esp IF VERSION("SKSE", "0.1.5.9", <) REQ: "http://skse.silverlock.org SKSE" 1.5.9+ sss_Magic_Cubes.esp Staff of Life and Death.esp StaffBundle.esp staffofmagic.esp StaffofMagnus_Improved.esp staffofsweetrolls.esp StagPrinceBow.esp Stalhrim.esp stalhrim2.esp Stalhrim Heavy Shield.esp Stalhrim Helmet Replacer.esp Stalhrim Hood.esp StalhrimDagger.esp StalhrimExtraCrafting.esp stalhrimstandalone2.esp TAG: {{BASH: Relev}} // Not tested. stalkerarmor.esp Standalone Monk Hoods.esp StandalonePack20.esp star killer armor.esp star wars ep1 armors.esp StarExpandedJewelry.esp Stark Clean.esp TAG: {{BASH: Relev}} Stark Rusted.esp TAG: {{BASH: Relev}} Starseeker.esp starwarsarmors.esp stbucorvomask.esp IF CHECKSUM("stbucorvomask.esp", 71C90D5E) && IF VAR(EN) DIRTY: 4 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("stbucorvomask.esp", 71C90D5E) && IF VAR(RU) DIRTY: 4 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("stbucorvomask.esp", 71C90D5E) && IF VAR(ES) DIRTY: 4 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". steampunkmace.esp steampunksheild.esp IF CHECKSUM("steampunksheild.esp", FFDBFEE2) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("steampunksheild.esp", FFDBFEE2) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("steampunksheild.esp", FFDBFEE2) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Steel Woodcutter's Axe.esp SteelImperialArmor.esp SteelMaiden.esp Steelplate Wolf armor.esp SteelSoldiersWithCloaks.esp Stennis Henselt Swords.esp STL-ElderScrollonBack.esp StoneHeartMicroBikini.esp StorageHelpers.esp Storm Wings.esp Stormborn Iron Armor Standalone.esp Stormfang.esp Stormcloak Shield.esp stormcloakbattlearmor.esp StormcloakCuirassEnhanced.esp TAG: {{BASH: Delev}} StormcloakRangerArmor.esp Stormcloaks.esp Stormcloaks_and_Guards_Armors.esp StormcloakArmorVariety.esp // tag not tested TAG: {{BASH: Relev}} stormcloakrobes.esp StormLord.esp stoutheartarmor.esp IF CHECKSUM("stoutheartarmor.esp", 7E65336D) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("stoutheartarmor.esp", 7E65336D) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("stoutheartarmor.esp", 7E65336D) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. stoutheartweapons.esp Strap.esp //aka black rose Strapless Bikinis.esp IF VAR(EN) SAY: Obsolete. Included in Sharlikran's Compatability Patch. IF VAR(RU) SAY: Устарело. Уже включено в Sharlikran's Compatability Patch. IF VAR(ES) SAY: Obsoleto. Esta incluido en Sharlikran's Compatability Patch. REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" IF VAR(EN) WARN: This file was released before the Creation Kit (07 Feb. 2012) and contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл бы выпущен до выхода Creation Kit (07 фев. 2012) и может содержать неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. StrapOnbyaeonv1.1.esp Studded Leather.esp Studded Leather X117.esp StuddedSleeved.esp student clothes.esp stuffed_bunnys_awesome_stuff.esp SuccubusArmor.esp SuccubusHead.esp SuccubusByNausicaa.esp SuccubusUNPByNausicaa.esp REQ: "http://www.nexusmods.com/skyrim/mods/14899 UNPB" SuccubusCBBEByNausicaa.esp Succubus_CBBEByNausicaa.esp SuccubusCBBE3GiftByNausicaa.esp sulundo.esp SultanDagger.esp Summer Fashion.esp SummerRobeNM.esp SummerTime.esp Summon Animal Pets DV.esp SummonAnimalPets_immersive.esp SummonAnimalPets_immortal.esp SummonElinRing.esp SummoningRings1_2.esp IF CHECKSUM("SummoningRings1_2.esp", 5608097D) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("SummoningRings1_2.esp", 5608097D) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("SummoningRings1_2.esp", 5608097D) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. SummonSkeletalHorde.esp sunder.esp SUNMagicArmor.esp IF CHECKSUM("SUNMagicArmor.esp", EAB06AA4) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("SUNMagicArmor.esp", EAB06AA4) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("SUNMagicArmor.esp", EAB06AA4) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Sunnie_NG_Set.esp Sunnie_NG_Set_EbonyAddon.esp Sun Glasses OE.esp SundraconThievesGuild by Seedye.esp Sunglasses_WF.esp SunnieTracerArrows2_5.esp IFNOT FILE("improvedrealistic.esp") MOD: sunnydawnbreaker.esp SunshardNx9.esp supermancapev4.esp supersonic explosive arrows.esp supersuit.esp supportgear.esp Survival Gear.esp survivor_armor.esp SuwakoHat.esp Svartbough.esp MOD: Světlo Arrows.esp Svs Collection Jewelry.esp Svs Daughter of War.esp Svs F&W armor.esp svs Ganz Ranger.esp svs L&M.esp SVS LadyTemplar.esp svs Pretty Ranger.esp svs Princess of Thieves.esp svs Princesa de Thieves.esp svsjew.esp SwapSpellbreaker.esp Swashbuckler Boots.esp swashbuckleramor.esp Sweeping Onehanders.esp Sweeping TwoHanders.esp Swimwear.esp SwitchAxe.esp Sword.esp Sword Master Armor.esp IF CHECKSUM("Sword Master Armor.esp", 7D6FD4AE) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sword Master Armor.esp", 7D6FD4AE) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sword Master Armor.esp", 7D6FD4AE) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Sword of the Dragonslayer.esp Sword of the One Eyed Crow.esp Sword of Wind.esp sword_of_aeons.esp sword_of_omens.esp sword_yamato.esp REGEX: Sword\d\d\.esp SwordDancer.esp swordflame.esp SwordMasterArmor.esp SwordOfDovahkiin.esp swordoftruth.esp swordpack.esp MOD: SwordRagnarök.esp Swordsman.esp Swordsman Armor.esp SwordsmansCoat.esp sworofomens.esp SylphidByNausicaa.esp SylvanasArmor.esp ENDGROUP: Items S BEGINGROUP: Items T T3nd0s Masks.esp takiarmor.esp Tales of Tamriel - Console Needed.esp Tales of Tamriel - Merchants.esp IF FILE("Tales of Tamriel - Console Needed.esp") && IF VAR(EN) WARN: Use either Tales of Tamriel - Console Needed.esp or Tales of Tamriel - Merchants.esp, not both. IF FILE("Tales of Tamriel - Console Needed.esp") && IF VAR(RU) WARN: Используйте любой, или Tales of Tamriel - Console Needed.esp или Tales of Tamriel - Merchants.esp, не обa. IF FILE("Tales of Tamriel - Console Needed.esp") && IF VAR(ES) WARN: Usar Tales of Tamriel - Console Needed.esp or Tales of Tamriel - Merchants.esp, no ambos. TALGOSBlade.esp TaliArmor.esp Talking Hat mod.esp Talon of Akatosh.esp Tamrielic Artifacts - Goldbrand - Eltonbrand.esp IF CHECKSUM("Tamrielic Artifacts - Goldbrand - Eltonbrand.esp", 496766F9) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tamrielic Artifacts - Goldbrand - Eltonbrand.esp", 496766F9) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tamrielic Artifacts - Goldbrand - Eltonbrand.esp", 496766F9) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Tamrielic Artifacts - Umbra.esp TamrielicArtifactsV1-1.esp tanghengdao.esp tangmodao.esp tangsword.esp taohuatiejiang2.5.esp TAOHUAyifu.esp TAOHUAyifu20.esp Targaryen Clean.esp TAG: {{BASH: Relev}} Targaryen Rusted.esp TAG: {{BASH: Relev}} TargeoftheBloodedImproved.esp TartanStormcloaksPlus.esp TavernClothes MTM.esp TavernClothes-MTM.esp TBBP_Black Leather Thief.esp TBBP_Dark Mistress.esp TBBP_rka_armor.esp TBBP_Snake Armor.esp TBSC_BodySuit.esp REQ: "http://www.nexusmods.com/skyrim/mods/4888 CHSBHC - BBP female body". IFNOT FILE("SkyHeels.esp") REQ: "http://www.nexusmods.com/skyrim/mods/5589 SkyHeels" resources. TBSC_BodySuit_english.esp tbmchrysamere.esp IF CHECKSUM("tbmchrysamere.esp", 53E9237A) && IF VAR(EN) DIRTY: 4 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tbmchrysamere.esp", 53E9237A) && IF VAR(RU) DIRTY: 4 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tbmchrysamere.esp", 53E9237A) && IF VAR(ES) DIRTY: 4 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". TCOSS.esp TAG: {{BASH: Delev, Relev}} tda_dyramisty_01.esp The_IVth_Legion.esp IF CHECKSUM("The_IVth_Legion.esp", 03008AAA) && IF VAR(EN) DIRTY: 9 ITM, 41 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The_IVth_Legion.esp", 03008AAA) && IF VAR(RU) DIRTY: 9 ITM, 41 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The_IVth_Legion.esp", 03008AAA) && IF VAR(ES) DIRTY: 9 ITM, 41 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". the dark knight.esp The Unclaimed Delivery.esp tea junkie bow.esp IF CHECKSUM("tea junkie bow.esp", 5EE180C6) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tea junkie bow.esp", 5EE180C6) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tea junkie bow.esp", 5EE180C6) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Temper_Wuuthrad.esp TemperableArrows.esp temperysgramor.esp Templar Clean.esp TAG: {{BASH: Relev}} Templar Rusted.esp TAG: {{BASH: Relev}} TemplarArmor.esp IF VAR(EN) && IFNOT CHECKSUM("TemplarArmor.esp", EE0395E4) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("TemplarArmor.esp", EE0395E4) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. TemplarsHammer.esp Temptressdressv1.esp Tenseiga.esp TenshinLeather.esp tentailunaDress.esp Tera.esp TERAArmors_CBBE.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" TeraArmors-CBBEByNausicaa.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" TERAArmors.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" Tera ArmorCFL16.esp TERA Armors for Skyrim - UNP.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" TERA Armors for Skyrim - UNPB-BBP.esp REQ: "http://www.nexusmods.com/skyrim/mods/14899 UNPB" TERAArmors - Leveled Lists.esp TAG: {{BASH: Relev}} IF CHECKSUM("TERAArmors - Leveled Lists.esp", 91A368B1) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TERAArmors - Leveled Lists.esp", 91A368B1) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TERAArmors - Leveled Lists.esp", 91A368B1) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". TERA Boots n Greaves - for HDT.esp tera bows.esp Tera Deathskin - UNPB BBP.esp Tera Elegant Dress.esp tera robe 18a.esp tera swords.esp Tera Helf 16.esp TERA Heavy Armor.esp Tera High Elf L03 Armor.esp Tera Val Tirkai - UNPB BBP.esp TERA Weapons.esp Tera_HmF_L13.esp tera001.esp Tera18h.esp TeraCastanicFArmors.esp TeraCfl18-CBBEByNausicaa.es terafighter.esp TeraHeavy4.esp TeraHeavyArmor17.esp TeraHEFArmors.esp TeraHefh16-CBBEByNausicaa.esp TeraHFR20.esp TeraHFH21.esp TERAOWERPOWER.esp TerminanShield.esp terminator gun.esp Terobe6CBBE3RY.esp TERX-Set.esp testfinal.esp TG.esp TGBowsDrawFaster.esp TGBowsDrawFasterv2-0.esp // Adds gloves, doesn't alter bows. tgl - kinzon.esp tgl - vahlok.esp tgl - volaan.esp tgl qahnaarin.esp TGLNordArmor.esp REGEX: TH3WICK3D1-.+\.esp // REGEX because only items from this author ThaidensTreasure.esp Thalmor Armour Set.esp IF CHECKSUM("Thalmor Armour Set.esp", 7AC3742B) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Thalmor Armour Set.esp", 7AC3742B) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Thalmor Armour Set.esp", 7AC3742B) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Thalmor Inquisitor Armor Standalone.esp Thalmor Judicium.esp TAG: {{BASH: Relev}} Thalmor Light Armor.esp ThalmorNoGlass.esp TAG: {{BASH: Delev}} ThalmorEliteArmor.esp TAG: {{BASH: Delev}} ThalmorRobesEnchantment.esp ThalmorRobesEnchantment_2.esp ThalmorStandalone.esp Thanatos Dragonx.esp Thane's Blade.esp ThaneArmory.esp Thanes Clothes.esp IF CHECKSUM("Thanes Clothes.esp", 7C23231E) && IF VAR(EN) WARN: This file was released before the Creation Kit (07 Feb. 2012) and contains unexpected (or out of order) records. It should be removed. IF CHECKSUM("Thanes Clothes.esp", 7C23231E) && IF VAR(RU) WARN: Этот файл бы выпущен до выхода Creation Kit (07 фев. 2012) и может содержать неверные записи. Рекомендуется удалить. IF CHECKSUM("Thanes Clothes.esp", 7C23231E) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. ThaneWeapons.esp thaneweaponsskyforgeweapons.esp THBoneHawkRingCraftable.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). THCraftableDawnguardArmory.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). THCraftableVampireArmory.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). THCraftableVampireJewelry.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). TheAvengersHawkeyeArrowWepMod.esp The Bard's Honour.esp The Bastard.esp The Bow Of The DarkOne.esp The Bow of the Drow.esp The Dark Blade.esp The Death Mask.esp The Elder Compound Bow.esp The Fashionable Attire.esp The Gemstone Collector.esp the nine's favor.esp The Real Mages Armor.esp The Ring Of Kitsune.esp The Rings of Guardian Stones.esp The sabers of Drizzt Do'Urden.esp The Siegebreaker Greatsword.esp The Shadow Of Death Sword.esp The snow elves ebony bow.esp the thuum.esp The Well Dressed Mage.esp the witch king of angmar.esp The_Stormcloak_Rebellion.esp The_Sword.esp the_sword_of_aeons.esp CALLOFTHENORTH_COMPLEMENT.esp IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/29040 TheCallOfTheNorth". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/29040 TheCallOfTheNorth". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/29040 TheCallOfTheNorth". TheCallOfTheNorth.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("TheCallOfTheNorth.esp", 52D08B6) || IF CHECKSUM("TheCallOfTheNorth.esp", A505B835) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheCallOfTheNorth.esp", 52D08B6) || IF CHECKSUM("TheCallOfTheNorth.esp", A505B835) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheCallOfTheNorth.esp", 52D08B6) || IF CHECKSUM("TheCallOfTheNorth.esp", A505B835) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". thedarklordsauronisback.esp TheDovahDictionary.esp thedovahphrasebook.esp TheEbonyBlade.esp TheExileBlade.esp TheMasterSword.esp Theminblacks UNP Standalone Armors.esp thegreylight's necrobow.esp theironbootsjkalenad.esp theRoadstrokerCloaks.esp theRoadstrokersRogueSorceress.esp IF FILE("SkyRe Rogue Sorceress.esp") TAG: {{BASH: Deactivate}} IF CHECKSUM("theRoadstrokersRogueSorceress.esp", 5B9C3C9F) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("theRoadstrokersRogueSorceress.esp", 5B9C3C9F) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("theRoadstrokersRogueSorceress.esp", 5B9C3C9F) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". thesilverandgoldgauntlets.esp theultimateassassinscreedbow2.esp ThievesGuildShortSleeved.esp Third Era - Dwemer.esp thisissparta.esp thor'scrossbowrequiresdwgd&hrtf.esp Thorn Rings.esp ThresherMaul.esp throwingweapons.esp throwing_weapons_leveledlists_plugin.esp Throwing_Weapons_Misc_Plugin.esp Throwing_Weapons_PerkTree_Plugin.esp throwing_weapons_quiver_plugin.esp Throwing_Weapons_Redux.esp Throwing_Weapons_Redux_Axes.esp Throwing_Weapons_Redux_Javelins.esp Throwing_Weapons_Redux_Knives.esp Throwing_Weapons_Redux_Quivers.esp ThunderBirdArmor.esp ThunderHammer.esp thunderstruck & razorlight.esp thu'um infinium.esp thuumamulets.esp thuumarrow.esp THVampireRoyalArmorUnenchanted_BoneHawkRingCraftable.esp IF FILE("THBoneHawkRingCraftable.esp") INC: THBoneHawkRingCraftable.esp TriRings of Powers v1.0.esp theRoadstrokersAlvinHewOutfitSet.esp theRoadstrokersRoyalElvenSet.esp Thor.esp the ancient nord.esp The Ring of Night-Eye.esp TheDarkFollowerArmor.esp TheDarkFollowerRobe.esp TheViciousHeart.esp Lorecraft - ViciousWeaps.esp Throwing Knives.esp tie.esp TieredDovahkiinArmor_v1.esp Tifa.ff7.byHimmelsky.esp Tifa.ff7.Orignalcloth by Himmelsky.esp TifaV3.ff7.byHimmelsky.esp timering.esp TimeStopRing.esp tinyangrytrolls.esp IF CHECKSUM("tinyangrytrolls.esp", 5393F1E8) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tinyangrytrolls.esp", 5393F1E8) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tinyangrytrolls.esp", 5393F1E8) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". tioJuca-masks.esp Tiwa44sMinidresses.esp tkwleemodtestcloth.esp TK-world.esp TkRingFirefly.esp TL_BareArmor.esp TL_FakeCloth.esp TMasks-JudgmentDay.esp IF VAR(EN) REQ: Meshes and textures from "http://www.nexusmods.com/skyrim/mods/20077 Tribunal Maskes by Zairaam", esp usage optional. IF VAR(RU) REQ: Модели и текстуры из "http://www.nexusmods.com/skyrim/mods/20077 Tribunal Maskes by Zairaam", esp не обязателен. IF VAR(ES) REQ: Meshes and textures from "http://www.nexusmods.com/skyrim/mods/20077 Tribunal Maskes by Zairaam", esp usage optional. TMRCosplay.esp TMRLilith.esp TMRLollipop.esp Toad's Tera.esp Toad'sTeraCollectionCBBEByNausicaa.esp tobuscusweapons.esp REGEX: tom349fistweapon(s|sFR)?\.esp TomahawkACIIIWepMod.esp Tona_airy.esp Tona'sAnchoriteByNausicaa.esp Tonas Oblivion Scarves.esp Tongueswcript.esp TONYGunsMOD.esp ToolCraft.esp Tools of Kagrenac.esp Torch Staff.esp TorchArrow.esp TorchArrowBS.esp IFNOT FILE("TorchArrow.esp") REQ: TorchArrow.esp TorchArrow-Dawnguard.esp IF FILE("TorchArrow.esp") INC: TorchArrow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) TorchArrowBS-Dawnguard.esp IFNOT FILE("TorchArrow-Dawnguard.esp") REQ: TorchArrow-Dawnguard.esp TR Equipment OE.esp TrainingArrow.esp TravelerArmor.esp TravelRobes.esp TrenchKnives Dagger Edition.esp TribalGlass.esp TribalMightArmor.esp Tribunal Maskes by Zairaam.esp Tribunal Robes by Zairaam.esp Tribunal+Maskes+by+Zairaam.esp Tribunal+Robes+by+Zairaam.esp tripleddragonpriestmasks.esp Triss's Armor.esp TrissArmorRetextured.esp IF VAR(EN) && IF CHECKSUM("TrissArmorRetextured.esp", ED5D1DE) WARN: Version 2.1.1 was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IF CHECKSUM("TrissArmorRetextured.esp", ED5D1DE) WARN: Version 2.1.1 Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF CHECKSUM("TrissArmorRetextured.esp", ED5D1DE) WARN: Version 2.1.1 fue lanzado antes del Creation Kir (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VERSION("TrissArmorRetextured.esp", "2.1.1", >) SAY: As of version 3.0 Sharlikran's Compatibility Patch is no longer needed. TrissStaff.esp TrissStandalone.esp Troll Hunter Armor by Hothtrooper44.esp True Bound Armors.esp IF CHECKSUM("True Bound Armors.esp", 1F431905) && IF VAR(EN) DIRTY: 8 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("True Bound Armors.esp", 1F431905) && IF VAR(RU) DIRTY: 8 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("True Bound Armors.esp", 1F431905) && IF VAR(ES) DIRTY: 8 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". True Thief Armor.esp TrueNazgul.esp ts_hairnheels_compilation.esp TS_ECatsuit&Ballet.esp ts_fetishwardrobe_characterbodysize.esp ts_fetishwardrobe_femalebodysize.esp TSTheBlackLabyrinth.esp ts_fetishaccessories.esp TS_FetishPantyhoseOutfits.esp TS_FetishWardrobe.esp TS_FetishWardrobe_Uncut.esp ts_frillyoutfit.esp TS_GattiBondage1.esp ts_phreddress1.esp ts_redslickbikini.esp ts_rogueoutfits.esp TS_SlickArmour.esp TS_SlickArmour_x5.esp TS_SlickArmourNoRogue.esp TS_Slick_Rogue_Armour_x5.esp TS_SlickSuit.esp ts_slinkyleotard.esp TS_StripperDresses.esp ts_whitepantyhosedress1.esp ts_whitewardrobe.esp TsarevnaOutfit.esp Tsun's Armory.esp tsun's sword.esp TTHN-Northern Sky.esp TumbajambaBackpacksExpanded.esp tuskatailoring.esp TW2 Book- The Northern Kingdoms.esp TW2Geral'sBlueStripeArmor.esp TW2GeraltslightJacket.esp Twawand.esp twilightsword.esp TwinDragons.esp twinfirebowblu.esp TwisterBow.esp Two-Handed Katanas.esp Twohanded Dawnbreaker.esp TwoRapiers.esp typemoonWeapon.esp Tyrael Armor.esp TyraelArmor_KoRe.esp TyraelArmorVariations.esp ENDGROUP: Items T BEGINGROUP: Items U Ulfrics Gear Improved - Glass Variant.esp UlfricsClothesArmored.esp Ultima Weapon.esp Ultimate Item Extender.esp Ultimate Smithing Necklace.esp Ultimate Witcher Heavy Armour.esp Ultimate Witcher Light Armour.esp Ultimate Witcher Weapons.esp UltimateArchersToolbox.esp ultimatearchmage.esp ultimatearchmage0.esp UltraVision.esp Umbra (Two handed).esp Umbra by PsYk0.esp umbra by r3van(one handed).esp UmbralKatana.esp UmbraSturmbringer.esp umbrella.esp Unarmed Enhanced.esp Unbound Bow.esp Unbound.esp unburden.esp uncraftable.esp uncraftablecraftablearmors.esp UnechantedItems.esp Unexpected Blades.esp Unenchanted Necromancer Amulet.esp unenchanted_savior's_hide.esp UnenchantedAmulets.esp unenchanteddbitems.esp UnenchantedNightingaleArmour.esp IF VAR(EN) SAY: Obsolete. Update to latest version, UnenchantedNightingaleSetMod.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, UnenchantedNightingaleSetMod.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, UnenchantedNightingaleSetMod.esp. UnenchantedNightingaleSetMod.esp UnenchantedNightingaleSetMod - NU.esp UnenchantedRoyalVampireArmor.esp UnenchantedTGArmors.esp UnenchantedUniques.esp UnenchRobeSepHoodThalmor.esp UnderC.esp Unique Animated Crown.esp UniqueAnimatedCrown (Simplified).esp Unique Dragon Priest Masks.esp REGEX: UniqueLeveledItemsUpgrade(1dot)?\d?\.esp IF VAR(EN) SAY: Obsolete. Update to latest version("http://www.nexusmods.com/skyrim/mods/7590/ Nexus", "http://steamcommunity.com/sharedfiles/filedetails/?id=136468860 Steam", "http://steamcommunity.com/sharedfiles/filedetails/?id=136471864 Steam-DB"). IF VAR(RU) SAY: Устарело. Обновите до последней версии("http://www.nexusmods.com/skyrim/mods/7590/ Nexus", "http://steamcommunity.com/sharedfiles/filedetails/?id=136468860 Steam", "http://steamcommunity.com/sharedfiles/filedetails/?id=136471864 Steam-DB"). IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión("http://www.nexusmods.com/skyrim/mods/7590/ Nexus", "http://steamcommunity.com/sharedfiles/filedetails/?id=136468860 Steam", "http://steamcommunity.com/sharedfiles/filedetails/?id=136471864 Steam-DB"). //above mod set renamed: D13LeveledItemsUpgrade.esp D13LeveledItemsUpgradeD.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IFNOT VAR(SkyReM) MOD: UniqueWeaponsRedone.esp IFNOT VAR(SkyReM) MOD: Unique Weapons Redone.esp IFNOT VAR(SkyReM) MOD: Unique Uniques.esp UniqueBows.esp IF CHECKSUM("UniqueBows.esp", BE7EE561) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UniqueBows.esp", BE7EE561) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UniqueBows.esp", BE7EE561) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Unique Uniques - Craftable Dragonbane.esp UniqueRadiantAndPartyClothes.esp UnKindBow.esp UNPArmoredBikini.esp UNP High Heels.esp UNP Jewelry Retextured.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" UNP Jewelry Variants.esp IF VAR(EN) SAY: Obsolete. Update to latest version, UNP Jewelry Variants V-2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, UNP Jewelry Variants V-2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, UNP Jewelry Variants V-2.esp. UNP Jewelry Variants V-2.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" UNP Jewelry Variants V3.esp UNP Leather Clothes.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" UNP Pantyhose.esp REGEX: UNP Boots.*\.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" UNP Simply Clothes.esp Isharas_PetrovichClothes.esp IFNOT FILE("UNP Simply Clothes.esp") REQ: "http://www.nexusmods.com/skyrim/mods/16658 UNP Simply Clothes" UNP Undies.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" UNP_MothPriest_Fitted_Sandals.esp mothPriestSandals_weightsliderFix.esp UNPB Barbarian Armor.esp REQ: "http://www.nexusmods.com/skyrim/mods/14899 UNPB" UNPB BBP Conversions.esp UNPB Full Metal Bikini.esp unpb vanilla armors.esp UNPBoots07.esp UNPCMmix.esp UNPetite - Black Vinyl Strap.esp UNPetite - Bondage.esp UNPetite - HmmWhatToWear.esp UNPetite - Naughty Ninja.esp UNPetite - Smithy Sex.esp UNPPantyhose.esp UNP Petrovna.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" unp_bbp130-3.0.esp //appears to be a giant chinese clothing compilation UNPNaughtyRemodel.esp UnrelentingBlade.esp upgradearrows.esp upgradecbowcraft.esp uruk.esp uruk hai plugin.esp uruk_greatsword.esp uruk-hai sword.esp UrukHaiArmor.esp urukhelmet.esp urukshield.esp URW_Spellward.esp URW_Enhanced Crossbows Enhanced.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) URW_Enhanced Crossbows Enhanced - Revamp Comp.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) URW_Control Rod v1.esp Urwy Weapon Compilation.esp UseableAshSpawnAxesV2.esp REGEX: Useful Dragon Priest Masks- (Heavy|Light|Mage)\.esp Useful Elder Scrolls.esp UsoppHammer.esp ENDGROUP: Items U BEGINGROUP: Items V VagabondArmor.esp IF FILE("SkyRe_Plugin_VagabondArmor_5.esp") || IF FILE("SG_HothTrooper.esp") TAG: {{BASH: Deactivate}} vahlok dragonpriest.esp Valdacil's Light Armor Robes.esp Valenwood war bow.esp ValkyrieShard.esp Valor Armor.esp vamp.esp vamparm.esp Vampguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Vampguard.esp", FDB0B379) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vampguard.esp", FDB0B379) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vampguard.esp", FDB0B379) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". vampire armor revisited.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Vampire Armors Standalone.esp vampire crafting.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Vampire Hunter Set.esp vampire items.esp Vampire Royal Retexture.esp vampirebow1.esp VampireBrideRobes.esp VampireCrossbow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). VampireHuntersCoat.esp IF VAR(EN) SAY: Obsolete. Update to latest version, InquisitorGear.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, InquisitorGear.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, InquisitorGear.esp. VampireLeatherArmorSet.esp vampirelord-daikatana.esp VampireMasterHood.esp VampireMasterSet.esp IF FILE("VampireMasterHood.esp") INC: VampireMasterHood.esp Vampiric Knight.esp Vampiric Sword.esp VampiricDagger.esp VampRoyalArmor_Light.esp vandorinswaraxe.esp VanguardArmor.esp IF FILE("SkyRe_Plugin_VanguardArmor_3.esp") || IF FILE("SG_HothTrooper.esp") TAG: {{BASH: Deactivate}} VanHelsing.esp variant_armor_masks.esp Various Items OE.esp Vasto Lorde Armor.esp VBMailArmors.esp Velvec Outfit.esp Velvec Outfit_CN.esp VelveteenArmor.esp Veraxanima.esp Vero Ladro Armor.esp Veteran Nord Plate.esp VHunterArmor.esp vhuntershat.esp ViceroyInquisitor.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" Vicious Heart.esp viciousdawnbreaker.esp IF FILE("SkyRe_Plugin_viciousdawnbreaker.esp") TAG: {{BASH: Deactivate}} ViciousShieldDagger.esp VickysArmor.esp Vidala'sDress.esp Vie Cape mode.esp Vie Kokoro.esp Vie Suigintou Alice.esp VikingArmor.esp Viking Sword.esp Viking Weaponry.esp vilhelm_craftpickaxe.esp VindarValuePack.esp vindictus.esp vindictusblackleather.esp VindictusGreatSword.esp VirilityRealistic.esp VividRings.esp vmuvm.esp Vocaloid Hatsune Miku.esp voidarmor.esp voidcraft_armory.esp voidcraft_jewelry.esp VolendrungReplacer_ENG.esp MOD: Volonté de L'empereur.esp Vorpal.esp VorpalSword.esp VRHood.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). ENDGROUP: Items V BEGINGROUP: Items W REGEX: W2_HelmetPack(-2)?\.esp W2KnightPlate.esp Wabbajack Bow.esp wabbajackofgold.esp Wahuku.esp REGEX: Wahuku\d\d\.esp Wandering Blade.esp WandsOfSkyrim.esp wangshu.esp War Heroine.esp WarArmor.esp WastsBlackHandAmulet.esp WaterArrows.esp WaterArrowsAndBolts.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) waterwalkring.esp Wandererarmor.esp Wanderer Armor.esp Wanderer's Surcoat.esp WangYiArmor.esp wanlifu Dress.esp war final swords.esp warchief armor.esp IF FILE("SkyRe_Plugin_WarchiefArmor_4.esp") TAG: {{BASH: Deactivate}} WarchiefArmor.esp IF FILE("SkyRe_Plugin_WarchiefArmor_4.esp") || IF FILE("SG_HothTrooper.esp") TAG: {{BASH: Deactivate}} WarchiefsMight.esp Lorecraft - hothtrooper44 armors.esp IF VAR(EN) SAY: Do not load any of the original .ESP files that come with hothtrooper44's original mods. WarfighterArmory.esp Warglaive.esp Warglaive of Azzinoth.esp warmagearmor.esp Lorecraft - DoODABoOM.esp Warrior Cleric Julianos - Credo.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Cleric Armours - Credo.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Cleric Armours - Credo.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Cleric Armours - Credo.esp. Warsword.esp WaterTaulmarilBow.esp The Way of the Voice.esp WayoftheVoice.esp WayoftheVoice_words_renamed.esp WayoftheVoice_words_renamed_DG.esp WayoftheVoice_external_words_renamed_DB.esp WayoftheVoice2.esp WayoftheVoice3.esp weadding ring.esp weddingdresses.esp Weapon Set & Armour + LL.esp weaponized imperial outfitting.esp WeaponizedTools.esp weaponsnorequirement.esp WeaponsOfTheGods.esp WeaponsOfTheShogunate.esp Weapons of the Dohvakiin.esp IF FILE("Dragonborn.esm") INC: Dragonborn.esm REGEX: Weapons of the Third Era.+\.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. TAG: {{BASH: Relev}} REGEX: WeaponsOf3E(-alpha|-beta|_Replacer)?\.esp IF VAR(EN) && IFNOT CHECKSUM("WeaponsOf3E.esp", 67F338A1) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("WeaponsOf3E.esp", 67F338A1) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("WeaponsOf3E.esp", 67F338A1) WARN: Contiene entradas fuera de lugar. Un patch de compatibilidad se puede encontrar aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF FILE("3rdEraWeaponsMoS.esp") && IF VAR(EN) WARN: Use either WeaponsOf3E or 3rdEraWeaponsMoS, not both. IF FILE("3rdEraWeaponsMoS.esp") && IF VAR(RU) WARN: Используйте любой, или WeaponsOf3E или 3rdEraWeaponsMoS, не оба. IF FILE("3rdEraWeaponsMoS.esp") && IF VAR(ES) WARN: Usar WeaponsOf3E o 3rdEraWeaponsMoS, no ambos. IF VAR(EN) && IF VAR(SkyReM) WARN: Delete. Already included in 'SkyRe_Main.esp' IF VAR(RU) && IF VAR(SkyReM) WARN: Удалите. Уже входит в SkyRe_Main.esp IF VAR(ES) && IF VAR(SkyReM) WARN: Eliminar. Ya se encuentra en 'SkyRe_Main.esp' TAG: {{BASH: Relev}} WeaponsOfTheThirdEraRus.esp WeaponsOf3E - No Leveled Lists.esp IF VAR(EN) && IFNOT CHECKSUM("WeaponsOf3E - No Leveled Lists.esp", 633752F5) WARN: Contains unexpected (or out of order) records. A compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). IF VAR(RU) && IFNOT CHECKSUM("WeaponsOf3E - No Leveled Lists.esp", 633752F5) WARN: Этот файл может содержать неверные записи и работать некорректно с версиями Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден "http://www.nexusmods.com/skyrim/mods/26230 здесь". Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IFNOT CHECKSUM("WeaponsOf3E - No Leveled Lists.esp", 633752F5) WARN: Contiene entradas fuera de lugar. Un patch de compatibilidad se puede encontrar aquí. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch"). 3rdEraWeaponsMoS.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Weapons of the Third Era MoS. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Weapons of the Third Era MoS. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Weapons of the Third Era MoS. TAG: {{BASH: Delev, Relev}} // for versions <1.5 IF VAR(EN) && IF VAR(SkyReM) WARN: Delete. WeaponsOf3E included in SkyRe_Main.esp. IF VAR(RU) && IF VAR(SkyReM) WARN: Удалите. WeaponsOf3E уже включен в SkyRe_Main.esp. IF VAR(ES) && IF VAR(SkyReM) WARN: Borrar. WeaponsOf3E se encuentra en SkyRe_Main.esp IF REGEX("WeaponsOf3E(-alpha|-beta|_Replacer)?\.esp") INC: WeaponsOf3E*.esp 3rdEraWeapMoS-trad-fr.esp 3rdEraWeapMoS-replacer.esp 3rdEraWeapMoS-lvlList.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) && IF FILE("Skyrim unleashed Xtra_items.esp") ERROR: Delete. Already included in Skyrim unleashed Xtra_items.esp. IF VAR(RU) && IF FILE("Skyrim unleashed Xtra_items.esp") ERROR: Удалите. Уже включено в Skyrim unleashed Xtra_items.esp. IF VAR(ES) && IF FILE("Skyrim unleashed Xtra_items.esp") ERROR: Borrar. Ya se encuentra en Skyrim unleashed Xtra_items.esp. 3rdEraWeapMoS-rareCraft.esp 3rdEraWeaponsMoS-ACE-Patch.esp IFNOT REGEX("3rdEraWeaponsMoS.esm") REQ: 3rdEraWeaponsMoS.esm 3rdEraWeaponsMoS - Hacks.esp Deleveled Skyrim - 3rdEraWeaponsMoS.esp TAG: {{BASH: Delev, Relev}} RecyclingModWo3E.esp IFNOT REGEX("Weapons of the Third Era.+\.esp") REQ: "http://www.nexusmods.com/skyrim/mods/3871 Weapons of the Third Era" WearableElderScrolls.esp WearableLute.esp Werehide.esp WereWolfBattleAxe.esp WereWolfRing.esp IF CHECKSUM("WereWolfRing.esp", 730A89B3) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("WereWolfRing.esp", 730A89B3) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("WereWolfRing.esp", 730A89B3) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. WestAsianArmorAndWeapons.esp WestAsianArmorAndWeaponsReplacer.esp westninja.esp WestWindAssault.esp WestWindMisfit.esp Wet.esp wgoulart_Ifrit.esp whiteebony.esp whiteebony light.esp WhiteMageRobes.esp WhiteSharkRobes.esp WhiteYamato.esp WickedBlade.esp Windsteer Longbow.esp windwakermirrorshield.esp windwakermirrorshieldsmith.esp Wings of Valkyrie (no effects).esp Wings of Valkyrie (yes effects).esp Winter elven set.esp winterhold_robes.esp IF CHECKSUM("winterhold_robes.esp", 3A0E23B5) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("winterhold_robes.esp", 3A0E23B5) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("winterhold_robes.esp", 3A0E23B5) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Winterscale Armor.esp Lorecraft - 3rdEra.esp Lorecraft - WeaponsOf3E.esp Witch Battle Armor.esp Witch Elf Armour.esp Witch Elf Armour FR.esp Witch Of The Wild.esp Witcher2-v3.0 Aedirn-Whiterun.esp IF VAR(EN) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(RU) WARN: На странице загрузки автор утверждает, что броня может вызвать вылет игры, но не уточняет, какой esp вызывает его. IF VAR(ES) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(EN) SAY: Obsolete. Update to latest version, Witcher2-v3.5 Aedirn-Whiterun.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Witcher2-v3.5 Aedirn-Whiterun.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Witcher2-v3.5 Aedirn-Whiterun.esp. IF CHECKSUM("Witcher2-v3.0 Aedirn-Whiterun.esp", 6F9AF605) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Witcher2-v3.0 Aedirn-Whiterun.esp", 6F9AF605) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Witcher2-v3.0 Aedirn-Whiterun.esp", 6F9AF605) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Witcher2-v3.0 La Valette-Reach.esp IF VAR(EN) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(RU) WARN: На странице загрузки автор утверждает, что броня может вызвать вылет игры, но не уточняет, какой esp вызывает его. IF VAR(ES) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. Witcher2-v3.0 Nilfgaard-Pale.esp IF VAR(EN) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(RU) WARN: На странице загрузки автор утверждает, что броня может вызвать вылет игры, но не уточняет, какой esp вызывает его. IF VAR(ES) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF CHECKSUM("Witcher2-v3.0 Nilfgaard-Pale.esp", B44CF9DE) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Witcher2-v3.0 Nilfgaard-Pale.esp", B44CF9DE) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Witcher2-v3.0 Nilfgaard-Pale.esp", B44CF9DE) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Witcher2-v3.0 Redania-Haarfingar.esp IF VAR(EN) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(RU) WARN: На странице загрузки автор утверждает, что броня может вызвать вылет игры, но не уточняет, какой esp вызывает его. IF VAR(ES) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(EN) SAY: Obsolete. Update to latest version, Witcher2-v3.5 Redania-Imperial.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Witcher2-v3.5 Redania-Imperial.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Witcher2-v3.5 Redania-Imperial.esp. Witcher2-v3.0 Temeria-Eastmarsh.esp IF VAR(EN) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(RU) WARN: На странице загрузки автор утверждает, что броня может вызвать вылет игры, но не уточняет, какой esp вызывает его. IF VAR(ES) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(EN) SAY: Obsolete. Update to latest version, Witcher2-v3.5 Temeria-Eastmarsh.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Witcher2-v3.5 Temeria-Eastmarsh.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Witcher2-v3.5 Temeria-Eastmarsh.esp. Witcher2-v3.0 Ulfric-Roche.esp IF VAR(EN) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(RU) WARN: На странице загрузки автор утверждает, что броня может вызвать вылет игры, но не уточняет, какой esp вызывает его. IF VAR(ES) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. Witcher2-v3.0 Viperassassin-DB.esp IF VAR(EN) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. IF VAR(RU) WARN: На странице загрузки автор утверждает, что броня может вызвать вылет игры, но не уточняет, какой esp вызывает его. IF VAR(ES) WARN: Author states on download page that CTDs occur when player wears an armor. He does not say which esp causes this. Witcher2-v3.5 Aedirn-Whiterun.esp Witcher2-v3.5 Redania-Imperial.esp Witcher2-v3.5 Temeria-Eastmarsh.esp WitcherArmor.esp WitcherArmory.esp Witchersblades.esp WitchkingHelmet.esp witchplate.esp WizardsFury.esp wjun28.esp wjunlady.esp Wolf Knight Armor.esp wolf mail.esp WolfArmorLightSA.esp IF CHECKSUM("WolfArmorLightSA.esp", 898389C8) && IF VAR(EN) DIRTY: 21 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WolfArmorLightSA.esp", 898389C8) && IF VAR(RU) DIRTY: 21 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WolfArmorLightSA.esp", 898389C8) && IF VAR(ES) DIRTY: 21 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". wolfbanedagger.esp WolverineClaws.esp Wonder woman.esp WonderlandByNausicaa.esp Wood Compound Bow.esp WoodlandRanger.esp WorArm.esp World of Warcraft In Skyrim.esp worldslayer.esp WoTES.esp wow.esp WuduRobes.esp WukongArmor.esp wulfharth's dragonbone katanas.esp Wulfharth's Dragonbone Katana and Tanto.esp IF CHECKSUM("Wulfharth's Dragonbone Katana and Tanto.esp", 30D34A9F) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Wulfharth's Dragonbone Katana and Tanto.esp", 30D34A9F) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Wulfharth's Dragonbone Katana and Tanto.esp", 30D34A9F) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Wulfharth's Dragonbone Weapons.esp wulfharth's dragonbone weapons gold.esp Wulfharth's Dragonbone Weapons Replacer.esp WVExpansion.esp TAG: {{BASH: Delev, Relev}} Lorecraft - WVExpansion.esp WVS.esp WWW.esp Wyrmfang.esp Wyrmslayer.esp TAG: {{BASH: Delev, Relev}} wyvern4.esp ENDGROUP: Items W BEGINGROUP: Items XYZ x117 Blades Armor.esp X117 MageRobes.esp x117 DwarvenArmor.esp X117Blood of the Divines.esp X117FlatPack.esp X117ShortDress.esp x117SteelArmor.esp XAC.esp IF REGEX("SkyRe XAC Stat (Original|Swap)( Classic)?\.esp") TAG: {{BASH: Deactivate}} IF CHECKSUM("XAC.esp", 7BD34BA7) SAY: This is the SkyRe compatible version. IF CHECKSUM("XAC.esp", 7BD34BA7) && IFNOT FILE("XAC.bsa") WARN: Requires bsa or loose files from original version or this mod will not work. XdraugrReplacer.esp Xena.esp xFenWot3E.esp XheroReplacer.esp XiNafay - Kitty Corset.esp XiNafay - Kitty Corset (edit by Daie).esp XIVShanker.esp XVIa.esp yangyang_BeanSidhe.esp yangyang_BeautyQueen.esp yangyang_SavageArmor.esp YesThorSwords.esp yetiinvisiblehelmets.esp yfdac.esp Yngol.esp YngolsArmour.esp yogmirthekingsbane.esp YogWeapons.esp yoko.esp Young_Trap.esp YoungTrap.esp YPSArmorPack.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" ysgramor's artifacts improved.esp YsgramorNordicArmour.esp YsgramorNordicArmourv1.1.esp YsgramorShield_Craftable.esp Ysmir's Fury.esp Ysmir's Fury v3_1.esp YsmirAmulet.esp Yukikaze.esp yuna femaleFace piercings.esp YunaSunglassSets.esp yurou.esp zabswitchhat.esp IF CHECKSUM("zabswitchhat.esp", 70E18E66) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("zabswitchhat.esp", 70E18E66) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("zabswitchhat.esp", 70E18E66) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". zabuku.esp IF CHECKSUM("zabuku.esp", DADDF4B2) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("zabuku.esp", DADDF4B2) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("zabuku.esp", DADDF4B2) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Zabuzas.esp Zach Hood.esp zahkrii - sword of the dragonborn.esp ZangetsuAllForms.esp zarias_maidpack.esp zarias_restraints.esp ZatoichisKatana.esp ZaZ Gags.esp ZeldaMod.esp zeyarmor.esp ZGGB-R Armors.esp ZhaetheriaLegend.esp Zhaetheria Legend Aris Armor.esp zhanshen.esp ZhaoYunArmor.esp Zoe FX117.esp zz_GD_DB_RAHoods.esp //Standalone zz_GDRAHoods.esp zzDraugrParts.esp zzlovelyfeather.esp zzLSAR.esp zzMaidOutfits.esp zzTmBallGown.esp REQ: "http://www.nexusmods.com/skyrim/mods/6709 DIMONIZED UNP" ENDGROUP: Items XYZ /* Temporary place holder for mods that need to be loaded after many other item mods */ BEGINGROUP: Items Load Late AllowAmuletRing-MTM.esp Dr_Bandolier.esp // ^ Must load here for "SkyRealism - Capacity and Carry Weight.esp" Dr_BandolierDG.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Lorecraft - Bandolier.esp IF VAR(EN) && IFNOT FILE("Dr_Bandolier.esp") WARN: Keep 'Dr_Bandolier.esp' aswell! IF VAR(RU) && IFNOT FILE("Dr_Bandolier.esp") WARN: 'Dr_Bandolier.esp' также необходим для работы! IF VAR(BFNIAP) MOD: Hothtrooper44_Armor_Ecksstra.esp IF VAR(BFNIAP) MOD: hothtrooper44_ArmorCompilation.esp //aka Immersive Armors IF VERSION("hothtrooper44_ArmorCompilation.esp", "6.0", <) && IFNOT ACTIVE("SPIKE.esm") && IF VAR(EN) ERROR: SPIKE.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IF VERSION("hothtrooper44_ArmorCompilation.esp", "6.0", <) && IFNOT ACTIVE("SPIKE.esm") && IF VAR(RU) ERROR: SPIKE.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IF VERSION("hothtrooper44_ArmorCompilation.esp", "6.0", <) && IFNOT ACTIVE("SPIKE.esm") && IF VAR(ES) ERROR: SPIKE.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 1B01C914) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 983EFB9E) WARN: This is the Skyjubs Invisible Helmets version of hothtrooper44_ArmorCompilation.esp and may not produce the effects desired in conjuntion with other hothtrooper patches. It is not compatible with any other Skyjubs Invisible Helmets esps other than the Dawnguard and Dragonborn plugins. IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 1B01C914) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 983EFB9E) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 1B01C914) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 983EFB9E) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 1B01C914) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 983EFB9E) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 306605A4) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 53E0D03D) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 96B29C9D) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 306605A4) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 53E0D03D) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 96B29C9D) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 306605A4) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 53E0D03D) || IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", 96B29C9D) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", F95218FD) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", F95218FD) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hothtrooper44_ArmorCompilation.esp", F95218FD) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF REGEX("SkyRe_Plugin_ImmersiveArmor.+\.esp") TAG: {{BASH: Delev, Deactivate}} ELSE TAG: {{BASH: Delev, Relev}} IF VAR(BFNIAP) MOD: Immersive Armors - Français.esp IF VAR(BFNIAP) MOD: Deleveled Skyrim - hothtrooper44_ArmorCompilation.esp IF VAR(BFNIAP) MOD: Lorecraft - Immersive Armors.esp IF VAR(BFNIAP) MOD: SkyRe_Plugin_ImmersiveArmor_2.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(BFNIAP) MOD: Level List - Immersive Armor.esp TAG: {{BASH: Delev, Relev}} IFNOT FILE("hothtrooper44_ArmorCompilation.esp") REQ: hothtrooper44_ArmorCompilation.esp IFNOT FILE("Lorecraft - Immersive Armors.esp") REQ: Lorecraft - Immersive Armors.esp IA6npc01.esp IFNOT FILE("hothtrooper44_ArmorCompilation.esp") REQ: Immersive Armors (by hothtrooper44) IF FILE("ImmersiveArmorsNPCs.esp") INC: ImmersiveArmorsNPCs.esp ImmersiveArmorsNPCs.esp IFNOT FILE("hothtrooper44_ArmorCompilation.esp") REQ: Immersive Armors (by hothtrooper44) ImmersiveArmorsNPCsNoHelmets.esp IFNOT FILE("ImmersiveArmorsNPCs.esp") INC: ImmersiveArmorsNPCs.esp IFNOT FILE("hothtrooper44_ArmorCompilation.esp") REQ: Immersive Armors (by hothtrooper44) Immersive Armors for NPCs.esp IFNOT FILE("hothtrooper44_ArmorCompilation.esp") REQ: Immersive Armors (by hothtrooper44) // Qot's version of the Immersive Armors for NPCs mod IF VAR(BFNIAP) MOD: SI_WicCosIaPatch.esp BandolierForNPCMasterFile.esp IF CHECKSUM("BandolierForNPCMasterFile.esp", 112359C0) || IF CHECKSUM("BandolierForNPCMasterFile.esp", 76E11697) || IF CHECKSUM("BandolierForNPCMasterFile.esp", 0146A38B) && IF VAR(Dawnguard) ERROR: Use Dawnguard version. IF CHECKSUM("BandolierForNPCMasterFile.esp", 882FDEA5) || IF CHECKSUM("BandolierForNPCMasterFile.esp", 18D6D7C8) || IF CHECKSUM("BandolierForNPCMasterFile.esp", BECFD7BA) && IFNOT VAR(Dawnguard) ERROR: Use non-Dawnguard version. IF CHECKSUM("BandolierForNPCMasterFile.esp", 882FDEA5) || IF CHECKSUM("BandolierForNPCMasterFile.esp", 18D6D7C8) || IF CHECKSUM("BandolierForNPCMasterFile.esp", BECFD7BA) && IFNOT FILE("Dr_BandolierDG.esp") && IF VAR(Dawnguard) ERROR: Dawnguard add-on for Bandolier required. "http://www.nexusmods.com/skyrim/mods/22119 Dr_BandolierDG.esp" BandolierForNPCs.esp BandolierForNPCsWinterIsComing.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. BandolierForNPCsWIC_V2.esp BandolierForNPCsCloaksOfSkyrim.esp BandolierForNPCsBanditsWearHelmets.esp BandolierForNPCsCheaperBandoliers.esp IF VAR(EN) && IF FILE("Dr_BandolierDG.esp") ERROR: Use Dawnguard version. IF VAR(RU) && IF FILE("Dr_BandolierDG.esp") ERROR: Используйте версию для Dawnguard. BandolierForNPCsCheaperBandoliers_BalancedWeight.esp IF VAR(EN) && IF FILE("Dr_BandolierDG.esp") ERROR: Use Dawnguard version. IF VAR(RU) && IF FILE("Dr_BandolierDG.esp") ERROR: Используйте версию для Dawnguard. IF FILE("BandolierForNPCsCheaperBandoliers.esp") && IF VAR(EN) WARN: Use either BandolierForNPCsCheaperBandoliers.esp or BandolierForNPCsCheaperBandoliers_BalancedWeight.esp, not both. IF FILE("BandolierForNPCsCheaperBandoliers.esp") && IF VAR(RU) WARN: Используйте любой, или BandolierForNPCsCheaperBandoliers.esp или BandolierForNPCsCheaperBandoliers_BalancedWeight.esp, не оба. IF FILE("BandolierForNPCsCheaperBandoliers.esp") && IF VAR(ES) WARN: Usar BandolierForNPCsCheaperBandoliers.esp o BandolierForNPCsCheaperBandoliers_BalancedWeight.esp, no ambos. BandolierForNPCsCheaperBandoliersDawnguard.esp IFNOT VAR(Dawnguard) ERROR: Use non-Dawnguard version. IFNOT FILE("Dr_BandolierDG.esp") && IF VAR(Dawnguard) ERROR: Dawnguard add-on for Bandolier required. "http://www.nexusmods.com/skyrim/mods/22119 Dr_BandolierDG.esp" BandolierForNPCsCheaperBandoliers_BalancedWeight_Dawnguard.esp IFNOT VAR(Dawnguard) ERROR: Use non-Dawnguard version. IFNOT FILE("Dr_BandolierDG.esp") && IF VAR(Dawnguard) ERROR: Dawnguard add-on for Bandolier required. "http://www.nexusmods.com/skyrim/mods/22119 Dr_BandolierDG.esp" IF FILE("BandolierForNPCsCheaperBandoliersDawnguard.esp") && IF VAR(EN) WARN: Use either BandolierForNPCsCheaperBandoliersDawnguard.esp or BandolierForNPCsCheaperBandoliers_BalancedWeight_Dawnguard.esp, not both. IF FILE("BandolierForNPCsCheaperBandoliersDawnguard.esp") && IF VAR(RU) WARN: Используйте любой, или BandolierForNPCsCheaperBandoliersDawnguard.esp или BandolierForNPCsCheaperBandoliers_BalancedWeight_Dawnguard.esp, не оба. IF FILE("BandolierForNPCsCheaperBandoliersDawnguard.esp") && IF VAR(ES) WARN: Usar BandolierForNPCsCheaperBandoliersDawnguard.esp o BandolierForNPCsCheaperBandoliers_BalancedWeight_Dawnguard.esp, no ambos. BandolierForNPCsImmersiveArmorsPatch.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. calyps-dragonpriestmasks.esp IF VERSION("TES5", "1.9.32", <) REQ: Skyrim 1.9.32+ for version 1.1+ CraftableODPM.esp IF CHECKSUM("CraftableODPM.esp", 4804B647) REQ: "http://www.nexusmods.com/skyrim/mods/17707 calyps-dragonpriestmasks.esp" IF CHECKSUM("CraftableODPM.esp", 4804B647) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("CraftableODPM.esp", 4804B647) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("CraftableODPM.esp", 4804B647) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("CraftableODPM.esp", B19B9231) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CraftableODPM.esp", B19B9231) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CraftableODPM.esp", B19B9231) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita se limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DSHg - Circlets.esp DSHg - DragonPriest Masks.esp DSHg - Hats.esp DSHg - Helmets.esp DSHg - Hoods.esp DSHg - UpdateDG.esp DSHg - UpdateDB.esp HDT Havok Object.esp ImmersiveLoot - ImmersiveArmors.esp TAG: {{BASH: Delev, Relev}} IFNOT FILE("hothtrooper44_ArmorCompilation.esp") REQ: hothtrooper44_ArmorCompilation.esp IFNOT FILE("ImmersiveLoot.esp") REQ: ImmersiveLoot.esp ImmersiveLoot - MorrowindArmor.esp TAG: {{BASH: Delev, Relev}} IFNOT FILE("ImmersiveLoot.esp") REQ: ImmersiveLoot.esp IFNOT FILE("MorrowindArmor.esp") REQ: MorrowindArmor.esp ImmersiveLoot - RegentArmory.esp ImmersiveLoot - RegentArmoury.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("ImmersiveLoot - RegentArmoury.esp", B79EDD7F) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ImmersiveLoot - RegentArmoury.esp", B79EDD7F) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ImmersiveLoot - RegentArmoury.esp", B79EDD7F) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT FILE("RegentSword.esp") REQ: RegentSword.esp ImmersiveLoot - Bandoliers.esp IFNOT FILE("Dr_Bandolier.esp") REQ: Dr_Bandolier.esp LC_immersiveLoot.esp KKSDrBWeightFix.esp KKSDGWeightSliderFix.esp MECR_Callaghan.esp MennoHairFlowers.esp Restricted_Skyrim.esp SG_HothTrooper.esp IF VAR(EN) SAY: Remember to install ALL 6 original mods before activating this patch or Skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить все 6 оригинальных модов перед активацией этого патча или Skyrim будет вылетать, когда не найдет поддерживаемых файлов. IF VAR(ES) SAY: Remember to install ALL 6 original mods before activating this patch or Skyrim will crash when it can't find the supporting files. IF CHECKSUM("SG_HothTrooper.esp", C7B7E357) && IF VAR(EN) DIRTY: 8 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SG_HothTrooper.esp", C7B7E357) && IF VAR(RU) DIRTY: 8 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SG_HothTrooper.esp", C7B7E357) && IF VAR(ES) DIRTY: 8 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT ACTIVE("SG_BlacksmithsCavern.esm") && IF VAR(EN) ERROR: SG_BlacksmithsCavern.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SG_BlacksmithsCavern.esm") && IF VAR(RU) ERROR: SG_BlacksmithsCavern.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SG_BlacksmithsCavern.esm") && IF VAR(ES) ERROR: SG_BlacksmithsCavern.esm no se encuentra presente o activado. Skyrim fallara si intentas usar este mod sin el. IF FILE("SkyRe_Plugin_BaratheonArmor_1.esp") INC: SkyRe_Plugin_BaratheonArmor_1.esp IF VAR(EN) && IF ACTIVE("BaratheonArmor.esp") SAY: Remember not to load (or to simply delete) BaratheonArmor.esp IF VAR(RU) && IF ACTIVE("BaratheonArmor.esp") SAY: Не забудьте отключить или удалить BaratheonArmor.esp IF FILE("SkyRe_Plugin_HedgeKnightArmor_1.esp") INC: SkyRe_Plugin_HedgeKnightArmor_1.esp IF VAR(EN) && IF ACTIVE("HedgeKnight.esp") SAY: Remember not to load (or to simply delete) HedgeKnight.esp IF VAR(RU) && IF ACTIVE("HedgeKnight.esp") SAY: Не забудьте отключить или удалить HedgeKnight.esp IF FILE("SkyRe_Plugin_RedguardKnightArmor_3.esp") INC: SkyRe_Plugin_RedguardKnightArmor_3.esp IF VAR(EN) && IF ACTIVE("RedguardKnight.esp") SAY: Remember not to load (or to simply delete) RedguardKnight.esp IF VAR(RU) && IF ACTIVE("RedguardKnight.esp") SAY: Не забудьте отключить или удалить RedguardKnight.esp IF FILE("SkyRe_Plugin_VagabondArmor_5.esp") INC: SkyRe_Plugin_VagabondArmor_5.esp IF VAR(EN) && IF ACTIVE("VagabondArmor.esp") SAY: Remember not to load (or to simply delete) VagabondArmor.esp IF VAR(RU) && IF ACTIVE("VagabondArmor.esp") SAY: Не забудьте отключить или удалить VagabondArmor.esp IF FILE("SkyRe_Plugin_VanguardArmor_3.esp") INC: SkyRe_Plugin_VanguardArmor_3.esp IF VAR(EN) && IF ACTIVE("VanguardArmor.esp") SAY: Remember not to load (or to simply delete) VanguardArmor.esp IF VAR(RU) && IF ACTIVE("VanguardArmor.esp") SAY: Не забудьте отключить или удалить VanguardArmor.esp IF FILE("SkyRe_Plugin_WarchiefArmor_4.esp") INC: SkyRe_Plugin_WarchiefArmor_4.esp IF VAR(EN) && IF ACTIVE("warchiefarmor.esp") SAY: Remember not to load (or to simply delete) warchiefarmor.esp IF VAR(RU) && IF ACTIVE("warchiefarmor.esp") SAY: Не забудьте отключить или удалить warchiefarmor.esp ENDGROUP: Items Load Late ENDGROUP: Items BEGINGROUP: Overhauls // Initial position for Overhaul mods BEGINGROUP: General Overhauls ASIS-Encounter Zones.esp REGEX: Another Sorting(-LightWeight|-RealWeight)?\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). REGEX: ASM-Vanilla(-LightWeight|-RealWeight)?\.esp REGEX: ASM-DG(-LightWeight|-RealWeight)?\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). REGEX: ASM-HF(-LightWeight|-RealWeight)?\.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). REGEX: ASM-DB(-LightWeight|-RealWeight)?\.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). // the following ASM modulars have differing DLC master dependencies among some- omitted from BOSS alerts and left for users to figure out -LD ASM-Ammunition.esp REGEX: ASM-Craft(-LightWeight|-RealWeight)?\.esp REGEX: ASM-Food(-LightWeight|-RealWeight)?\.esp REGEX: ASM-Ingredient(-LightWeight|-RealWeight)?\.esp ASM-Misc.esp ASM-Potions.esp ASM-Potions-LightWeight.esp ASM-Soul Gems.esp ASM-Soul Gems-Alternative.esp ASM-Spells.esp ASM-Spells-LightWeight.esp ASM-FS.esp IFNOT ACTIVE("Falskaar.esm") && IF VAR(EN) ERROR: Falskaar.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Falskaar.esm") && IF VAR(RU) ERROR: Falskaar.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Falskaar.esm") && IF VAR(ES) ERROR: Falskaar.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. //Book-related ASM set has all been moved down below the new Book Covers position, which has itself been moved down below Quest Objectives. Move some again as necessary. -LD Immersive Weapons_ASM.esp IFNOT ACTIVE("Immersive Weapons.esp") && IF VAR(EN) ERROR: Immersive Weapons.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Immersive Weapons.esp") && IF VAR(RU) ERROR: Immersive Weapons.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Immersive Weapons.esp") && IF VAR(ES) ERROR: Immersive Weapons.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Skyrim Immersive Creatures ASM.esp Skyrim Immersive Creatures - DLC2 ASM.esp Weapons & Armor Fixes_Remade_ASM.esp Weapons and Armor Fixes_Remade_ASM.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Weapons and Armor_TrueOrcish-DaedricWeapons_ASM.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). armor balance e.esp betterdawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Better Sorting by eclips3 - Ingredients.esp REGEX: Better Sorting by eclips3 - Ingredients .+\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF ACTIVE("Better Sorting by eclips3 - Ingredients (Weightless).esp") || IF ACTIVE("Better Sorting by eclips3 - Ingredients (Vanilla Weight).esp") || IF ACTIVE("Better Sorting by eclips3 - Ingredients (Light Weight).esp") SAY: Use only 1 Better Sorting by eclips3 - Ingredients .esp file REGEX: Better Sorting by eclips3 - Soul Gems .+\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF ACTIVE("Better Sorting by eclips3 - Soul Gems (Named).esp") && IF ACTIVE("Better Sorting by eclips3 - Soul Gems (Numbered).esp") SAY: Use only 1 Better Sorting by eclips3 - Soul Gem .esp file Better Sorting by eclips3 - Books.esp REGEX: Better Sorting by eclips3 - Books .+\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF ACTIVE("Better Sorting by eclips3 - Books (Before).esp") && IF ACTIVE("Better Sorting by eclips3 - Books (After).esp") SAY: Use only 1 Better Sorting by eclips3 - Books .esp file REGEX: Better Sorting by eclips3 - Food .+\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF ACTIVE("Better Sorting by eclips3 - Food (Weightless).esp") || IF ACTIVE("Better Sorting by eclips3 - Food (Vanilla Weight).esp") || IF ACTIVE("Better Sorting by eclips3 - Food (Light Weight).esp") SAY: Use only 1 Better Sorting by eclips3 - Food .esp file REGEX: Better Sorting by eclips3 - Potions .+\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF ACTIVE("Better Sorting by eclips3 - Potions (Weightless).esp") || IF ACTIVE("Better Sorting by eclips3 - Potions (Vanilla Weight).esp") || IF ACTIVE("Better Sorting by eclips3 - Potions (Light Weight).esp") SAY: Use only 1 Better Sorting by eclips3 - Potions .esp file Better Sorting by eclips3 - Spells.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Better Sorting by eclips3 - Misc.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Better Sorting by eclips3 - Ammo.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) SGI.esp SGI_RSS.esp REGEX: Smithing Perks Overhaul( - Balanced)?\.esp IF VAR(EN) && IFNOT CHECKSUM("Smithing Perks Overhaul.esp", 92158BE3) && IFNOT CHECKSUM("Smithing Perks Overhaul - Balanced.esp", 80AAE7FF) SAY: Does not contain unexpected (or out of order) records or TESVSnip truncation issues as found in other mods by various authors. However, a newer esp fixed and cleaned with TES5Edit can be obtained here that may provide added stability. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Smithing Perks Overhaul.esp", 92158BE3) && IFNOT CHECKSUM("Smithing Perks Overhaul - Balanced.esp", 80AAE7FF) SAY: Не содержит неверных записей, как было найдено в других модах от разных авторов, однако новый esp, исправленный и очищенный в Tes5Edit вы можене найти "http://www.nexusmods.com/skyrim/mods/26230 здесь". Исправленный esp добавит больше стабильности. Если вы уже используете русифицированную-исправленную версию, то вам не о чем беспокоиться. IF FILE("PerkUP-Smithing.esp") INC: PerkUP-Smithing.esp IF FILE("Smithing Perks Overhaul - Balanced.esp") && IF FILE("Smithing Perks Overhaul.esp") && IF VAR(EN) WARN: Use either Smithing Perks Overhaul.esp or Smithing Perks Overhaul - Balanced.esp, not both. IF FILE("Smithing Perks Overhaul - Balanced.esp") && IF FILE("Smithing Perks Overhaul.esp") && IF VAR(RU) WARN: Используйте любой, или Smithing Perks Overhaul.esp или Smithing Perks Overhaul - Balanced.esp, не оба. IF FILE("Smithing Perks Overhaul - Balanced.esp") && IF FILE("Smithing Perks Overhaul.esp") && IF VAR(ES) WARN: Usar Smithing Perks Overhaul.esp o Smithing Perks Overhaul - Balanced.esp, no ambos. IF FILE("Complete Crafting Overhaul.esp") && IF VAR(EN) SAY: Use Smithing Perks Overhaul - Balanced.esp with Complete Crafting Overhaul. IF FILE("Complete Crafting Overhaul.esp") && IF VAR(RU) SAY: С модом Smithing Perks Overhaul - Balanced.esp используйте Complete Crafting Overhaul. IF FILE("Complete Crafting Overhaul.esp") && IF VAR(ES) SAY: Usar Smithing Perks Overhaul - Balanced.esp como Complete Crafting Overhaul. Smithing Perks Overhaul - ITA.esp Smithing Perks Overhaul - Balanced - ITA.esp Smithing Perks Overhaul_Remade.esp IF CHECKSUM("Smithing Perks Overhaul_Remade.esp", E957FD42) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("Smithing Perks Overhaul_Remade.esp", E957FD42) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC) IF CHECKSUM("Smithing Perks Overhaul_Remade.esp", E957FD42) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Smithing Perks Overhaul_Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Smithing Perks Overhaul_Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) SoT-OBIS.esp SoT-OBISDB.esp Weapons & Armor_Fixes.esp //despite name, some version(s) were combined with Smithing Perk Overhaul_Remade too REGEX: Complete Crafting Overhaul( - BS version)?\.esp IF VAR(EN) && IFNOT CHECKSUM("Complete Crafting Overhaul.esp", 8534CD3C) && IFNOT CHECKSUM("Complete Crafting Overhaul - BS version.esp", 193D9214) SAY: Does not contain unexpected (or out of order) records or TESVSnip truncation issues as found in other mods by various authors. However, a newer esp fixed and cleaned with TES5Edit can be obtained here that may provide added stability. ("http://www.nexusmods.com/skyrim/mods/26230 Compatibility Patch") IF VAR(RU) && IFNOT CHECKSUM("Complete Crafting Overhaul.esp", 8534CD3C) && IFNOT CHECKSUM("Complete Crafting Overhaul - BS version.esp", 193D9214) SAY: Не содержит неверных записей, как было найдено в других модах от разных авторов, однако новый esp, исправленный и очищенный в Tes5Edit вы можене найти "http://www.nexusmods.com/skyrim/mods/26230 здесь". Исправленный esp добавит больше стабильности. Если вы уже используете русифицированную-исправленную версию, то вам не о чем беспокоиться. IF FILE("Smithing Perks Overhaul.esp") INC: Smithing Perks Overhaul.esp IF FILE("Complete Crafting Overhaul - BS version.esp") && IF FILE("Complete Crafting Overhaul.esp") && IF VAR(EN) WARN: Use either Complete Crafting Overhaul.esp or Complete Crafting Overhaul - BS version.esp, not both. IF FILE("Complete Crafting Overhaul - BS version.esp") && IF FILE("Complete Crafting Overhaul.esp") && IF VAR(RU) WARN: Используйте любой, или Complete Crafting Overhaul.esp или Complete Crafting Overhaul - BS version.esp, не оба. IF FILE("Complete Crafting Overhaul - BS version.esp") && IF FILE("Complete Crafting Overhaul.esp") && IF VAR(ES) WARN: Usar Complete Crafting Overhaul.esp o Complete Crafting Overhaul - BS version.esp, no ambos. IF VAR(EN) && IF REGEX("(Headbomb's )?Better Sorting.*\.esp") && IF FILE("Complete Crafting Overhaul.esp") WARN: Use only BS-version for Better Sorting. IF VAR(RU) && IF REGEX("(Headbomb's )?Better Sorting.*\.esp") && IF FILE("Complete Crafting Overhaul.esp") WARN: Для Better Sorting используйте только BS-версию. IF VAR(EN) && IF VAR(SkyReM) WARN: Skyre mod is detected. Possible doubles in crafting menu IF VAR(RU) && IF VAR(SkyReM) WARN: Обнаружен мод SkyRe. Возможны дубликаты в меню крафтинга. IF VAR(EN) SAY: Will conflict with mods that modify existing recipes. IF VAR(RU) SAY: Возможны конфликты с модами, модифицирующими существующие рецепты. Complete Crafting Overhaul_Remade.esp Complete Crafting Overhaul_Dawnguard.esp Complete Crafting Overhaul_Hearthfire.esp Complete Crafting Overhaul_Dragonborn.esp Lorecraft - Crafting Overhaul.esp Lorecraft - Complete Crafting Overhaul - BS version.esp ScarabCraftingHacks.esp Crafting 300 Basic.esp TAG: {{BASH: Delev, Relev}} // tags as in original crafting 300 mod Crafting300_Basic_extras_v1.0.esp Crafting300 - No Perk Tree Edits.esp 300 Smithing fix.esp Darwins_Hard_Times.esp Destruction Overhaul.esp Distiller.esp TAG: {{BASH: Relev}} Bouilleur de cru.esp // French Distiller TAG: {{BASH: Relev}} IF FILE("Distiller.esp") && IF VAR(EN) WARN: Use either Use Distiller.esp or Bouilleur de cru.esp, not both. IF FILE("Distiller.esp") && IF VAR(RU) WARN: Используйте любой, или Distiller.esp или Bouilleur de cru.esp, не оба. IF FILE("Distiller.esp") && IF VAR(ES) WARN: Usar Use Distiller.esp o Bouilleur de cru.esp, no ambos. DwemerMetalOverhaul.esp enhancedgameplay.esp egp2.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" Equipping Overhaul.esp Expanded Apothecary Inventory.esp IF CHECKSUM("Expanded Apothecary Inventory.esp", 761777FF) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Expanded Apothecary Inventory.esp", 761777FF) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Expanded Apothecary Inventory.esp", 761777FF) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". foodoverhaul.esp Grimy_Enchantment.esp // four diferent versions with same name TAG: {{BASH: Relev}} IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Grimy_Enchantment.esp", 7A9291E3) || IF CHECKSUM("Grimy_Enchantment.esp", 4C1F39C0) && IF VAR(EN) DIRTY: 47 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Grimy_Enchantment.esp", 7A9291E3) || IF CHECKSUM("Grimy_Enchantment.esp", 4C1F39C0) && IF VAR(RU) DIRTY: 47 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Grimy_Enchantment.esp", 7A9291E3) || IF CHECKSUM("Grimy_Enchantment.esp", 4C1F39C0) && IF VAR(ES) DIRTY: 47 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Grimy_Enchantment.esp", E8494AAE) || IF CHECKSUM("Grimy_Enchantment.esp", DFEB1716) && IF VAR(EN) DIRTY: 32 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Grimy_Enchantment.esp", E8494AAE) || IF CHECKSUM("Grimy_Enchantment.esp", DFEB1716) && IF VAR(RU) DIRTY: 32 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Grimy_Enchantment.esp", E8494AAE) || IF CHECKSUM("Grimy_Enchantment.esp", DFEB1716) && IF VAR(ES) DIRTY: 32 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HarvestOverhaul.esp HarvestOverhaulDawnguard.esp HarvestOverhaulDragonborn.esp HarvestOverhaulDawnguardDragonborn.esp HarvestOverhaulSalmonRoe.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). HarvestOverhaulCreatures.esp HarvestOverhaulCreaturesDawnguard.esp IFNOT FILE("HarvestOverhaulCreatures.esp") INC: HarvestOverhaulCreatures.esp HarvestOverhaulCreaturesDragonborn.esp HarvestOverhaulCreaturesDawnguardDragonborn.esp IFNOT FILE("HarvestOverhaulCreatures.esp") INC: HarvestOverhaulCreatures.esp IFNOT FILE("HarvestOverhaulCreaturesDawnguard.esp") INC: HarvestOverhaulCreaturesDawnguard HarvestOverhaulCreaturesDawnguardHearthfire.esp HarvestOverhaulCreaturesDawnguardHearthfireDragonborn.esp // Harvest Overhaul Compatibility patches located after mods patched Skyre_main.esp and IMCN - Overrides.esp as author suggests HarvestOverhaul_100Chance.esp IF VAR(EN) SAY: Obsolete. Delete, no replacement in latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. HarvestOverhaulCreaturesDogMeatFree.esp IF VAR(EN) SAY: Obsolete. Delete, no replacement in latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. FloraRespawnFix.esp FloraRespawnFixDG.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). FloraRespawnFixHF.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). FloraRespawnFixDB.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). // Flora Respawn plugins moved here to avoid issues with Harvest Overhaul. - William FloraRespawnFixRedux.esp huntingrebalanced.esp huntingrebalanceddg.esp huntingrebalancedhf.esp huntingrebalanceddb.esp Lock Overhaul.esp mm_BeluaSanguinareRevisitedVampireRace.esp MM_BeluaSangunaireRevisited.esp mm_BeluaSanguinareRevisitedDialogueFixes.esp MM_BeluaSangunaireRevisitedLootTables.esp mm_BeluaSanguinareRevisitedLootTables.esp mm_BeluaSanguinareRevisitedRefuge.esp mm_BeluaSanguinareRevisitedStaminaSprintDrain.esp mm_BeluaSanguinareRevisitedDGCompatibility.esp MoM - Mastery of Magicka.esp IF VAR(EN) SAY: Use only one MoM esp. IF VAR(RU) SAY: Используйте только один MoM esp. IF VAR(ES) SAY: Utilizar solo un MoM esp. TAG: {{BASH: Delev}} IF CHECKSUM("MoM - Mastery of Magicka.esp", ADDF2A6D) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoM - Mastery of Magicka.esp", ADDF2A6D) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoM - Mastery of Magicka.esp", ADDF2A6D) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MoM - No Alchemy & Enchanting.esp IF VAR(EN) SAY: Use only one MoM esp. IF VAR(RU) SAY: Используйте только один MoM esp. IF VAR(ES) SAY: Utilizar solo un MoM esp. TAG: {{BASH: Delev}} IF CHECKSUM("MoM - No Alchemy & Enchanting.esp", 3C26874D) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoM - No Alchemy & Enchanting.esp", 3C26874D) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoM - No Alchemy & Enchanting.esp", 3C26874D) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MoM - No Alchemy.esp IF VAR(EN) SAY: Use only one MoM esp. IF VAR(RU) SAY: Используйте только один MoM esp. IF VAR(ES) SAY: Utilizar solo un MoM esp. TAG: {{BASH: Delev}} IF CHECKSUM("MoM - No Alchemy.esp", 658C9F93) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoM - No Alchemy.esp", 658C9F93) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoM - No Alchemy.esp", 658C9F93) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MoM - No Enchanting.esp IF VAR(EN) SAY: Use only one MoM esp. IF VAR(RU) SAY: Используйте только один MoM esp. IF VAR(ES) SAY: Utilizar solo un MoM esp. TAG: {{BASH: Delev}} IF CHECKSUM("MoM - No Enchanting.esp", A51AF24C) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoM - No Enchanting.esp", A51AF24C) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoM - No Enchanting.esp", A51AF24C) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Mundane_mundus.esp T3nd0sOverhaul.esp IF VAR(EN) SAY: Obsolete. Update to latest version, SkyRe - Skyrim Redone. IF VAR(RU) SAY: Устарело. Обновите до последней версии, SkyRe - Skyrim Redone. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SkyRe - Skyrim Redone. IF VAR(EN) SAY: Only for non ENB users IF VAR(RU) SAY: Для не ENB-пользователей. T3nd0sOverhaulNoLighting.esp IF VAR(EN) SAY: Obsolete. Update to latest version, SkyRe - Skyrim Redone. IF VAR(RU) SAY: Устарело. Обновите до последней версии, SkyRe - Skyrim Redone. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SkyRe - Skyrim Redone. IF FILE("T3nd0sOverhaul.esp") INC: T3nd0sOverhaul.esp IF VAR(EN) SAY: Only for ENB users IF VAR(RU) SAY: Только для не ENB пользователей. Legendary Lore - Dragons.esp IF VAR(EN) INC: Deadly Dragons and other Dragon overhaul mods IF VAR(RU) INC: Deadly Dragons и прочие глобальные моды на драконов. dragonnests.esp Dragon Overhaul.esp IF VAR(EN) INC: Deadly Dragons and other Dragon overhaul mods IF VAR(RU) INC: Deadly Dragons и прочие глобальные моды на драконов. dragon overhaul (DG).esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). dragon overhaul (DB).esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Dragon Combat Overhaul.esp EpicEndeavours.esp // TAG: {{BASH: Actors.ACBS, Actors.CombatStyle, Delev, Factions, Actors.AIData, Actors.Spells, NPC.Class, Relev}} TAG: {{BASH: Delev, Relev}} EpicGlorySlowerLevelingByMadmole.esp IF VAR(EpicGloryInst) INC: EpicGloryByMadmole.esp FactionOverhaulV25.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. LegionOverhaulV25.esp /* Designed to work with "Deadly Dragons" mod (v3.1.0) */ megadragons.esp PathfindersItemAlterations.esp Requiem.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) SAY: Requiem makes a LOT of changes. You may want to consider creating and using a Userlist based on your particular mod loadout. IF VAR(RU) SAY: Requiem вносит в игру большое количество изменений. Возможно вам потребуется использование создание пользовательских правил для вашего конкретного набора модов или использование других средств, для дополнительной корректировки порядка загрузки установленных модов. IF VAR(ES) SAY: Requiem makes a LOT of changes. You may want to consider creating and using a Userlist based on your particular mod loadout. IF CHECKSUM("Requiem.esp", E7945687) || IF CHECKSUM("Requiem.esp", 2E4F346A) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("Requiem.esp", E7945687) || IF CHECKSUM("Requiem.esp", 2E4F346A) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("Requiem.esp", E7945687) || IF CHECKSUM("Requiem.esp", 2E4F346A) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Requiem.esp", E7945687) && IF VAR(EN) DIRTY: 170 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Requiem.esp", E7945687) && IF VAR(RU) DIRTY: 170 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Requiem.esp", E7945687) && IF VAR(ES) DIRTY: 170 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Requiem.esp", 3B5FC1DF) && IF VAR(EN) DIRTY: 173 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Requiem.esp", 3B5FC1DF) && IF VAR(RU) DIRTY: 173 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Requiem.esp", 3B5FC1DF) && IF VAR(ES) DIRTY: 173 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Requiem - Resources.esp Requiem - Additonal Carry Weight 10000.esp Requiem - Alternative Altar Blessing Conditions.esp Requiem - Attribute Gain On Leveling Up +10.esp Requiem - CarryWeightIncreaseByStamina5.esp Requiem - CleardDungeonRespawnDefaultTime.esp Requiem - Difficulty Bar Restored - Nightmare.esp Requiem - Difficulty Bar Restored.esp IF FILE("Requiem - Difficulty Bar Restored - Nightmare.esp") && IF VAR(EN) WARN: Use either Requiem - Difficulty Bar Restored - Nightmare.esp or Requiem - Difficulty Bar Restored.esp, not both. IF FILE("Requiem - Difficulty Bar Restored - Nightmare.esp") && IF VAR(RU) WARN: Используйте любой или Requiem - Difficulty Bar Restored - Nightmare.esp или Requiem - Difficulty Bar Restored.esp, не обa. IF FILE("Requiem - Difficulty Bar Restored - Nightmare.esp") && IF VAR(ES) WARN: Usar Requiem - Difficulty Bar Restored - Nightmare.esp o Requiem - Difficulty Bar Restored.esp, no ambos. Requiem - Disabled General Respawn.esp Requiem - Easier Bartering.esp Requiem - Faendal & Sven available as Followers.esp Requiem - GoldHasNoWeight.esp Requiem - Hard Times.esp Requiem - LessBowDamage.esp Requiem - Less NPC Spell Damage.esp Requiem - Maximum Caps 60.esp Requiem - More Dragons.esp Requiem - No Heartbeat.esp Requiem - No messages.esp Requiem - No Overencumbered Messages.esp IF FILE("Requiem - No Messages.esp") && IF VAR(EN) WARN: Use either Requiem - No Overencumbered Messages.esp or Requiem - No messages.esp, not both. IF FILE("Requiem - No Messages.esp") && IF VAR(RU) WARN: Используйте любой или Requiem - No Overencumbered Messages.esp или Requiem - No messages.esp, не обa. IF FILE("Requiem - No Messages.esp") && IF VAR(ES) WARN: Usar Requiem - No Overencumbered Messages.esp o Requiem - No messages.esp, no ambos. Requiem - No Smithing Books Required for Perks.esp Requiem - No Standing Stone Limitation.esp Requiem - No Vampire Tweaks.esp Requiem - NoDragonFearAura.esp Requiem - NPC Accuracy +1 Degree.esp Requiem - NPCsDoNotUseAmmo.esp Requiem - Oldschool Combat.esp Requiem - Potions Weight.esp Requiem - Rebalanced potions weight.esp Requiem - Resting Bonus for Skill Rates.esp Requiem - Restored Rewarding Sounds.esp Requiem - Restored Saving Messages.esp Requiem - Slower Arrows.esp Requiem - Starting Spells.esp Requiem - TrainUnitsPerLevel0.esp Requiem - TrainUnitsPerLevel10.esp IF FILE("Requiem - TrainUnitsPerLevel0.esp") && IF VAR(EN) WARN: Use either Requiem - TrainUnitsPerLevel0.esp or Requiem - TrainUnitsPerLevel10.esp, not both. IF FILE("Requiem - TrainUnitsPerLevel0.esp") && IF VAR(RU) WARN: Используйте любой или Requiem - TrainUnitsPerLevel0.esp или Requiem - TrainUnitsPerLevel10.esp, не обa. IF FILE("Requiem - TrainUnitsPerLevel0.esp") && IF VAR(ES) WARN: Usar Requiem - TrainUnitsPerLevel0.esp o Requiem - TrainUnitsPerLevel10.esp, no ambos. Requiem - TrainUnitsPerLevel100.esp IF FILE("Requiem - TrainUnitsPerLevel10.esp") || IF FILE("Requiem - TrainUnitsPerLevel0.esp") && IF VAR(EN) WARN: Use only one TrainUnitsPerLevel*.esp. IF FILE("Requiem - TrainUnitsPerLevel10.esp") || IF FILE("Requiem - TrainUnitsPerLevel0.esp") && IF VAR(RU) WARN: Используйте только один TrainUnitsPerLevel*.esp. IF FILE("Requiem - TrainUnitsPerLevel10.esp") || IF FILE("Requiem - TrainUnitsPerLevel0.esp") && IF VAR(ES) WARN: Utilizar solo un TrainUnitsPerLevel*.esp. Requiem - TrainUnitsPerLevel5.esp IF FILE("Requiem - TrainUnitsPerLevel100.esp") || IF FILE("Requiem - TrainUnitsPerLevel10.esp") || IF FILE("Requiem - TrainUnitsPerLevel0.esp") && IF VAR(EN) WARN: Use only one TrainUnitsPerLevel*.esp. IF FILE("Requiem - TrainUnitsPerLevel100.esp") || IF FILE("Requiem - TrainUnitsPerLevel10.esp") || IF FILE("Requiem - TrainUnitsPerLevel0.esp") && IF VAR(RU) WARN: Используйте только один TrainUnitsPerLevel*.esp. IF FILE("Requiem - TrainUnitsPerLevel100.esp") || IF FILE("Requiem - TrainUnitsPerLevel10.esp") || IF FILE("Requiem - TrainUnitsPerLevel0.esp") && IF VAR(ES) WARN: Utilizar solo un TrainUnitsPerLevel*.esp. Requiem - Vanilla Attribute Gain On Leveling Up.esp Requiem - Vanilla Continous Spells.esp Requiem - Vanilla Death Cam.esp Requiem - Vanilla Guards Armor.esp Requiem - Vanilla Melee Weapon Reach.esp Requiem - Vanilla Pressure Plates.esp Requiem - Vanilla Resist Caps.esp Requiem - Vanilla Sneaking.esp Requiem - Vanilla Standing Stone Effects.esp Requiem - Vanilla Starting Skills.esp Requiem - Vanilla Time Flow.esp Requiem - Vanilla Torches.esp Requiem - Weapon Damage Modifier 2x Vanilla.esp Requiem - Weapon Damage Modifier 3x Vanilla.esp IF FILE("Requiem - Weapon Damage Modifier 2x Vanilla.esp") && IF VAR(EN) WARN: Use either Requiem - Weapon Damage Modifier 2x Vanilla.esp or Requiem - Weapon Damage Modifier 3x Vanilla.esp, not both. IF FILE("Requiem - Weapon Damage Modifier 2x Vanilla.esp") && IF VAR(RU) WARN: Используйте любой или Requiem - Weapon Damage Modifier 2x Vanilla.esp или Requiem - Weapon Damage Modifier 3x Vanilla.esp, не обa. IF FILE("Requiem - Weapon Damage Modifier 2x Vanilla.esp") && IF VAR(ES) WARN: Usar Requiem - Weapon Damage Modifier 2x Vanilla.esp o Requiem - Weapon Damage Modifier 3x Vanilla.esp, no ambos. REGEX: Requiem -.*\.esp // For all other unrecognized options AOS_Requiem Patch.esp konahrik_accoutrements_Requiem.esp konahrik_accoutrements_Requiem_db.esp REQ - BCS Patch.esp RequiemDB - SIC Patch.esp soma's archery overhaul (sao).esp ProjectFrenzy.esp SkyRealism.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SkyRealism - BabettesFeastBalanced.esp IFNOT ACTIVE("SkyRealism.esp") && IF VAR(EN) ERROR: SkyRealism.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SkyRealism.esp") && IF VAR(RU) ERROR: SkyRealism.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SkyRealism.esp") && IF VAR(ES) ERROR: SkyRealism.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("BabettesFeastBalanced.esp") && IF VAR(EN) ERROR: BabettesFeastBalanced.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("BabettesFeastBalanced.esp") && IF VAR(RU) ERROR: BabettesFeastBalanced.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("BabettesFeastBalanced.esp") && IF VAR(ES) ERROR: BabettesFeastBalanced.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. SkyRealism - CookingExpanded.esp IFNOT ACTIVE("SkyRealism.esp") && IF VAR(EN) ERROR: SkyRealism.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SkyRealism.esp") && IF VAR(RU) ERROR: SkyRealism.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SkyRealism.esp") && IF VAR(ES) ERROR: SkyRealism.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("CookingExpanded.esp") && IF VAR(EN) ERROR: CookingExpanded.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("CookingExpanded.esp") && IF VAR(RU) ERROR: CookingExpanded.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("CookingExpanded.esp") && IF VAR(ES) ERROR: CookingExpanded.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. SkyRealism - Dr_Bandolier.esp IFNOT ACTIVE("SkyRealism.esp") && IF VAR(EN) ERROR: SkyRealism.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SkyRealism.esp") && IF VAR(RU) ERROR: SkyRealism.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SkyRealism.esp") && IF VAR(ES) ERROR: SkyRealism.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("Dr_Bandolier.esp") && IF VAR(EN) ERROR: Dr_Bandolier.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Dr_Bandolier.esp") && IF VAR(RU) ERROR: Dr_Bandolier.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Dr_Bandolier.esp") && IF VAR(ES) ERROR: Dr_Bandolier.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. SkyRealism - WVExpansion.esp IFNOT ACTIVE("SkyRealism.esp") && IF VAR(EN) ERROR: SkyRealism.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SkyRealism.esp") && IF VAR(RU) ERROR: SkyRealism.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SkyRealism.esp") && IF VAR(ES) ERROR: SkyRealism.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("WVExpansion.esp") && IF VAR(EN) ERROR: WVExpansion.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("WVExpansion.esp") && IF VAR(RU) ERROR: WVExpansion.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("WVExpansion.esp") && IF VAR(ES) ERROR: WVExpansion.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Skyrim Hardcore Overhaul.esp TAG: {{BASH: Delev}} IF CHECKSUM("Skyrim Hardcore Overhaul.esp", DAE7CFE2) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyrim Hardcore Overhaul.esp", DAE7CFE2) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyrim Hardcore Overhaul.esp", DAE7CFE2) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skyrim Refurbished.esp Skyrim_New Balance.esp TAG: {{BASH: Delev, Relev}} REGEX: SME - .+\.esp TCSO - Total Carryweight System Overhaul with Backpacks.esp IF CHECKSUM("TCSO - Total Carryweight System Overhaul with Backpacks.esp", 2D7F88D5) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TCSO - Total Carryweight System Overhaul with Backpacks.esp", 2D7F88D5) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TCSO - Total Carryweight System Overhaul with Backpacks.esp", 2D7F88D5) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Civil War.esp TheHelm.esp Tropical Skyrim.esp IF VAR(EN) SAY: Other environmental mods may be incompatible. See the "http://www.nexusmods.com/skyrim/mods/33017 incompatibility notes" for general advice. IF VAR(RU) SAY: Другие моды, меняющие окружающую среду могут быть несовместимы. Смотрите "http://www.nexusmods.com/skyrim/mods/33017 заметки о несовместимостях". IF VAR(ES) SAY: Other environmental mods may be incompatible. See the "http://www.nexusmods.com/skyrim/mods/33017 incompatibility notes" for general advice. IF CHECKSUM("Tropical Skyrim.esp", EE3DA029) && IF VAR(EN) DIRTY: 1945 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tropical Skyrim.esp", EE3DA029) && IF VAR(RU) DIRTY: 1945 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tropical Skyrim.esp", EE3DA029) && IF VAR(ES) DIRTY: 1945 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Tropical Skyrim.esp", 452961DF) && IF VAR(EN) DIRTY: 1943 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tropical Skyrim.esp", 452961DF) && IF VAR(RU) DIRTY: 1943 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tropical Skyrim.esp", 452961DF) && IF VAR(ES) DIRTY: 1943 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Tropical Skyrim -- Birds.esp IF CHECKSUM("Tropical Skyrim -- Birds.esp", CF25ED24) && IF VAR(EN) DIRTY: 32 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tropical Skyrim -- Birds.esp", CF25ED24) && IF VAR(RU) DIRTY: 32 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tropical Skyrim -- Birds.esp", CF25ED24) && IF VAR(ES) DIRTY: 32 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Tropical Skyrim -- Less Bloom.esp IF VAR(EN) SAY: Other environmental mods may be incompatible. See the "http://www.nexusmods.com/skyrim/mods/33017 incompatibility notes" for general advice. IF VAR(RU) SAY: Другие моды, меняющие окружающую среду могут быть несовместимы. Смотрите "http://www.nexusmods.com/skyrim/mods/33017 заметки о несовместимостях". IF VAR(ES) SAY: Other environmental mods may be incompatible. See the "http://www.nexusmods.com/skyrim/mods/33017 incompatibility notes" for general advice. IF CHECKSUM("Tropical Skyrim -- Less Bloom.esp", C599B0AB) && IF VAR(EN) DIRTY: 1945 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tropical Skyrim -- Less Bloom.esp", C599B0AB) && IF VAR(RU) DIRTY: 1945 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tropical Skyrim -- Less Bloom.esp", C599B0AB) && IF VAR(ES) DIRTY: 1945 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". TropicalSkyrimImperialConquistadors.esp Twistedfatal Guardians.esp ultradragons.esp WoTS - Overhaul Version.esp IF CHECKSUM("WoTS - Overhaul Version.esp", 64810379) && IF VAR(EN) DIRTY: 32 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WoTS - Overhaul Version.esp", 64810379) && IF VAR(RU) DIRTY: 32 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WoTS - Overhaul Version.esp", 64810379) && IF VAR(ES) DIRTY: 32 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // SUBGROUP: YASH YASH.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IFNOT VAR(USKP) && IF VAR(EN) ERROR: Unofficial Skyrim Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without the "http://www.nexusmods.com/skyrim/mods/19 Unofficial Skyrim Patch" IFNOT VAR(USKP) && IF VAR(RU) ERROR: Unofficial Skyrim Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без the "http://www.nexusmods.com/skyrim/mods/19 Unofficial Skyrim Patch" IFNOT VAR(UDGP) && IF VAR(EN) ERROR: Unofficial Dawnguard Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without the "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch" IFNOT VAR(UDGP) && IF VAR(RU) ERROR: Unofficial Dawnguard Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без the "http://www.nexusmods.com/skyrim/mods/23491 Unofficial Dawnguard Patch" IFNOT VAR(UHFP) && IF VAR(EN) ERROR: Unofficial Hearthfire Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without the "http://www.nexusmods.com/skyrim/mods/25127 Unofficial Hearthfire Patch" IFNOT VAR(UHFP) && IF VAR(RU) ERROR: Unofficial Hearthfire Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без the "http://www.nexusmods.com/skyrim/mods/25127 Unofficial Hearthfire Patch" IFNOT VAR(UDBP) && IF VAR(EN) ERROR: Unofficial Dragonborn Patch.esp is not present or is not active. Skyrim will CTD when loading if using this file without the "http://www.nexusmods.com/skyrim/mods/31083 Unofficial Dragonborn Patch" IFNOT VAR(UDBP) && IF VAR(RU) ERROR: Unofficial Dragonborn Patch.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без the "http://www.nexusmods.com/skyrim/mods/31083 Unofficial Dragonborn Patch" IF VAR(EN) SAY: If installing optional files, use either YASH.esp + YASH_AllOptionals.esp OR YASH.esp + one or more of the optional ESPs. IF VAR(RU) SAY: Если установлены опциональные файлы, используйте любой YASH.esp + YASH_AllOptionals.esp или YASH.esp + один или более опциональных ESP. IF VAR(ES) SAY: If installing optional files, use either YASH.esp + YASH_AllOptionals.esp OR YASH.esp + one or more of the optional ESPs. YASH_AllOptionals.esp YASH_CombatAI.esp YASH_DroppableQuestItems.esp YASH_FoodsAndDrinks.esp YASH_GuardsWithoutHelmets.esp YASH_ImprovedClasses.esp YASH_ItemsStats.esp YASH_OpenEncounterZones.esp YASH_Perks.esp YASH_PowerfulShouts.esp YASH_RenamedSkillBooks.esp YASH_SmithingRecipes.esp YASH_UncommonPlants.esp YASH_UnleveledEnemies.esp YASH_UnleveledLoot.esp // SUBGROUP: YASH ENDGROUP: General Overhauls BEGINGROUP: Dragons hunt in Swarms DragonSwarms.esp IF VAR(IncDSwarmMorAgress) INC: DS-MoreAgressionForRemover.esp REGEX: DragonSwarms (V...)?-Easy Mode\.esp IF VAR(IncDSwarmMorAgress) INC: DS-MoreAgressionForRemover.esp DragonSwarms - Easy Mode.esp DragonSwarms - Insane Mode.esp DS-ExtendedDragonList.esp IF VAR(EN) && IF VAR(DSwarmInst) WARN: Not Needed Already in v3.1 IF VAR(RU) && IF VAR(DSwarmInst) WARN: Не нужно, уже включено в версию v3.1+ IF VAR(IncDSwarmMorAgress) INC: DS-MoreAgressionForRemover.esp DS-FlybyOpt.esp IF VAR(EN) && IF VAR(DSwarmInst) WARN: Not Needed Already in v3.1 IF VAR(RU) && IF VAR(DSwarmInst) WARN: Не нужно, уже включено в версию v3.1+ IF VAR(IncDSwarmMorAgress) INC: DS-MoreAgressionForRemover.esp DS-MoreAgressionForRemover.esp IF VAR(EN) && IF VAR(DSwarmInst) WARN: Not Needed Already in v3.1 IF VAR(RU) && IF VAR(DSwarmInst) WARN: Не нужно, уже включено в версию v3.1+ DragonSwarmsOptRemoveTimerStable.esp IF VAR(EN) && IF VAR(DSwarmInst) WARN: Not Needed Already in v3.1 IF VAR(RU) && IF VAR(DSwarmInst) WARN: Не нужно, уже включено в версию v3.1+ DS-VanillaTimer+MultipleEvents.esp IF VAR(IncDSwarmMorAgress) INC: DS-MoreAgressionForRemover.esp ENDGROUP: Dragons hunt in Swarms BEGINGROUP: PISE PISE.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("PISE.esp", 3FD14C0F) && IF VAR(EN) DIRTY: 131 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PISE.esp", 3FD14C0F) && IF VAR(RU) DIRTY: 131 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PISE.esp", 3FD14C0F) && IF VAR(ES) DIRTY: 131 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PISE-AI Overhaul.esp REGEX: Increased Spawns, Loot, and AI\.esp REGEX: .{0,5}Increased Level Scales\.esp REGEX: .{0,5}Increased Spawns Only\.esp PISE-Encounter Zones.esp PISE-Encounter Zones Only.esp PISE-NPC Tweaks and Potions.esp REGEX: .{0,5}Loot Tweaks Only\.esp REGEX: .{0,5}Sneak Tweaks Only\.esp PISE-Gold Tweaks Only.esp REGEX: .{0,5}AI Tweaks Only\.esp PISE-Vendors.esp PISE-Misc Vendors.esp PISE-Vendor Tweaks Only.esp PISE-Dragon weighting only.esp // TAG: {{BASH: Stats}} PISE-Difficult Bartering.esp PISE-Bartering Tweaks.esp PISE-Bartering Tweaks Only.esp IF VAR(EN) SAY: The next one conflicts with some equipment changes, but you'll get some of my changes with the rest of his in the case of a conflict. In most cases, do not use. IF VAR(RU) SAY: Возможны конфликты с некоторыми модами, правящими инвентарь, но вы можете получить некоторые из моих изменений с другими, из конфликтующего мода. В большинстве случаев не используйте этот мод. PISE-NPC Equipment Tweaks Only.esp PISE-Less Intense Level Scaling.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. PISE-More Intense Level Scaling.esp WeaponsOf3E Beta PISE Compatibility Plugin.esp TAG: {{BASH: Delev, Relev}} WeaponsOf3E 1-0 PISE Plugin.esp TAG: {{BASH: Delev, Relev}} WeaponsOf3E PISE Compatibility Plugin.esp TAG: {{BASH: Delev, Relev}} WeaponsOf3E PISE Plugin.esp TAG: {{BASH: Delev, Relev}} ENDGROUP: PISE BEGINGROUP: War in Skyrim WarinSkyrim.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. TAG: {{BASH: Delev, Relev}} WarinSkyrimII.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. TAG: {{BASH: Delev, Relev}} WiS2 Armory.esp TAG: {{BASH: Delev, Relev}} WiS III.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. TAG: {{BASH: Delev, Relev}} WiS III armory.esp TAG: {{BASH: Delev, Relev}} WiS IV armory.esp TAG: {{BASH: Delev, Relev}} WiS IV.esp TAG: {{BASH: Delev, Relev}} REGEX: WiS IV - (Rainbow mode|Normal mode|Golden Age|Dark Rainbow( II)?|Dark Age|Lore Friendly|Dark Age Nightmare)( & Plugins)?\.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) SAY: Use only one WiS IV - (Rainbow mode, Normal mode, Golden Age, Dark Rainbow, Dark Age, Lore Friendly) esp. IF VAR(RU) SAY: Используйте только один WiS IV - (Rainbow mode, Normal mode, Golden Age, Dark Rainbow, Dark Age, Lore Friendly) esp. IF VAR(ES) SAY: Utilizar solo un WiS IV - (Rainbow mode, Normal mode, Golden Age, Dark Rainbow, Dark Age, Lore Friendly) esp. WiS IV - double hp npc.esp WiS IV - Double fall damage.esp WiS IV - half hp npc.esp WiS IV Heroes.esp WiS IV - New Equipement for NPC.esp WiS IV - Perks for NPC.esp WiS IV - Stealth Troubles.esp REGEX: WiS IV - Diseases?\.esp WiS IV - Perks For NPCs.esp WiS IV - NPCs Heal & Resurrect.esp WiS IV - Npc Heal other & resurrect.esp WiS IV - Bash & Power Attack.esp REGEX: WiS IV - Waters? Wars\.esp WiS IV - Armors & Blocks.esp WiS IV - Fix FrostspiderGiant.esp ENDGROUP: War in Skyrim BEGINGROUP: ERSO Start // Note that some ERSO files are in the "Deadly and Mighty Dragons" group // erso Vanilla Races Redone.esp //old name ERSO 01 - Vanilla Race Redone v.1.4.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. ERSO 01 - Vanilla Races Redone.esp IF VAR(EN) SAY: Use only one ERSO 01 esp. IF VAR(RU) SAY: Используйте только один ERSO 01 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 01 esp. REGEX: ERSO 01 - VRR.+\.esp IF VAR(EN) SAY: Use only one ERSO 01 esp. IF VAR(RU) SAY: Используйте только один ERSO 01 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 01 esp. ERSO 02 - Enhanced Fauna and Monsters for Skyrim v.2.0.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. ERSO 02 - Enhanced Fauna and Monsters for Skyrim.esp IF VAR(EN) SAY: Use only one ERSO 02 esp. IF VAR(RU) SAY: Используйте только один ERSO 02 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 02 esp. ERSO 02 - EFMS vanilla heights.esp ERSO 02 - EFMS very bigger giant mammoths.esp IF VAR(EN) SAY: Use only one ERSO 02 esp. IF VAR(RU) SAY: Используйте только один ERSO 02 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 02 esp. ERSO 02.1 - Realistic Animal Loots.esp ENDGROUP: ERSO Start BEGINGROUP: Deadly and Mighty Dragons IF FILE("DeadlyDiversifiedDragonsPatch.esp") MOD: DragonsDiversified.esp REGEX: DeadlyDragons(Hard|Normal|Hardcore)?( DV)?\.esp TAG: {{BASH: Delev, Relev}} // This is the Deadly Dragons main file. DeadlyDragons_Addon.esp DeadlyDragonsX.esp TAG: {{BASH: Delev, Relev}} // not tested DeadlyDragonsCraft.esp TAG: {{BASH: Delev, Relev}} // not tested DeadlyDragonsSpells.esp DDX.esp MasterOfMagic.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. // Is a beta (now old) version of DeadlyDragonsSpells. DeadlyDragonsCreature.esp TAG: {{BASH: Delev, Relev}} // not tested DeadlyDragonsEF.esp REGEX: DeadlyDragonsPISE( DV)?\.esp TAG: {{BASH: Delev, Relev}} // not tested REGEX: DeadlyDragonsHardPISE( DV)?\.esp TAG: {{BASH: Delev, Relev}} // not tested REGEX: DeadlyDragonsSpawn.*\.esp IFNOT FILE("DeadlyDiversifiedDragonsPatch.esp") MOD: DragonsDiversified.esp DeadlyDiversifiedDragonsPatch.esp Dragonbone Weapons - Deadly Dragons Compatibility.esp REGEX: (Super )?(Slighty )?Mighty Dragon Priests\.esp // Mighty Dragon priests Odahviing Mighty Dragons.esp TAG: {{BASH: Delev, Relev}} REGEX: (ERSO 03 - )?(Soft)?(Super)?(Nightmare)?(Slighty| Slighty)?(Mighty| Mighty)? Dragons( Unleveled)?( v\.\d\.\d)?\.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) && IF REGEX("DeadlyDragons(Hard|Normal|Hardcore)?( DV)?\.esp") && IFNOT REGEX("MD with DeadlyD and DDiversified( Unleveled)?\.esp") SAY: Use the "http://www.nexusmods.com/skyrim/mods/13423 compatibility patch" for deadly dragons. IF VAR(RU) && IF REGEX("DeadlyDragons(Hard|Normal|Hardcore)?( DV)?\.esp") && IFNOT REGEX("MD with DeadlyD and DDiversified( Unleveled)?\.esp") SAY: Используйте "http://www.nexusmods.com/skyrim/mods/13423 патч совместимости" для мода Deadly Dragons. // This is the Mighty Dragons main file. REGEX: (ERSO 03.2 patch - )?(MD with )?DeadlyD( and)? DDiversified( Dawnguard)?( Unleveled)?\.esp // Compatibility patch for Mighty Dragons, Deadly Dragons and/or Dragons Diversified IF VAR(EN) WARN: ERSO 03.2 plugins are no longer recommended or supported by the mod author. IF VAR(RU) WARN: Плагины ERSO 03.2 больше не рекомендуются или поддерживаются автором. IF VAR(ES) WARN: ERSO 03.2 plugins are no longer recommended or supported by the mod author. //Following regex sets: MD + (DG | DB | DD) REGEX: ERSO 03 - (Nightmare |Slighty |Super )?Mighty Dragons( Unleveled)?( plus)? DG\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF VAR(EN) SAY: Use only one ERSO 03 esp. IF VAR(RU) SAY: Используйте только один ERSO 03 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 03 esp. REGEX: ERSO 03 - (Nightmare |Slighty |Super )?Mighty Dragons( Unleveled)?( plus)? DB\.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF VAR(EN) SAY: Use only one ERSO 03 esp. IF VAR(RU) SAY: Используйте только один ERSO 03 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 03 espp. REGEX: ERSO 03 - (Nightmare |Slighty |Super )?Mighty Dragons( Unleveled)?( plus)? DD\.esp IFNOT REGEX("DeadlyDragons(Hard|Normal|Hardcore)?( DV)?\.esp") REQ: "http://www.nexusmods.com/skyrim/mods/3829 Deadly Dragons" (6.3.5) IF VAR(EN) SAY: Use only one ERSO 03 esp. IF VAR(RU) SAY: Используйте только один ERSO 03 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 03 esp. REGEX: ERSO 03.1a - .+\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF VAR(EN) SAY: Use only one ERSO 03.1a esp. IF VAR(RU) SAY: Используйте только один ERSO 03.1a esp. IF VAR(ES) SAY: Utilizar solo un ERSO 03.1a esp. REGEX: ERSO 03.1b - .+\.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF VAR(EN) SAY: Use only one ERSO 03.1b esp. IF VAR(RU) SAY: Используйте только один ERSO 03.1b esp. IF VAR(ES) SAY: Utilizar solo un ERSO 03.1b esp. REGEX: ERSO 03.3 - (Nightmare |Slighty Mighty |Super Mighty |Mighty )Dawnguard Dragons\.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF VAR(EN) SAY: Use only one ERSO 03.3 esp. IF VAR(RU) SAY: Используйте только один ERSO 03.3 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 03.3 esp. REGEX: ERSO 03.4 - (Nightmare |Slighty Mighty |Super Mighty |Mighty )Dragonborn Dragons\.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF VAR(EN) SAY: Use only one ERSO 03.4 esp. IF VAR(RU) SAY: Используйте только один ERSO 03.4 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 03.4 esp. D.S.I. Dragon Size Increase + MD.esp DeadlyDragonsArmory.esp DeadlyMonsters.esp // companion to deadly dragons IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(SkyUI) && IF VAR(EN) WARN: SkyUI.esp is not present or is not active. You will be unable to use the SkyUI MCM IFNOT VAR(SkyUI) && IF VAR(RU) WARN: SkyUI.esp отсутствует или не активен. Вы не сможете использовать SkyUI MCM. IF VERSION("SKSE", "0.1.6.6", <) REQ: "http://skse.silverlock.org SKSE" 1.6.6+ IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ ENDGROUP: Deadly and Mighty Dragons BEGINGROUP: ERSO End // Note that some ERSO files are in the "Deadly and Mighty" Dragons group ERSO 03.5 - New Dragon Loots.esp TAG: {{BASH: Relev, Delev}} IF VAR(EN) SAY: Use only one ERSO 03.5 esp. IF VAR(RU) SAY: Используйте только один ERSO 03.5 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 03.5 esp. ERSO 03.5 - New Dragon Super Loots.esp TAG: {{BASH: Relev, Delev}} IF VAR(EN) SAY: Use only one ERSO 03.5 esp. IF VAR(RU) SAY: Используйте только один ERSO 03.5 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 03.5 esp. ERSO 04 - Mighty Dragon Priests v.4.0.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. ERSO 04 - Mighty Odahviing.esp ERSO 04.2 - Mighty Durnehviir.esp ERSO 04.3 - StopDragons.esp ERSO 05 - Dovah Holy Book v.4.0.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. ERSO 05 - Dovah Holy Book.esp ERSO 06 - Mighty Odahviing v.4.0.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. REGEX: ERSO 0\d - Wait More Time( Before Next)? Dragon Encounter (\()?x\d\.\d(\))?( v\.\d\.\d)?\.esp REGEX: ERSO 07 - (Super )?(Slighty )?(Mighty )?(Nightmare )?Dragon Priests\.esp IF VAR(EN) SAY: Use only one ERSO 07 esp. IF VAR(RU) SAY: Используйте только один ERSO 07 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 07 esp. REGEX: ERSO 08 - RUS-00 Main( plus Dawnguard)?( Dragonborn)?\.esp IF VAR(EN) SAY: Use only one ERSO 08 esp. IF VAR(RU) SAY: Используйте только один ERSO 08 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 08 esp. REGEX: ERSO 08.1 - ERSO( SUPER)?( EXTREME)? MIRAAK(B|C|D)?\.esp REGEX: ERSO 08.2 - ERSO( SUPER)?( EXTREME)? HARKON\.esp ERSO 08.99 - Lord of the Dead for ERSO 09.esp REGEX: ERSO 09 - RUS-Npcs.*\.esp IF VAR(EN) SAY: Use only one ERSO 09 esp. IF VAR(RU) SAY: Используйте только один ERSO 09 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 09 esp. REGEX: ERSO 09 - Vendor Trainer Quest-giver protected( USKP)?\.esp IF VAR(EN) SAY: Use only one ERSO 09 esp. IF VAR(RU) SAY: Используйте только один ERSO 09 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 09 esp. ERSO 09.1 - Essential Children.esp ERSO 09.2 - Radiance.esp ERSO 10 - RUS-(SIM)-Travellers and Adventurers.esp ERSO 10.02 - Adventurers and Travelers.esp ERSO 10.03 - Immersive Battles.esp ERSO 10.03 - Immersive Battles wW.esp ERSO 10.04 - Immersive Brigands.esp ERSO 10.05 - Immersive Patrols.esp ERSO 10.06 - Immersive Werewolves.esp ERSO 10.07 - Immersive Factions.esp ERSO 10.08 - Immersive Mercenaries.esp NPCs On Horses ERSOmized.esp //aka 10.09 ERSO 11 - RUS-(SIM)-Assassins and Thieves.esp ERSO 12 - RUS-(SIM)-Werewolves.esp ERSO 13 - MD - A Better Level Progression.esp IF VAR(EN) SAY: Use only one ERSO 13 esp. IF VAR(RU) SAY: Используйте только один ERSO 13 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 13 esp. ERSO 13 - MD - ABLP 50 Hardcore.esp // Hardcore version of A Better Level Progression IF VAR(EN) SAY: Use only one ERSO 13 esp. IF VAR(RU) SAY: Используйте только один ERSO 13 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 13 esp. REGEX: ERSO 13.02 .*\.esp // Lower Skill Gain IF VAR(EN) SAY: Use only one ERSO 13.02 esp. IF VAR(RU) SAY: Используйте только один ERSO 13.02 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 13.02 esp. REGEX: ERSO 13.03 .*\.esp // Higher Skill Cap IF VAR(EN) SAY: Use only one ERSO 13.03 esp. IF VAR(RU) SAY: Используйте только один ERSO 13.03 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 13.03 esp. ERSO 14 - Vendors richer and Inns more expensive.esp TAG: {{BASH: Relev}} REGEX: ERSO 14.02 .*\.esp // Harder barter IF VAR(EN) SAY: Use only one ERSO 14.02 esp. IF VAR(RU) SAY: Используйте только один ERSO 14.02 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 14.02 esp. REGEX: ERSO 14.03 .*\.esp // Vendor Soul Gems IF VAR(EN) SAY: Use only one ERSO 14.03 esp. IF VAR(RU) SAY: Используйте только один ERSO 14.03 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 14.03 esp. REGEX: ERSO 14.04 .*\.esp // Vendor Animal Parts IF VAR(EN) SAY: Use only one ERSO 14.04 esp. IF VAR(RU) SAY: Используйте только один ERSO 14.04 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 14.04 esp. REGEX: ERSO 14.05 .*\.esp // Vendor Minerals IF VAR(EN) SAY: Use only one ERSO 14.05 esp. IF VAR(RU) SAY: Используйте только один ERSO 14.05 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 14.05 esp. REGEX: ERSO 14.06 .*\.esp // Vendor Enchanted Weapons and Armor IF VAR(EN) SAY: Use only one ERSO 14.06 esp. IF VAR(RU) SAY: Используйте только один ERSO 14.06 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 14.06 esp. REGEX: ERSO 14.07 .*\.esp // Vendor Less Weapons and Armors IF VAR(EN) SAY: Use only one ERSO 14.07 esp. IF VAR(RU) SAY: Используйте только один ERSO 14.07 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 14.07 esp. REGEX: ERSO 14.08 .*\.esp // Respawn Vendor Stuff IF VAR(EN) SAY: Use only one ERSO 14.08 esp. IF VAR(RU) SAY: Используйте только один ERSO 14.08 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 14.08 esp. REGEX: ERSO 15 .*\.esp // Timescale IF VAR(EN) SAY: Use only one ERSO 15 esp. IF VAR(RU) SAY: Используйте только один ERSO 15 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 15 esp. REGEX: ERSO 16 .*\.esp // Realistic Crime Alert Distances IF VAR(EN) SAY: Use only one ERSO 16 esp. IF VAR(RU) SAY: Используйте только один ERSO 16 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 16 esp. REGEX: ERSO 17 .*\.esp // Training cost IF VAR(EN) SAY: Use only one ERSO 17 esp. IF VAR(RU) SAY: Используйте только один ERSO 17 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 17 esp. ERSO 18 - Legendary Armors and Weapons Enhanced.esp IF VAR(EN) SAY: Use only one ERSO 18 esp. IF VAR(RU) SAY: Используйте только один ERSO 18 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 18 esp. ERSO 18 - LAWE Hardcore.esp IF VAR(EN) SAY: Use only one ERSO 18 esp. IF VAR(RU) SAY: Используйте только один ERSO 18 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 18 esp. REGEX: ERSO 19 .*\.esp // Respawn IF VAR(EN) SAY: Use only one ERSO 19 esp. IF VAR(RU) SAY: Используйте только один ERSO 19 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 19 esp. REGEX: ERSO 20 .*\.esp // Respawn IF VAR(EN) SAY: Use only one ERSO 20 esp. IF VAR(RU) SAY: Используйте только один ERSO 20 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 20 esp. ERSO 21.01 PM Dungeons.esp ERSO 21.02 PM Blackreach.esp ERSO 21.03 PM Dwemer.esp ERSO 22 - Better Necromancy Spells.esp IF FILE("Lord of the Dead.esp") && IF VAR(EN) WARN: Use either ERSO 22 - Better Necromancy Spells.esp or Lord of the Dead.esp, not both. IF FILE("Lord of the Dead.esp") && IF VAR(RU) WARN: Используйте любой, или ERSO 22 - Better Necromancy Spells.esp или Lord of the Dead.esp, не оба. IF FILE("Lord of the Dead.esp") && IF VAR(ES) WARN: Usar ERSO 22 - Better Necromancy Spells.esp o Lord of the Dead.esp, no ambos. ERSO 23 - Lockpicking Perks Changes.esp ERSO 24 - Pickpocket Perks Changes.esp ERSO 25 - Enchanting Perks Changes.esp REGEX: ERSO 26 .*\.esp IF VAR(EN) SAY: Use only one ERSO 26 esp. IF VAR(RU) SAY: Используйте только один ERSO 26 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 26 esp. REGEX: ERSO 27 .*\.esp // Better Archery Stuff IF VAR(EN) SAY: Use only one ERSO 27 esp. IF VAR(RU) SAY: Используйте только один ERSO 27 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 27 esp. REGEX: ERSO 28 .*\.esp // Killmoves IF VAR(EN) SAY: Use only one ERSO 28 esp. IF VAR(RU) SAY: Используйте только один ERSO 28 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 28 esp. ERSO 29 - DPMO.esp ERSO 30 - Better Enemy AI.esp ERSO 30 - Better Enemy AI redux.esp IF VAR(EN) SAY: Use only one ERSO 30 esp. IF VAR(RU) SAY: Используйте только один ERSO 30 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 30 esp. ERSO 30 - Better Enemy AI Dawnguard.esp ERSO 30 - Better Enemy AI Dawnguard&Dragonborn.esp ERSO 30 - Better Enemy AI Dawnguard&Dragonborn Redux.esp IF VAR(EN) SAY: Use only one ERSO 30 esp. IF VAR(RU) SAY: Используйте только один ERSO 30 esp. IF VAR(ES) SAY: Utilizar solo un ERSO 30 esp. ERSO 30.1 - Better Expert Level.esp ERSO 31 - Unlimited Followers.esp ERSO 32 - Enhanced Dragon AI.esp ERSO 32 - Lord of the Dead.esp TAG: {{BASH: Delev, Relev}} ENDGROUP: ERSO End BEGINGROUP: Overhauls Load Late MIDFollowMeCloser.esp mehrdrachenstufen.esp TAG: {{BASH: Relev}} ENDGROUP: Overhauls Load Late BEGINGROUP: Monster Wars Monster Wars.esp IF CHECKSUM("Monster Wars.esp", BA316DA7) && IF VAR(EN) DIRTY: 302 ITM, 16 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Monster Wars.esp", BA316DA7) && IF VAR(RU) DIRTY: 302 ITM, 16 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Monster Wars.esp", BA316DA7) && IF VAR(ES) DIRTY: 302 ITM, 16 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF VAR(EN) WARN: This file contains 9 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 9 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 9 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Monster Wars2.esp Monster Wars No Blue Stripes.esp Monster Wars - No BS, No Witcher, No Protectors.esp Monster Wars - Venator Daemonous.esp ENDGROUP: Monster Wars BEGINGROUP: SkyRe IF VAR(SkyReM) MOD: Reanimate FX.esp //As the author suggested /* SkyRe Section */ SkyRe_Main.esp TAG: {{BASH: Relev, Delev}} //TAG: {{BASH: Delev, Names, Relev}} IF VERSION("SKSE", "0.1.5.11", <) REQ: "http://skse.silverlock.org SKSE" 1.5.11+ IFNOT VAR(Dawnguard) REQ: Dawnguard DLC (SkyRe 0.99.17+) IF FILE("ACE Crafting.esp") INC: ACE Crafting.esp IF FILE("ACE Speech.esp") INC: ACE Speech.esp IF FILE("Perky.esp") INC: Perky.esp (Syynx's Perky) IF REGEX("PerkUP-.*\.esp") INC: PerkUP IF REGEX("Uncapped Perks.*\.esp") INC: Uncapped perks IF VAR(EN) && IF VAR(CCO) INC: Complete Crafting Overhaul (doubles in crafting). IF VAR(RU) && IF VAR(CCO) INC: Complete Crafting Overhaul (дубликаты в меню крафтинга). IF VAR(ES) && IF VAR(CCO) INC: Complete Crafting Overhaul (doubles in crafting). IF VAR(EN) && IF FILE("Crafting300.esp") INC: Crafting300.esp (Perk conflicts and doubles in crafting). IF VAR(RU) && IF FILE("Crafting300.esp") INC: Crafting300.esp (конфликты перков и дубликаты в меню крафтинга). IF VAR(ES) && IF FILE("Crafting300.esp") INC: Crafting300.esp (Perk conflicts and doubles in crafting). IF VAR(EN) && IFNOT VAR(SKCU) REQ: "http://www.nexusmods.com/skyrim/mods/1175 Skyrim -Community- Uncapper" for full perk functionality. IF VAR(RU) && IFNOT VAR(SKCU) REQ: "http://www.nexusmods.com/skyrim/mods/1175 Skyrim -Community- Uncapper" для полного функционирования перков. IF VAR(ES) && IFNOT VAR(SKCU) REQ: "http://www.nexusmods.com/skyrim/mods/1175 Skyrim -Community- Uncapper" para que los perks funcionen adecuadamente. IF VAR(EN) && IF FILE("interface\lockpickingmenu.swf") SAY: If lockpicking is not work then try to delete 'interface\lockpickingmenu.swf'. IF VAR(RU) && IF FILE("interface\lockpickingmenu.swf") SAY: Если вы не можете взломать замки, не появляется окно со взломом, то попробуйте удалить или переименовать файл 'interface\lockpickingmenu.swf'. IF VAR(ES) && IF FILE("interface\lockpickingmenu.swf") SAY: Si lockpicking no funciona intenta borrar 'interface\lockpickingmenu.swf'. IF VAR(EN) && IFNOT FILE("Proper Aiming.esp") SAY: If you have a problem with aiming try to install "http://www.nexusmods.com/skyrim/mods/13652 this" mod. IF VAR(RU) && IFNOT FILE("Proper Aiming.esp") SAY: Если у вас проблемы с прицеливанием, попробуйте установить "http://www.nexusmods.com/skyrim/mods/13652 этот" мод. IF VAR(ES) && IFNOT FILE("Proper Aiming.esp") SAY: Si tienes problemas al apuntar intenta instalar "http://www.nexusmods.com/skyrim/mods/13652 este" mod. IF VAR(EN) SAY: To make aiming easier add the following lines to Skyrim.ini: IF VAR(RU) SAY: Чтобы сделать прицеливание проще, добавьте в ваш Skyrim.ini следующие строки: IF VAR(ES) SAY: Para hacer apuntar más fácil agrega estas líneas a Skyrim.ini: SAY: [Actor] SAY: fVisibleNavmeshMoveDist=12288.0000 SAY: [Combat] SAY: f1PArrowTiltUpAngle=0.64 SAY: f3PArrowTiltUpAngle=0.64 SAY: fMagnetismStrafeHeadingMult=0.0 SAY: fMagnetismLookingMult=0.0 SkyRe_Main_NoDawnguard.esp TAG: {{BASH: Relev, Delev}} //TAG: {{BASH: Delev, Names, Relev}} IF VERSION("SKSE", "0.1.5.11", <) REQ: "http://skse.silverlock.org SKSE" 1.5.11+ IF VAR(Dawnguard) INC: Dawnguard DLC IF FILE("SkyRe_Main.esp") INC: SkyRe_Main.esp IF FILE("ACE Crafting.esp") INC: ACE Crafting.esp IF FILE("ACE Speech.esp") INC: ACE Speech.esp IF FILE("Perky.esp") INC: Perky.esp (Syynx's Perky) IF REGEX("PerkUP-.*\.esp") INC: PerkUP IF REGEX("Uncapped Perks.*\.esp") INC: Uncapped perks IF VAR(EN) && IF VAR(CCO) INC: Complete Crafting Overhaul (doubles in crafting). IF VAR(RU) && IF VAR(CCO) INC: Complete Crafting Overhaul (дубликаты в меню крафтинга). IF VAR(ES) && IF VAR(CCO) INC: Complete Crafting Overhaul (doubles in crafting). IF VAR(EN) && IF FILE("Crafting300.esp") INC: Crafting300.esp (Perk conflicts and doubles in crafting). IF VAR(RU) && IF FILE("Crafting300.esp") INC: Crafting300.esp (конфликты перков и дубликаты в меню крафтинга). IF VAR(ES) && IF FILE("Crafting300.esp") INC: Crafting300.esp (Perk conflicts and doubles in crafting). IF VAR(EN) WARN: The SkyRe has many conflicts with other mods. Please read the readme before playing with mod. This will prevent many problems. Read it "http://www.nexusmods.com/skyrim/mods/9286 here". IF VAR(RU) WARN: SkyRe имеет много конфликтов с другими модами. Пожалуйста прочтите ридми перед игрой в мод. Это позволит избежать многих проблем. Читайте его "http://www.nexusmods.com/skyrim/mods/9286 здесь"(Англ.) или "http://u.to/EpZaAg здесь". IFNOT VAR(SKCU) REQ: "http://www.nexusmods.com/skyrim/mods/1175 Skyrim -Community- Uncapper" for full perk functional IF VAR(RU) && IFNOT VAR(SKCU) REQ: "http://www.nexusmods.com/skyrim/mods/1175 Skyrim -Community- Uncapper" для полного функционирования перков. IF VAR(EN) && IF FILE("interface\lockpickingmenu.swf") SAY: If lockpicikng is not work then try to delete 'interface\lockpickingmenu.swf' IF VAR(RU) && IF FILE("interface\lockpickingmenu.swf") SAY: Если вы не можете взломать замки, не появляется окно со взломом, то попробуйте удалить или переименовать файл 'interface\lockpickingmenu.swf' IF VAR(EN) SAY: If you have a problem with aiming try to install "http://www.nexusmods.com/skyrim/mods/13652 this" mod. IF VAR(RU) SAY: Если у вас проблемы с прицеливанием, попробуйте установить "http://www.nexusmods.com/skyrim/mods/13652 этот" мод. IF VAR(EN) SAY: To make aiming easier, recommend to add the following lines to Skyrim.ini: IF VAR(RU) SAY: Чтобы сделать прицеливание проще, добавьте в ваш Skyrim.ini следующие строки: SAY: [Actor] SAY: fVisibleNavmeshMoveDist=12288.0000 SAY: [Combat] SAY: f1PArrowTiltUpAngle=0.64 SAY: f3PArrowTiltUpAngle=0.64 SAY: fMagnetismStrafeHeadingMult=0.0 SAY: fMagnetismLookingMult=0.0 SkyRe_Main_Fix.esp IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(EN) ERROR: SkyRe_Main.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(RU) ERROR: SkyRe_Main.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(ES) ERROR: SkyRe_Main.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SkyRe Script Fix v1.2.esp SkyReBloodMagic_Fix.esp SkyRe_Combat.esp IFNOT VAR(SkyReM) REQ: SkyRe_Main.esp SkyRe_Combat_Tweak.esp Compatibility Patch - PsiNecroSkyMo with SkyRe.esp ERSO 32 - Lord of the Dead for SKYRE.esp TAG: {{BASH: Delev, Relev}} Lorecraft - SkyRe.esp SkyRe_Comp.esp IF VAR(EN) && IFNOT FILE("PerkReset SkyRe Compatibility Patch.esp") SAY: Recommend to use "http://www.nexusmods.com/skyrim/mods/22070 PerkReset SkyRe Compatibility Patch.esp" instead. IF VAR(RU) && IFNOT FILE("PerkReset SkyRe Compatibility Patch.esp") SAY: Рекомендуется использовать вместо этого "http://www.nexusmods.com/skyrim/mods/22070 PerkReset SkyRe Compatibility Patch.esp". IF VAR(EN) && IF FILE("PerkReset SkyRe Compatibility Patch.esp") ERROR: Delete and use 'PerkReset SkyRe Compatibility Patch.esp' instead. IF VAR(RU) && IF FILE("PerkReset SkyRe Compatibility Patch.esp") ERROR: Удалите и используйте вместо этого 'PerkReset SkyRe Compatibility Patch.esp'. IF VAR(EN) && IF FILE("PerkReset.esp") WARN: Rename your 'PerkReset.esp' to 'PerkReset.esm'. IF VAR(RU) && IF FILE("PerkReset.esp") WARN: Переименуйте ваш 'PerkReset.esp' в 'PerkReset.esm'. PerkReset SkyRe Compatibility Patch.esp IF VAR(EN) && IF FILE("PerkReset.esp") WARN: Rename your 'PerkReset.esp' to 'PerkReset.esm'. IF VAR(RU) && IF FILE("PerkReset.esp") WARN: Переименуйте ваш 'PerkReset.esp' в 'PerkReset.esm'. IF FILE("Perk-Reset-MCM.esm") MOD: SkyRE-Patch.esp IFNOT ACTIVE("Perk-Reset-MCM.esm") && IF VAR(EN) ERROR: Perk-Reset-MCM.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Perk-Reset-MCM.esm") && IF VAR(RU) ERROR: Perk-Reset-MCM.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Perk-Reset-MCM.esm") && IF VAR(ES) ERROR: Perk-Reset-MCM.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: "http://www.nexusmods.com/skyrim/mods/3863 SkyUI" SkyRe_CraftingFix.esp SkyRe Destruction Scaling.esp Skyre_Dwemer Certified.esp SkyRe_EncounterZones.esp IFNOT REGEX("ASIS(-Dependency)?\.esp") MOD: SkyRe_EnemyAI.esp SkyRe_EnemyScaling.esp TAG: {{BASH: Relev}} SkyRe_EnemyScaling_Fix.esp SkyRe_Enemies.esp IF VAR(EN) SAY: Obsolete. Update to latest version, SkyRe and SkyRe_EnemyScaling.esp. IF VAR(RU) SAY: Устарело обновите до последней версии, SkyRe и SkyRe_EnemyScaling.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SkyRe y SkyRe_EnemyScaling.esp. TAG: {{BASH: Relev}} ReScaled Difficulty for Skyrim Redone.esp SkyRealism - Feast and Famine - SkyRe_Main.esp SkyRe_HarvestOverhaulDawnguardDragonbornPatch.esp IFNOT ACTIVE("HarvestOverhaulDawnguardDragonborn.esp") && IF VAR(EN) ERROR: HarvestOverhaulDawnguardDragonborn.esp is not present or is not active. Skyrim will CTD when loading if using this file without HarvestOverhaulDawnguardDragonborn. IFNOT ACTIVE("HarvestOverhaulDawnguardDragonborn.esp") && IF VAR(RU) ERROR: HarvestOverhaulDawnguardDragonborn.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без HarvestOverhaulDawnguardDragonborn. IFNOT ACTIVE("HarvestOverhaulDawnguardDragonborn.esp") && IF VAR(ES) ERROR: HarvestOverhaulDawnguardDragonborn.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. SkyRe_Lighting.esp IF VAR(EN) || IF VAR(ES) SAY: Only for non ENB users IF VAR(RU) SAY: Только для не ENB пользователей. SkyRe_Perk_Tomes.esp IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(EN) ERROR: SkyRe_Main.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(RU) ERROR: SkyRe_Main.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(ES) ERROR: SkyRe_Main.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. SkyRe_Plugin_Perks_ Broadsword.esp IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(EN) ERROR: SkyRe_Main.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(RU) ERROR: SkyRe_Main.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(ES) ERROR: SkyRe_Main.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) SkyRe_StandingStones.esp IF VAR(EN) && IF FILE("StaRe.esp") SAY: Remember not to load (or to simply delete) StaRe.esp IF VAR(RU) && IF FILE("StaRe.esp") SAY: Не забудьте отключить или удалить StaRe.esp IF FILE("Drakian race.esp") INC: Drakian race.esp IF FILE("Signs and Guardians.esp") INC: Signs and Guardians.esp SkyRe_StandingStones_Fix.esp IFNOT ACTIVE("SkyRe_Races.esp") SAY: This mod is meant to be used with the Races module of SkyRe. The game should generally work fine without it, but the effect from the Lady Standing Stone may not behave as expected. SkyRe_Survivalism.esp IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(EN) ERROR: SkyRe_Main.esp is not present or is not active. Skyrim will CTD when loading if using this file without SkyRe_Main.esp IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(RU) ERROR: SkyRe_Main.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без SkyRe_Main.esp IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(ES) ERROR: SkyRe_Main.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("Chesko_Frostfall.esp") REQ: Chesko_Frostfall.esp IF CHECKSUM("SkyRe_Survivalism.esp", AA2D4FD7) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyRe_Survivalism.esp", AA2D4FD7) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyRe_Survivalism.esp", AA2D4FD7) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyRe_Transmute Gems.esp IF VAR(SkyReM) MOD: Morrowloot.esp TAG: {{BASH: Delev, Relev}} IF VAR(EN) || IF VAR(ES) SAY: It is recommended to load morrowloot after any plugins that have a Relev tag which change the same leveled lists as morrowloot because they will re-add vanilla records removed by morrowloot. IF VAR(RU) SAY: Для предотвращения появления некоторых вещей у продавцов, желательно помещать Morrowloot.esp после любых модов, которые имеют тег Relev(добавляют записи в уровневые списки) и меняют одни и те же уровневые списки, что и Morrowloot, иначе эти моды добавят удаленные записи обратно в ур.списки. Изменение уровневых списков разными модами можно посмотреть в отчете, который появляется после создания башед патча. IF VAR(EN) && IF VAR(SkyRe) && IFNOT FILE("SkyRe_Plugin_Morrowloot.esp") SAY: You need the SkyRe compatibility patch for this to work as intended with SkyRe. IF VAR(RU) && IF VAR(SkyRe) && IFNOT FILE("SkyRe_Plugin_Morrowloot.esp") WARN: Вам нужно установить патч совместимости для правильной работы мода с SkyRe. IF CHECKSUM("Morrowloot.esp", 7C6EA81C) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Morrowloot.esp", 7C6EA81C) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Morrowloot.esp", 7C6EA81C) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // skyre armor and weapon patches CCOR_SkyRe_Patch.esp DDB_Skyre_Patch.esp DragonBoneEbonsteel - SkyRE Compatibility.esp DragonRendLongbowFix.esp Gauntlet Armor - SkyRe.esp konahrik_accoutrements_SkyRe.esp LHRV-SkyRe Patch.esp LongbowsSkyRe.esp LongbowsSkyReIWpatch.esp LongbowsSkyReDreadPatch.esp LongbowsDreadPatch.esp LongbowsSkyReLOTRpatch.esp LustmordVampireArmor - Skyre - Deutsche.esp RealDragonpriestMasks - SkyRe.esp SkyRe_Plugin_Arisverd.esp SkyRe_Plugin_BaratheonArmor_1.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("BaratheonArmor.esp") SAY: Remember not to load (or to simply delete) BaratheonArmor.esp IF VAR(RU) && IF ACTIVE("BaratheonArmor.esp") SAY: Не забудьте отключить или удалить BaratheonArmor.esp SkyRe_Plugin_BerserkBlackSwordsmanArmor.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("blackswordsman.esp") SAY: Remember not to load (or to simply delete) blackswordsman.esp IF VAR(RU) && IF ACTIVE("blackswordsman.esp") SAY: Не забудьте отключить или удалить blackswordsman.esp . SkyRe_Plugin_BetterBows_1.4.1.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("HBetterBows.esp") SAY: Remember not to load (or to simply delete) HBetterBows.esp IF VAR(RU) && IF ACTIVE("HBetterBows.esp") SAY: Не забудьте отключить или удалить HBetterBows.esp SkyRe_Plugin_BetterBows.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("HBetterBows.esp") SAY: Remember not to load (or to simply delete) HBetterBows.esp IF VAR(RU) && IF ACTIVE("HBetterBows.esp") SAY: Не забудьте отключить или удалить HBetterBows.esp SkyRe_Plugin_BowofIorveth_1.2.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("BowofIorveth.esp") SAY: Remember not to load (or to simply delete) BowofIorveth.esp IF VAR(RU) && IF ACTIVE("BowofIorveth.esp") SAY: Не забудьте отключить или удалить BowofIorveth.esp SkyRe_Plugin_DaggerCraft_1.3.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("DaggerCraft.esp") SAY: Remember not to load (or to simply delete) DaggerCraft.esp IF VAR(RU) && IF ACTIVE("DaggerCraft.esp") SAY: Не забудьте отключить или удалить DaggerCraft.esp SkyRe_Plugin_DaggerCraft.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("DaggerCraft.esp") SAY: Remember not to load (or to simply delete) DaggerCraft.esp IF VAR(RU) && IF ACTIVE("DaggerCraft.esp") SAY: Не забудьте отключить или удалить DaggerCraft.esp SkyRe_Plugin_DragonBoneWeaponsComplete_1.03.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_DragonBoneWeaponsComplete.esp IF VAR(EN) && IFNOT FILE("SkyRe_Plugin_DragonBoneWeaponsComplete.bsa") WARN: You need to rename "DragonBoneWeaponsComplete.bsa" to "SkyRe_Plugin_DragonBoneWeaponsComplete.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe_Plugin_DragonBoneWeaponsComplete.bsa") WARN: Вам нужно переименовать "DragonBoneWeaponsComplete.bsa" в "SkyRe_Plugin_DragonBoneWeaponsComplete.bsa" для подключения ресурсов мода.. IF VAR(EN) && IF ACTIVE("Dragonbone Weapons Complete.esp") SAY: Remember not to load (or to simply delete) 'Dragonbone Weapons Complete.esp' IF VAR(RU) && IF ACTIVE("Dragonbone Weapons Complete.esp") SAY: Не забудьте отключить или удалить 'Dragonbone Weapons Complete.esp' IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. REGEX: SkyRe_(Plugin_)?DreadKnightWeaponSet(_0.99)?\.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF ACTIVE("DreadKnightWeaponSet.\esp") || IF ACTIVE("Dread Knight Weapon Set.esp") && IF VAR(EN) SAY: Remember not to load (or to simply delete) Dread Knight Weapon Set mod IF ACTIVE("DreadKnightWeaponSet.\esp") || IF ACTIVE("Dread Knight Weapon Set.esp") && IF VAR(RU) SAY: Не забудьте отключить или удалить мод Dread Knight Weapon Set. SkyRe_Plugin_DwemerAutoBlade.esp IF VAR(EN) && IFNOT FILE("SkyRe_Plugin_DwemerAutoBlade.bsa") WARN: You need to rename "DwemerAutoBlade.bsa" to "SkyRe_Plugin_DwemerAutoBlade.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe_Plugin_DwemerAutoBlade.bsa") WARN: Вам нужно переименовать "DwemerAutoBlade.bsa" в "SkyRe_Plugin_DwemerAutoBlade.bsa" или этот мод не будет работать. IF VAR(EN) && IF ACTIVE("DwemerAutoBlade.esp") SAY: Remember not to load (or to simply delete) DwemerAutoBlade.esp IF VAR(RU) && IF ACTIVE("DwemerAutoBlade.esp") SAY: Не забудьте отключить или удалить DwemerAutoBlade.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_HedgeKnightArmor_1.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("HedgeKnight.esp") SAY: Remember not to load (or to simply delete) HedgeKnight.esp IF VAR(RU) && IF ACTIVE("HedgeKnight.esp") SAY: Не забудьте отключить или удалить HedgeKnight.esp SkyRe_hothtrooper44_ArmorCompilation.esp // same as below?? IFNOT FILE("hothtrooper44_ArmorCompilation.esp") REQ: hothtrooper44_ArmorCompilation.esp IFNOT VAR(SkyReM) REQ: SkyRe_Main.esp REGEX: SkyRe_Plugin_ImmersiveArmor_.+\.esp IF VAR(EN) && IF ACTIVE("hothtrooper44_ArmorCompilation.esp") SAY: Remember not to load (or to simply delete) hothtrooper44_ArmorCompilation.esp IF VAR(RU) && IF ACTIVE("hothtrooper44_ArmorCompilation.esp") SAY: Не забудьте отключить или удалить hothtrooper44_ArmorCompilation.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_InsanitysCelticKatana_1.2.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("InsanitysCelticKatana.esp") SAY: Remember not to load (or to simply delete) InsanitysCelticKatana.esp IF VAR(RU) && IF ACTIVE("InsanitysCelticKatana.esp") SAY: Не забудьте отключить или удалить InsanitysCelticKatana.esp SkyRe_Plugin_InsanitysCelticKatana.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("nsanitysCelticKatana.esp") SAY: Remember not to load (or to simply delete) nsanitysCelticKatana.esp IF VAR(RU) && IF ACTIVE("nsanitysCelticKatana.esp") SAY: Не забудьте отключить или удалить nsanitysCelticKatana.esp SkyRe_Plugin_InsanitysCraftableDragonbane.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("Insanity's Craftable Dragonbane.esp") SAY: Remember not to load (or to simply delete) Insanity's Craftable Dragonbane.esp IF VAR(RU) && IF ACTIVE("Insanity's Craftable Dragonbane.esp") SAY: Не забудьте отключить или удалить Insanity's Craftable Dragonbane.esp SkyRe_Plugin_InsanitysDragonKatana_1.2.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF FILE("InsanitysDragonKatana.esp") || IF FILE("Insanity's Dragon Katana.esp") && IF VAR(EN) SAY: Remember not to load (or to simply delete) Insanitys Dragon Katana mod IF FILE("InsanitysDragonKatana.esp") || IF FILE("Insanity's Dragon Katana.esp") && IF VAR(RU) SAY: Не забудьте отключить или удалить мод Insanitys Dragon Katana SkyRe_Plugin_InsanitysDragonKatana.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF FILE("InsanitysDragonKatana.esp") || IF FILE("Insanity's Dragon Katana.esp") && IF VAR(EN) SAY: Remember not to load (or to simply delete) Insanitys Dragon Katana mod IF FILE("InsanitysDragonKatana.esp") || IF FILE("Insanity's Dragon Katana.esp") && IF VAR(RU) SAY: Не забудьте отключить или удалить мод Insanitys Dragon Katana SkyRe_Plugin_isilNarsil.esp IF VAR(EN) && IF ACTIVE("isilNarsil.esp") SAY: Remember not to load (or to simply delete) isilNarsil.esp IF VAR(RU) && IF ACTIVE("isilNarsil.esp") SAY: Не забудьте отключить или удалить isilNarsil.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_JaySuSSwords_1.3D.esp TAG: {{BASH: Delev}} IF CHECKSUM("SkyRe_Plugin_JaySuSSwords_1.3D.esp", 33879A9F) ERROR: The order of the master files are listed as: Skyrim.esm, JSwords.esm, Update.esm which conflicts with the order in the masterlist. There are also 4 unresolved keywords and, Skyrim won't properly track to them because SkyRe_Main.esp is not a master. Correcting this in the CK is not recomended because there will be too many errors to resolve. Delete this file it should not be used. /* Removed the message, "SAY: Obsolete. Update to latest version, SkyRe_Plugin_JaySuSSwords.esp." because it's not by T3nd0 */ IF VAR(EN) WARN: T3nd0 stopped providing individual patches since he created a SkyProc patcher to dynamically do the patching. Uninstall this file and use the mod itself with the patcher as the author intended to begin with. IF VAR(RU) WARN: T3nd0 прекратил предоставлять отдельные патчи, с тех пор, как он создал SkyProc патчер, для динамического создания патчей. Удалите этот файл и используйте его патчер, как и задумывал патчер. Патчер некорректно работает с русскими модами. IF VAR(ES) WARN: T3nd0 stopped providing individual patches since he created a SkyProc patcher to dynamically do the patching. Uninstall this file and use the mod itself with the patcher as the author intended to begin with. IF VAR(EN) && IFNOT REGEX("JSwords(DV)?\.esm") ERROR: The mod JaySus Swords is not installed! Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) && IFNOT REGEX("JSwords(DV)?\.esm") ERROR: Мод JaySus Swords не установлен! Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_JaySuSSwords.esp TAG: {{BASH: Delev}} IF VAR(EN) WARN: T3nd0 has informed the BOSS team that he does not remember making the file so it's probably not his. However, he stopped providing individual patches since he created a SkyProc patcher to dynamically do the patching. Uninstall this file and use the mod itself with the patcher as the author intended to begin with. IF VAR(RU) WARN: T3nd0 сообщил команде BOSS, что он не помнит, что создавал этот патч, так что это вероятно не его. Однако, T3nd0 прекратил предоставлять отдельные патчи, с тех пор, как он создал SkyProc патчер, для динамического создания патчей. Удалите этот файл и используйте его патчер, как и задумывал патчер. Патчер некорректно работает с русскими модами. IF VAR(ES) WARN: T3nd0 has informed the BOSS team that he does not remember making the file so it's probably not his. However, he stopped providing individual patches since he created a SkyProc patcher to dynamically do the patching. Uninstall this file and use the mod itself with the patcher as the author intended to begin with. IF VAR(EN) && IFNOT REGEX("JSwords(DV)?\.esm") ERROR: The mod JaySus Swords is not installed! Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) && IFNOT REGEX("JSwords(DV)?\.esm") ERROR: Мод JaySus Swords не установлен! Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF CHECKSUM("SkyRe_Plugin_JaySuSSwords.esp", 33879A9F) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyRe_Plugin_JaySuSSwords.esp", 33879A9F) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyRe_Plugin_JaySuSSwords.esp", 33879A9F) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyRe_LostLongSwords.esp SkyRe_Plugin_Malo_Waffen_V3Bugfix.esp IF VAR(EN) && IF ACTIVE("Malo_Waffen.esp") SAY: Remember not to load (or to simply delete) Malo_Waffen.esp IF VAR(RU) && IF ACTIVE("Malo_Waffen.esp") SAY: Не забудьте отключить или удалить Malo_Waffen.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_Morrowloot.esp IFNOT FILE("Morrowloot.esp") REQ: Morrowloot.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. REGEX: SkyRe_Plugin_NicoroshiCreations.*\.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("Nicoroshi Creations.esp") SAY: Remember not to load (or to simply delete) Nicoroshi Creations.esp IF VAR(RU) && IF ACTIVE("Nicoroshi Creations.esp") SAY: Не забудьте отключить или удалить Nicoroshi Creations.esp SkyRe_Plugin_NordicHunterLightArmor_1.2.esp IF VAR(EN) && IF FILE("hunterarmorv1.2.esp") SAY: Possible already include the hunterarmorv1.2.esp IF VAR(RU) && IF FILE("hunterarmorv1.2.esp") SAY: Возможно уже включено в hunterarmorv1.2.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_Omegared99-WeaponSets.esp IF VAR(EN) && IF ACTIVE("Omegared99-WeaponSets.esp") SAY: Remember not to load (or to simply delete) Omegared99-WeaponSets.esp IF VAR(RU) && IF ACTIVE("Omegared99-WeaponSets.esp") SAY: Не забудьте отключить или удалить Omegared99-WeaponSets.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_Omegared99sACv3_6.esp IF VAR(EN) && IFNOT FILE("Omegared99-Compilation.esm") ERROR: You still need Omegared99-Compilation.esm IF VAR(RU) && IFNOT FILE("Omegared99-Compilation.esm") ERROR: Вам все еще нужен Omegared99-Compilation.esm IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_Omegared99sArmorCompilation.esp IF VAR(EN) SAY: Obsolete. Update to latest version, SkyRe_Plugin_Omegared99sACv3_6.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, SkyRe_Plugin_Omegared99sACv3_6.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SkyRe_Plugin_Omegared99sACv3_6.esp. IF VAR(EN) && IFNOT FILE("Omegared99-Compilation.esm") ERROR: You still need Omegared99-Compilation.esm IF VAR(RU) && IFNOT FILE("Omegared99-Compilation.esm") ERROR: Вам все еще нужен Omegared99-Compilation.esm IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_Omegared99sArmorCompilation_3.5a.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF VAR(EN) && IFNOT FILE("Omegared99-Compilation.esm") ERROR: You still need Omegared99-Compilation.esm IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. REGEX: SkyRe_Plugin_Oriental Weapon&Armor.*\.esp IF VAR(EN) && IF ACTIVE("Oriental Weapon&Armor.esp") SAY: Remember not to load (or to simply delete) Oriental Weapon&Armor.esp IF VAR(RU) && IF ACTIVE("Oriental Weapon&Armor.esp") SAY: Не забудьте отключить или удалить Oriental Weapon&Armor.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_RedguardKnightArmor_3.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF FILE("RedguardKnight.esp") SAY: Remember not to load (or to simply delete) RedguardKnight.esp IF VAR(RU) && IF FILE("RedguardKnight.esp") SAY: Не забудьте отключить или удалить RedguardKnight.esp SkyRe_Plugin_RegentSwords.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF FILE("RegentSword.esp") SAY: Remember not to load (or to simply delete) RegentSword.esp IF VAR(RU) && IF FILE("RegentSword.esp") SAY: Не забудьте отключить или удалить RegentSword.esp SkyRe_Plugin_Scoiatael Weapons.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("Scoiatael Weapons.esp") SAY: Remember not to load (or to simply delete) Scoiatael Weapons.esp IF VAR(RU) && IF ACTIVE("Scoiatael Weapons.esp") SAY: Не забудьте отключить или удалить Scoiatael Weapons.esp SkyRe_Plugin_VagabondArmor_5.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("VagabondArmor.esp") SAY: Remember not to load (or to simply delete) VagabondArmor.esp IF VAR(RU) && IF ACTIVE("VagabondArmor.esp") SAY: Не забудьте отключить или удалить VagabondArmor.esp SkyRe_Plugin_VanguardArmor_3.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("VanguardArmor.esp") SAY: Remember not to load (or to simply delete) VanguardArmor.esp IF VAR(RU) && IF ACTIVE("VanguardArmor.esp") SAY: Не забудьте отключить или удалить VanguardArmor.esp SkyRe_Plugin_viciousdawnbreaker.esp IF VAR(EN) && IFNOT FILE("SkyRe_Plugin_SkyRe_Plugin_viciousdawnbreaker.bsa") WARN: You need to rename "viciousdawnbreaker.bsa" to "SkyRe_Plugin_SkyRe_Plugin_viciousdawnbreaker.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe_Plugin_SkyRe_Plugin_viciousdawnbreaker.bsa") WARN: Вам нужно переименовать "viciousdawnbreaker.bsa" в "SkyRe_Plugin_SkyRe_Plugin_viciousdawnbreaker.bsa" или этот мод не будет работать. IF VAR(EN) && IF ACTIVE("viciousdawnbreaker.esp") SAY: Remember not to load (or to simply delete) viciousdawnbreaker.esp IF VAR(RU) && IF ACTIVE("viciousdawnbreaker.esp") SAY: Не забудьте отключить или удалить viciousdawnbreaker.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Plugin_WarchiefArmor_4.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("warchiefarmor.esp") SAY: Remember not to load (or to simply delete) warchiefarmor.esp IF VAR(RU) && IF ACTIVE("warchiefarmor.esp") SAY: Не забудьте отключить или удалить warchiefarmor.esp SkyRe_Plugin_Witcher 2 Style Dawnguard Armour.esp SkyRe - Jojjo's Dreadknight Patch.esp IF REGEX("SkyRe_(Plugin_)?DreadKnightWeaponSet(_0.99)?\.esp") && IF VAR(EN) WARN: Use only one Skyre Dreadknight. IF REGEX("SkyRe_(Plugin_)?DreadKnightWeaponSet(_0.99)?\.esp") && IF VAR(RU) WARN: Используйте только один SkyRe Dreadknight. IF REGEX("SkyRe_(Plugin_)?DreadKnightWeaponSet(_0.99)?\.esp") && IF VAR(ES) WARN: Utilizar solo un Skyre Dreadknight. IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF ACTIVE("Dread Knight Weapon Set.esp") && IF VAR(EN) SAY: Remember not to load (or to simply delete) Dread Knight Weapon Set.esp IF ACTIVE("Dread Knight Weapon Set.esp") && IF VAR(RU) SAY: Не забудьте отключить или удалить мод Dread Knight Weapon.esp SkyRe Avatar of Baltazar.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("Avatar of Baltazar.esp") SAY: Remember not to load (or to simply delete) Avatar of Baltazar.esp IF VAR(RU) && IF ACTIVE("Avatar of Baltazar.esp") SAY: Не забудьте отключить или удалить Avatar of Baltazar.esp SkyRe Avatar of Grenth.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("Avatar of Grenth.esp") SAY: Remember not to load (or to simply delete) Avatar of Grenth.esp IF VAR(RU) && IF ACTIVE("Avatar of Grenth.esp") SAY: Не забудьте отключить или удалить Avatar of Grenth.esp SkyRe Black Mage Armor.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("Black Mage Armor.esp") SAY: Remember not to load (or to simply delete) Black Mage Armor.esp IF VAR(RU) && IF ACTIVE("Black Mage Armor.esp") SAY: Не забудьте отключить или удалить Black Mage Armor.esp SkyRe Chainmail Hauberks.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("Chainmailhauberks 1.1.esp") SAY: Remember not to load (or to simply delete) Chainmailhauberks 1.1.esp IF VAR(RU) && IF ACTIVE("Chainmailhauberks 1.1.esp") SAY: Не забудьте отключить или удалить Chainmailhauberks 1.1.esp SkyRe Chinese General Armor and Weapon.esp IF VAR(EN) SAY: Obsolete. Update to latest version, SkyRe Chinese General Set.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, SkyRe Chinese General Set.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, SkyRe Chinese General Set.esp. SkyRe Chinese General Set.esp IF VAR(EN) && IF ACTIVE("Song General Armor&weapon.esp") SAY: Remember not to load (or to simply delete) Song General Armor&weapon.esp IF VAR(RU) && IF ACTIVE("Song General Armor&weapon.esp") SAY: Не забудьте отключить или удалить Song General Armor&weapon.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe Chinese General Set - Realistic.esp IF VAR(EN) && IF ACTIVE("SkyRe Chinese General Set - Realistic.esp") SAY: Remember not to load (or to simply delete) Song General Armor&weapon.esp IF VAR(RU) && IF ACTIVE("SkyRe Chinese General Set - Realistic.esp") SAY: Не забудьте отключить или удалить Song General Armor&weapon.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe Compatible Dread Huntress Armor.esp SkyRe Compatible HuntressArmor with chest.esp SkyRe Compatible Tribunal Masks by Zairaam.esp SkyRe Compatible Tribunal Robes by Zairaam.esp SkyRe Dark Nemesis.esp IF CHECKSUM("SkyRe Dark Nemesis.esp", FBBC3828) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("SkyRe Dark Nemesis.esp", FBBC3828) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("SkyRe Dark Nemesis.esp", FBBC3828) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("DarkNemesis.esp") && IFNOT CHECKSUM("DarkNemesis.esp", CE5E555B) SAY: Remember not to load (or to simply delete) DarkNemesis.esp IF VAR(RU) && IF ACTIVE("DarkNemesis.esp") && IFNOT CHECKSUM("DarkNemesis.esp", CE5E555B) SAY: Не забудьте отключить или удалить DarkNemesis.esp SkyRe Divine Aegis.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("Divine Aegis.esp") && IFNOT CHECKSUM("DarkNemesis.esp", CE5E555B) SAY: Remember not to load (or to simply delete) DarkNemesis.esp IF VAR(RU) && IF ACTIVE("Divine Aegis.esp") && IFNOT CHECKSUM("DarkNemesis.esp", CE5E555B) SAY: Не забудьте отключить или удалить DarkNemesis.esp Skyre_EasternDwemerLongbowFix.esp SkyRe Equipment of Eternal Shine.esp IF CHECKSUM("SkyRe Equipment of Eternal Shine.esp", C47F2C45) && IF VAR(EN) WARN: This file contains unexpected (or out of order) records and should be removed. IF CHECKSUM("SkyRe Equipment of Eternal Shine.esp", C47F2C45) && IF VAR(RU) WARN: Этот файл содержит неверные записи. Рекомендуется удалить. IF CHECKSUM("SkyRe Equipment of Eternal Shine.esp", C47F2C45) && IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. IF VAR(EN) && IF ACTIVE("EternalShineArmorAndWeapons.esp") SAY: Remember not to load (or to simply delete) IF VAR(RU) && IF ACTIVE("EternalShineArmorAndWeapons.esp") SAY: Не забудьте отключить или удалить Skyre Guardian Plate Armor.esp IF VAR(EN) && IF ACTIVE("Guardian Plate Armor.esp") SAY: Remember not to load (or to simply delete) Guardian Plate Armor.esp IF VAR(RU) && IF ACTIVE("Guardian Plate Armor.esp") SAY: Не забудьте отключить или удалить Guardian Plate Armor.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe Heroic Dwarven Armor and Weapon Set.esp IF VAR(EN) && IF ACTIVE("HeroicDwarven.esp") SAY: Remember not to load (or to simply delete) HeroicDwarven.esp IF VAR(RU) && IF ACTIVE("HeroicDwarven.esp") SAY: Не забудьте отключить или удалить HeroicDwarven.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Insanity_Dwemer_HatchetPatch.esp SkyRe_InsanityPatch.esp SkyRe Iron Armor Chainmail.esp IF VAR(EN) && IF ACTIVE("dfnkt-IronArmorSleeves-Craftable.esp") SAY: Remember not to load (or to simply delete) dfnkt-IronArmorSleeves-Craftable.esp IF VAR(RU) && IF ACTIVE("dfnkt-IronArmorSleeves-Craftable.esp") SAY: Не забудьте отключить или удалить dfnkt-IronArmorSleeves-Craftable.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe Light Weaponry Fillout.esp SkyRe Masters of Death Sicarius Armor.esp IF VAR(EN) && IF ACTIVE("Masters of Death - Sicarius Armor (Standalone).esp") SAY: Remember not to load (or to simply delete) Masters of Death - Sicarius Armor (Standalone).esp IF VAR(RU) && IF ACTIVE("Masters of Death - Sicarius Armor (Standalone).esp") SAY: Не забудьте отключить или удалить Masters of Death - Sicarius Armor (Standalone).esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe Masters of Death - Sicarius Armor (Standalone).esp IF VAR(EN) && IF ACTIVE("Masters of Death - Sicarius Armor (Standalone).esp") SAY: Remember not to load (or to simply delete) Masters of Death - Sicarius Armor (Standalone).esp IF VAR(RU) && IF ACTIVE("Masters of Death - Sicarius Armor (Standalone).esp") SAY: Не забудьте отключить или удалить Masters of Death - Sicarius Armor (Standalone).esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe Mithril Armor.esp IF VAR(EN) && IFNOT FILE("SkyRe Mithril Armor.bsa") WARN: You need to rename "Matys Mithril armor Enhanced.bsa" to "SkyRe Mithril Armor.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe Mithril Armor.bsa") WARN: Вам нужно переименовать "Matys Mithril armor Enhanced.bsa" в "SkyRe Mithril Armor.bsa" или этот мод не будет работать. IF VAR(EN) && IF ACTIVE("Matys Mithril armor Enhanced.esp") SAY: Remember not to load (or to simply delete) Matys Mithril armor Enhanced.esp IF VAR(RU) && IF ACTIVE("Matys Mithril armor Enhanced.esp") SAY: Не забудьте отключить или удалить Matys Mithril armor Enhanced.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe Mystic Armor and Weapon Set.esp IF VAR(EN) && IF ACTIVE("Mystic.esp") SAY: Remember not to load (or to simply delete) Mystic.esp IF VAR(RU) && IF ACTIVE("Mystic.esp") SAY: Не забудьте отключить или удалить Mystic.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe Nordic Conqueror Armor.esp IF VAR(EN) && IF ACTIVE("Nordic Conqueror Armor.esp") SAY: Remember not to load (or to simply delete) Nordic Conqueror Armor.esp IF VAR(RU) && IF ACTIVE("Nordic Conqueror Armor.esp") SAY: Не забудьте отключить или удалить Nordic Conqueror Armor.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe Nordic Conqueror Armor - Realistic.esp IF FILE("SkyRe Nordic Conqueror Armor.esp") && IF VAR(EN) WARN: Use either SkyRe Nordic Conqueror Armor.esp or SkyRe Nordic Conqueror Armor - Realistic.esp, not both. IF FILE("SkyRe Nordic Conqueror Armor.esp") && IF VAR(RU) WARN: Используйте любой или SkyRe Nordic Conqueror Armor.esp или SkyRe Nordic Conqueror Armor - Realistic.esp, не обa. IF FILE("xxx") && IF VAR(ES) WARN: Usar xxx o yyy, no ambos. IF VAR(EN) && IF ACTIVE("Nordic Conqueror Armor.esp") SAY: Remember not to load (or to simply delete) Nordic Conqueror Armor.esp IF VAR(RU) && IF ACTIVE("Nordic Conqueror Armor.esp") SAY: Не забудьте отключить или удалить Nordic Conqueror Armor.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_RitualArmorOfBoethiah.esp SkyRe Rogue Sorceress.esp IF VAR(EN) && IF ACTIVE("theRoadstrokersRogueSorceress.esp") SAY: Remember not to load (or to simply delete) theRoadstrokersRogueSorceress.esp IF VAR(RU) && IF ACTIVE("theRoadstrokersRogueSorceress.esp") SAY: Не забудьте отключить или удалить theRoadstrokersRogueSorceress.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe SeraticDark.esp IF VAR(EN) && IFNOT FILE("SkyRe SeraticDark.bsa") WARN: You need to rename "SeraticHeavyArmorDark.bsa" to "SkyRe SeraticDark.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe SeraticDark.bsa") WARN: Вам нужно переименовать "SeraticHeavyArmorDark.bsa" в "SkyRe SeraticDark.bsa" или этот мод не будет работать. IF VAR(EN) && IF ACTIVE("SeraticHeavyArmorDark.esp") SAY: Remember not to load (or to simply delete) SeraticHeavyArmorDark.esp IF VAR(RU) && IF ACTIVE("SeraticHeavyArmorDark.esp") SAY: Не забудьте отключить или удалить SeraticHeavyArmorDark.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe SeraticGray.esp IF VAR(EN) && IFNOT FILE("SkyRe SeraticGray.bsa") WARN: You need to rename "SeraticHeavyArmorGray.bsa" to "SkyRe SeraticGray.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe SeraticGray.bsa") WARN: Вам нужно переименовать "SeraticHeavyArmorGray.bsa" в "SkyRe SeraticGray.bsa" или этот мод не будет работать. IF VAR(EN) && IF ACTIVE("SeraticHeavyArmorGray.esp") SAY: Remember not to load (or to simply delete) SeraticHeavyArmorGray.esp IF VAR(RU) && IF ACTIVE("SeraticHeavyArmorGray.esp") SAY: Не забудьте отключить или удалить SeraticHeavyArmorGray.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe SeraticLight.esp IF VAR(EN) && IFNOT FILE("SkyRe SeraticLight.bsa") WARN: You need to rename "SeraticArmor.bsa" to "SkyRe SeraticLight.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe SeraticLight.bsa") WARN: Вам нужно переименовать "SeraticArmor.bsa" в "SkyRe SeraticLight.bsa" или этот мод не будет работать. IF VAR(EN) && IF ACTIVE("SeraticArmor.esp") SAY: Remember not to load (or to simply delete) SeraticArmor.esp IF VAR(RU) && IF ACTIVE("SeraticArmor.esp") SAY: Не забудьте отключить или удалить SeraticArmor.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe XAC Original Classic.esp IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(EN) && IFNOT FILE("SkyRe XAC Original Classic.bsa") WARN: If you downloaded the bsa version of XAC, you need to rename "XAC.bsa" to "SkyRe XAC Original Classic.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe XAC Original Classic.bsa") WARN: Если вы загрузили bsa-версию XAC, вам нужно переименовать "XAC.bsa" в "SkyRe XAC Original Classic.bsa" или этот мод работать не будет. IF VAR(EN) && IF ACTIVE("SkyRe XAC Original Classic.esp") SAY: Remember not to load (or to simply delete) XAC.esp IF VAR(RU) && IF ACTIVE("SkyRe XAC Original Classic.esp") SAY: Не забудьте отключить или удалить XAC.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe XAC Original.esp IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(EN) && IFNOT FILE("SkyRe XAC Original.bsa") WARN: If you downloaded the bsa version of XAC, you need to rename "XAC.bsa" to "SkyRe XAC Original.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe XAC Original.bsa") WARN: Если вы загрузили bsa-версию XAC, вам нужно переименовать "XAC.bsa" в "SkyRe XAC Original.bsa" или этот мод работать не будет. IF VAR(EN) && IF ACTIVE("SkyRe XAC Original.esp") SAY: Remember not to load (or to simply delete) XAC.esp IF VAR(RU) && IF ACTIVE("SkyRe XAC Original.esp") SAY: Не забудьте отключить или удалить XAC.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe XAC Stat Swap Classic.esp IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(EN) && IFNOT FILE("SkyRe XAC Stat Swap Classic.bsa") WARN: If you downloaded the bsa version of XAC, you need to rename "XAC.bsa" to "SkyRe XAC Stat Swap Classic.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe XAC Stat Swap Classic.bsa") WARN: Если вы загрузили bsa-версию XAC, вам нужно переименовать "XAC.bsa" в "SkyRe XAC Stat Swap Classic.bsa" или этот мод работать не будет. IF VAR(EN) && IF ACTIVE("SkyRe XAC Stat Swap Classic.esp") SAY: Remember not to load (or to simply delete) XAC.esp IF VAR(RU) && IF ACTIVE("SkyRe XAC Stat Swap Classic.esp") SAY: Не забудьте отключить или удалить XAC.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe XAC Stat Swap.esp IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/23231 XAC-1_20-Skyre". IF VAR(EN) && IFNOT FILE("SkyRe XAC Stat Swap.bsa") WARN: If you downloaded the bsa version of XAC, you need to rename "XAC.bsa" to "SkyRe XAC Stat Swap.bsa" or this mod won't work. IF VAR(RU) && IFNOT FILE("SkyRe XAC Stat Swap.bsa") WARN: Если вы загрузили bsa-версию XAC, вам нужно переименовать "XAC.bsa" в "SkyRe XAC Stat Swap.bsa" или этот мод работать не будет. IF VAR(EN) && IF ACTIVE("SkyRe XAC Stat Swap.esp") SAY: Remember not to load (or to simply delete) XAC.esp IF VAR(RU) && IF ACTIVE("SkyRe XAC Stat Swap.esp") SAY: Не забудьте отключить или удалить XAC.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. SkyRe_Dreamcloth.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) SkyRe_HelmlessPerks.esp IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(EN) ERROR: SkyRe_Main.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(RU) ERROR: SkyRe_Main.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SkyRe_Main.esp") && IF VAR(ES) ERROR: SkyRe_Main.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Tribunal for Skyre.esp IFNOT FILE("Tribunal Robes by Zairaam.esp") REQ Tribunal Robes by Zairaam.esp IF VAR(EN) SAY: Remember to install the original mod before activating a patch or skyrim will crash when it can't find the supporting files. IF VAR(RU) SAY: Не забудьте установить оригинальный мод, перед активацией этого патча! Если игра не сможет найти файлы оригинального мода, то это вызовет баги и вылеты игры. ExplosiveBoltsVisualized-SkyRe.esp IF ACTIVE("ExplosiveBoltsVisualized.esp") ERROR: Deactivate ExplosiveBoltsVisualized.esp. This ESP is completly standalone. IFNOT VAR(SkyReM) && IF VAR(EN) ERROR: SkyRe_Main.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(SkyReM) && IF VAR(RU) ERROR: SkyRe_Main.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(SkyReM) && IF VAR(ES) ERROR: SkyRe_Main.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IF VAR(SkyReM) MOD: UniqueWeaponsRedone.esp Unique Weapons Redone.esp IF VAR(SkyReM) MOD: Unique Uniques.esp // William - InsanitySorrow recommends that UU loads after SkyRe if installed. Unique Unique's_Skyre Patch.esp //patches for things that aren't armor and weapons: AOS_SkyRe Patch.esp AOS_SkyRe-AFTER Patch.esp //no info reported for aos platch placement(s), move as necessary -LD BCS_Skyre_Patch.esp CCO SkyRe Fixed Messages.esp CCO SkyRe Patch.esp Immersive Sounds - Magic SkyRe Patch.esp Insects Begone - Skyre Main.esp Insects Begone - Items(Skyre).esp SGI_SkyRe_patch.esp SkyRe-DB Patch.esp SkyRe_NecromancyFix.esp SkyRe_SIC Crossbowfix.esp ENDGROUP: SkyRe ENDGROUP: Overhauls BEGINGROUP: Quests and Locations // // All mods that add or change quests, // add player houses, // add or change dungeons, // add or change towns, villiages, cities and/or landscape. // // Mods not in alphabetical order have been hand placed to avoid conflicts (as much as possible). BEGINGROUP: Quests # [imc] eye of the reach.esp [imc] secret entrances.esp (DC) Treva's Watch Reclaimed.esp !!! Teron Personal Realm.esp _avGuardsFalk.esp 00_TCK_HouseOfOrror.esp 00FamilyFriendlyBreezome.esp 0.1.6.esp IF VAR(EN) WARN: Obsolete. Update to Riftrun_HF_v_2_0.esp at "http://www.nexusmods.com/skyrim/mods/43593 Shawks Corner". IF VAR(RU) WARN: Устарело. Обновите до Riftrun_HF_v_2_0.esp на "http://www.nexusmods.com/skyrim/mods/43593 Shawks Corner". IF VAR(ES) WARN: Obsoleto. Actualizar a la Riftrun_HF_v_2_0.esp en "http://www.nexusmods.com/skyrim/mods/43593 Shawks Corner". 0fl_skynet.esp IF CHECKSUM("a_dragons_respect.esp", 1A9030E0) && IF VAR(EN) DIRTY: 10 ITM, 16 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("a_dragons_respect.esp", 1A9030E0) && IF VAR(RU) DIRTY: 10 ITM, 16 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("a_dragons_respect.esp", 1A9030E0) && IF VAR(ES) DIRTY: 10 ITM, 16 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". 01Dom.esp 02_solstheim_extended.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). 03_solstheim_extendend.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). 0dragonvaultnotop.esp 1 crazy home.esp 10021_01Dom.v.3.0.esp 11AutumnShire.esp 12328_Grey-Rock.esp 13363_newmorthal.esp 16265_LakeHouse_Upgra.esp 1952_Dawnstar_house.esp 1collectors1.esp 2013HalloweenOverhaulMod.esp IF CHECKSUM("2013HalloweenOverhaulMod.esp", F2B291D4) && IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("2013HalloweenOverhaulMod.esp", F2B291D4) && IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF CHECKSUM("2013HalloweenOverhaulMod.esp", F2B291D4) && IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("2013HalloweenOverhaulMod.esp", F2B291D4) && IF VAR(EN) DIRTY: 334 ITM, 434 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("2013HalloweenOverhaulMod.esp", F2B291D4) && IF VAR(RU) DIRTY: 334 ITM, 434 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("2013HalloweenOverhaulMod.esp", F2B291D4) && IF VAR(ES) DIRTY: 334 ITM, 434 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". 28 Days and a Bit 5.esp IF VAR(EN) && IF FILE("28 Days and a Bit 5.esm") ERROR: Do not use '28 Days and a Bit 5.esp' and '28 Days and a Bit 5.esm' at the same time. IF VAR(RU) && IF FILE("28 Days and a Bit 5.esm") ERROR: Не используйте одновременно '28 Days and a Bit 5.esp' и '28 Days and a Bit 5.esm'. IF VAR(EN) SAY: Obsolete. Update to latest version, 28 Days and a Bit 5.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, 28 Days and a Bit 5.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, 28 Days and a Bit 5.esp. 2chElinArborea.esp 3modz_DragonBelly.esp 40's Riverwood Fishing Shack.esp 6673_Old_house..esp 7Dragons Manor.esp 7th heaven home.esp IF CHECKSUM("7th heaven home.esp", 6055640F) && IF VAR(EN) DIRTY: 23 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("7th heaven home.esp", 6055640F) && IF VAR(RU) DIRTY: 23 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("7th heaven home.esp", 6055640F) && IF VAR(ES) DIRTY: 23 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ENDGROUP: Quests # BEGINGROUP: Quests A A Hero's House.esp a house in each village.esp REGEX: A new look at Skyrim v1\.[1-6]\.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. A new look at Skyrim.esp A REAL Imperial Camp.esp a shack by the springs.esp IF CHECKSUM("a shack by the springs.esp", DC28E089) && IF VAR(EN) DIRTY: 53 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("a shack by the springs.esp", DC28E089) && IF VAR(RU) DIRTY: 53 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("a shack by the springs.esp", DC28E089) && IF VAR(ES) DIRTY: 53 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". a stronger empire.esp A True ImpeREAL Camp.esp a_dragons_respect.esp IF CHECKSUM("a_dragons_respect.esp", 0F39A808) && IF VAR(EN) DIRTY: 16 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("a_dragons_respect.esp", 0F39A808) && IF VAR(RU) DIRTY: 16 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("a_dragons_respect.esp", 0F39A808) && IF VAR(ES) DIRTY: 16 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". aaaFantomikZolotJill.esp aaaflaggonmissiondoor.esp AAAMystanicPlane.esp aadeepfolkcrossing.esp AAI Core.esp AAIRiverwood.esp IF CHECKSUM("AAIRiverwood.esp", 4EAB6A6F) && IF VAR(EN) DIRTY: 8 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AAIRiverwood.esp", 4EAB6A6F) && IF VAR(RU) DIRTY: 8 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AAIRiverwood.esp", 4EAB6A6F) && IF VAR(ES) DIRTY: 8 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". AAIWhiterun.esp IF CHECKSUM("AAIWhiterun.esp", 05673C6F ) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AAIWhiterun.esp", 05673C6F ) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AAIWhiterun.esp", 05673C6F ) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". AAsolitude.esp IF CHECKSUM("a_dragons_respect.esp", 4E20EEFC) && IF VAR(EN) DIRTY: 21 ITM, 51 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("a_dragons_respect.esp", 4E20EEFC) && IF VAR(RU) DIRTY: 21 ITM, 51 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("a_dragons_respect.esp", 4E20EEFC) && IF VAR(ES) DIRTY: 21 ITM, 51 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". aaStrotiManor.esp Abadonedshack_0.5b.esp IF VAR(EN) WARN: This file was released before the Creation Kit (07 Feb. 2012) and contains unexpected (or out of order) records and should be removed. IF VAR(RU) WARN: Этот файл бы выпущен до выхода Creation Kit (07 фев. 2012) и может содержать неверные записи. Рекомендуется удалить. IF VAR(ES) WARN: Este archivo contiene entradas fuera de orden y debe ser removido. Abandon Prison.esp Abandoned Fort.esp Abandoned House.esp abandonedshipsolitudedocks.esp AbandonedStronghold - Gash Murug.esp AbrahamTomb.esp abysmaldepths.esp ac2.esp AC3 Connor Robes.esp AC3 Conor Kenway.esp MOD: AC3のコナーRobes.esp //noticed hiragana in this one, MOD: prefix for safety -LD acamars tomb.esp Ace's Vampire Home.esp ACProudSpireManor.esp AdalMatar.esp IF CHECKSUM("AdalMatar.esp", 5B12DD15) && IF VAR(EN) DIRTY: 183 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AdalMatar.esp", 5B12DD15) && IF VAR(RU) DIRTY: 183 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AdalMatar.esp", 5B12DD15) && IF VAR(ES) DIRTY: 183 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("AdalMatar.esp", 5B12DD15) && IF VAR(EN) WARN: This file contains 5 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("AdalMatar.esp", 5B12DD15) && IF VAR(RU) WARN: Этот файл содержит 5 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF CHECKSUM("AdalMatar.esp", 5B12DD15) && IF VAR(ES) WARN: Este archivo contiene 5 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". //checksum-specific nav report is relevant here, see nexus discussion thread for author comments about fixup IF CHECKSUM("AdalMatar.esp", BA0C35C4) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AdalMatar.esp", BA0C35C4) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AdalMatar.esp", BA0C35C4) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: V1.1+: This file contains 3 deleted NavMesh records that TES5Edit cannot repair automatically, and which are reported by the mod author to be harmless artifacts from Creation Kit export. IF VAR(RU) SAY: V1.1+: Содержит 3 удаленных NavMesh записей, которые не могут быть автоматически восстановленны в TES5Edit, и которые, по сообщению автора, были безвредными артефактами, экспортированнымиих Creation Kit. IF VAR(ES) SAY: V1.1+: This file contains 3 deleted NavMesh records that TES5Edit cannot repair automatically, and which are reported by the mod author to be harmless artifacts from Creation Kit export. Adam Adamowicz's Grave.esp AdimalsWintersandsHall.esp adobuildarmy.esp AdoptAventus.esp AdragoniusTower.esp IF CHECKSUM("AdragoniusTower.esp", EE105604) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AdragoniusTower.esp", EE105604) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AdragoniusTower.esp", EE105604) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". adventcalendar.esp IF CHECKSUM("adventcalendar.esp", 3A7D34AF) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("adventcalendar.esp", 3A7D34AF) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("adventcalendar.esp", 3A7D34AF) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("adventcalendar.esp", 871D9583) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("adventcalendar.esp", 871D9583) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("adventcalendar.esp", 871D9583) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // two versions, same name Advents of Flame.esp adventurer's shack.esp AdventurersAndTravelers.esp AdventurersHouseCHM.esp Aela Totem Quest Always Available.esp Aella.esp IF CHECKSUM("Aella.esp", 01D57553) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Aella.esp", 01D57553) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Aella.esp", 01D57553) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Aella.esp", 91E4FBB5) && IF VAR(EN) DIRTY: 16 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Aella.esp", 91E4FBB5) && IF VAR(RU) DIRTY: 16 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Aella.esp", 91E4FBB5) && IF VAR(ES) DIRTY: 16 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AemersRefuge-DB.esp AemersRefuge-DG-DB.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). AemersRefLandscape.esp aenarbasic1.1.esp Aerafalhome.esp AerafalEN.esp Aerosbrire.esp AesirArmor.esp IF CHECKSUM("AesirArmor.esp", CAA6B7F3) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AesirArmor.esp", CAA6B7F3) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AesirArmor.esp", CAA6B7F3) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Aethernautics.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Aethernautics - Weaponry Tweaks.esp AF_Ancient_Fortress.esp afewrandomnpcs.esp IF CHECKSUM("afewrandomnpcs.esp", AEF1C6E3) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("afewrandomnpcs.esp", AEF1C6E3) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("afewrandomnpcs.esp", AEF1C6E3) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AGameOfThrones.esp IF CHECKSUM("AGameOfThrones.esp", DA07A741) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AGameOfThrones.esp", DA07A741) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AGameOfThrones.esp", DA07A741) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AGameOfThronesEnglish.esp IF CHECKSUM("AGameOfThronesEnglish.esp", 86878BDA) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AGameOfThronesEnglish.esp", 86878BDA) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AGameOfThronesEnglish.esp", 86878BDA) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("AGameOfThrones.esp") && IF VAR(EN) WARN: Use either AGameOfThrones.esp or AGameOfThronesEnglish.esp, not both. IF FILE("AGameOfThrones.esp") && IF VAR(RU) WARN: Используйте любой, или AGameOfThrones.esp или AGameOfThronesEnglish.esp, не оба. IF FILE("AGameOfThrones.esp") && IF VAR(ES) WARN: Usar AGameOfThrones.esp o AGameOfThronesEnglish.esp, no ambos. AgentOfRighteousMight.esp ajd_dommoreadoptionchoices.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). ajd_morthalghastlymine.esp ajd_pizzaandpizzeria.esp ajd_skyrimbookstores.esp ajd_soulcairnmods.esp ajd_soulcairnhome.esp AK- A Friend of Time.esp IF CHECKSUM("AK- A Friend of Time.esp", 12CD5F6E) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AK- A Friend of Time.esp", 12CD5F6E) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AK- A Friend of Time.esp", 12CD5F6E) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AK- Cowl of the Grey Fox.esp Akatosh's temple.esp IF CHECKSUM("Akatosh's temple.esp", 9FBEB5B2) && IF VAR(EN) DIRTY: 18 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Akatosh's temple.esp", 9FBEB5B2) && IF VAR(RU) DIRTY: 18 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Akatosh's temple.esp", 9FBEB5B2) && IF VAR(ES) DIRTY: 18 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". akatosh's templed.esp akavir_isle.esp IF CHECKSUM("akavir_isle.esp", 49B8685D) && IF VAR(EN) DIRTY: 7 ITM, 17 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("akavir_isle.esp", 49B8685D) && IF VAR(RU) DIRTY: 7 ITM, 17 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("akavir_isle.esp", 49B8685D) && IF VAR(ES) DIRTY: 7 ITM, 17 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Akaviri Military Camps.esp akavirifort.esp IF CHECKSUM("akavirifort.esp", A602DACA) && IF VAR(EN) DIRTY: 23 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("akavirifort.esp", A602DACA) && IF VAR(RU) DIRTY: 23 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("akavirifort.esp", A602DACA) && IF VAR(ES) DIRTY: 23 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 12 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 12 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 12 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". AkaviriGuild.esp IF CHECKSUM("AkaviriGuild.esp", 3FCF3BC3) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AkaviriGuild.esp", 3FCF3BC3) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AkaviriGuild.esp", 3FCF3BC3) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Akry.esp IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("Akry.esp", 1885D037) && IF VAR(EN) DIRTY: 28 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Akry.esp", 1885D037) && IF VAR(RU) DIRTY: 28 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Akry.esp", 1885D037) && IF VAR(ES) DIRTY: 28 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Alastherium.esp alb084ImmersiveFollowers.esp IF CHECKSUM("alb084ImmersiveFollowers.esp", 5BE44F8C) && IF VAR(EN) DIRTY: 130 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("alb084ImmersiveFollowers.esp", 5BE44F8C) && IF VAR(RU) DIRTY: 130 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("alb084ImmersiveFollowers.esp", 5BE44F8C) && IF VAR(ES) DIRTY: 130 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". alchemistfarmhouse.esp alchemistshacklivable.esp AlchemistsHiddenValley.esp IF CHECKSUM("AlchemistsHiddenValley.esp", 3EEBE030) && IF VAR(EN) DIRTY: 0 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AlchemistsHiddenValley.esp", 3EEBE030) && IF VAR(RU) DIRTY: 0 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AlchemistsHiddenValley.esp", 3EEBE030) && IF VAR(ES) DIRTY: 0 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AlchemyChest.esp aldmer ruins.esp alduinfinaltest.esp AliciaPainSlut.esp aliens.esp All Needs Forfilled Hearthfire Store Room.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). AllStonesAreGaurdianStones.esp Als Dead Dragon Giant Camp.esp Als Elsweyr Rift.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Al's Konahrik.esp Al's Paragon Chest.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Als Three Stone Watch.esp Als Treasure Map Reward.esp Als Treasure Vault.esp IF CHECKSUM("Als Treasure Vault.esp", 10F4A82B) && IF VAR(EN) DIRTY: 2 ITM, 15 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Als Treasure Vault.esp", 10F4A82B) && IF VAR(RU) DIRTY: 2 ITM, 15 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Als Treasure Vault.esp", 10F4A82B) && IF VAR(ES) DIRTY: 2 ITM, 15 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Als Vault of the Old Slayer.esp Alternate Entrance - Bleak Falls Barrow.esp Alternative Input for Tel Mithryn.esp REGEX: alternativeCityAccess.*\.esp AlternativequestendLightsout.esp Amak gro-Kash.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). AmazingCavesAdult.esp AmazingCavesGS.esp AmethystHollowsUpdate.esp IF VERSION("TES5", "1.5.24", <) REQ: Skyrim 1.5.24+ AmethystHollowsTemporaryPatch.esp Amazing Riverwood Starter Home.esp Amberhalls Heartwood Village.esp IF CHECKSUM("Amberhalls Heartwood Village.esp", 119AC39E) && IF VAR(EN) DIRTY: 11 ITM, 113 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Amberhalls Heartwood Village.esp", 119AC39E) && IF VAR(RU) DIRTY: 11 ITM, 113 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Amberhalls Heartwood Village.esp", 119AC39E) && IF VAR(ES) DIRTY: 11 ITM, 113 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 988 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 988 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 988 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". AmonHen.esp AMRetreat.esp IF CHECKSUM("AMRetreat.esp", 35B13C96) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AMRetreat.esp", 35B13C96) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AMRetreat.esp", 35B13C96) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ancient Knowledge Armour.esp IF CHECKSUM("Ancient Knowledge Armour.esp", C3251F91) || IF CHECKSUM("Ancient Knowledge Armour.esp", DF1111AD) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Ancient Knowledge Armour.esp", C3251F91) || IF CHECKSUM("Ancient Knowledge Armour.esp", DF1111AD) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Ancient Knowledge Armour.esp", C3251F91) || IF CHECKSUM("Ancient Knowledge Armour.esp", DF1111AD) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Ancient Knowledge Armour.esp", 65B6427E) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ancient Knowledge Armour.esp", 65B6427E) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ancient Knowledge Armour.esp", 65B6427E) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ancient tower.esp IF CHECKSUM("ancient tower.esp", 1D3BE8DB) && IF VAR(EN) DIRTY: 26 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ancient tower.esp", 1D3BE8DB) && IF VAR(RU) DIRTY: 26 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ancient tower.esp", 1D3BE8DB) && IF VAR(ES) DIRTY: 26 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Quest_AndTheRealmsOfDaedra.esp Ancient Watchtowers.esp ancientsanctuary.esp AncientTechExtended.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). AngaMillEnhance.esp AngasMillVillageV1.esp AngrimApprentice.esp Ank_Castle_Main.esp Ank_Castle_Standalone.esp Ank_Castle_Addon.esp IF VAR(EN) SAY: Upgrade to version 5.0+ IF VAR(RU) SAY: Обновите до версии 5.0+ AnnaMolly.esp AnorithsShack.esp /* Might be old version */ Another Breezehome Basement.esp IF VAR(EN) SAY: Obsolete. Update to latest version, expanded basement.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, expanded basement.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, expanded basement.esp. AniseCabinRevisited.esp Anises Cabin Remodeled.esp AnisesCabin(GS).esp Antennaria.esp anti-vampnocide.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Apple garden.esp Arachnid Dungeon.esp arbitrary faction additions - forsworn.esp ArbitraryFA - Forsworn.esp arcanebreezehome.esp Arcania.esp archaeologistguild.esp Archagruhn.esp arcanebreeze.esp archmage quarters .esp ArchMage Quarters Improved.esp archmagequartersmannequin.esp Archmageroom.esp archmagesarmory.esp.esp archmageTrophyhall.esp IF CHECKSUM("archmageTrophyhall.esp", 278DA913) && IF VAR(EN) DIRTY: 9 ITM, 564 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("archmageTrophyhall.esp", 278DA913) && IF VAR(RU) DIRTY: 9 ITM, 564 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("archmageTrophyhall.esp", 278DA913) && IF VAR(ES) DIRTY: 9 ITM, 564 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". arenaisland01.esp argonath.esp argonian hideout.esp Argonian Merchant Camp.esp ArgonianAssemblage.esp Arheim.esp IF CHECKSUM("Arheim.esp", EA6CE99A) && IF VAR(EN) DIRTY: 10 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Arheim.esp", EA6CE99A) && IF VAR(RU) DIRTY: 10 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Arheim.esp", EA6CE99A) && IF VAR(ES) DIRTY: 10 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ArieFarm.esp Arkris store.esp armor room.esp ArmorDisguises.esp IF CHECKSUM("ArmorDisguises.esp", 61DE8DD5) && IF VAR(EN) DIRTY: 63 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ArmorDisguises.esp", 61DE8DD5) && IF VAR(RU) DIRTY: 63 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ArmorDisguises.esp", 61DE8DD5) && IF VAR(ES) DIRTY: 63 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". armybasement.esp IF CHECKSUM("armybasement.esp", 2EADF762) && IF VAR(EN) DIRTY: 13 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("armybasement.esp", 2EADF762) && IF VAR(RU) DIRTY: 13 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("armybasement.esp", 2EADF762) && IF VAR(ES) DIRTY: 13 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 35 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 35 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 35 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Arnleif and Sons Trading Company Restocked.esp arthyngrad sanctum.esp IF CHECKSUM("arthyngrad sanctum.esp", E6EFD739) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("arthyngrad sanctum.esp", E6EFD739) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("arthyngrad sanctum.esp", E6EFD739) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ArtOfMercy.esp IF CHECKSUM("ArtOfMercy.esp", 882C789D) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ArtOfMercy.esp", 882C789D) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ArtOfMercy.esp", 882C789D) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ArvaksSkullQuestMarker.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). As_Stone.esp Asgrim's Hold.esp IF CHECKSUM("Asgrim's Hold.esp", A22B2395) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Asgrim's Hold.esp", A22B2395) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Asgrim's Hold.esp", A22B2395) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ashenguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Aspen Manor.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). AspenfallFarm.esp AssassinsLair.esp AssassinsLair - no NPCs.esp AssassinsSquads.esp IF CHECKSUM("AssassinsSquads.esp", 09D13B98) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AssassinsSquads.esp", 09D13B98) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AssassinsSquads.esp", 09D13B98) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Astro_BordersKnown_01.esp asummerhome.esp atcm_dyramisty_01.esp AThiefsArrows2.esp AtlantisV2.esp Atmospheric Whiterun.esp IF CHECKSUM("Atmospheric Whiterun.esp", 531DC18D) && IF VAR(EN) DIRTY: 25 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Atmospheric Whiterun.esp", 531DC18D) && IF VAR(RU) DIRTY: 25 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Atmospheric Whiterun.esp", 531DC18D) && IF VAR(ES) DIRTY: 25 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". attichjaarmarch.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("attichjaarmarch.esp", 8D6C4DC0) && IF VAR(EN) DIRTY: 27 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("attichjaarmarch.esp", 8D6C4DC0) && IF VAR(RU) DIRTY: 27 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("attichjaarmarch.esp", 8D6C4DC0) && IF VAR(ES) DIRTY: 27 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". atticlakeview.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("atticlakeview.esp", 149F3451) && IF VAR(EN) DIRTY: 27 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("atticlakeview.esp", 149F3451) && IF VAR(RU) DIRTY: 27 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("atticlakeview.esp", 149F3451) && IF VAR(ES) DIRTY: 27 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". atticpale.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("atticpale.esp", E603DC8F) && IF VAR(EN) DIRTY: 27 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("atticpale.esp", E603DC8F) && IF VAR(RU) DIRTY: 27 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("atticpale.esp", E603DC8F) && IF VAR(ES) DIRTY: 27 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Auditorium.esp Aurora.esp AuroraVillage.esp REGEX: AutumnLodge\((Female|Male)Mannequin\)\.esp Auðgrímr.esp awesomobreezehome.esp aws001.esp AylanaHouse.esp aezeal's castle.esp IF CHECKSUM("aezeal's castle.esp", 3A79485D) && IF VAR(EN) DIRTY: 116 ITM, 286 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("aezeal's castle.esp", 3A79485D) && IF VAR(RU) DIRTY: 116 ITM, 286 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("aezeal's castle.esp", 3A79485D) && IF VAR(ES) DIRTY: 116 ITM, 286 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". AZ Riverwood House.esp ENDGROUP: Quests A BEGINGROUP: Quests B B0001_WildMountainDairy(1.0).esp B3.esp IF CHECKSUM("B3.esp", 58681624) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("B3.esp", 58681624) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("B3.esp", 58681624) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". B3BH.esp IF CHECKSUM("B3BH.esp", A4F56DDF) && IF VAR(EN) DIRTY: 29 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("B3BH.esp", A4F56DDF) && IF VAR(RU) DIRTY: 29 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("B3BH.esp", A4F56DDF) && IF VAR(ES) DIRTY: 29 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". B3HF.esp IF CHECKSUM("WBDen.esp", 615F79DF) && IF VAR(EN) DIRTY: 27 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WBDen.esp", 615F79DF) && IF VAR(RU) DIRTY: 27 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WBDen.esp", 615F79DF) && IF VAR(ES) DIRTY: 27 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("WBDen.esp", FD50138C) && IF VAR(EN) DIRTY: 29 ITM, 128 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WBDen.esp", FD50138C) && IF VAR(RU) DIRTY: 29 ITM, 128 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WBDen.esp", FD50138C) && IF VAR(ES) DIRTY: 29 ITM, 128 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". B3HFBH.esp IF CHECKSUM("B3HFBH.esp", 58681624) && IF VAR(EN) DIRTY: 5 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("B3HFBH.esp", 58681624) && IF VAR(RU) DIRTY: 5 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("B3HFBH.esp", 58681624) && IF VAR(ES) DIRTY: 5 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". WBDen.esp IF CHECKSUM("WBDen.esp", FD50138C) && IF VAR(EN) DIRTY: 29 ITM, 128 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WBDen.esp", FD50138C) && IF VAR(RU) DIRTY: 29 ITM, 128 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WBDen.esp", FD50138C) && IF VAR(ES) DIRTY: 29 ITM, 128 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". BackToSovngarde.esp bandit camp.esp BankofMarkarth.esp IF CHECKSUM("BankofMarkarth.esp", C79214D7) && IF VAR(EN) DIRTY: 5 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BankofMarkarth.esp", C79214D7) && IF VAR(RU) DIRTY: 5 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BankofMarkarth.esp", C79214D7) && IF VAR(ES) DIRTY: 5 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Bards Questing in Tombs.esp bardscollegewithfix.esp bardscollegewithoutfix.esp BaradMithost.esp Barber.esp IF VAR(EN) SAY: Obsolete. Update to latest version, barber2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, barber2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, barber2.esp. barber2.esp Bard.esp BardsCollegeBed.esp Barrogshideout.esp basement.esp basil's bungalow.esp Batcave.esp BATTLE FIELDS.esp IF CHECKSUM("BATTLE FIELDS.esp", C428F6B7) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BATTLE FIELDS.esp", C428F6B7) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BATTLE FIELDS.esp", C428F6B7) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". baumhaus.esp bbDTP.esp BBLuxurySuiteExt.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IF VAR(EN) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. IF VAR(RU) SAY: Не очищать. "Грязные" правки оставлены специально и требуются для функционирования мода. IF VAR(ES) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. BBLSapachii.esp IF VERSION("TES5", "1.6.89", <) REQ: Skyrim 1.6.89+ BBLSapachii_Light.esp BBLSHousecarlsmovein.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IF VAR(EN) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. IF VAR(RU) SAY: Не очищать. "Грязные" правки оставлены специально и требуются для функционирования мода. IF VAR(ES) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. BBLSspouse.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IF VAR(EN) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. IF VAR(RU) SAY: Не очищать. "Грязные" правки оставлены специально и требуются для функционирования мода. IF VAR(ES) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. BBLSVisitors.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IF VAR(EN) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. IF VAR(RU) SAY: Не очищать. "Грязные" правки оставлены специально и требуются для функционирования мода. IF VAR(ES) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. BBLSMotseerOutfits.esp IF VERSION("TES5", "1.6.89", <) REQ: Skyrim 1.6.89+ BBLSmusic.esp IF VERSION("TES5", "1.6.89", <) REQ: Skyrim 1.6.89+ BBLSBoMHFTeleport.esp BBLS-Combined-BoM-HF+DB.esp BBLS-Combined-BoM-HF-OS+DB.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". BBLS-BoM-IS-HF.esp BBLS-BoM-DB.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". BBLSGuysApachii.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". BBLuxurySuiteClassier.esp IF VERSION("TES5", "1.6.89", <) REQ: Skyrim 1.6.89+ BBLuxurySuiteClassierDisplayRoom.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IF CHECKSUM("BBLuxurySuiteClassierDisplayRoom.esp", 91E5FC6A) && IF VAR(EN) DIRTY: 0 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BBLuxurySuiteClassierDisplayRoom.esp", 91E5FC6A) && IF VAR(RU) DIRTY: 0 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BBLuxurySuiteClassierDisplayRoom.esp", 91E5FC6A) && IF VAR(ES) DIRTY: 0 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BBLuxurySuiteDisplayRoom.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IF CHECKSUM("BBLuxurySuiteDisplayRoom.esp", 2D4A79CB) && IF VAR(EN) DIRTY: 0 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BBLuxurySuiteDisplayRoom.esp", 2D4A79CB) && IF VAR(RU) DIRTY: 0 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BBLuxurySuiteDisplayRoom.esp", 2D4A79CB) && IF VAR(ES) DIRTY: 0 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BBLSsecretArmourRoom.esp IFNOT FILE("BBLuxurySuite.esm") REQ: BBLuxurySuite.esm IF CHECKSUM("BBLSsecretArmourRoom.esp", BBF453F1) && IF VAR(EN) DIRTY: 2 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BBLSsecretArmourRoom.esp", BBF453F1) && IF VAR(RU) DIRTY: 2 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BBLSsecretArmourRoom.esp", BBF453F1) && IF VAR(ES) DIRTY: 2 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SummerWearSA.esp IF CHECKSUM("SummerWearSA.esp", D91C8FE5) && IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/25237 here". IF CHECKSUM("SummerWearSA.esp", D91C8FE5) && IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/25237 здесь". IF CHECKSUM("SummerWearSA.esp", D91C8FE5) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/25237 aquí". IFNOT ACTIVE("SummerWear.esm") && IF VAR(EN) ERROR: SummerWear.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SummerWear.esm") && IF VAR(RU) ERROR: SummerWear.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SummerWear.esm") && IF VAR(ES) ERROR: SummerWear.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("SummerWearSA.esp", 7CB5C5EA) && IF VAR(EN) DIRTY: 24 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SummerWearSA.esp", 7CB5C5EA) && IF VAR(RU) DIRTY: 24 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SummerWearSA.esp", 7CB5C5EA) && IF VAR(ES) DIRTY: 24 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SummerWearBBLS.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT ACTIVE("SummerWear.esm") && IF VAR(EN) ERROR: SummerWear.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SummerWear.esm") && IF VAR(RU) ERROR: SummerWear.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SummerWear.esm") && IF VAR(ES) ERROR: SummerWear.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("SummerWearBBLS.esp", E9CA2DDC) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SummerWearBBLS.esp", E9CA2DDC) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SummerWearBBLS.esp", E9CA2DDC) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BBLSSummerWear.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. SummerWearUBH.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("SummerWearUBH.esp", 22D2AC81) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SummerWearUBH.esp", 22D2AC81) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SummerWearUBH.esp", 22D2AC81) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BBLS_PatioFurniture.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(ApachiiHairF) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHairF) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHairF) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("SummerWear.esm") && IF VAR(EN) ERROR: SummerWear.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("SummerWear.esm") && IF VAR(RU) ERROR: SummerWear.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("SummerWear.esm") && IF VAR(ES) ERROR: SummerWear.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("BBLS_PatioFurniture.esp", 90C691) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BBLS_PatioFurniture.esp", 90C691) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BBLS_PatioFurniture.esp", 90C691) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". //not just furniture- more like a whole tiki bar area //reference for placements in the above BBLS, SW set- SW's author: "http://skyrim.nexusmods.com/articles/907/" BBLS_XMAS.esp BBLS No Ore or Soul Gems for v5.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". BBLSGeneralStoresbyNatilde.esp IF CHECKSUM("BBLSGeneralStoresbyNatilde.esp", 0578E287) && IF VAR(EN) DIRTY: 0 ITM, 22 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BBLSGeneralStoresbyNatilde.esp", 0578E287) && IF VAR(RU) DIRTY: 0 ITM, 22 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BBLSGeneralStoresbyNatilde.esp", 0578E287) && IF VAR(ES) DIRTY: 0 ITM, 22 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". BathingBeautiesFix.esp BCWhiterunTrees.esp BeardedClam.esp IF CHECKSUM("BeardedClam.esp", A8D641D3) && IF VAR(EN) DIRTY: 144 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BeardedClam.esp", A8D641D3) && IF VAR(RU) DIRTY: 144 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BeardedClam.esp", A8D641D3) && IF VAR(ES) DIRTY: 144 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Beautiful Riften.esp IF CHECKSUM("Beautiful Riften.esp", E56E690B) && IF VAR(EN) DIRTY: 13 ITM, 102 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Beautiful Riften.esp", E56E690B) && IF VAR(RU) DIRTY: 13 ITM, 102 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Beautiful Riften.esp", E56E690B) && IF VAR(ES) DIRTY: 13 ITM, 102 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Beautiful Whiterun.esp IF CHECKSUM("Beautiful Whiterun.esp", 17257C94) && IF VAR(EN) DIRTY: 79 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Beautiful Whiterun.esp", 17257C94) && IF VAR(RU) DIRTY: 79 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Beautiful Whiterun.esp", 17257C94) && IF VAR(ES) DIRTY: 79 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". becomeabard.esp Bards&Merchants.esp lpbards.esp LPBardsAnduniel.esp BecomeKingOfRiverHelm.esp IFNOT ACTIVE("RiverHelm.esm") && IF VAR(EN) ERROR: RiverHelm.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("RiverHelm.esm") && IF VAR(RU) ERROR: RiverHelm.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("RiverHelm.esm") && IF VAR(ES) ERROR: RiverHelm.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("BecomeKingOfRiverHelm.esp", 503C8747) && IF VAR(EN) DIRTY: 60 ITM, 166 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BecomeKingOfRiverHelm.esp", 503C8747) && IF VAR(RU) DIRTY: 60 ITM, 166 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BecomeKingOfRiverHelm.esp", 503C8747) && IF VAR(ES) DIRTY: 60 ITM, 166 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF VAR(EN) WARN: This file contains 12 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 12 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 12 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". beforsworn.esp beginner home.esp beginner's shack.esp beginnersshack.esp benduolo_quest.esp bergheim.esp BertsBreezeCellar(esp.V.1.0).esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. BertsBreezeCellar(esp.V2.0).esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(EN) ERROR: BertsBreezeCellar.v.1.0(esm).esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(RU) ERROR: BertsBreezeCellar.v.1.0(esm).esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(ES) ERROR: BertsBreezeCellar.v.1.0(esm).esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("BertsBreezeCellar(esp.V2.0).esp", 3EDC9220) && IF VAR(EN) DIRTY: 5 ITM, 66 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BertsBreezeCellar(esp.V2.0).esp", 3EDC9220) && IF VAR(RU) DIRTY: 5 ITM, 66 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BertsBreezeCellar(esp.V2.0).esp", 3EDC9220) && IF VAR(ES) DIRTY: 5 ITM, 66 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BertsBreezeCellar(esp.V3.0).esp IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(EN) ERROR: BertsBreezeCellar.v.1.0(esm).esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(RU) ERROR: BertsBreezeCellar.v.1.0(esm).esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(ES) ERROR: BertsBreezeCellar.v.1.0(esm).esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("BertsBreezeCellar(esp.V3.0).esp", 8975B037) && IF VAR(EN) DIRTY: 10 ITM, 195 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BertsBreezeCellar(esp.V3.0).esp", 8975B037) && IF VAR(RU) DIRTY: 10 ITM, 195 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BertsBreezeCellar(esp.V3.0).esp", 8975B037) && IF VAR(ES) DIRTY: 10 ITM, 195 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BertsBreezehomeCellar.I.1.3.esp IF VAR(EN) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid (BertsBreezehomeCellar.I.1.3.esp) IF VAR(RU) WARN: Сообщение TES5Edit - Значение для файла было изменено из вне, так что этот открытый файл больше не годен (BertsBreezehomeCellar.I.1.3.esp) IF VAR(ES) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid (BertsBreezehomeCellar.I.1.3.esp) BertsBreezehomeCellar(Claude).esp BertsBreezehomeCellar(Grotto).esp IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(EN) ERROR: BertsBreezeCellar.v.1.0(esm).esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(RU) ERROR: BertsBreezeCellar.v.1.0(esm).esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(ES) ERROR: BertsBreezeCellar.v.1.0(esm).esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("BertsBreezehomeCellar(Grotto).esp", 88DC7D3B) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BertsBreezehomeCellar(Grotto).esp", 88DC7D3B) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BertsBreezehomeCellar(Grotto).esp", 88DC7D3B) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BertsBreezeCellar(Polish).esp IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(EN) ERROR: BertsBreezeCellar.v.1.0(esm).esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(RU) ERROR: BertsBreezeCellar.v.1.0(esm).esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("BertsBreezeCellar.v.1.0(esm).esm") && IF VAR(ES) ERROR: BertsBreezeCellar.v.1.0(esm).esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. BertsBreezehomeGreenhouse.V.1.0.esp BertsBreezehomeGreenhouse.V.2.0.esp BertsBreezehomeGreenhouse.esp IF CHECKSUM("BertsBreezehomeGreenhouse.esp", 5066DA46) && IF VAR(EN) DIRTY: 1 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BertsBreezehomeGreenhouse.esp", 5066DA46) && IF VAR(RU) DIRTY: 1 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BertsBreezehomeGreenhouse.esp", 5066DA46) && IF VAR(ES) DIRTY: 1 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BertsBreezehomeGarden(Cheat).esp BertsBreezehomeGardeConnector(VanillaESP).esp BertsBreezehomeGarden(Remodel-Cheat).esp BertsBreezeRemodel.V.1.1.esp BertsBreezehomeRemodel.I,.1.2.esp IF VAR(EN) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid> [BertsBreezehomeRemodel.I,.1.2.esp] IF VAR(RU) WARN: Сообщение TES5Edit - Значение для файла было изменено из вне, так что этот открытый файл больше не годен> [BertsBreezehomeRemodel.I,.1.2.esp] IF VAR(ES) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid> [BertsBreezehomeRemodel.I,.1.2.esp] BertsBreezehomeRemodel.I,.1.3.esp IF VAR(EN) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid> [BertsBreezehomeRemodel.I,.1.3.esp] IF VAR(RU) WARN: Сообщение TES5Edit - Значение для файла было изменено из вне, так что этот открытый файл больше не годен> [BertsBreezehomeRemodel.I,.1.3.esp] IF VAR(ES) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid> [BertsBreezehomeRemodel.I,.1.3.esp] BertsBreezehomeRemodel.I.1.4.esp IF VAR(EN) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid> [BertsBreezehomeRemodel.I,.1.4.esp] IF VAR(RU) WARN: Сообщение TES5Edit - Значение для файла было изменено из вне, так что этот открытый файл больше не годен> [BertsBreezehomeRemodel.I,.1.4.esp] IF VAR(ES) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid> [BertsBreezehomeRemodel.I,.1.4.esp] BertsBreezehomeRemodel.I.1.5.1.esp IF VAR(EN) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid> [BertsBreezehomeRemodel.I.1.5.1.esp] IF VAR(RU) WARN: Сообщение TES5Edit - Значение для файла было изменено из вне, так что этот открытый файл больше не годен> [BertsBreezehomeRemodel.I.1.5.1.esp] IF VAR(ES) WARN: TES5Edit Msg - The volume for a file has been externally altered so that the opened file is no longer valid> [BertsBreezehomeRemodel.I.1.5.1.esp] BertsBreezehomeRemodel(AutoSort).esp BertsBreezehomeRemodel(Exterior).esp BertsBreezehomeRemodel.3(Exterior).esp IF CHECKSUM("BertsBreezehomeRemodel.3(Exterior).esp", 193713D4) && IF VAR(EN) DIRTY: 14 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BertsBreezehomeRemodel.3(Exterior).esp", 193713D4) && IF VAR(RU) DIRTY: 14 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BertsBreezehomeRemodel.3(Exterior).esp", 193713D4) && IF VAR(ES) DIRTY: 14 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BertsBreezehomeRemodel(Perks).esp BertsBreezehomeRemodel(Dave).esp BBRemodelPatch4UnlmtdBkshlvs.esp BertsBreezehomeRemodel(Deutsche).esp BertsBreezehomeRemodel(Update.1).esp BertsBreezehomeRemodel(Update.1.5.1).esp BertsBreezehomeRemodel(Update.2).esp BertsBreezehomeRemodel(Update.3).esp BertsBreezehomeRemodel(Update.4).esp BertsBreezehomeRemodel(Update.5).esp BertsBreezehomeRemodel (Update.5).esp Niire'sRe-RemodelForBertsBreezehomeRemodel.esp Niire'sPortstonesForBertsBreezehomeRemodel.esp BertsBreezehomeGardenConnecter(RemodelESP).esp 0001BertsBreezehomeRemodel.V.2.esp IF CHECKSUM("0001BertsBreezehomeRemodel.V.2.esp", 14546F21) && IF VAR(EN) DIRTY: 20 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2.esp", 14546F21) && IF VAR(RU) DIRTY: 20 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2.esp", 14546F21) && IF VAR(ES) DIRTY: 20 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". 0001BertsBreezehomeRemodel.V.2(esp.2.0).esp IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(EN) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(RU) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(ES) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(esp.2.0).esp", 5AEE2D89) && IF VAR(EN) DIRTY: 13 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(esp.2.0).esp", 5AEE2D89) && IF VAR(RU) DIRTY: 13 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(esp.2.0).esp", 5AEE2D89) && IF VAR(ES) DIRTY: 13 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". 0001BertsBreezehomeRemodel.V.2(Grotto).esp IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(EN) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(RU) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(ES) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(Grotto).esp", B7E0E7AB) && IF VAR(EN) DIRTY: 23 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(Grotto).esp", B7E0E7AB) && IF VAR(RU) DIRTY: 23 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(Grotto).esp", B7E0E7AB) && IF VAR(ES) DIRTY: 23 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". 0001BertsBreezehomeRemodel.V.2(LydiaAddon.V.1).esp IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(EN) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(RU) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(ES) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(LydiaAddon.V.1).esp", BC3E8547) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(LydiaAddon.V.1).esp", BC3E8547) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("0001BertsBreezehomeRemodel.V.2(LydiaAddon.V.1).esp", BC3E8547) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". 0001BertsBreezehomeRemodel.V.2(Spouse).esp IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(EN) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(RU) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("0001BertsBreezehomeRemodel.V.2(esm).esm") && IF VAR(ES) ERROR: 0001BertsBreezehomeRemodel.V.2(esm).esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". beschuetzer von himmelsrand.esp bettar ragged flaggon entrance.esp IF FILE("BetterBreezehome.esp") MOD: FalkreathCastle.esp Better Breezehome.esp betterbreezehome.esp IF VAR(BertsBHInst) INC: BertsBreezeRemodel BetterCitiesWindhelm.esp REGEX: bettercities(morebees|docksolitude|jarlshouses|newfarm)?\.esp IF CHECKSUM("bettercitiesdocksolitude.esp", 953F6085) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("bettercitiesdocksolitude.esp", 953F6085) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("bettercitiesdocksolitude.esp", 953F6085) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("bettercitiesjarlshouses.esp", 776C8B0D) && IF VAR(EN) DIRTY: 0 ITM, 54 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("bettercitiesjarlshouses.esp", 776C8B0D) && IF VAR(RU) DIRTY: 0 ITM, 54 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("bettercitiesjarlshouses.esp", 776C8B0D) && IF VAR(ES) DIRTY: 0 ITM, 54 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("bettercitiesnewfarm.esp", 3F73AFCE) && IF VAR(EN) DIRTY: 1 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("bettercitiesnewfarm.esp", 3F73AFCE) && IF VAR(RU) DIRTY: 1 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("bettercitiesnewfarm.esp", 3F73AFCE) && IF VAR(ES) DIRTY: 1 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Better Cities more Art.esp Better Cities, more Art..esp Better Cities, more Art V2 for Lush trees..esp Better City Entrances - All in one.esp Better College Students Room.esp BetterDarkBrotherhood.esp IF CHECKSUM("BetterDarkBrotherhood.esp", 06E40868) && IF VAR(EN) DIRTY: 118 ITM, 27 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BetterDarkBrotherhood.esp", 06E40868) && IF VAR(RU) DIRTY: 118 ITM, 27 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BetterDarkBrotherhood.esp", 06E40868) && IF VAR(ES) DIRTY: 118 ITM, 27 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("BetterDarkBrotherhood.esp", E0C083AD) && IF VAR(EN) DIRTY: 149 ITM, 26 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BetterDarkBrotherhood.esp", E0C083AD) && IF VAR(RU) DIRTY: 149 ITM, 26 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BetterDarkBrotherhood.esp", E0C083AD) && IF VAR(ES) DIRTY: 149 ITM, 26 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". DBRDragonFix.esp BetterDGEntrance.esp IF CHECKSUM("BetterDGEntrance.esp", 2EB928AB) && IF VAR(EN) DIRTY: 14 ITM, 14 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BetterDGEntrance.esp", 2EB928AB) && IF VAR(RU) DIRTY: 14 ITM, 14 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BetterDGEntrance.esp", 2EB928AB) && IF VAR(ES) DIRTY: 14 ITM, 14 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BetterDwemerExteriors.esp IF CHECKSUM("BetterDwemerExteriors.esp", C96424E) && IF VAR(EN) DIRTY: 58 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BetterDwemerExteriors.esp", C96424E) && IF VAR(RU) DIRTY: 58 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BetterDwemerExteriors.esp", C96424E) && IF VAR(ES) DIRTY: 58 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BetterGenerals.esp BetterJorrvaskr.esp IF CHECKSUM("BetterJorrvaskr.esp", C6C55F75) && IF VAR(EN) DIRTY: 0 ITM, 28 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BetterJorrvaskr.esp", C6C55F75) && IF VAR(RU) DIRTY: 0 ITM, 28 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BetterJorrvaskr.esp", C6C55F75) && IF VAR(ES) DIRTY: 0 ITM, 28 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". 01_BetterNordicRuins.esp IF VAR(EN) SAY: Obsolete. Update to latest version, BetterNordicRuins.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, BetterNordicRuins.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, BetterNordicRuins.esp. BetterNordicRuins.esp IF CHECKSUM("BetterNordicRuins.esp", 22F42319) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("BetterNordicRuins.esp", 22F42319) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("BetterNordicRuins.esp", 22F42319) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, BetterNordicRuins.esp. IF CHECKSUM("BetterNordicRuins.esp", 6C176F16) && IF VAR(EN) DIRTY: 47 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BetterNordicRuins.esp", 6C176F16) && IF VAR(RU) DIRTY: 47 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BetterNordicRuins.esp", 6C176F16) && IF VAR(ES) DIRTY: 47 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BetterProudspireManor - ASH.esp IF CHECKSUM("BetterProudspireManor - ASH.esp", 0403C225) && IF VAR(EN) DIRTY: 0 ITM, 58 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BetterProudspireManor - ASH.esp", 0403C225) && IF VAR(RU) DIRTY: 0 ITM, 58 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BetterProudspireManor - ASH.esp", 0403C225) && IF VAR(ES) DIRTY: 0 ITM, 58 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". betterdawnstar.esp betterinns.esp IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". betterMarkarthexterieur.esp bettermorthal.esp IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BetterRiften.esp IF CHECKSUM("BetterRiften.esp", 2FCCBDAC) && IF VAR(EN) DIRTY: 22 ITM, 7 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BetterRiften.esp", 2FCCBDAC) && IF VAR(RU) DIRTY: 22 ITM, 7 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BetterRiften.esp", 2FCCBDAC) && IF VAR(ES) DIRTY: 22 ITM, 7 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". BetterSeptimusSignusOutpost.esp Better Skyforge.esp betterskyforge.esp bettertameriel.esp bettertheivesentrance.esp BetterThievesGuild.esp Better Thieves Guild.esp BetterWinterhold.esp IF CHECKSUM("betterwinterhold.esp", 757BD177) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("betterwinterhold.esp", 757BD177) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("betterwinterhold.esp", 757BD177) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". beyond_skyrim.esp BGsno-globes.esp bhabhilon.esp REGEX: Bigger Cities and Villages.*\.esp IF FILE("Bigger Cities and Villages0.1.1.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version. IF FILE("Bigger Cities and Villages0.1.1.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF FILE("Bigger Cities and Villages0.1.1.esp") && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. BIGCitySolitude.esp biggrowhouse.esp biggrowhouse (only h).esp birna'soddmentssign.esp blackbanetower.esp Black Books Begone.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). BBB Scroll Rack.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). BlackbroodHideout.esp black hand embassy.esp BlackLand.esp blackmarsh.esp BlackMoor.esp IF CHECKSUM("BlackMoor.esp", 8A8B45DF) && IF VAR(EN) DIRTY: 14 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BlackMoor.esp", 8A8B45DF) && IF VAR(RU) DIRTY: 14 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BlackMoor.esp", 8A8B45DF) && IF VAR(ES) DIRTY: 14 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("BlackMoor.esp", 997436A7) || IF CHECKSUM("BlackMoor.esp", 6CF48D16) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("BlackMoor.esp", 997436A7) || IF CHECKSUM("BlackMoor.esp", 6CF48D16) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("BlackMoor.esp", 997436A7) || IF CHECKSUM("BlackMoor.esp", 6CF48D16) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Black Phantoms.esp BlackreachRailroad.esp Blackrun_playerhome_1.1.esp Blackrun_playerhome_1_2.esp Black Soul Gear.esp IF CHECKSUM("Black Soul Gear.esp", E5108D8B) && IF VAR(EN) DIRTY: 26 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Black Soul Gear.esp", E5108D8B) && IF VAR(RU) DIRTY: 26 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Black Soul Gear.esp", E5108D8B) && IF VAR(ES) DIRTY: 26 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Blacksmith Chests.esp IF CHECKSUM("Blacksmith Chests.esp", 5C03293) && IF VAR(EN) DIRTY: 1 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Blacksmith Chests.esp", 5C03293) && IF VAR(RU) DIRTY: 1 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Blacksmith Chests.esp", 5C03293) && IF VAR(ES) DIRTY: 1 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Blacksmith Chests_DG Patch.esp Blacksmith Chests_DG Patch.esp Blacksmiths Hideout - Honeyside Upgrade.esp IF CHECKSUM("Blacksmiths Hideout - Honeyside Upgrade.esp", 1D635DA3) && IF VAR(EN) DIRTY: 22 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Blacksmiths Hideout - Honeyside Upgrade.esp", 1D635DA3) && IF VAR(RU) DIRTY: 22 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Blacksmiths Hideout - Honeyside Upgrade.esp", 1D635DA3) && IF VAR(ES) DIRTY: 22 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Blacksmiths Hideout - Honeyside Upgrade (no dialogue).esp IF CHECKSUM("Blacksmiths Hideout - Honeyside Upgrade (no dialogue).esp", 92E12685) && IF VAR(EN) DIRTY: 20 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Blacksmiths Hideout - Honeyside Upgrade (no dialogue).esp", 92E12685) && IF VAR(RU) DIRTY: 20 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Blacksmiths Hideout - Honeyside Upgrade (no dialogue).esp", 92E12685) && IF VAR(ES) DIRTY: 20 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". bLaCkSpIrE-1.0.esp blackthorninn.esp BlackthroneCastle.esp BlackTowerUpdate.esp blackwolflodge.esp BlackwoodCompanyHall.esp IF CHECKSUM("BlackwoodCompanyHall.esp", 848A0E9A) && IF VAR(EN) DIRTY: 184 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BlackwoodCompanyHall.esp", 848A0E9A) && IF VAR(RU) DIRTY: 184 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BlackwoodCompanyHall.esp", 848A0E9A) && IF VAR(ES) DIRTY: 184 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("BlackwoodCompanyHall.esp", BFBCB393) || IF CHECKSUM("BlackwoodCompanyHall.esp", 9E17E71E) || IF CHECKSUM("BlackwoodCompanyHall.esp", 0970AA3E) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("BlackwoodCompanyHall.esp", BFBCB393) || IF CHECKSUM("BlackwoodCompanyHall.esp", 9E17E71E) || IF CHECKSUM("BlackwoodCompanyHall.esp", 0970AA3E) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("BlackwoodCompanyHall.esp", BFBCB393) || IF CHECKSUM("BlackwoodCompanyHall.esp", 9E17E71E) || IF CHECKSUM("BlackwoodCompanyHall.esp", 0970AA3E) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Blade and Bone Armory.esp blade god king.esp Blades ReBorn.esp blood magic.esp Bloodgore---NoMoreHostileVolkiharVamps.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Bloodgore---NoMoreHostileVolkiharVamps.esp", A82E9C8A) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Bloodgore---NoMoreHostileVolkiharVamps.esp", A82E9C8A) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Bloodgore---NoMoreHostileVolkiharVamps.esp", A82E9C8A) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". bloodharvest.esp Bloodmoon.esp Bluecreek Estate.esp IF CHECKSUM("Bluecreek Estate.esp", 2A3D0978) && IF VAR(EN) DIRTY: 60 ITM, 81 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Bluecreek Estate.esp", 2A3D0978) && IF VAR(RU) DIRTY: 60 ITM, 81 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Bluecreek Estate.esp", 2A3D0978) && IF VAR(ES) DIRTY: 60 ITM, 81 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF VAR(EN) WARN: This file contains 18 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 18 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 18 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BluePalaceHome.esp Bogg's Breezehome Enhanced v0.16a.esp bome-divorce.esp Bonds Country Cottage.esp Bonds Tundra Rose Chalet.esp boethiah_fix.esp book_seller.esp Bookstore.esp BookwurmRetreat.esp Boozeus.esp Borderlands.esp IF CHECKSUM("Borderlands.esp", 44062B91) && IF VAR(EN) DIRTY: 16 ITM, 80 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Borderlands.esp", 44062B91) && IF VAR(RU) DIRTY: 16 ITM, 80 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Borderlands.esp", 44062B91) && IF VAR(ES) DIRTY: 16 ITM, 80 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 34 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 34 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 34 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BorderReavers.esp bossdungeon.esp boss dungeon2.esp bossdungeon3.esp bossdungeon4.esp BP2RiftenHome.esp breezhome.esp Breezehome Arkay Shrine.esp BreezehomeAdditions.esp Breezehomearmory.esp Breeze Home - Bathing Area .esp breezehomebetterinterior.esp BreezehomeChildBeds.esp breezehomedragonbornedition.esp breezehome-darkdream.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Breezehomeexpansion-darkdream.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Breezehomeexpansion-darkdream.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Breezehomeexpansion-darkdream.esp. breezehome enhanced.esp IF VAR(BertsBHInst) INC: BertsBreezeRemodel IF CHECKSUM("breezehome enhanced.esp", 1F629B97) && IF VAR(EN) DIRTY: 18 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("breezehome enhanced.esp", 1F629B97) && IF VAR(RU) DIRTY: 18 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("breezehome enhanced.esp", 1F629B97) && IF VAR(ES) DIRTY: 18 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". breezehome enhanced origional.esp Breezehome Estate.esp Breezehomeexpansion-darkdream.esp IF CHECKSUM("Breezehomeexpansion-darkdream.esp", A89E0AEA) && IF VAR(EN) DIRTY: 3 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Breezehomeexpansion-darkdream.esp", A89E0AEA) && IF VAR(RU) DIRTY: 3 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Breezehomeexpansion-darkdream.esp", A89E0AEA) && IF VAR(ES) DIRTY: 3 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". breezehome extended ~saqk.esp Breezehome Firepit Removed.esp breezehome_bed_fix.esp Breezehome_FullyUpgradable.esp IF CHECKSUM("Breezehome_FullyUpgradable.esp", 444A410C) && IF VAR(EN) DIRTY: 22 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Breezehome_FullyUpgradable.esp", 444A410C) && IF VAR(RU) DIRTY: 22 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Breezehome_FullyUpgradable.esp", 444A410C) && IF VAR(ES) DIRTY: 22 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF VAR(BertsBHInst) INC: BertsBreezeRemodel REGEX: Breezehome_FullyUpgradable_v.+\.esp IF VAR(BertsBHInst) INC: BertsBreezeRemodel IF VAR(EN) SAY: Obsolete. Update to latest version, Breezehome_FullyUpgradable.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Breezehome_FullyUpgradable.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Breezehome_FullyUpgradable.esp. Breezehome_Fully_Upgradeable.esp IF VAR(BertsBHInst) INC: BertsBreezeRemodel IF VAR(EN) SAY: Obsolete. Update to latest version, Breezehome_FullyUpgradable.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Breezehome_FullyUpgradable.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Breezehome_FullyUpgradable.esp. Breezehome_Fully_Upgradable.esp IF VAR(BertsBHInst) INC: BertsBreezeRemodel breezehome_fully_upgradable_nodlc.esp Breezehome_Fully_Upgradable_DG.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). BFU_tavewhiterunlite.esp BFU_whiterunenhanced.esp Breezehome Hearthfire Overhaul.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). breezehome hearthfire redux.esp Breezehome Loft Crafting.esp Breezehome Make Over.esp Breezehome Mannequin.esp IF CHECKSUM("Breezehome Mannequin.esp", BD71FEBC) && IF VAR(EN) DIRTY: 2 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Breezehome Mannequin.esp", BD71FEBC) && IF VAR(RU) DIRTY: 2 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Breezehome Mannequin.esp", BD71FEBC) && IF VAR(ES) DIRTY: 2 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Breezehome Mannequins Lite.esp Breezehome Mannequins.esp IF FILE("Breezehome Mannequins Lite.esp") INC: Breezehome Mannequins Lite.esp breezehome nordic house.esp Breezehome Nordic House v.3.esp IF CHECKSUM("Breezehome Nordic House v.3.esp", 296C53FD) && IF VAR(EN) DIRTY: 16 ITM, 387 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Breezehome Nordic House v.3.esp", 296C53FD) && IF VAR(RU) DIRTY: 16 ITM, 387 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Breezehome Nordic House v.3.esp", 296C53FD) && IF VAR(ES) DIRTY: 16 ITM, 387 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Breezehome Remix.esp Breezehome Remodeled Finely.esp IF VAR(BertsBHInst) INC: BertsBreezeRemodel Breezehome Sovngarde Portal.esp IF CHECKSUM("Breezehome Sovngarde Portal.esp", A743AB12) && IF VAR(EN) DIRTY: 2 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Breezehome Sovngarde Portal.esp", A743AB12) && IF VAR(RU) DIRTY: 2 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Breezehome Sovngarde Portal.esp", A743AB12) && IF VAR(ES) DIRTY: 2 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". breezehomestorage.esp breezehome the noble family.esp breezehome TNF.esp breezehomeTNF.esp bhtnf.esp Breezehome1stwing.esp IF VAR(EN) SAY: No longer support, use Dovahkiin Hideout instead IF VAR(RU) SAY: Больше не поддерживается, используйте вместо этого Dovahkiin Hideout. Breezehome remodel.esp breezehomealchemylab.esp BreezehomeAnvil.esp Breezehome Basement.esp Breezehome Basement v1.esp breezehomebasement.esp IF VAR(EN) WARN: Obsolete. Update to Breezehome_Basement.esp at "http://www.nexusmods.com/skyrim/mods/43593 Shawks Corner". IF VAR(RU) WARN: Устарело. Обновите до Breezehome_Basement.esp на "http://www.nexusmods.com/skyrim/mods/43593 Shawks Corner". IF VAR(ES) WARN: Obsoleto. Actualizar a la Breezehome_Basement.esp en "http://www.nexusmods.com/skyrim/mods/43593 Shawks Corner". BreezehomeBasementRedux.esp breezehomebasementthief.esp breezehomebasementutilitiestwo.esp BreezehomeBasementUtilitiesMore.esp scbb.esp // Download Name is 'Breezehome Basement - Single Cell - Demorus' Breezehome Expanded Basement.esp breezehome balcony.esp BreezeHome Beds.esp Breezehome Cellar.esp BreezehomeCellarGetaway.esp Breezehome Crafting.esp breezehomedogfriend.esp Breezehomedesk - no_table.esp IF CHECKSUM("Breezehomedesk - no_table.esp", 1295E2FC) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Breezehomedesk - no_table.esp", 1295E2FC) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Breezehomedesk - no_table.esp", 1295E2FC) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Breezehomedesk - no_table_no_chair.esp IF CHECKSUM("Breezehomedesk - no_table_no_chair.esp", D55C6E57) && IF VAR(EN) DIRTY: 0 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Breezehomedesk - no_table_no_chair.esp", D55C6E57) && IF VAR(RU) DIRTY: 0 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Breezehomedesk - no_table_no_chair.esp", D55C6E57) && IF VAR(ES) DIRTY: 0 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Breezehomedesk.esp IF CHECKSUM("Breezehomedesk.esp", 16198A01) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Breezehomedesk.esp", 16198A01) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Breezehomedesk.esp", 16198A01) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Breezehomedesk_ench.esp IF CHECKSUM("Breezehomedesk_ench.esp", FB206D13) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Breezehomedesk_ench.esp", FB206D13) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Breezehomedesk_ench.esp", FB206D13) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". breezehome dungeon.esp Breezehome Enchanter.esp breezehomeextraroomsnewhall.esp breezehomeextraroomsnewkitchen.esp breezehomeextratworoomsoriginal.esp Breezehome_for_Powerusers.esp IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". breezehometwoextrawings.esp BreezehomeEnchanter.esp breezhomeenchanter.esp breezehomehfremodel.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). breezehome_enchanting_hf.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). breezhomegarden2.esp BreezehomeLibrary.esp Breezehome Mine.esp breezehomemine.esp BreezehomeMoreLights1.esp Breezehome New Room.esp Breezehome Open Windows.esp Breezehome Open Windows II.esp BreezehomePenthouse.esp BreezeHomePlus.esp BreezehomeRenovationFemJP.esp IF REGEX("BreezehomeRenovation(Fem|JP|FSW|FSWJP)?\.esp") && IF VAR(EN) WARN: Use only one BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|JP|FSW|FSWJP)?\.esp") && IF VAR(RU) WARN: Используйте только один BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|JP|FSW|FSWJP)?\.esp") && IF VAR(ES) WARN: Utilizar solo un BreezehomeRenovation*.esp. IF CHECKSUM("BreezehomeRenovationFemJP.esp", 4DF14350) && IF VAR(EN) DIRTY: 0 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BreezehomeRenovationFemJP.esp", 4DF14350) && IF VAR(RU) DIRTY: 0 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BreezehomeRenovationFemJP.esp", 4DF14350) && IF VAR(ES) DIRTY: 0 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BreezehomeRenovationFem.esp IF REGEX("BreezehomeRenovation(FemJP|JP|FSW|FSWJP)?\.esp") && IF VAR(EN) WARN: Use only one BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(FemJP|JP|FSW|FSWJP)?\.esp") && IF VAR(RU) WARN: Используйте только один BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(FemJP|JP|FSW|FSWJP)?\.esp") && IF VAR(ES) WARN: Utilizar solo un BreezehomeRenovation*.esp. IF CHECKSUM("BreezehomeRenovationFem.esp", 5C313E5B) && IF VAR(EN) DIRTY: 0 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BreezehomeRenovationFem.esp", 5C313E5B) && IF VAR(RU) DIRTY: 0 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BreezehomeRenovationFem.esp", 5C313E5B) && IF VAR(ES) DIRTY: 0 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BreezehomeRenovationFSWJP.esp IF REGEX("BreezehomeRenovation(Fem|FemJP|JP|FSW)?\.esp") && IF VAR(EN) WARN: Use only one BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|FemJP|JP|FSW)?\.esp") && IF VAR(RU) WARN: Используйте только один BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|FemJP|JP|FSW)?\.esp") && IF VAR(ES) WARN: Utilizar solo un BreezehomeRenovation*.esp. IF CHECKSUM("BreezehomeRenovationFSWJP.esp", 08E58DF5) && IF VAR(EN) DIRTY: 0 ITM, 29 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BreezehomeRenovationFSWJP.esp", 08E58DF5) && IF VAR(RU) DIRTY: 0 ITM, 29 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BreezehomeRenovationFSWJP.esp", 08E58DF5) && IF VAR(ES) DIRTY: 0 ITM, 29 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1x удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". BreezehomeRenovationFSW.esp IF REGEX("BreezehomeRenovation(Fem|FemJP|JP|FSWJP)?\.esp") && IF VAR(EN) WARN: Use only one BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|FemJP|JP|FSWJP)?\.esp") && IF VAR(RU) WARN: Используйте только один BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|FemJP|JP|FSWJP)?\.esp") && IF VAR(ES) WARN: Utilizar solo un BreezehomeRenovation*.esp. IF CHECKSUM("BreezehomeRenovationFSW.esp", F94B1083) && IF VAR(EN) DIRTY: 0 ITM, 29 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BreezehomeRenovationFSW.esp", F94B1083) && IF VAR(RU) DIRTY: 0 ITM, 29 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BreezehomeRenovationFSW.esp", F94B1083) && IF VAR(ES) DIRTY: 0 ITM, 29 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BreezehomeRenovationJP.esp IF REGEX("BreezehomeRenovation(Fem|FemJP|FSW|FSWJP)?\.esp") && IF VAR(EN) WARN: Use only one BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|FemJP|FSW|FSWJP)?\.esp") && IF VAR(RU) WARN: Используйте только один BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|FemJP|FSW|FSWJP)?\.esp") && IF VAR(ES) WARN: Utilizar solo un BreezehomeRenovation*.esp. IF CHECKSUM("BreezehomeRenovationJP.esp", 1B7A18AF) && IF VAR(EN) DIRTY: 0 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BreezehomeRenovationJP.esp", 1B7A18AF) && IF VAR(RU) DIRTY: 0 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BreezehomeRenovationJP.esp", 1B7A18AF) && IF VAR(ES) DIRTY: 0 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BreezehomeRenovation.esp IF REGEX("BreezehomeRenovation(Fem|FemJP|JP|FSW|FSWJP)\.esp") && IF VAR(EN) WARN: Use only one BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|FemJP|JP|FSW|FSWJP)\.esp") && IF VAR(RU) WARN: Используйте только один BreezehomeRenovation*.esp. IF REGEX("BreezehomeRenovation(Fem|FemJP|JP|FSW|FSWJP)\.esp") && IF VAR(ES) WARN: Utilizar solo un BreezehomeRenovation*.esp. IF CHECKSUM("BreezehomeRenovation.esp", E4AF58E1) && IF VAR(EN) DIRTY: 0 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BreezehomeRenovation.esp", E4AF58E1) && IF VAR(RU) DIRTY: 0 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BreezehomeRenovation.esp", E4AF58E1) && IF VAR(ES) DIRTY: 0 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". BreezehomeRenovation(CN).esp REGEX: Breezehome Revised.*\.esp IF VAR(EN) SAY: Use only one Breezehome Revised*.esp. IF VAR(RU) SAY: Используйте только один Breezehome Revised*.esp. IF VAR(ES) SAY: Utilizar solo un Breezehome Revised*.esp. BreezehomeReworked.esp BreezehomeReworkedSmeltingroom.esp Breezehomeshelves01.esp Breezehomeshelves02.esp Breezehome smithy.esp BreezehomeEnchantingTable.esp IF CHECKSUM("BreezehomeEnchantingTable.esp", 17AB3F3A) && IF VAR(EN) DIRTY: 2 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BreezehomeEnchantingTable.esp", 17AB3F3A) && IF VAR(RU) DIRTY: 2 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BreezehomeEnchantingTable.esp", 17AB3F3A) && IF VAR(ES) DIRTY: 2 ITM, 10 entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BreezehomeEnchantingTable1.3.esp BreezehomeEnchantingTableFrench.esp BreezehomeGrindStone.esp Breezehome PLUS.esp IF VAR(BertsBHInst) INC: BertsBreezeRemodel breezehome xmas tree.esp breezeKEAv1_1.esp Briar'sEndCourierQuest.esp IF FILE("Fleetford.esp") INC: Fleetford.esp IF CHECKSUM("Briar'sEndCourierQuest.esp", 30CD77F3) && IF VAR(EN) DIRTY: 48 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Briar'sEndCourierQuest.esp", 30CD77F3) && IF VAR(RU) DIRTY: 48 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Briar'sEndCourierQuest.esp", 30CD77F3) && IF VAR(ES) DIRTY: 48 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Briar'sEndInstantQuest.esp IF FILE("Fleetford.esp") INC: Fleetford.esp IF FILE("Briar'sEndCourierQuest.esp") && IF VAR(EN) WARN: Use only one Briar'sEnd esp. IF FILE("Briar'sEndCourierQuest.esp") && IF VAR(RU) WARN: Используйте только один Briar'sEnd esp. IF FILE("Briar'sEndCourierQuest.esp") && IF VAR(ES) WARN: Utilizar solo un Briar'sEnd esp. IF CHECKSUM("Briar'sEndInstantQuest.esp", 3BEEDC33) && IF VAR(EN) DIRTY: 48 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Briar'sEndInstantQuest.esp", 3BEEDC33) && IF VAR(RU) DIRTY: 48 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Briar'sEndInstantQuest.esp", 3BEEDC33) && IF VAR(ES) DIRTY: 48 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Briar'sEndNoQuest.esp IF FILE("Fleetford.esp") INC: Fleetford.esp IF FILE("Briar'sEndCourierQuest.esp") || IF FILE("Briar'sEndInstantQuest.esp") && IF VAR(EN) WARN: Use only one Briar'sEnd esp. IF FILE("Briar'sEndCourierQuest.esp") || IF FILE("Briar'sEndInstantQuest.esp") && IF VAR(RU) WARN: Используйте только один Briar'sEnd esp. IF FILE("Briar'sEndCourierQuest.esp") || IF FILE("Briar'sEndInstantQuest.esp") && IF VAR(ES) WARN: Utilizar solo un Briar'sEnd esp. IF CHECKSUM("Briar'sEndNoQuest.esp", DC577DA1) && IF VAR(EN) DIRTY: 50 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Briar'sEndNoQuest.esp", DC577DA1) && IF VAR(RU) DIRTY: 50 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Briar'sEndNoQuest.esp", DC577DA1) && IF VAR(ES) DIRTY: 50 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Bridge.esp Bridge Farm.esp Bridge Farm Hearthfire version.esp IF FILE("Bridge Farm.esp") INC: Bridge Farm.esp BridgesofSkyrim.esp Brinissa.esp Brisenheim_1.1.esp BrishomeEXT.esp Broken Oar Grotto - Replayable.esp brokenmansmonument.esp Bromjunaar.esp Bromjunaar-2.esp Brothel.esp IF CHECKSUM("Brothel.esp", 029D1CAC) || IF CHECKSUM("Brothel.esp", 5AFFF047) || IF CHECKSUM("Brothel.esp", 9C382042) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Brothel.esp", 029D1CAC) || IF CHECKSUM("Brothel.esp", 5AFFF047) || IF CHECKSUM("Brothel.esp", 9C382042) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Brothel.esp", 029D1CAC) || IF CHECKSUM("Brothel.esp", 5AFFF047) || IF CHECKSUM("Brothel.esp", 9C382042) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Brothel.esp", B5592F06) && IF VAR(EN) DIRTY: 29 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Brothel.esp", B5592F06) && IF VAR(RU) DIRTY: 29 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Brothel.esp", B5592F06) && IF VAR(ES) DIRTY: 29 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Brotherhood.esp BSC_thetesseract.esp IF CHECKSUM("BSC_thetesseract.esp", F598B916) && IF VAR(EN) DIRTY: 131 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BSC_thetesseract.esp", F598B916) && IF VAR(RU) DIRTY: 131 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BSC_thetesseract.esp", F598B916) && IF VAR(ES) DIRTY: 131 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BSW-V2.esp BuildableHouse.esp Buri Manor.esp Buskers of Skyrim.esp buy_whiterun2.esp IF CHECKSUM("buy_whiterun2.esp", F734CA91) && IF VAR(EN) DIRTY: 167 ITM, 221 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("buy_whiterun2.esp", F734CA91) && IF VAR(RU) DIRTY: 167 ITM, 221 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("buy_whiterun2.esp", F734CA91) && IF VAR(ES) DIRTY: 167 ITM, 221 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". BWT_PersonalMerchant.esp BYOH-Bridge.esp ENDGROUP: Quests B BEGINGROUP: Quests C C1_Den_Erovrade_Staden.esp Cabanon.esp CabinInFalkreath.esp IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". CabinInFalkreathLocks.esp IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Cabin in the woods.esp CabinInRiverwoodV1.1.esp CabinInRiverwoodV1.1a.esp cadoranmerchant.esp CaethspellCavernPlayerHome.esp IF CHECKSUM("CaethspellCavernPlayerHome.esp", 04620ECC) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CaethspellCavernPlayerHome.esp", 04620ECC) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CaethspellCavernPlayerHome.esp", 04620ECC) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CaethspellCavernsPlayerHome.esp IF VAR(EN) SAY: Obsolete. Update to latest version, CaethspellCavernPlayerHome.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, CaethspellCavernPlayerHome.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, CaethspellCavernPlayerHome.esp. Calavalcave.esp IF CHECKSUM("Calavalcave.esp", 720FA4CE) && IF VAR(EN) DIRTY: 1596 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Calavalcave.esp", 720FA4CE) && IF VAR(RU) DIRTY: 1596 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Calavalcave.esp", 720FA4CE) && IF VAR(ES) DIRTY: 1596 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Calavalcave.esp", 9B65D3F8) && IF VAR(EN) DIRTY: 1605 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Calavalcave.esp", 9B65D3F8) && IF VAR(RU) DIRTY: 1605 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Calavalcave.esp", 9B65D3F8) && IF VAR(ES) DIRTY: 1605 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 36 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 36 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 36 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Calming Island.esp CAMP.esp Camp Bandits.esp CAMP Users.esp Camps.esp IF CHECKSUM("Camps.esp", 6F42E236) && IF VAR(EN) DIRTY: 2 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Camps.esp", 6F42E236) && IF VAR(RU) DIRTY: 2 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Camps.esp", 6F42E236) && IF VAR(ES) DIRTY: 2 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CAMPS2.esp IF CHECKSUM("CAMPS2.esp", 322F9E1C) && IF VAR(EN) DIRTY: 1 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CAMPS2.esp", 322F9E1C) && IF VAR(RU) DIRTY: 1 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CAMPS2.esp", 322F9E1C) && IF VAR(ES) DIRTY: 1 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Camps of the Wilderness.esp CampsAndShipwrecks.esp Candle Pond Ranch Default Mannequin.esp IF CHECKSUM("Candle Pond Ranch Default Mannequin.esp", BDD2E234) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Candle Pond Ranch Default Mannequin.esp", BDD2E234) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Candle Pond Ranch Default Mannequin.esp", BDD2E234) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Candle Pond Ranch.esp IF CHECKSUM("Candle Pond Ranch.esp", 8B643328) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Candle Pond Ranch.esp", 8B643328) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Candle Pond Ranch.esp", 8B643328) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF FILE("Candle Pond Ranch Default Mannequin.esp") INC: Candle Pond Ranch Default Mannequin.esp Candle Pond Ranch Hearthfire.esp caos tools- ninjaweaps.esp capes.esp captainscabin.esp Captured Dreams.esp Casa en Cauce Boscoso.esp cascade_house.esp Castle Brennenburgh.esp IF CHECKSUM("Castle Brennenburgh.esp", A1786E09) && IF VAR(EN) DIRTY: 25 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Brennenburgh.esp", A1786E09) && IF VAR(RU) DIRTY: 25 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Brennenburgh.esp", A1786E09) && IF VAR(ES) DIRTY: 25 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". CastleDKmaster.esp IFNOT VAR(SkyMoMod) REQ: "http://www.nexusmods.com/skyrim/mods/9694 Skyrim Monster Mod" CastleDKmod.esp IFNOT VAR(SkyMoMod) REQ: "http://www.nexusmods.com/skyrim/mods/9694 Skyrim Monster Mod" CastleDKnoquest.esp Castle Draco.esp TAG: {{BASH: Delev}} IF CHECKSUM("Castle Draco.esp", 603A5C67) && IF VAR(EN) DIRTY: 1456 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Draco.esp", 603A5C67) && IF VAR(RU) DIRTY: 1456 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Draco.esp", 603A5C67) && IF VAR(ES) DIRTY: 1456 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 28 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 28 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 28 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Castle Draco's High Rrothgar Edition.esp Castle Draco Lost Paladin Edition.esp TAG: {{BASH: Delev}} IF CHECKSUM("Castle Draco Lost Paladin Edition.esp", EB865D44) && IF VAR(EN) DIRTY: 99 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Draco Lost Paladin Edition.esp", EB865D44) && IF VAR(RU) DIRTY: 99 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Draco Lost Paladin Edition.esp", EB865D44) && IF VAR(ES) DIRTY: 99 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 28 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 28 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 28 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Castle Draco Riverwood Edition.esp Castle Draco - Auto Sorting Room Addon Load After Main Plugin.esp IF CHECKSUM("Castle Draco - Auto Sorting Room Addon Load After Main Plugin.esp", B676A59E) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Draco - Auto Sorting Room Addon Load After Main Plugin.esp", B676A59E) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Draco - Auto Sorting Room Addon Load After Main Plugin.esp", B676A59E) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 14 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 14 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 14 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Castle Draco Support ESP Load Last.esp IF CHECKSUM("Castle Draco Support ESP Load Last.esp", 7BF398F5) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Draco Support ESP Load Last.esp", 7BF398F5) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Draco Support ESP Load Last.esp", 7BF398F5) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Castle Dracula.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Castle Dracula.esp", 3BEE9879) && IF VAR(EN) DIRTY: 25 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Dracula.esp", 3BEE9879) && IF VAR(RU) DIRTY: 25 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Dracula.esp", 3BEE9879) && IF VAR(ES) DIRTY: 25 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CastleDrakhur_updatefile.esp IF CHECKSUM("CastleDrakhur_updatefile.esp", D6ED863C) && IF VAR(EN) DIRTY: 20 ITM, 102 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CastleDrakhur_updatefile.esp", D6ED863C) && IF VAR(RU) DIRTY: 20 ITM, 102 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CastleDrakhur_updatefile.esp", D6ED863C) && IF VAR(ES) DIRTY: 20 ITM, 102 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Castle Genesis.esp CastleGrey.esp IF VAR(UFO) INC: UFO - Ultimate Follower Overhaul.esp // changes default stayatplace AI making horses not stay at dismount location Castle Riverwood.esp IF CHECKSUM("Castle Riverwood.esp", A186C265) && IF VAR(EN) DIRTY: 7 ITM, 16 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Riverwood.esp", A186C265) && IF VAR(RU) DIRTY: 7 ITM, 16 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Riverwood.esp", A186C265) && IF VAR(ES) DIRTY: 7 ITM, 16 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Burg Flusswald.esp // german castle riverwood IF FILE("Castle Riverwood.esp") && IF VAR(EN) WARN: Use either Castle Riverwood.esp or Burg Flusswald.esp, not both. IF FILE("Castle Riverwood.esp") && IF VAR(RU) WARN: Используйте любой или Castle Riverwood.esp или Burg Flusswald.esp, не обa. IF FILE("Castle Riverwood.esp") && IF VAR(ES) WARN: Usar Castle Riverwood.esp o Burg Flusswald.esp, no ambos. IF CHECKSUM("Burg Flusswald.esp", 5A7D4171) && IF VAR(EN) DIRTY: 7 ITM, 16 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Burg Flusswald.esp", 5A7D4171) && IF VAR(RU) DIRTY: 7 ITM, 16 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Burg Flusswald.esp", 5A7D4171) && IF VAR(ES) DIRTY: 7 ITM, 16 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Castle Stonespire.esp IF CHECKSUM("Castle Stonespire.esp", D070A4D3) && IF VAR(EN) DIRTY: 37 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Stonespire.esp", D070A4D3) && IF VAR(RU) DIRTY: 37 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Stonespire.esp", D070A4D3) && IF VAR(ES) DIRTY: 37 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 10 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 10 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 10 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Castle Stonespire1_5.esp Castle Strunmah.esp CastlevaniaData.esp CastlevaniaDataNoVideos.esp CastlevaniaDemo.esp IF CHECKSUM("Castle Stonespire.esp", FFEAEE3D) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Castle Stonespire.esp", FFEAEE3D) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Castle Stonespire.esp", FFEAEE3D) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: Various Papyrus Scripting Errors. Contact author for update or consider removing from load order. IF VAR(RU) WARN: Различные ошибки в скриптах. Свяжитесь с автором для обновления или рекомендуется удалить плагин из вашего списка плагинов. IF VAR(ES) WARN: Various Papyrus Scripting Errors. Contact author for update or consider removing from load order. Castlevania.esp CastlevaniaMemoriesBossRush.esp castlevolkiharrevamped.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Castle Volkihar's Glory-Dawnguard V 1.3.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Castle Volkihar's Glory V 1.4.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). CastleVolkiharEasyCourtyardAccess.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). CastleVolkiharImmersive.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). CastleVor.esp Cathedral.esp IF CHECKSUM("Cathedral.esp", ABADB42F) && IF VAR(EN) DIRTY: 66 ITM, 71 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cathedral.esp", ABADB42F) && IF VAR(RU) DIRTY: 66 ITM, 71 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cathedral.esp", ABADB42F) && IF VAR(ES) DIRTY: 66 ITM, 71 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Cavern Pitfalls.esp CavernIsles2.esp CEHoneyside.esp Cerebral Den.esp CGDarkBrotherhoodReborn.esp chambleside.esp Chapels Of Skyrim.esp IF CHECKSUM("Chapels Of Skyrim.esp", E37562FB) && IF VAR(EN) DIRTY: 376 ITM, 53 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Chapels Of Skyrim.esp", E37562FB) && IF VAR(RU) DIRTY: 376 ITM, 53 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Chapels Of Skyrim.esp", E37562FB) && IF VAR(ES) DIRTY: 376 ITM, 53 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Charlies Fort.esp Charlies Fort No Horse Follow.esp Charlies Fort Optional No NPC's.esp Charlies God House.esp Charlies Riften House 2.esp chaurusoldracefollow.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Cheat Shack (All Items!).esp IF CHECKSUM("Cheat Shack (All Items!).esp", CBD2DA2A) && IF VAR(EN) DIRTY: 15 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Cheat Shack (All Items!).esp", CBD2DA2A) && IF VAR(RU) DIRTY: 15 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Cheat Shack (All Items!).esp", CBD2DA2A) && IF VAR(ES) DIRTY: 15 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Chest_of_Mora.esp Children Overhaul.esp Chillwind Cabin.esp ChimneysV1.0.esp ChristmasInSkyrim.esp IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". ChristmasInDawnguard.esp CGDawnguardReborn.esp IF CHECKSUM("CGDawnguardReborn.esp", 77E90B76) && IF VAR(EN) DIRTY: 0 ITM, 1038 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CGDawnguardReborn.esp", 77E90B76) && IF VAR(RU) DIRTY: 0 ITM, 1038 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CGDawnguardReborn.esp", 77E90B76) && IF VAR(ES) DIRTY: 0 ITM, 1038 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CGSkyHavenReborn.esp IF CHECKSUM("CGSkyHavenReborn.esp", 317A329C) && IF VAR(EN) DIRTY: 0 ITM, 262 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CGSkyHavenReborn.esp", 317A329C) && IF VAR(RU) DIRTY: 0 ITM, 262 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CGSkyHavenReborn.esp", 317A329C) && IF VAR(ES) DIRTY: 0 ITM, 262 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CGHighHrothgarReborn.esp IF CHECKSUM("CGHighHrothgarReborn.esp", BB8DC616) && IF VAR(EN) DIRTY: 0 ITM, 234 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CGHighHrothgarReborn.esp", BB8DC616) && IF VAR(RU) DIRTY: 0 ITM, 234 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CGHighHrothgarReborn.esp", BB8DC616) && IF VAR(ES) DIRTY: 0 ITM, 234 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CGThievesGuildReborn.esp IF CHECKSUM("CGThievesGuildReborn.esp", CAC92D83) && IF VAR(EN) DIRTY: 0 ITM, 302 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CGThievesGuildReborn.esp", CAC92D83) && IF VAR(RU) DIRTY: 0 ITM, 302 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CGThievesGuildReborn.esp", CAC92D83) && IF VAR(ES) DIRTY: 0 ITM, 302 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CGVolkiharReborn.esp IF CHECKSUM("CGVolkiharReborn.esp", 1C9D06A7) && IF VAR(EN) DIRTY: 0 ITM, 1046 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CGVolkiharReborn.esp", 1C9D06A7) && IF VAR(RU) DIRTY: 0 ITM, 1046 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CGVolkiharReborn.esp", 1C9D06A7) && IF VAR(ES) DIRTY: 0 ITM, 1046 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". chellsworld.esp Chimneys in Skyrim.esp Chimneys v Skyrim.esp chopblockbreezehome.esp Chrysalis.esp cicci_place.esp CISanctuary3.0.esp City Trees & Plants.esp City Trees & Plants Lush.esp cityoftheanchients.esp ClassierTempleofMara.esp College of Winterhold Reborn.esp IF CHECKSUM("College of Winterhold Reborn.esp", 773EA133) && IF VAR(EN) DIRTY: 6 ITM, 303 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("College of Winterhold Reborn.esp", 773EA133) && IF VAR(RU) DIRTY: 6 ITM, 303 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("College of Winterhold Reborn.esp", 773EA133) && IF VAR(ES) DIRTY: 6 ITM, 303 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". cityshacks.esp CityShrines.esp IF CHECKSUM("CityShrines.esp", 0E4E3473) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CityShrines.esp", 0E4E3473) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CityShrines.esp", 0E4E3473) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CK's Might of the Legion.esp IFNOT FILE("WARZONES - Civil Unrest.esm") REQ: WARZONES - Civil Unrest.esm Clam Farm.esp Classic little brige den.esp ClassierTempleofMara.esp IF CHECKSUM("ClassierTempleofMara.esp", 22B65274) && IF VAR(EN) DIRTY: 12 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ClassierTempleofMara.esp", 22B65274) && IF VAR(RU) DIRTY: 12 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ClassierTempleofMara.esp", 22B65274) && IF VAR(ES) DIRTY: 12 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ClaytonsWhiterunEntranceFireFixv0.1.esp Clean Understone Keep.esp cleaner_volkihar.esp IF CHECKSUM("cleaner_volkihar.esp", E0E95E75) && IF VAR(EN) DIRTY: 15 ITM, 134 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("cleaner_volkihar.esp", E0E95E75) && IF VAR(RU) DIRTY: 15 ITM, 134 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("cleaner_volkihar.esp", E0E95E75) && IF VAR(ES) DIRTY: 15 ITM, 134 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". cleaner_castlevolkihar3.esp ClearFields.esp Clearspring Lodge.esp REGEX: CliffCabinWinterhold_1-\d\.esp Cliffwatch.esp Clintsters Pure Water Home.esp Cloistered Temple.esp CloisteredTemple.esp Club Obos.esp IF CHECKSUM("Club Obos.esp", 558CB89B) && IF VAR(EN) DIRTY: 47 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Club Obos.esp", 558CB89B) && IF VAR(RU) DIRTY: 47 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Club Obos.esp", 558CB89B) && IF VAR(ES) DIRTY: 47 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". clubhouse.esp CLWhiterunExt.esp cMKPowerBooks.esp IF CHECKSUM("cMKPowerBooks.esp", C9035ECB) && IF VAR(EN) DIRTY: 14 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("cMKPowerBooks.esp", C9035ECB) && IF VAR(RU) DIRTY: 14 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("cMKPowerBooks.esp", C9035ECB) && IF VAR(ES) DIRTY: 14 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CoD Waking Nightmare II.esp collectors_chamber.esp Collectors Crypt.esp Collegebuff.esp CollegeDormDoors.esp CollegeOfWinterholdGloryv.1.5.esp CollegeOfWinterholdGloryv.1.6.esp CollegeOfWinterholdImmersive.esp // Incompatible (without manual editing) with pretty much any other mod // that touches the College. INCs added for the two obvious ones in the list. // Also, TES5Edit lists *a lot* of errors. Awaiting word from mod author // before deciding how to handle these. -Freso IF FILE("College Of Winterhold Overhaul Release - V1.02.esp") INC: College Of Winterhold Overhaul Release - V1.02.esp IF FILE("College of Winterhold Reborn.esp") INC: College of Winterhold Reborn.esp CWIDawnguardPatch.esp CWIDragonbornPatch.esp College Of Winterhold Overhaul Release - V1.02.esp colossus.esp IF CHECKSUM("colossus.esp", 750D890C) && IF VAR(EN) DIRTY: 30 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("colossus.esp", 750D890C) && IF VAR(RU) DIRTY: 30 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("colossus.esp", 750D890C) && IF VAR(ES) DIRTY: 30 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ColovianGunder.esp ComicShopLite2.4.esp Conan_Hyborian_Age.esp CommonBasement.esp CommunityCollege.esp Commute.esp CompanionsHome.esp Comphy.esp Comphy Breezehome.esp completebreezehouse.esp Convenient Horse Herding.esp IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+ IF VERSION("TES5", "0.1.8.151.0.7", <) REQ: Skyrim 1.8.151.0.7+ convenient_skyforge.esp CornerofTheSkyrim.esp CornersofTheSkyrimMinus1.esp MOD: CornersofSkyrimélinus1NoNPC.esp //added MOD prefix to be safe given that character -LD CornerofTheSkyrimNoNPC.esp Corpse_Preparation.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" Correctif De Doucebrise.esp countrycastle.esp cozy riverwood home.esp CR_Anthalor MASTER.esp CR_Anthalor PART-2.esp CR_Anthalor PART-3.esp CR_Anthalor PART-4.esp CR_Anthalor PART-5.esp CR_Anthalor PART-6.esp CR_Anthalor PART-7.esp CR_Anthalor PART-8.esp CR_Anthalor PART-9.esp Crafteable cookies.esp crafters_crypt.esp Creed Hills Estate.esp Creeks.esp IF CHECKSUM("Creeks.esp", CEA19788) || IF CHECKSUM("Creeks.esp", B0022758) || IF CHECKSUM("Creeks.esp", 152E225F) || IF CHECKSUM("Creeks.esp", 27D75BC4) || IF CHECKSUM("Creeks.esp", FBB0A123) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Creeks.esp", CEA19788) || IF CHECKSUM("Creeks.esp", B0022758) || IF CHECKSUM("Creeks.esp", 152E225F) || IF CHECKSUM("Creeks.esp", 27D75BC4) || IF CHECKSUM("Creeks.esp", FBB0A123) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Creeks.esp", CEA19788) || IF CHECKSUM("Creeks.esp", B0022758) || IF CHECKSUM("Creeks.esp", 152E225F) || IF CHECKSUM("Creeks.esp", 27D75BC4) || IF CHECKSUM("Creeks.esp", FBB0A123) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Creeks.esp", 4B535D88) && IF VAR(EN) DIRTY: 36 ITM, 29 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Creeks.esp", 4B535D88) && IF VAR(RU) DIRTY: 36 ITM, 29 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Creeks.esp", 4B535D88) && IF VAR(ES) DIRTY: 36 ITM, 29 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Creepy Hovel.esp cricks clearspring house.esp CrimeEnchanced.esp CrimsonQuest2.esp IF CHECKSUM("CrimsonQuest2.esp", B8C5038E) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CrimsonQuest2.esp", B8C5038E) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CrimsonQuest2.esp", B8C5038E) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CrimsonQuest3.esp IF CHECKSUM("CrimsonQuest3.esp", 9267F2DB) && IF VAR(EN) DIRTY: 35 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CrimsonQuest3.esp", 9267F2DB) && IF VAR(RU) DIRTY: 35 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CrimsonQuest3.esp", 9267F2DB) && IF VAR(ES) DIRTY: 35 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". crutrehouse.esp CuilalielHaven.esp IF CHECKSUM("CuilalielHaven.esp", C21288ED) && IF VAR(EN) DIRTY: 34 ITM, 15 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CuilalielHaven.esp", C21288ED) && IF VAR(RU) DIRTY: 34 ITM, 15 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CuilalielHaven.esp", C21288ED) && IF VAR(ES) DIRTY: 34 ITM, 15 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". CuilalieOptionalDisplayCases.esp IFNOT FILE("CuilalielHaven.esp") REQ: CuilalielHaven.esp cryptOfSkaldivar.esp IF CHECKSUM("cryptOfSkaldivar.esp", A9346F91) && IF VAR(EN) DIRTY: 31 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("cryptOfSkaldivar.esp", A9346F91) && IF VAR(RU) DIRTY: 31 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("cryptOfSkaldivar.esp", A9346F91) && IF VAR(ES) DIRTY: 31 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CryptOfTheTongues.esp crystalis.esp CrystalRock.esp csd_SoulsMeditation.esp ctfdFollower.esp IF CHECKSUM("ctfdFollower.esp", 4FF72199) && IF VAR(EN) DIRTY: 49 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ctfdFollower.esp", 4FF72199) && IF VAR(RU) DIRTY: 49 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ctfdFollower.esp", 4FF72199) && IF VAR(ES) DIRTY: 49 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Cults of Skyrim.esp CZHCAD.esp IF CHECKSUM("CZHCAD.esp", B3418C2A) && IF VAR(EN) DIRTY: 4 ITM, 51 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("CZHCAD.esp", B3418C2A) && IF VAR(RU) DIRTY: 4 ITM, 51 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("CZHCAD.esp", B3418C2A) && IF VAR(ES) DIRTY: 4 ITM, 51 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". CZHCAD_DG.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) CZHCAD_HF.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) ENDGROUP: Quests C BEGINGROUP: Quests D DA_CastleTower.esp DA_Skyship.esp IF VAR(Dragonborn) && IFNOT FILE("DA_Skyship_Dragonborn.esp") WARN: If you are running Dragonborn you should use the Dragonborn compatibility patch included in the installer. IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IF CHECKSUM("DA_Skyship.esp", 5B03BF9A) || IF CHECKSUM("DA_Skyship.esp", FE8D1C12) && IF VAR(EN) DIRTY: 30 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DA_Skyship.esp", 5B03BF9A) || IF CHECKSUM("DA_Skyship.esp", FE8D1C12) && IF VAR(RU) DIRTY: 30 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DA_Skyship.esp", 5B03BF9A) || IF CHECKSUM("DA_Skyship.esp", FE8D1C12) && IF VAR(ES) DIRTY: 30 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DA_Skyship_Dragonborn.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). DA_Skyship_Armed.esp Daedra in Conjurer Dungeons.esp IFNOT VAR(SkyMoMod) REQ: SkyMoMod.esm IF CHECKSUM("Daedra in Conjurer Dungeons.esp", EE210836) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Daedra in Conjurer Dungeons.esp", EE210836) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Daedra in Conjurer Dungeons.esp", EE210836) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Daedralair.esp DaedricCrescentbladeWeapon.esp DaedricHideout.esp daelusdagger.esp Daggercross_Alley.esp DagonFavor.esp Dalls_New_Hjerim.esp Dalls_New_Honeyside.esp Dalls_New_Vlinderl_Hall.esp IF CHECKSUM("Dalls_New_Vlinderl_Hall.esp", 2B75FA2F) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dalls_New_Vlinderl_Hall.esp", 2B75FA2F) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dalls_New_Vlinderl_Hall.esp", 2B75FA2F) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dalls_Proudspire_Castle.esp Dalls_Temple.esp DAMuseum.esp REGEX: Dangerous Monster(s|s - very hard|s v2.0)?\.esp DaphnesWell.esp IF CHECKSUM("DaphnesWell.esp", CEA0F9E2) && IF VAR(EN) DIRTY: 1 ITM, 79 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DaphnesWell.esp", CEA0F9E2) && IF VAR(RU) DIRTY: 1 ITM, 79 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DaphnesWell.esp", CEA0F9E2) && IF VAR(ES) DIRTY: 1 ITM, 79 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DarkBrotherhoodMerchant.esp DarkBrotherhoodPlayerRoom.esp IF CHECKSUM("DarkBrotherhoodPlayerRoom.esp", A0F95D24) && IF VAR(EN) DIRTY: 93 ITM, 67 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DarkBrotherhoodPlayerRoom.esp", A0F95D24) && IF VAR(RU) DIRTY: 93 ITM, 67 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DarkBrotherhoodPlayerRoom.esp", A0F95D24) && IF VAR(ES) DIRTY: 93 ITM, 67 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DarkBrotherhoodRecruits.esp darkbrotherhoodsanctuaries.esp darkbrotherhoodshield.esp DarkerPelagiusWing.esp darkhall.esp DarkHeartsDLC.esp darkhouse.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) darkness falls v2.esp DarkKnightPaladin.esp DarkOrbUnderground.esp darkshaderesidence.esp DarkSoulsBreezehome Mod 0.1.esp darkstadt.esp DarkTower.esp darkwater crossing town.esp Darkwater Estate.esp Darkwater Keep.esp Darkwater Lodge.esp darkwood-retreat-01.0-first-release.esp DawnAndDuskfang.esp Dawnguard Radiant Quest Adjustment.esp DawnguardHouseFix.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Dawnspire.esp Dawnspire - Dragonborn Plugin.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Dawnstar_Fortified.esp DawnstarBetterDocks.esp DawnstarBetterDocks - Dawnstar Expanded - Compatible Version.esp DawnstarBlacksmithExpansion.esp DawnStarHome 0.2v.esp DawnstarHouse.esp DawnstarMarket.esp IF CHECKSUM("DawnstarMarket.esp", 13265D73) && IF VAR(EN) DIRTY: 52 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DawnstarMarket.esp", 13265D73) && IF VAR(RU) DIRTY: 52 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DawnstarMarket.esp", 13265D73) && IF VAR(ES) DIRTY: 52 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". DawnstarSanctuaryExpanion.esp dawnstarsanctuaryoverhaul.esp DawnstarSanctuaryPlus.esp dawnstarsanctuaryrespawns.esp IF CHECKSUM("dawnstarsanctuaryrespawns.esp", 3E24B0CD) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("dawnstarsanctuaryrespawns.esp", 3E24B0CD) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("dawnstarsanctuaryrespawns.esp", 3E24B0CD) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". dawnstarsanctuaryslightexpansion.esp RIC_Dawnstar.esp IF CHECKSUM("RIC_Dawnstar.esp", 83D60E6F) && IF VAR(EN) DIRTY: 27 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RIC_Dawnstar.esp", 83D60E6F) && IF VAR(RU) DIRTY: 27 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RIC_Dawnstar.esp", 83D60E6F) && IF VAR(ES) DIRTY: 27 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("RIC_Dawnstar.esp", 998E6FA5) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RIC_Dawnstar.esp", 998E6FA5) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RIC_Dawnstar.esp", 998E6FA5) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DB_Bayview_Playerhome.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). DB_EDIT.esp dbornfarm.esp dbretreat.esp dbriverwoodsanctuary.esp DCR_Heavy_Weapons_Set.esp DeadManor 1.0.esp IF CHECKSUM("DeadManor 1.0.esp", 52D70BBB) && IF VAR(EN) DIRTY: 8 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DeadManor 1.0.esp", 52D70BBB) && IF VAR(RU) DIRTY: 8 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DeadManor 1.0.esp", 52D70BBB) && IF VAR(ES) DIRTY: 8 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DeadManor 1.1.esp IF CHECKSUM("DeadManor 1.1.esp", 94CF796B) && IF VAR(EN) DIRTY: 8 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DeadManor 1.1.esp", 94CF796B) && IF VAR(RU) DIRTY: 8 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DeadManor 1.1.esp", 94CF796B) && IF VAR(ES) DIRTY: 8 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DawnstarSanctuaryPlus.esp DeadManor.esp IF CHECKSUM("DeadManor.esp", FFFB540E) && IF VAR(EN) DIRTY: 7 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DeadManor.esp", FFFB540E) && IF VAR(RU) DIRTY: 7 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DeadManor.esp", FFFB540E) && IF VAR(ES) DIRTY: 7 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Death Green Markarth.esp IF CHECKSUM("Death Green Markarth.esp", 390ADA9E) && IF VAR(EN) DIRTY: 1 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Death Green Markarth.esp", 390ADA9E) && IF VAR(RU) DIRTY: 1 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Death Green Markarth.esp", 390ADA9E) && IF VAR(ES) DIRTY: 1 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Deck Honeyside.esp DefendCity.esp Deinsehun.esp Depths_of_Cavern_CellModify.esp Depraved.esp REGEX: Descentintomadness.*\.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. destitute's domicile.esp Destroy the Thieves Guild.esp IF CHECKSUM("Destroy the Thieves Guild.esp", 2F071CAB) && IF VAR(EN) DIRTY: 24 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Destroy the Thieves Guild.esp", 2F071CAB) && IF VAR(RU) DIRTY: 24 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Destroy the Thieves Guild.esp", 2F071CAB) && IF VAR(ES) DIRTY: 24 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WIP-Destroy the Thieves Guild.esp IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", 4FF5C52F) || IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", 43FB188C) || IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", BE25DF00) || IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", E5C3CF54) && IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/10168 ApachiiSkyHair". IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", 4FF5C52F) || IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", 43FB188C) || IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", BE25DF00) || IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", E5C3CF54) && IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/10168 ApachiiSkyHair". IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", 43FB188C) || IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", E5C3CF54) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", 43FB188C) || IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", E5C3CF54) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", 43FB188C) || IF CHECKSUM("WIP-Destroy the Thieves Guild.esp", E5C3CF54) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Destroy the Thieves Guild Bonemold formula + Glover Mallory addon.esp Destroy the Thieves Guild Galathil addon.esp detailed towns.esp detailed_whiterunpl.esp DetailedCities.esp REGEX: Deus Mons(_WithNPCs)?\.esp Devious Deviants.esp DeviousRegulations.esp DF127CaranthirTowerMod.esp DF127DeadFollowers.esp DF127MerchantsofMorthal.esp df127merchantspack01.esp IF CHECKSUM("df127merchantspack01.esp", 5D83EBDB) && IF VAR(EN) DIRTY: 186 ITM, 81 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("df127merchantspack01.esp", 5D83EBDB) && IF VAR(RU) DIRTY: 186 ITM, 81 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("df127merchantspack01.esp", 5D83EBDB) && IF VAR(ES) DIRTY: 186 ITM, 81 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 6 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 6 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 6 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". DF127MillwaterRetreat.esp DF127MillwaterRetreatHF.esp DF127MillwaterRetreatHFCOT.esp DF127VileLair.esp DFB - Dimensional Rift Home.esp IF CHECKSUM("DFB - Dimensional Rift Home.esp", C035FBE0) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DFB - Dimensional Rift Home.esp", C035FBE0) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DFB - Dimensional Rift Home.esp", C035FBE0) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dice Game in Taverns.esp die maschinenstadt.esp Die Schmieden von Himmelsrand.esp DisembarkersDen.esp disenchantment_font.esp DisintegratingAxe.esp IF CHECKSUM("DisintegratingAxe.esp", 70970745) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("DisintegratingAxe.esp", 70970745) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("DisintegratingAxe.esp", 70970745) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Dive Rock 1.5.1.esp Divine Intervention.esp divineintervention.esp DivineSkiesManor.esp divingboard01.esp DL33-ThievesguildHQSaferoom.esp dnihome.esp DoggyDoors.esp IF CHECKSUM("DoggyDoors.esp", 6868B566) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DoggyDoors.esp", 6868B566) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DoggyDoors.esp", 6868B566) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dolphyn_Estate.esp IF CHECKSUM("Dolphyn_Estate.esp", 38547885) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dolphyn_Estate.esp", 38547885) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dolphyn_Estate.esp", 38547885) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DomaineAlucard.esp IF CHECKSUM("DomaineAlucard.esp", 40271CEA) && IF VAR(EN) DIRTY: 0 ITM, 14 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DomaineAlucard.esp", 40271CEA) && IF VAR(RU) DIRTY: 0 ITM, 14 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DomaineAlucard.esp", 40271CEA) && IF VAR(ES) DIRTY: 0 ITM, 14 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DomHaCkale.esp DomHaXolme.esp Domic_v_Derevne_ZZmey.esp Domino_MudcrabMerchant.esp IF CHECKSUM("Domino_MudcrabMerchant.esp", 2F466C70) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Domino_MudcrabMerchant.esp", 2F466C70) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Domino_MudcrabMerchant.esp", 2F466C70) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Domino_MudcrabMerchant.esp", 57BDA449) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Domino_MudcrabMerchant.esp", 57BDA449) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Domino_MudcrabMerchant.esp", 57BDA449) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Domus Domentis.esp Domus_Dementis_fixes.esp DomusMagicas.esp DomusMechanicus.esp DomUVodopada.esp Donjons 1.esp Donjons 2.esp Donjons 4.esp MOD: Donjons Antre des Éléments.esp MOD: Donjons Forêt de Crystal.esp MOD: Donjons Royaume des Ténèbres.esp DoomstoneClasses.esp Dorn Heven.esp IF CHECKSUM("Dorn Heven.esp", B97F7366) && IF VAR(EN) DIRTY: 219 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dorn Heven.esp", B97F7366) && IF VAR(RU) DIRTY: 219 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dorn Heven.esp", B97F7366) && IF VAR(ES) DIRTY: 219 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dotcamp.esp DoV.esp Dovkroniid_Redoubt_0_3_1.esp dovahden.esp Dovaheim4.0.esp IF CHECKSUM("Dovaheim4.0.esp", 4C8AE31D) && IF VAR(EN) DIRTY: 66 ITM, 15 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dovaheim4.0.esp", 4C8AE31D) && IF VAR(RU) DIRTY: 66 ITM, 15 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dovaheim4.0.esp", 4C8AE31D) && IF VAR(ES) DIRTY: 66 ITM, 15 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DovahkriidGrenzganger.esp IF CHECKSUM("DovahkriidGrenzganger.esp", 3C53A050) && IF VAR(EN) DIRTY: 25 ITM, 21 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DovahkriidGrenzganger.esp", 3C53A050) && IF VAR(RU) DIRTY: 25 ITM, 21 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DovahkriidGrenzganger.esp", 3C53A050) && IF VAR(ES) DIRTY: 25 ITM, 21 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". dovahkiin warehouse.esp warehousehf.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). warehouse_landscape.esp DWBHearthfirePatch.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). dovahkiin_mountain_retreat.esp IF CHECKSUM("dovahkiin_mountain_retreat.esp", C4EE86EC) && IF VAR(EN) DIRTY: 2 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("dovahkiin_mountain_retreat.esp", C4EE86EC) && IF VAR(RU) DIRTY: 2 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("dovahkiin_mountain_retreat.esp", C4EE86EC) && IF VAR(ES) DIRTY: 2 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". dovahkiin_mountain_retreat2.esp dovahkiin_sanctuary.esp dovahkiin's palace.esp dovahkiincastle2020.esp dovahkiinestate.esp DovahkiinKeep1.0.esp dovahkiinpalace.esp DovahkiinSpeech - HigherReq.esp IF CHECKSUM("DovahkiinSpeech - HigherReq.esp", E1870DC5) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DovahkiinSpeech - HigherReq.esp", E1870DC5) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DovahkiinSpeech - HigherReq.esp", E1870DC5) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("DovahkiinSpeech - HigherReq.esp", E1870DC5) WARN: Contains 4 deleted records (2 Magic effects, 1 Perk, 1 Spell) that will not be corrected by TES5Edit. DovahkiinSpeech - HigherReqNerfed.esp IF CHECKSUM("DovahkiinSpeech - HigherReqNerfed.esp", 4B15F923) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DovahkiinSpeech - HigherReqNerfed.esp", 4B15F923) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DovahkiinSpeech - HigherReqNerfed.esp", 4B15F923) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("DovahkiinSpeech - HigherReqNerfed.esp", 4B15F923) WARN: Contains 4 deleted records (2 Magic effects, 1 Perk, 1 Spell) that will not be corrected by TES5Edit. IF FILE("DovahkiinSpeech - HigherReq.esp") && IF VAR(EN) WARN: Use only one DovahkiinSpeech esp. IF FILE("DovahkiinSpeech - HigherReq.esp") && IF VAR(RU) WARN: Используйте только один DovahkiinSpeech esp. IF FILE("DovahkiinSpeech - HigherReq.esp") && IF VAR(ES) WARN: Utilizar solo un DovahkiinSpeech esp. DovahkiinSpeech - MidNoPerkReq.esp IF CHECKSUM("DovahkiinSpeech - MidNoPerkReq.esp", 6179F01D) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DovahkiinSpeech - MidNoPerkReq.esp", 6179F01D) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DovahkiinSpeech - MidNoPerkReq.esp", 6179F01D) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("DovahkiinSpeech - MidNoPerkReq.esp", 6179F01D) WARN: Contains 4 deleted records (2 Magic effects, 1 Perk, 1 Spell) that will not be corrected by TES5Edit. IF FILE("DovahkiinSpeech - HigherReq.esp") || IF FILE("DovahkiinSpeech - HigherReqNerfed.esp") && IF VAR(EN) WARN: Use only one DovahkiinSpeech esp. IF FILE("DovahkiinSpeech - HigherReq.esp") || IF FILE("DovahkiinSpeech - HigherReqNerfed.esp") && IF VAR(RU) WARN: Используйте только один DovahkiinSpeech esp. IF FILE("DovahkiinSpeech - HigherReq.esp") || IF FILE("DovahkiinSpeech - HigherReqNerfed.esp") && IF VAR(ES) WARN: Utilizar solo un DovahkiinSpeech esp. DovahkiinSpeech - MidReq.esp IF CHECKSUM("DovahkiinSpeech - MidReq.esp", FFFCDA31) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DovahkiinSpeech - MidReq.esp", FFFCDA31) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DovahkiinSpeech - MidReq.esp", FFFCDA31) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("DovahkiinSpeech - MidReq.esp", FFFCDA31) WARN: Contains 4 deleted records (2 Magic effects, 1 Perk, 1 Spell) that will not be corrected by TES5Edit. IF FILE("DovahkiinSpeech - HigherReq.esp") || IF FILE("DovahkiinSpeech - HigherReqNerfed.esp") || IF FILE("DovahkiinSpeech - MidNoPerkReq.esp") && IF VAR(EN) WARN: Use only one DovahkiinSpeech esp. IF FILE("DovahkiinSpeech - HigherReq.esp") || IF FILE("DovahkiinSpeech - HigherReqNerfed.esp") || IF FILE("DovahkiinSpeech - MidNoPerkReq.esp") && IF VAR(RU) WARN: Используйте только один DovahkiinSpeech esp. IF FILE("DovahkiinSpeech - HigherReq.esp") || IF FILE("DovahkiinSpeech - HigherReqNerfed.esp") || IF FILE("DovahkiinSpeech - MidNoPerkReq.esp") && IF VAR(ES) WARN: Utilizar solo un DovahkiinSpeech esp. DovahkiinSpeech.esp IF CHECKSUM("DovahkiinSpeech.esp", 27656479) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DovahkiinSpeech.esp", 27656479) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DovahkiinSpeech.esp", 27656479) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("DovahkiinSpeech.esp", 27656479) WARN: Contains 4 deleted records (2 Magic effects, 1 Perk, 1 Spell) that will not be corrected by TES5Edit. IF FILE("DovahkiinSpeech - HigherReq.esp") || IF FILE("DovahkiinSpeech - HigherReqNerfed.esp") || IF FILE("DovahkiinSpeech - MidNoPerkReq.esp") || IF FILE("DovahkiinSpeech - MidReq.esp") && IF VAR(EN) WARN: Use only one DovahkiinSpeech esp. IF FILE("DovahkiinSpeech - HigherReq.esp") || IF FILE("DovahkiinSpeech - HigherReqNerfed.esp") || IF FILE("DovahkiinSpeech - MidNoPerkReq.esp") || IF FILE("DovahkiinSpeech - MidReq.esp") && IF VAR(RU) WARN: Используйте только один DovahkiinSpeech esp. IF FILE("DovahkiinSpeech - HigherReq.esp") || IF FILE("DovahkiinSpeech - HigherReqNerfed.esp") || IF FILE("DovahkiinSpeech - MidNoPerkReq.esp") || IF FILE("DovahkiinSpeech - MidReq.esp") && IF VAR(ES) WARN: Utilizar solo un DovahkiinSpeech esp. DovahkiinsRespite.esp dovahkiintemple.esp DovahkiinTemple2.esp Dovahland.esp DovakinsCastle_Test.esp DovaStrunmahHoll.esp dovkroniid_redoubt_0_0_1.esp Downreach.esp draco's enchantment overhaul mod with vendor.esp Draco's HearthFire Home's Lost Vault;'s.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). dragocave.esp IF CHECKSUM("dragocave.esp", C1EF9B4E) && IF VAR(EN) DIRTY: 24 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("dragocave.esp", C1EF9B4E) && IF VAR(RU) DIRTY: 24 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("dragocave.esp", C1EF9B4E) && IF VAR(ES) DIRTY: 24 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dragon.esp IF CHECKSUM("Dragon.esp", 779A94C3) && IF VAR(EN) DIRTY: 30 ITM, 21 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dragon.esp", 779A94C3) && IF VAR(RU) DIRTY: 30 ITM, 21 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dragon.esp", 779A94C3) && IF VAR(ES) DIRTY: 30 ITM, 21 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PATCHDragon Break.esp Dragon Break E1BW Apachii.esp Dragon Bridge Home.esp Dragon Cliff Manor.esp Dragon Falls Manor.esp IF CHECKSUM("Dragon Falls Manor.esp", 197A15AB) && IF VAR(EN) DIRTY: 63 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dragon Falls Manor.esp", 197A15AB) && IF VAR(RU) DIRTY: 63 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dragon Falls Manor.esp", 197A15AB) && IF VAR(ES) DIRTY: 63 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Dragon Falls Manor.esp", 775367F7) && IF VAR(EN) DIRTY: 15 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dragon Falls Manor.esp", 775367F7) && IF VAR(RU) DIRTY: 15 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dragon Falls Manor.esp", 775367F7) && IF VAR(ES) DIRTY: 15 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Dragon Falls Manor.esp", 007EA3A5) && IF VAR(EN) DIRTY: 52 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dragon Falls Manor.esp", 007EA3A5) && IF VAR(RU) DIRTY: 52 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dragon Falls Manor.esp", 007EA3A5) && IF VAR(ES) DIRTY: 52 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Manoir des chutes du Dragon.esp // French translation of Dragon Falls Manor IF CHECKSUM("Manoir des chutes du Dragon.esp", 02590076) && IF VAR(EN) DIRTY: 15 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Manoir des chutes du Dragon.esp", 02590076) && IF VAR(RU) DIRTY: 15 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Manoir des chutes du Dragon.esp", 02590076) && IF VAR(ES) DIRTY: 15 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("Dragon Falls Manor.esp") ERROR: French translation of Dragon Falls Manor.esp. Dragon Priest's Estate.esp dragon themed breezehome.esp dragonbloodmansion.esp Dragon-bridge-players-house.esp dragonbridgelights.esp DragonbornHall.esp DragonBornHouse - Casa del sangre de Dragon.esp dragonbornhouse1.esp dragonbornsperch.esp dragonbourne estate.esp DragonEyeManor.esp DragonHall.esp dragonheartsanctuary00.esp dragonlair2.esp DragonmastKeep.esp dragonmeadbrewery-premesh.esp DragonmournInn.esp IF CHECKSUM("DragonmournInn.esp", CC0C0DD7) && IF VAR(EN) DIRTY: 343 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DragonmournInn.esp", CC0C0DD7) && IF VAR(RU) DIRTY: 343 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DragonmournInn.esp", CC0C0DD7) && IF VAR(ES) DIRTY: 343 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 4 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 4 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 4 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". dragonpeaks.esp IF CHECKSUM("dragonpeaks.esp", C11AEB0A) && IF VAR(EN) DIRTY: 1975 ITM, 701 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("dragonpeaks.esp", C11AEB0A) && IF VAR(RU) DIRTY: 1975 ITM, 701 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("dragonpeaks.esp", C11AEB0A) && IF VAR(ES) DIRTY: 1975 ITM, 701 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". DragonPointManor.esp dragonpriestsemi.esp dragonscion.esp a1 dragonscion .esp Dragonslayers.esp Dragonsmount.esp dragonsoulgem.esp IF CHECKSUM("dragonsoulgem.esp", 0C33C407) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("dragonsoulgem.esp", 0C33C407) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("dragonsoulgem.esp", 0C33C407) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DragonSoulsPower.esp DragonspireEstate.esp DragonsReach_Hideout_Assassin_Redesign2_0.esp DragonsReach_Hideout_Assassin_Redesign3_0.esp IFNOT FILE("DragonsReach_Hideout.esm") ERROR: This mod requires DragonsReach_Hideout.esm IF CHECKSUM("DragonsReach_Hideout_Assassin_Redesign3_0.esp", F5B9F021) && IF VAR(EN) DIRTY: 11 ITM, 177 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DragonsReach_Hideout_Assassin_Redesign3_0.esp", F5B9F021) && IF VAR(RU) DIRTY: 11 ITM, 177 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DragonsReach_Hideout_Assassin_Redesign3_0.esp", F5B9F021) && IF VAR(ES) DIRTY: 11 ITM, 177 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". DragonsReach_Hideout_Nightingale_alternative.esp REGEX: DragonsReach_Hideout_(Plus|Assassin|Nightingale)\.esp IF VAR(EN) SAY: Use only one DragonsReach_Hideout_*.esp. IF VAR(RU) SAY: ИСпользуйте только один DragonsReach_Hideout_*.esp. IF VAR(ES) SAY: Utilizar solo un DragonsReach_Hideout_*.esp. dragonstaffofdomination001.esp IF CHECKSUM("dragonstaffofdomination001.esp", FD198303) && IF VAR(EN) DIRTY: 10 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("dragonstaffofdomination001.esp", FD198303) && IF VAR(RU) DIRTY: 10 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("dragonstaffofdomination001.esp", FD198303) && IF VAR(ES) DIRTY: 10 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dragonstand.esp DragonStar.esp dragontooth den.esp dragontooth den RLO.esp dragoondavid - breezehome.esp Drakehelm.esp DramarguSecrets01.esp DreadmystHollow.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("DreadmystHollow.esp", 4DC5D6E5) && IF VAR(EN) DIRTY: 48 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DreadmystHollow.esp", 4DC5D6E5) && IF VAR(RU) DIRTY: 48 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DreadmystHollow.esp", 4DC5D6E5) && IF VAR(ES) DIRTY: 48 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DreamMoon.esp DreamStride.esp Drelas_Cottage_0.5b.esp drelascottage.esp DrelasCottage_Player.esp DremFahPahNahl.esp dremorathrall.esp IF CHECKSUM("dremorathrall.esp", 752F259A) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("dremorathrall.esp", 752F259A) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("dremorathrall.esp", 752F259A) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". driftshadetreetops.esp IF CHECKSUM("driftshadetreetops.esp", 33884D3D) && IF VAR(EN) DIRTY: 1 ITM, 29 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("driftshadetreetops.esp", 33884D3D) && IF VAR(RU) DIRTY: 1 ITM, 29 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("driftshadetreetops.esp", 33884D3D) && IF VAR(ES) DIRTY: 1 ITM, 29 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". DriftwoodCottage.esp drinkingcontest.esp druid.esp Druid Den Redux.esp Druidessentials.esp IF CHECKSUM("Druidessentials.esp", 7E71D818) && IF VAR(EN) DIRTY: 17 ITM, 35 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Druidessentials.esp", 7E71D818) && IF VAR(RU) DIRTY: 17 ITM, 35 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Druidessentials.esp", 7E71D818) && IF VAR(ES) DIRTY: 17 ITM, 35 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF CHECKSUM("Druidessentials.esp", 7C29EAC5) && IF VAR(EN) DIRTY: 17 ITM, 36 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Druidessentials.esp", 7C29EAC5) && IF VAR(RU) DIRTY: 17 ITM, 36 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Druidessentials.esp", 7C29EAC5) && IF VAR(ES) DIRTY: 17 ITM, 36 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". druids den.esp ds3_terranova.esp DSAMG - Greybeard Fix.esp Dungeons 4.esp IF CHECKSUM("Dungeons 4.esp", 44D055E4) && IF VAR(EN) DIRTY: 2 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dungeons 4.esp", 44D055E4) && IF VAR(RU) DIRTY: 2 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dungeons 4.esp", 44D055E4) && IF VAR(ES) DIRTY: 2 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dungeons 6.esp Dungeons Chapter 1.esp IF CHECKSUM("Dungeons Chapter 1.esp", 36CC67AC) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dungeons Chapter 1.esp", 36CC67AC) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dungeons Chapter 1.esp", 36CC67AC) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dungeons Chapter 2.esp IF CHECKSUM("Dungeons Chapter 2.esp", BD2D1A36) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dungeons Chapter 2.esp", BD2D1A36) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dungeons Chapter 2.esp", BD2D1A36) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dungeons Chapter 3 Crystal Forest.esp IF CHECKSUM("Dungeons Chapter 3 Crystal Forest.esp", FF958CDF) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dungeons Chapter 3 Crystal Forest.esp", FF958CDF) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dungeons Chapter 3 Crystal Forest.esp", FF958CDF) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dungeons Realm of Darkness.esp Dungeons Swamp of the Dead.esp Dungeons Vault of Elements.esp IF CHECKSUM("Dungeons Vault of Elements.esp", A30FCAEE) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dungeons Vault of Elements.esp", A30FCAEE) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dungeons Vault of Elements.esp", A30FCAEE) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dunmerized Grey Quarter.esp DusksCabin.esp IF CHECKSUM("DusksCabin.esp", D8766585) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DusksCabin.esp", D8766585) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DusksCabin.esp", D8766585) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DVC.esp IF CHECKSUM("DVC.esp", 16317A66) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DVC.esp", 16317A66) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DVC.esp", 16317A66) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DVCLight.esp IF CHECKSUM("DVCLight.esp", B81A8CB5) && IF VAR(EN) DIRTY: 44 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DVCLight.esp", B81A8CB5) && IF VAR(RU) DIRTY: 44 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DVCLight.esp", B81A8CB5) && IF VAR(ES) DIRTY: 44 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("DVC.esp") && IF VAR(EN) WARN: Use either DVC.esp or DVCLight.esp, not both. IF FILE("DVC.esp") && IF VAR(RU) WARN: Используйте любой, или DVC.esp или DVCLight.esp, не оба. IF FILE("DVC.esp") && IF VAR(ES) WARN: Usar DVC.esp o DVCLight.esp, no ambos. Dwarven Fortress.esp Dwarven Sanctuary.esp DwarvenFalls.esp IF CHECKSUM("DwarvenFalls.esp", 30FF942D) && IF VAR(EN) DIRTY: 8 ITM, 26 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DwarvenFalls.esp", 30FF942D) && IF VAR(RU) DIRTY: 8 ITM, 26 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DwarvenFalls.esp", 30FF942D) && IF VAR(ES) DIRTY: 8 ITM, 26 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dwarvenhaven_Dawnguard Addon.esp Dwarvenhaven_Dragonborn Addon.esp Dwarvenhaven_General Stores Addon.esp DwarvenIslandUpdate.esp DwarvenIslandAddon02.esp Dwemer Armory.esp Dwemer Home main.esp dwemer_egg.esp REGEX: Dwemer_Skyship_.+\.esp DwemerAquarium.esp IF CHECKSUM("DwemerAquarium.esp", 53D1AB91) || IF CHECKSUM("DwemerAquarium.esp", 472FE7FE) && IF VAR(EN) DIRTY: 83 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("DwemerAquarium.esp", 53D1AB91) || IF CHECKSUM("DwemerAquarium.esp", 472FE7FE) && IF VAR(RU) DIRTY: 83 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("DwemerAquarium.esp", 53D1AB91) || IF CHECKSUM("DwemerAquarium.esp", 472FE7FE) && IF VAR(ES) DIRTY: 83 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // two versions, same name DwemerColosseum.esp DwemerConundrum.esp DwemerFacility.esp DwemerHouse.esp dwemerstatuetest.esp DwemerTower.esp dwemer.esp DWP.esp Dynasty_Manor.esp ENDGROUP: Quests D BEGINGROUP: Quests E Earthmist hollow.esp IF VAR(EN) SAY: The plugin is partially companion-friendly. However, they cannot pass through vine doors despite navmeshes. IF VAR(RU) SAY: Плагин является частично дружественным к компаньонам. Компаньоны не смогут проходить через двери. earthquakes.esp earthquakes - MCM.esp Ebenvund.esp EBM.esp IFNOT CHECKSUM("EBM.esp", 2CBBAEC7) && IFNOT CHECKSUM("EBM.esp", ADA00DD0) && IF VAR(EN) SAY: Obsolete. Update to latest version. IFNOT CHECKSUM("EBM.esp", 2CBBAEC7) && IFNOT CHECKSUM("EBM.esp", ADA00DD0) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IFNOT CHECKSUM("EBM.esp", 2CBBAEC7) && IFNOT CHECKSUM("EBM.esp", ADA00DD0) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("EBM.esp", 2CBBAEC7) && IF VAR(EN) DIRTY: 24 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("EBM.esp", 2CBBAEC7) && IF VAR(RU) DIRTY: 24 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("EBM.esp", 2CBBAEC7) && IF VAR(ES) DIRTY: 24 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Ebon Mine.esp IF CHECKSUM("Ebon Mine.esp", 72885A80) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ebon Mine.esp", 72885A80) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ebon Mine.esp", 72885A80) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ebonvale.esp IF CHECKSUM("Ebonvale.esp", 1476F297) && IF VAR(EN) DIRTY: 130 ITM, 181 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ebonvale.esp", 1476F297) && IF VAR(RU) DIRTY: 130 ITM, 181 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ebonvale.esp", 1476F297) && IF VAR(ES) DIRTY: 130 ITM, 181 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". EdenForRelease.esp Egil_Lovers.esp elder scrolls adventures.esp Elfensiedlung DV.esp Eliana.esp Elizabeth's Tower - Azura Shrine.esp elric.esp Elvenwood.esp ElysiumEstate.esp IF CHECKSUM("ElysiumEstate.esp", F0182534) && IF VAR(EN) DIRTY: 3 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ElysiumEstate.esp", F0182534) && IF VAR(RU) DIRTY: 3 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ElysiumEstate.esp", F0182534) && IF VAR(ES) DIRTY: 3 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("ElysiumEstate.esp", F0182534) && IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("ElysiumEstate.esp", F0182534) && IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". //author fixed nav 2.0+, so updated nav warning to checksum-dependent on a prior version ElysiumEstate-DG.esp ElysiumEstate-HF.esp ElysiumEstate-DB.esp EK_UnusualApplications.esp Ekkii Breezehome Basement.esp EkkiiBreeze.esp eldergleamhouse.esp elsweyrembassy.esp enchantersbreezehome.esp IF CHECKSUM("enchantersbreezehome.esp", 064E5E85) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("enchantersbreezehome.esp", 064E5E85) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("enchantersbreezehome.esp", 064E5E85) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". EnchantedTreeHome.esp endlessdragonfights.esp enhancedhighhrothgarbymat.esp IF CHECKSUM("enhancedhighhrothgarbymat.esp", 63B82993) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("enhancedhighhrothgarbymat.esp", 63B82993) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("enhancedhighhrothgarbymat.esp", 63B82993) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". EnlargedDwemerStoreRoom.esp IF CHECKSUM("EnlargedDwemerStoreRoom.esp", 00D00304) && IF VAR(EN) DIRTY: 5 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("EnlargedDwemerStoreRoom.esp", 00D00304) && IF VAR(RU) DIRTY: 5 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("EnlargedDwemerStoreRoom.esp", 00D00304) && IF VAR(ES) DIRTY: 5 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Envirnment.esp EnterTheSoulCaim-Again.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). EpicBossFight.esp IF CHECKSUM("EpicBossFight.esp", AB83511D) && IF VAR(EN) DIRTY: 56 ITM, 76 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("EpicBossFight.esp", AB83511D) && IF VAR(RU) DIRTY: 56 ITM, 76 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("EpicBossFight.esp", AB83511D) && IF VAR(ES) DIRTY: 56 ITM, 76 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 8 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 8 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 8 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". epiccreaturesskyrim.esp IF CHECKSUM("epiccreaturesskyrim.esp", 4DD72040) && IF VAR(EN) DIRTY: 25 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("epiccreaturesskyrim.esp", 4DD72040) && IF VAR(RU) DIRTY: 25 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("epiccreaturesskyrim.esp", 4DD72040) && IF VAR(ES) DIRTY: 25 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Erbe_der_vergessenen_Schaetze.esp Erina New NPC and House.esp erravi dungeon.esp EroticStatues.esp Essassinse_kill.esp Estate.esp REGEX: ETK - Whiterun V(1.1|1.31|1.4|1.42)?\.esp eu3fan_teleporter.esp EuroTreeHouse.esp Everspring Grotto.esp Evil Lair of Hydra.esp EvilThroneRoom.esp EW_GQ_Dunmerification.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). EyesoftheWorld.esp expanded basement.esp IF CHECKSUM("expanded basement.esp", 77B3D0AF) || IF CHECKSUM("expanded basement.esp", 05D3BC5E) || IF CHECKSUM("expanded basement.esp", AF1BA96C) || IF CHECKSUM("expanded basement.esp", F7137B70) || IF CHECKSUM("expanded basement.esp", C8B1446D) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("expanded basement.esp", 77B3D0AF) || IF CHECKSUM("expanded basement.esp", 05D3BC5E) || IF CHECKSUM("expanded basement.esp", AF1BA96C) || IF CHECKSUM("expanded basement.esp", F7137B70) || IF CHECKSUM("expanded basement.esp", C8B1446D) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("expanded basement.esp", 77B3D0AF) || IF CHECKSUM("expanded basement.esp", 05D3BC5E) || IF CHECKSUM("expanded basement.esp", AF1BA96C) || IF CHECKSUM("expanded basement.esp", F7137B70) || IF CHECKSUM("expanded basement.esp", C8B1446D) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("expanded basement.esp", 27C7711A) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("expanded basement.esp", 27C7711A) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("expanded basement.esp", 27C7711A) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". exo_WhiterunCaveHouse.esp explore tamriel.esp explore tamriel2.esp ExplorerDungeonPack.esp IF CHECKSUM("ExplorerDungeonPack.esp", 4D76065C) && IF VAR(EN) DIRTY: 61 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ExplorerDungeonPack.esp", 4D76065C) && IF VAR(RU) DIRTY: 61 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ExplorerDungeonPack.esp", 4D76065C) && IF VAR(ES) DIRTY: 61 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("ExplorerDungeonPack.esp", 03B99039) && IF VAR(EN) DIRTY: 8 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ExplorerDungeonPack.esp", 03B99039) && IF VAR(RU) DIRTY: 8 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ExplorerDungeonPack.esp", 03B99039) && IF VAR(ES) DIRTY: 8 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("ExplorerDungeonPack.esp", 4D76065C) && IF FILE("ExplorerDungeonPack.esm") INC: ExplorerDungeonPack.esm. Use the correct version. ExploreSkyrim.esp ExploreSkyrim-ES.esp ExRorikstead.esp ENDGROUP: Quests E BEGINGROUP: Quests F FactionalFollowers.esp Fairy Tail.esp Falconroost.esp IF FILE("WhiteFallsHouse.esp") INC: WhiteFallsHouse.esp Falkreath_Overlook_Farmhouse.esp REGEX: Falkreath Graveyard\w?\.esp IF CHECKSUM("Falkreath Graveyard.esp", 51C7052A) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Falkreath Graveyard.esp", 51C7052A) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Falkreath Graveyard.esp", 51C7052A) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". FalkreathCabin.esp IFNOT FILE("BetterBreezehome.esp") MOD: FalkreathCastle.esp Falkreath Cottage.esp FalkreathFarmhouse.esp Falkreath Home.esp IF CHECKSUM("Falkreath Home.esp", 671DCFB3) && IF VAR(EN) DIRTY: 12 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Falkreath Home.esp", 671DCFB3) && IF VAR(RU) DIRTY: 12 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Falkreath Home.esp", 671DCFB3) && IF VAR(ES) DIRTY: 12 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Falkreath House.esp FalkreathHauntedHouse.esp Falkreathhome.esp falkreath expansion.esp falkreathshack.esp FalkreathSkyscraper.esp falkreath treehouse.esp fallen leaves manor.esp fallingwater.esp FalmerBanes Alchemist Shack Skyrim Version.esp FalmerBanes Alchemist Shack Dragonborn Version.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Falskaar Amber Cottage.esp IFNOT ACTIVE("Falskaar.esm") && IF VAR(EN) ERROR: Falskaar.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Falskaar.esm") && IF VAR(RU) ERROR: Falskaar.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Falskaar.esm") && IF VAR(ES) ERROR: Falskaar.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Falskaar Home Improvement.esp IFNOT ACTIVE("Falskaar.esm") && IF VAR(EN) ERROR: Falskaar.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Falskaar.esm") && IF VAR(RU) ERROR: Falskaar.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Falskaar.esm") && IF VAR(ES) ERROR: Falskaar.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Fantasy Markarth.esp IF CHECKSUM("Fantasy Markarth.esp", 5794A36F) && IF VAR(EN) DIRTY: 10 ITM, 70 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Fantasy Markarth.esp", 5794A36F) && IF VAR(RU) DIRTY: 10 ITM, 70 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Fantasy Markarth.esp", 5794A36F) && IF VAR(ES) DIRTY: 10 ITM, 70 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Farm House_V2.esp farmeve-unlimited.esp IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/25020 JobsofSkyrim.esp". IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/25020 JobsofSkyrim.esp". IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/25020 JobsofSkyrim.esp". FarviewCabin.esp FCKagrenacsInstantFortress.esp FCOLVMLight.esp FCOLVMBandits.esp FCOLVMGoldshower.esp FCOShip.esp FCOTestDoors.esp fellheim.esp Fellheim-dawnguard free.esp Fence-Helyarhen-Hall.esp Fence-Windstad.esp fences HearthFire.esp FestiveClutter01.esp FF Jolly Horker 1.esp FH_Plaguesword.esp fine goods from morrowind_gray quarter.esp first mod - dungon home v1.00.esp FirstHouse_V1_4.esp fishchickenlodge.esp IF CHECKSUM("fishchickenlodge.esp", 226A8A66) && IF VAR(EN) DIRTY: 1 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("fishchickenlodge.esp", 226A8A66) && IF VAR(RU) DIRTY: 1 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("fishchickenlodge.esp", 226A8A66) && IF VAR(ES) DIRTY: 1 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Fishers Farm.esp fiveashfalls.esp fiveashretreat.esp fjorinstomb.esp Fjollheimr.esp IF CHECKSUM("Fjollheimr.esp", 3870B742) && IF VAR(EN) DIRTY: 38 ITM, 195 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Fjollheimr.esp", 3870B742) && IF VAR(RU) DIRTY: 38 ITM, 195 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Fjollheimr.esp", 3870B742) && IF VAR(ES) DIRTY: 38 ITM, 195 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". FlagonShortcut.esp flaho_shi_eagles_nest_ENG.esp IF CHECKSUM("flaho_shi_eagles_nest_ENG.esp", 28F58B4E) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("flaho_shi_eagles_nest_ENG.esp", 28F58B4E) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("flaho_shi_eagles_nest_ENG.esp", 28F58B4E) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". flaho_shi_eagles_nest_pol.esp flaho_shi_wassersturz.esp IF CHECKSUM("flaho_shi_wassersturz.esp", 4EA6342F) || IF CHECKSUM("flaho_shi_wassersturz.esp", 3FBCF912) && IF VAR(EN) DIRTY: 22 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("flaho_shi_wassersturz.esp", 4EA6342F) || IF CHECKSUM("flaho_shi_wassersturz.esp", 3FBCF912) && IF VAR(RU) DIRTY: 22 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("flaho_shi_wassersturz.esp", 4EA6342F) || IF CHECKSUM("flaho_shi_wassersturz.esp", 3FBCF912) && IF VAR(ES) DIRTY: 22 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("flaho_shi_wassersturz.esp", 3FBCF912) && IF VAR(EN) DIRTY: 29 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("flaho_shi_wassersturz.esp", 3FBCF912) && IF VAR(RU) DIRTY: 29 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("flaho_shi_wassersturz.esp", 3FBCF912) && IF VAR(ES) DIRTY: 29 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". flame atronach follower.esp IF CHECKSUM("flame atronach follower.esp", 53390FE4) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("flame atronach follower.esp", 53390FE4) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("flame atronach follower.esp", 53390FE4) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". flamehoof island skyrim.esp Flatlander_M7001.esp IF CHECKSUM("Flatlander_M7001.esp", E2DC21C7) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Flatlander_M7001.esp", E2DC21C7) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Flatlander_M7001.esp", E2DC21C7) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Fleetford.esp IF REGEX("Briar'sEnd.*\.esp") INC: Briar'sEnd IF CHECKSUM("Fleetford.esp", 6D3A13D9) && IF VAR(EN) DIRTY: 50 ITM, 31 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Fleetford.esp", 6D3A13D9) && IF VAR(RU) DIRTY: 50 ITM, 31 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Fleetford.esp", 6D3A13D9) && IF VAR(ES) DIRTY: 50 ITM, 31 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". float_your_boat.esp Floating House.esp FloatingThrone.esp floraofwinterholdcollege.esp flying player home.esp FM - HHall Exterior.esp IFNOT ACTIVE("FM - HaafingarHall.esm") && IF VAR(EN) ERROR: FM - HaafingarHall.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("FM - HaafingarHall.esm") && IF VAR(RU) ERROR: FM - HaafingarHall.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("FM - HaafingarHall.esm") && IF VAR(ES) ERROR: FM - HaafingarHall.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. FM - Namaofs Watchtower.esp FM - UNP Merchants.esp IF VAR(EN) && IF VERSION("FM - UNP Merchants.esp", "4.0", <) WARN: The latest version (v4.0 and higher) of this mod is completely standalone now and has it's own editor IDs, form IDs, folder structure and can be installed and used alongside any of the original mods it contains. IFNOT ACTIVE("FM - HaafingarHall.esm") && IF VAR(EN) ERROR: FM - HaafingarHall.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("FM - HaafingarHall.esm") && IF VAR(RU) ERROR: FM - HaafingarHall.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("FM - HaafingarHall.esm") && IF VAR(ES) ERROR: FM - HaafingarHall.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. FM - UNP Merchants LvLists.esp TAG: {{BASH: Relev}} IFNOT ACTIVE("FM - HaafingarHall.esm") && IF VAR(EN) ERROR: FM - HaafingarHall.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("FM - HaafingarHall.esm") && IF VAR(RU) ERROR: FM - HaafingarHall.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("FM - HaafingarHall.esm") && IF VAR(ES) ERROR: FM - HaafingarHall.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("FM - UNP Merchants.esp") && IF VAR(EN) ERROR: FM - UNP Merchants.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("FM - UNP Merchants.esp") && IF VAR(RU) ERROR: FM - UNP Merchants.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("FM - UNP Merchants.esp") && IF VAR(ES) ERROR: FM - UNP Merchants.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. FM - Heljarchen Library.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IF CHECKSUM("FM - Heljarchen Library.esp", 94274828) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FM - Heljarchen Library.esp", 94274828) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FM - Heljarchen Library.esp", 94274828) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". FM - Lakeview Library.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IF CHECKSUM("FM - Lakeview Library.esp", AAE5D1F5) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FM - Lakeview Library.esp", AAE5D1F5) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FM - Lakeview Library.esp", AAE5D1F5) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". FM - Windstad Library.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IF CHECKSUM("FM - Windstad Library.esp", 420D0514) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FM - Windstad Library.esp", 420D0514) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FM - Windstad Library.esp", 420D0514) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Followers Training Hall.esp FollowingMercer.esp Fonnheim.esp Forbidden.esp Forest camp.esp Forest Hideout.esp Forfeorannaheim.esp IF CHECKSUM("Forfeorannaheim.esp", 59266CBF) && IF VAR(EN) DIRTY: 51 ITM, 31 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Forfeorannaheim.esp", 59266CBF) && IF VAR(RU) DIRTY: 51 ITM, 31 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Forfeorannaheim.esp", 59266CBF) && IF VAR(ES) DIRTY: 51 ITM, 31 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Forges of Skyrim.esp IF CHECKSUM("Forges of Skyrim.esp", 054B8820) && IF VAR(EN) DIRTY: 3 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Forges of Skyrim.esp", 054B8820) && IF VAR(RU) DIRTY: 3 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Forges of Skyrim.esp", 054B8820) && IF VAR(ES) DIRTY: 3 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Forgotten Windmill.esp forgottenmountainkeep.esp ForgottenSettlements.esp Forlorn Keep.esp IF CHECKSUM("Forlorn Keep.esp", FD6E2C05) && IF VAR(EN) DIRTY: 22 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Forlorn Keep.esp", FD6E2C05) && IF VAR(RU) DIRTY: 22 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Forlorn Keep.esp", FD6E2C05) && IF VAR(ES) DIRTY: 22 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". fornirstomb.esp Forrest's Diary.esp fORSAKEN ISLAND V.1.esp Forsworn Campaign.esp IF CHECKSUM("Forsworn Campaign.esp", 435B7DF0) && IF VAR(EN) DIRTY: 24 ITM, 21 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Forsworn Campaign.esp", 435B7DF0) && IF VAR(RU) DIRTY: 24 ITM, 21 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Forsworn Campaign.esp", 435B7DF0) && IF VAR(ES) DIRTY: 24 ITM, 21 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Forsworn Have Merchants.esp Fort Dawnguard Improvements.esp fort_dawnguard-improvements.esp Fort Dawnguard.esp Fort Ironcrag.esp FortBuffscale.esp IF CHECKSUM("FortBuffscale.esp", 35168FD9) || IF CHECKSUM("FortBuffscale.esp", 8EDB06C9) || IF CHECKSUM("FortBuffscale.esp", E8B27322) || IF CHECKSUM("FortBuffscale.esp", 74868200) || IF CHECKSUM("FortBuffscale.esp", 7BFBCD8F) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("FortBuffscale.esp", 35168FD9) || IF CHECKSUM("FortBuffscale.esp", 8EDB06C9) || IF CHECKSUM("FortBuffscale.esp", E8B27322) || IF CHECKSUM("FortBuffscale.esp", 74868200) || IF CHECKSUM("FortBuffscale.esp", 7BFBCD8F) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC) IF CHECKSUM("FortBuffscale.esp", 35168FD9) || IF CHECKSUM("FortBuffscale.esp", 8EDB06C9) || IF CHECKSUM("FortBuffscale.esp", E8B27322) || IF CHECKSUM("FortBuffscale.esp", 74868200) || IF CHECKSUM("FortBuffscale.esp", 7BFBCD8F) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("FortBuffscale.esp", 35168FD9) || IF CHECKSUM("FortBuffscale.esp", E8B27322) && IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IF CHECKSUM("FortBuffscale.esp", 35168FD9) || IF CHECKSUM("FortBuffscale.esp", E8B27322) && IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Hearthfires (Official Bethesda DLC) IF CHECKSUM("FortBuffscale.esp", 35168FD9) || IF CHECKSUM("FortBuffscale.esp", E8B27322) && IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("FortBuffscale.esp", 35168FD9) && IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IF CHECKSUM("FortBuffscale.esp", 35168FD9) && IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IF CHECKSUM("FortBuffscale.esp", 35168FD9) && IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("FortBuffscale.esp", 1FBBACF2) && IF VAR(EN) DIRTY: 23 ITM, 45 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FortBuffscale.esp", 1FBBACF2) && IF VAR(RU) DIRTY: 23 ITM, 45 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FortBuffscale.esp", 1FBBACF2) && IF VAR(ES) DIRTY: 23 ITM, 45 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("FortBuffscale.esp", 74868200) || IF CHECKSUM("FortBuffscale.esp", 7BFBCD8F) && IF VAR(EN) DIRTY: 297 ITM, 45 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FortBuffscale.esp", 74868200) || IF CHECKSUM("FortBuffscale.esp", 7BFBCD8F) && IF VAR(RU) DIRTY: 297 ITM, 45 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FortBuffscale.esp", 74868200) || IF CHECKSUM("FortBuffscale.esp", 7BFBCD8F) && IF VAR(ES) DIRTY: 297 ITM, 45 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("FortBuffscale.esp", E8B27322) && IF VAR(EN) DIRTY: 280 ITM, 53 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FortBuffscale.esp", E8B27322) && IF VAR(RU) DIRTY: 280 ITM, 53 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FortBuffscale.esp", E8B27322) && IF VAR(ES) DIRTY: 280 ITM, 53 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("FortBuffscale.esp", 8EDB06C9) && IF VAR(EN) DIRTY: 299 ITM, 53 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FortBuffscale.esp", 8EDB06C9) && IF VAR(RU) DIRTY: 299 ITM, 53 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FortBuffscale.esp", 8EDB06C9) && IF VAR(ES) DIRTY: 299 ITM, 53 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("FortBuffscale.esp", 35168FD9) && IF VAR(EN) DIRTY: 281 ITM, 38 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FortBuffscale.esp", 35168FD9) && IF VAR(RU) DIRTY: 281 ITM, 38 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FortBuffscale.esp", 35168FD9) && IF VAR(ES) DIRTY: 281 ITM, 38 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". FortDawnguardEnhanced.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("FortDawnguardEnhanced.esp", 56C4E14E) && IF VAR(EN) DIRTY: 27 ITM, 102 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FortDawnguardEnhanced.esp", 56C4E14E) && IF VAR(RU) DIRTY: 27 ITM, 102 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FortDawnguardEnhanced.esp", 56C4E14E) && IF VAR(ES) DIRTY: 27 ITM, 102 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 9 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 9 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 9 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". FortDGTweaks.esp FortFrostTower.esp FortFrostTowerV02.esp FORTGREIMUR.esp fortheljarchen.esp IF CHECKSUM("fortheljarchen.esp", 66467091) && IF VAR(EN) DIRTY: 193 ITM, 419 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("fortheljarchen.esp", 66467091) && IF VAR(RU) DIRTY: 193 ITM, 419 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("fortheljarchen.esp", 66467091) && IF VAR(ES) DIRTY: 193 ITM, 419 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1506 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1506 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1506 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". fortwinstad.esp IF CHECKSUM("fortwinstad.esp", E2A7B836) && IF VAR(EN) DIRTY: 368 ITM, 135 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("fortwinstad.esp", E2A7B836) && IF VAR(RU) DIRTY: 368 ITM, 135 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("fortwinstad.esp", E2A7B836) && IF VAR(ES) DIRTY: 368 ITM, 135 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 839 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 839 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 839 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Fortune's Loss.esp fourhomes.esp FourSeasonsInn.esp IF VAR(EN) SAY: Obsolete. Update to latest version, FourSeasonsv1.02.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, FourSeasonsv1.02.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, FourSeasonsv1.02.esp. FourSeasonsv1.02.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("FourSeasonsv1.02.esp", B9AB3BF8) && IF VAR(EN) DIRTY: 9 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FourSeasonsv1.02.esp", B9AB3BF8) && IF VAR(RU) DIRTY: 9 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FourSeasonsv1.02.esp", B9AB3BF8) && IF VAR(ES) DIRTY: 9 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Foxchasemanor.esp FoxClub_Z.esp FraulMOD.esp Free Mine.esp Freedom of Speech.esp IF VAR(Dawnguard) && IF CHECKSUM("Freedom of Speech.esp", 48DA06FC) ERROR: Use Freedom of Speech -- Dawnguard.esp IF CHECKSUM("Freedom of Speech.esp", 48DA06FC) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Freedom of Speech.esp", 48DA06FC) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Freedom of Speech.esp", 48DA06FC) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Freedom of Speech.esp", 251FDAED) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Freedom of Speech.esp", 251FDAED) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Freedom of Speech.esp", 251FDAED) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Freedom of Speech -- Dawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Freedom of Speech -- Dawnguard.esp", 954E7B99) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Freedom of Speech -- Dawnguard.esp", 954E7B99) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Freedom of Speech -- Dawnguard.esp", 954E7B99) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Freedom of Speech -- Dawnguard.esp", 9475C59D) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Freedom of Speech -- Dawnguard.esp", 9475C59D) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Freedom of Speech -- Dawnguard.esp", 9475C59D) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". FreedomForNightingales.esp freyr's lager.esp FrostfallCamps 0.68.esp // TES5Edit 3.0.30: 14 ITM, 0 UDR, 0 deleted NavMeshes (CRC: 976C3807) IF CHECKSUM("FrostfallCamps 0.68.esp", 976C3807) && IF VAR(EN) DIRTY: 14 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("FrostfallCamps 0.68.esp", 976C3807) && IF VAR(RU) DIRTY: 14 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("FrostfallCamps 0.68.esp", 976C3807) && IF VAR(ES) DIRTY: 14 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". FrostfallCamp 0.7.esp FrostflakeRetreat.esp FrostflowHome.esp FrozenPeakLaboratory.esp FrozenThrone.esp Fun House.esp FunctionalHomes.esp FunctionalHomes - Dawnguard.esp FunctionalHomes - Dragonborn.esp FungusRetreat.esp Funny Dungeon.esp funstuff2.esp fzguildoutposts.esp FZGuildOutpost_DLC01.esp FZGuildOutpostsDLC02.esp FZDBFalkreathResurrect.esp ENDGROUP: Quests F BEGINGROUP: Quests G Galcern Fortress.esp GardensOfWhiterun.esp GardensOfRiften.esp garrettsretreat_v02a.esp IF CHECKSUM("garrettsretreat_v02a.esp", 9FB00C2C) && IF VAR(EN) DIRTY: 80 ITM, 134 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("garrettsretreat_v02a.esp", 9FB00C2C) && IF VAR(RU) DIRTY: 80 ITM, 134 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("garrettsretreat_v02a.esp", 9FB00C2C) && IF VAR(ES) DIRTY: 80 ITM, 134 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Geir Manor.esp IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IF CHECKSUM("Geir Manor.esp", FF608082) && IF VAR(EN) DIRTY: 26 ITM, 23 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Geir Manor.esp", FF608082) && IF VAR(RU) DIRTY: 26 ITM, 23 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Geir Manor.esp", FF608082) && IF VAR(ES) DIRTY: 26 ITM, 23 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". GenebrisUnknownCave.esp IF CHECKSUM("GenebrisUnknownCave.esp", 882BF0A7) DIRTY: 3 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GenebrisUnknownCave.esp", 882BF0A7) DIRTY: 3 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GenebrisUnknownCave.esp", 882BF0A7) DIRTY: 3 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". GeneralDisplays - GS.esp IF CHECKSUM("GeneralDisplays.esm", 7FF65529) && IFNOT VAR(GS) && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IF CHECKSUM("GeneralDisplays.esm", 7FF65529) && IFNOT VAR(GS) && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/18340 General Stores". IF CHECKSUM("GeneralDisplays.esm", 7FF65529) && IFNOT VAR(GS) && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/18340 General Stores". genpeoplelite.esp IF CHECKSUM("genpeoplelite.esp", 53993C77) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("genpeoplelite.esp", 53993C77) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("genpeoplelite.esp", 53993C77) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". GersillasHouse.esp IF CHECKSUM("GersillasHouse.esp", 28EA3CCD) && IF VAR(EN) DIRTY: 13 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GersillasHouse.esp", 28EA3CCD) && IF VAR(RU) DIRTY: 13 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GersillasHouse.esp", 28EA3CCD) && IF VAR(ES) DIRTY: 13 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Gersonia.esp IF CHECKSUM("Gersonia.esp", 450D037B) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Gersonia.esp", 450D037B) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Gersonia.esp", 450D037B) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GiantChicken.esp Gifts Of The Outsider.esp Gildergreen Regrown.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ Gleaming falls.esp IF CHECKSUM("Gleaming falls.esp", 4630FE0E) && IF VAR(EN) DIRTY: 8 ITM, 63 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Gleaming falls.esp", 4630FE0E) && IF VAR(RU) DIRTY: 8 ITM, 63 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Gleaming falls.esp", 4630FE0E) && IF VAR(ES) DIRTY: 8 ITM, 63 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Gleaming Falls Reborn.esp GloomyGrove.esp GlurusWestern Watchtower Rebuilt.esp Gobland.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Gobland.esp", 20858F47) && IF VAR(EN) DIRTY: 69 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Gobland.esp", 20858F47) && IF VAR(RU) DIRTY: 69 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Gobland.esp", 20858F47) && IF VAR(ES) DIRTY: 69 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GoblandUpdate.esp REGEX: Gokstad vBeta.+\.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Gokstad Sailable Ship v1.3b.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Gokstad Sailable Ship v1.3b.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Gokstad Sailable Ship v1.3b.esp. REGEX: Gokstad Sailable Ship v1.(0|1|2)b\.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Gokstad Sailable Ship v1.3b.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Gokstad Sailable Ship v1.3b.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Gokstad Sailable Ship v1.3b.esp. Gokstad Sailable Ship v1.3b.esp IF CHECKSUM("Gokstad Sailable Ship v1.3b.esp", 7FC2FA94) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Gokstad Sailable Ship v1.3b.esp", 7FC2FA94) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Gokstad Sailable Ship v1.3b.esp", 7FC2FA94) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Gold Worth Something.esp IF CHECKSUM("Gold Worth Something.esp", AF685A9A) && IF VAR(EN) DIRTY: 11 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Gold Worth Something.esp", AF685A9A) && IF VAR(RU) DIRTY: 11 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Gold Worth Something.esp", AF685A9A) && IF VAR(ES) DIRTY: 11 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Gold-Clover.esp goldbrandwithlore.esp Golden Egg Treasure Hunt.esp golden egg hunt (clean).esp GoldenringEstate.esp goldleafponyfarm .esp golkar.esp gonkishvampdens.esp IF CHECKSUM("gonkishvampdens.esp", C11AED71) && IF VAR(EN) DIRTY: 35 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("gonkishvampdens.esp", C11AED71) && IF VAR(RU) DIRTY: 35 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("gonkishvampdens.esp", C11AED71) && IF VAR(ES) DIRTY: 35 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GoonHillShack.esp GR123 Castle.esp graesholt - bleakcoast cave easter egg improved.esp Graesholt - Bleakcoast Cave FIX.esp tos_granitehall.esp IF CHECKSUM("tos_granitehall.esp", 1550E5C4) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tos_granitehall.esp", 1550E5C4) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tos_granitehall.esp", 1550E5C4) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Gravesend.esp gravkammir01.esp // TES5Edit 3.0.30: 142 ITM, 1 UDR, 0 deleted NavMeshes (CRC: D8F79C94) IF CHECKSUM("gravkammir01.esp", D8F79C94) && IF VAR(EN) DIRTY: 142 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("gravkammir01.esp", D8F79C94) && IF VAR(RU) DIRTY: 142 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("gravkammir01.esp", D8F79C94) && IF VAR(ES) DIRTY: 142 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Grayhill Keep.esp GrayVillage.esp Great House Barrow.esp GreatTalosHunt.esp IF CHECKSUM("GreatTalosHunt.esp", 6C0CFBE4) || IF CHECKSUM("GreatTalosHunt.esp", E1A53EA5) || IF CHECKSUM("GreatTalosHunt.esp", A174E77C) || IF CHECKSUM("GreatTalosHunt.esp", 3A1727DF) || IF CHECKSUM("GreatTalosHunt.esp", 4566C395) || IF CHECKSUM("GreatTalosHunt.esp", 18250375) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("GreatTalosHunt.esp", 6C0CFBE4) || IF CHECKSUM("GreatTalosHunt.esp", E1A53EA5) || IF CHECKSUM("GreatTalosHunt.esp", A174E77C) || IF CHECKSUM("GreatTalosHunt.esp", 3A1727DF) || IF CHECKSUM("GreatTalosHunt.esp", 4566C395) || IF CHECKSUM("GreatTalosHunt.esp", 18250375) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("GreatTalosHunt.esp", 6C0CFBE4) || IF CHECKSUM("GreatTalosHunt.esp", E1A53EA5) || IF CHECKSUM("GreatTalosHunt.esp", A174E77C) || IF CHECKSUM("GreatTalosHunt.esp", 3A1727DF) || IF CHECKSUM("GreatTalosHunt.esp", 4566C395) || IF CHECKSUM("GreatTalosHunt.esp", 18250375) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("GreatTalosHunt.esp", 10E82562) && IF VAR(EN) DIRTY: 27 ITM, 136 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GreatTalosHunt.esp", 10E82562) && IF VAR(RU) DIRTY: 27 ITM, 136 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GreatTalosHunt.esp", 10E82562) && IF VAR(ES) DIRTY: 27 ITM, 136 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Green river.esp GreenshimmerGrotto.esp aGreyLedgeManorLITE.esp Grey Stead Manor.esp greystone castle v1.0.esp griffon.esp GrylumsTomb.esp Grytewake.esp Grytewake - Dragonborn Patch.esp Guardian Plate Armor.esp IF FILE("Skyre Guardian Plate Armor.esp") TAG: {{BASH: Deactivate}} IF CHECKSUM("Guardian Plate Armor.esp", 15972BCB) || IF CHECKSUM("Guardian Plate Armor.esp", 5ED4F98F) && IF VAR(EN) DIRTY: 4 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Guardian Plate Armor.esp", 15972BCB) || IF CHECKSUM("Guardian Plate Armor.esp", 5ED4F98F) && IF VAR(RU) DIRTY: 4 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Guardian Plate Armor.esp", 15972BCB) || IF CHECKSUM("Guardian Plate Armor.esp", 5ED4F98F) && IF VAR(ES) DIRTY: 4 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". GuardianStonesStash.esp Guards On Your Home v1.esp 4164_Guards_On_Your_.esp MOD: Straż Build (HF) 1.esp guarduniforms.esp Guenhwyvar.esp Guildmaster_way.esp GuildmastersQuarters.esp IF CHECKSUM("GuildmastersQuarters.esp", BD42388D) || IF CHECKSUM("GuildmastersQuarters.esp", 178FBECE) || IF CHECKSUM("GuildmastersQuarters.esp", 2D8FB51E) || IF CHECKSUM("GuildmastersQuarters.esp", 372DF4C0) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("GuildmastersQuarters.esp", BD42388D) || IF CHECKSUM("GuildmastersQuarters.esp", 178FBECE) || IF CHECKSUM("GuildmastersQuarters.esp", 2D8FB51E) || IF CHECKSUM("GuildmastersQuarters.esp", 372DF4C0) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("GuildmastersQuarters.esp", 69B5B053) && IF VAR(EN) DIRTY: 3 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("GuildmastersQuarters.esp", 69B5B053) && IF VAR(RU) DIRTY: 3 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("GuildmastersQuarters.esp", 69B5B053) && IF VAR(ES) DIRTY: 3 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ENDGROUP: Quests G BEGINGROUP: Quests H Haafstad.esp Hades.esp IF CHECKSUM("Hades.esp", B1AE3E0C) && IF VAR(EN) DIRTY: 22 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Hades.esp", B1AE3E0C) && IF VAR(RU) DIRTY: 22 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Hades.esp", B1AE3E0C) && IF VAR(ES) DIRTY: 22 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HadleyManor.esp Haafingar Schneehutte.esp Haafingar Schneehütte.esp IF CHECKSUM("Haafingar Schneehütte.esp", 42952268) && IF VAR(EN) DIRTY: 6 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Haafingar Schneehütte.esp", 42952268) && IF VAR(RU) DIRTY: 6 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Haafingar Schneehütte.esp", 42952268) && IF VAR(ES) DIRTY: 6 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: Hail Dark Brotherhood - Dawnstar Sanctuary.+\.esp Half-moon Cotage.esp HalfMoonVillage.esp HalfMoonVillageV1_2.esp Hall of Dragonborn.esp HallOfTheDragonPriests.esp HalloweenInSkyrim.esp IF CHECKSUM("HalloweenInSkyrim.esp", 7A7431C7) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HalloweenInSkyrim.esp", 7A7431C7) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HalloweenInSkyrim.esp", 7A7431C7) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". halls of the dovahkiin.esp HallsOfDovahndor.esp IF CHECKSUM("HallsOfDovahndor.esp", A8418D27) && IF VAR(EN) DIRTY: 23 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HallsOfDovahndor.esp", A8418D27) && IF VAR(RU) DIRTY: 23 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HallsOfDovahndor.esp", A8418D27) && IF VAR(ES) DIRTY: 23 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("HallsOfDovahndor.esp", D9970CD) || IF CHECKSUM("HallsOfDovahndor.esp", B927FCAB) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HallsOfDovahndor.esp", D9970CD) || IF CHECKSUM("HallsOfDovahndor.esp", B927FCAB) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HallsOfDovahndor.esp", D9970CD) || IF CHECKSUM("HallsOfDovahndor.esp", B927FCAB) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". hallsofmyth.esp HallUnderBreezehome.esp HammerfellBandits.esp IF VAR(EN) SAY: Obsolete. Update to latest version, HammerfellBanditsV2.0.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, HammerfellBanditsV2.0.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, HammerfellBanditsV2.0.esp. HammerfellBanditsV1.5.esp IF VAR(EN) SAY: Obsolete. Update to latest version, HammerfellBanditsV2.0.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, HammerfellBanditsV2.0.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, HammerfellBanditsV2.0.esp. HammerfellBanditsV2.0.esp IF CHECKSUM("HammerfellBanditsV2.0.esp", A9DDEAFA) && IF VAR(EN) DIRTY: 13 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HammerfellBanditsV2.0.esp", A9DDEAFA) && IF VAR(RU) DIRTY: 13 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HammerfellBanditsV2.0.esp", A9DDEAFA) && IF VAR(ES) DIRTY: 13 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". harkonsreturn.esp harvestableJarrinRoot.esp Hassildor.esp HausHeljarchenKellerAddon.esp HausSeeblickKellerhackholz.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). HausSeeblickKellerAddon.esp HausWindstadKellerAddon.esp HausWindstadKellerhackholz.esp havaldensabode.esp // TES5Edit 3.0.30: 47 ITM, 2 UDR, 0 deleted NavMeshes (CRC: 58CBACA1) IF CHECKSUM("havaldensabode.esp", 58CBACA1) && IF VAR(EN) DIRTY: 47 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("havaldensabode.esp", 58CBACA1) && IF VAR(RU) DIRTY: 47 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("havaldensabode.esp", 58CBACA1) && IF VAR(ES) DIRTY: 47 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Haven.esp HavenBag.esp IF CHECKSUM("HavenBag.esp", ADD40C2D) && IF VAR(EN) DIRTY: 3 ITM, 15 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HavenBag.esp", ADD40C2D) && IF VAR(RU) DIRTY: 3 ITM, 15 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HavenBag.esp", ADD40C2D) && IF VAR(ES) DIRTY: 3 ITM, 15 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HeartfireFortifiedHeljarchenHall.esp HeartfireFortifiedHeljarchenHallLight.esp HeartfireFortifiedLakeviewManor.esp Hearthfire Cheat Chests.esp hearthfirehouseexterior.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). HearthfireItemsRespawn.esp HearthfireMultiKid.esp IF VERSION("TES5", "1.8", <) REQ: Skyrim 1.8+ IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). HearthfireMultiKid_LastName.esp hearthfires services.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). HearthFiresEnhanced.esp HeartOfThunder.esp IF VAR(SkyReM) INC: SkyRe_Main.esp IF CHECKSUM("HeartOfThunder.esp", 2CA96833) && IF VAR(EN) DIRTY: 37 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HeartOfThunder.esp", 2CA96833) && IF VAR(RU) DIRTY: 37 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HeartOfThunder.esp", 2CA96833) && IF VAR(ES) DIRTY: 37 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("HeartOfThunder.esp", CE970887) || IF CHECKSUM("HeartOfThunder.esp", 65EB962D) || IF CHECKSUM("HeartOfThunder.esp", 1A6E4211) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("HeartOfThunder.esp", CE970887) || IF CHECKSUM("HeartOfThunder.esp", 65EB962D) || IF CHECKSUM("HeartOfThunder.esp", 1A6E4211) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("HeartOfThunder.esp", CE970887) || IF CHECKSUM("HeartOfThunder.esp", 65EB962D) || IF CHECKSUM("HeartOfThunder.esp", 1A6E4211) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. HoT Thunderwolf Form.esp // Heart of Thunder add-on REGEX: HeartOfThunder 1.+\.esp IF VAR(EN) SAY: Obsolete. Update to latest version, HeartOfThunder.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, HeartOfThunder.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, HeartOfThunder.esp. heartwoodcottage1_v1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, heartwoodcottage1_v2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, heartwoodcottage1_v2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, heartwoodcottage1_v2.esp. heartwoodcottageNM1_v1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, heartwoodcottage1_v2.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, heartwoodcottage1_v2.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, heartwoodcottage1_v2.esp. heartwoodcottage1_v2.esp IF CHECKSUM("heartwoodcottage1_v2.esp", B5808D60) && IF VAR(EN) DIRTY: 20 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("heartwoodcottage1_v2.esp", B5808D60) && IF VAR(RU) DIRTY: 20 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("heartwoodcottage1_v2.esp", B5808D60) && IF VAR(ES) DIRTY: 20 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". heartwoodcottageNM1_v2.esp IF FILE("heartwoodcottage1_v2.esp") INC: heartwoodcottage1_v2.esp IF CHECKSUM("heartwoodcottageNM1_v2.esp", 4BFDE1C5) && IF VAR(EN) DIRTY: 43 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("heartwoodcottageNM1_v2.esp", 4BFDE1C5) && IF VAR(RU) DIRTY: 43 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("heartwoodcottageNM1_v2.esp", 4BFDE1C5) && IF VAR(ES) DIRTY: 43 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HeartwoodMillVillageV1.esp Hebrock_Der Schatten von Meresis.esp /* Original, German version */ IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 49083650) && IF VAR(EN) DIRTY: 81 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 49083650) && IF VAR(RU) DIRTY: 81 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 49083650) && IF VAR(ES) DIRTY: 81 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 49083650) && IF VAR(EN) WARN: This file contains 21 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 49083650) && IF VAR(RU) WARN: Этот файл содержит 21 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 49083650) && IF VAR(ES) WARN: Este archivo contiene 21 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 49083650) && IF LANG("english") SAY: An English translation of this mod is now available: "http://www.nexusmods.com/skyrim/mods/36843" // Checking for LANG instead of VAR, as LANG("german") sets VAR(EN) /* English translation, version 1.1.1 */ // TES5Edit 3.0.30: 1 ITM, 0 UDR, 0 deleted NavMeshes (CRC: 61DCB4E0) IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 61DCB4E0) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 61DCB4E0) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 61DCB4E0) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Hebrock_Der Schatten von Meresis.esp", 61DCB4E0) SAY: The English version has been renamed starting from version 1.1.2. Hebrock_Der Schatten von Meresis - EV.esp /* English Version, 1.1.2 - yes, it's identical to 1.1.1 except for filename */ // TES5Edit 3.0.30: 1 ITM, 0 UDR, 0 deleted NavMeshes (CRC: 61DCB4E0) IF CHECKSUM("Hebrock_Der Schatten von Meresis - EV.esp", 61DCB4E0) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Hebrock_Der Schatten von Meresis - EV.esp", 61DCB4E0) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Hebrock_Der Schatten von Meresis - EV.esp", 61DCB4E0) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Heimfeigr.esp Helgen Imperial Armory.esp helgen skeleton.esp helgenarmory.esp HelgraDraugrCompanion.esp Heljarchen-Hall.esp REGEX: Heljarchen_Reform.+\.esp HF_Heljarchen_Pool.esp hellaylegacydungeon02.esp IF CHECKSUM("hellaylegacydungeon02.esp", CAB6DC90) || IF CHECKSUM("hellaylegacydungeon02.esp", 30690487) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("hellaylegacydungeon02.esp", CAB6DC90) || IF CHECKSUM("hellaylegacydungeon02.esp", 30690487) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("hellaylegacydungeon02.esp", CAB6DC90) || IF CHECKSUM("hellaylegacydungeon02.esp", 30690487) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("hellaylegacydungeon02.esp", 2B3E69E2) && IF VAR(EN) DIRTY: 42 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hellaylegacydungeon02.esp", 2B3E69E2) && IF VAR(RU) DIRTY: 42 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hellaylegacydungeon02.esp", 2B3E69E2) && IF VAR(ES) DIRTY: 42 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HellayTalesOfTheDraugrLibrarian.esp Hellspire.esp Helms Deep.esp HelmsHaven.esp Here There Be Monsters.esp IF CHECKSUM("Here There Be Monsters.esp", 97885C9B) && IF VAR(EN) DIRTY: 95 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Here There Be Monsters.esp", 97885C9B) && IF VAR(RU) DIRTY: 95 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Here There Be Monsters.esp", 97885C9B) && IF VAR(ES) DIRTY: 95 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF VAR(EN) WARN: This file contains 11 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 11 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 11 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". here there be monsters - call of cthulhu.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). heroeshomestead.esp heroesrespitev_2.0.esp HerosHideout.esp HerosHideoutAlternateEntrance.esp HerosHideoutBrighter.esp hfhometeleports.esp hg.esp hiddenvillage.esp hideoushobo.esp IF CHECKSUM("hideoushobo.esp", 1D8EB77F) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hideoushobo.esp", 1D8EB77F) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hideoushobo.esp", 1D8EB77F) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". hideout.esp IF VAR(EN) WARN: Obsolete. Update to Hideout_Main.esp at ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(RU) WARN: Устарело. Обновите до Hideout_Main.esp на ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(ES) WARN: Obsoleto. Actualizar a la Hideout_Main.esp en ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(EN) && IF VERSION("hideout.esm", "10.2", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(RU) && IF VERSION("hideout.esm", "10.2", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден ("http://www.nexusmods.com/skyrim/mods/43593 здесь"). Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("hideout.esm", "10.2", <) WARN: El archivo original fue lanzado antes del Creation Kir (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). hideout - hearthfires.esp IF VAR(EN) WARN: Obsolete. Update to Hideout_HF_Main.esp at ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(RU) WARN: Устарело. Обновите до Hideout_HF_Main.esp на ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). IF VAR(ES) WARN: Obsoleto. Actualizar a la Hideout_HF_Main.esp en ("http://www.nexusmods.com/skyrim/mods/43593 Dovahkiin Hideout Continued"). Breezehome_Basement.esp Breezehome_HF_Basement.esp Hideout_Main.esp Hideout_HF_Main.esp Hideout_HF_Extended.esp Hideout_HalloweenDeco.esp Hideout_HF_HalloweenDeco.esp Hideout_Compact.esp Hideout_HF_Compact.esp Riftrun_v_2_0.esp Riftrun_HF_v_2_0.esp hideoutcompact.esp IF VAR(EN) WARN: Obsolete. Update to Hideout_Compact.esp at ("http://www.nexusmods.com/skyrim/mods/59524 Dovahkiin Hideout Continued - Compact Edition"). IF VAR(RU) WARN: Устарело. Обновите до Hideout_Compact.esp на ("http://www.nexusmods.com/skyrim/mods/59524 Dovahkiin Hideout Continued - Compact Edition"). IF VAR(ES) WARN: Obsoleto. Actualizar a la Hideout_Compact.esp en ("http://www.nexusmods.com/skyrim/mods/59524 Dovahkiin Hideout Continued - Compact Edition"). IF VAR(EN) && IF VERSION("hideoutcompact.esp", "10.0", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/59524 Dovahkiin Hideout Continued - Compact Edition"). IF VAR(RU) && IF VERSION("hideoutcompact.esp", "10.0", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден ("http://www.nexusmods.com/skyrim/mods/59524 здесь"). Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("hideoutcompact.esp", "10.0", <) WARN: El archivo original fue lanzado antes del Creation Kir (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/59524 Dovahkiin Hideout Continued - Compact Edition"). IF CHECKSUM("hideoutcompact.esp", 2A2BC9C8) && IF VAR(EN) DIRTY: 7 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hideoutcompact.esp", 2A2BC9C8) && IF VAR(RU) DIRTY: 7 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hideoutcompact.esp", 2A2BC9C8) && IF VAR(ES) DIRTY: 7 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("hideoutcompact.esp", 2A2BC9B8) && IF VAR(EN) DIRTY: 47 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hideoutcompact.esp", 2A2BC9B8) && IF VAR(RU) DIRTY: 47 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit здесь". IF CHECKSUM("hideoutcompact.esp", 2A2BC9B8) && IF VAR(ES) DIRTY: 47 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HiF.esp high hrothgar overhaul.esp highhorothgarexpress.esp HighHrothgarCabin.esp HighHrothgarLight.esp HighHrothgar Shelter.esp high rock.esp HighlandFarmMilk.esp IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("HighlandFarmMilk.esp", 1258E09A) || IF CHECKSUM("HighlandFarmMilk.esp", C569164F) || IF CHECKSUM("HighlandFarmMilk.esp", 80057D4B) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HighlandFarmMilk.esp", 1258E09A) || IF CHECKSUM("HighlandFarmMilk.esp", C569164F) || IF CHECKSUM("HighlandFarmMilk.esp", 80057D4B) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HighlandFarmMilk.esp", 1258E09A) || IF CHECKSUM("HighlandFarmMilk.esp", C569164F) || IF CHECKSUM("HighlandFarmMilk.esp", 80057D4B) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("HighlandFarmMilk.esp", 1258E09A) || IF CHECKSUM("HighlandFarmMilk.esp", 9437D693) && IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IF CHECKSUM("HighlandFarmMilk.esp", 1258E09A) || IF CHECKSUM("HighlandFarmMilk.esp", 9437D693) && IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IF CHECKSUM("HighlandFarmMilk.esp", 1258E09A) || IF CHECKSUM("HighlandFarmMilk.esp", 9437D693) && IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) highlandhall.esp HighlyVisibleCrimsonNirnroots.esp // Adds standing stones to blackreach (Under ground), not actual quest markers. EMHighviewCottage.esp HillHouse.esp hillside0_3.esp Hindalok.esp hircineBlessing.esp hjaamarsch-haus.esp HjakhtraevarrTomb.esp Courtyard Hjerim.esp IF CHECKSUM("Courtyard Hjerim.esp", 89A0EB78) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Courtyard Hjerim.esp", 89A0EB78) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Courtyard Hjerim.esp", 89A0EB78) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". customhjerim.esp IF CHECKSUM("customhjerim.esp", ACDBBFD5) && IF VAR(EN) DIRTY: 4 ITM, 140 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("customhjerim.esp", ACDBBFD5) && IF VAR(RU) DIRTY: 4 ITM, 140 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("customhjerim.esp", ACDBBFD5) && IF VAR(ES) DIRTY: 4 ITM, 140 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Hjerim Smithy.esp HjerimBlacksmithv2.esp Hjerim_Blacksmith_English.esp hjerim_home.esp IF CHECKSUM("hjerim_home.esp", 09936EBC) && IF VAR(EN) DIRTY: 4 ITM, 212 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("hjerim_home.esp", 09936EBC) && IF VAR(RU) DIRTY: 4 ITM, 212 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("hjerim_home.esp", 09936EBC) && IF VAR(ES) DIRTY: 4 ITM, 212 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HjerimExpansion.esp hjerimextreme.esp HjerimForge.esp hjerimshowroom.esp hjerimtnf.esp Hjerim Upgrades.esp IF CHECKSUM("Hjerim Upgrades.esp", 8E245183) && IF VAR(EN) DIRTY: 4 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Hjerim Upgrades.esp", 8E245183) && IF VAR(RU) DIRTY: 4 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Hjerim Upgrades.esp", 8E245183) && IF VAR(ES) DIRTY: 4 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: HjerimUpgrades.*\.esp HjermChildBeds.esp HM Dragonborn Bazaar.esp HM Riften Back Door.esp HM VampireStones.esp HN66 SLEEK Outfits.esp IF CHECKSUM("HN66 SLEEK Outfits.esp", E978F0D) && IF VAR(EN) DIRTY: 58 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HN66 SLEEK Outfits.esp", E978F0D) && IF VAR(RU) DIRTY: 58 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HN66 SLEEK Outfits.esp", E978F0D) && IF VAR(ES) DIRTY: 58 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". theHoardersHome.esp IF CHECKSUM("theHoardersHome.esp", 34949429) && IF VAR(EN) DIRTY: 15 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("theHoardersHome.esp", 34949429) && IF VAR(RU) DIRTY: 15 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("theHoardersHome.esp", 34949429) && IF VAR(ES) DIRTY: 15 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 5 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 5 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 5 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". HoardersHomeV3.esp hobbithouse.esp hobbithouse2.esp HolmwoodNahkin.esp HomeCro.esp Homeoftheheroes.esp homes remodeled.esp homesteaddefenders.esp HomeSweetStronghold v1.0.0.esp IF CHECKSUM("HomeSweetStronghold v1.0.0.esp", 60FC7AED) && IF VAR(EN) DIRTY: 34 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HomeSweetStronghold v1.0.0.esp", 60FC7AED) && IF VAR(RU) DIRTY: 34 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HomeSweetStronghold v1.0.0.esp", 60FC7AED) && IF VAR(ES) DIRTY: 34 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HomeTree.esp Homogenous Detailed Landscapes.esp /* No link provided initially */ HoneyMoonHall.esp Honeyside Book collector edition.esp honeyside jacuzzi.esp Honeyside Sweetener.esp IF CHECKSUM("Honeyside Sweetener.esp", 1473D9EF) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Honeyside Sweetener.esp", 1473D9EF) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Honeyside Sweetener.esp", 1473D9EF) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MOD: Honeyside û Book collector edition.esp IF CHECKSUM("Honeyside û Book collector edition.esp", 9A893695) && IF VAR(EN) DIRTY: 6 ITM, 144 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Honeyside û Book collector edition.esp", 9A893695) && IF VAR(RU) DIRTY: 6 ITM, 144 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Honeyside û Book collector edition.esp", 9A893695) && IF VAR(ES) DIRTY: 6 ITM, 144 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". honeyside3.esp Honeyside_4Beds.esp HoneysideChildBeds.esp HoneysideImprovement.esp HoneysideTNF.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("HoneysideTNF.esp", 8E050BD2) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HoneysideTNF.esp", 8E050BD2) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HoneysideTNF.esp", 8E050BD2) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HoneySmithy2.esp Horde Falmers.esp horde Falmer addon save the girls.esp Horkertusk Home.esp Hotspringhideout.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). house.esp HOUSE - Whiterun Ruins.esp IF CHECKSUM("HOUSE - Whiterun Ruins.esp", 8AB21225) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HOUSE - Whiterun Ruins.esp", 8AB21225) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HOUSE - Whiterun Ruins.esp", 8AB21225) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". House1.esp HOUSE - Noble Breezehome.esp HOUSE - Noble Breezehome (Stand Alone).esp IF CHECKSUM("HOUSE - Noble Breezehome (Stand Alone).esp", 1C3282B2) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HOUSE - Noble Breezehome (Stand Alone).esp", 1C3282B2) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HOUSE - Noble Breezehome (Stand Alone).esp", 1C3282B2) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". House of the Master.esp house maids and fem bodyguards.esp House near Whiterun.esp REGEX: houseforaherov\d\.esp housemods_v_1.5.esp HouseofArgon.esp HouseOfHorrorsAlternateEnding.esp HouseOfShadows.esp houseofredaspens.esp Houses Free and Furnished.esp Houses Free and Furnished but Not Hjerim.esp IF FILE("Houses Free and Furnished.esp") && IF VAR(EN) WARN: Use either Houses Free and Furnished.esp or Houses Free and Furnished but Not Hjerim.esp, not both. IF FILE("Houses Free and Furnished.esp") && IF VAR(RU) WARN: Используйте любой или Houses Free and Furnished.esp или Houses Free and Furnished but Not Hjerim.esp, не обa. IF FILE("Houses Free and Furnished.esp") && IF VAR(ES) WARN: Usar Houses Free and Furnished.esp o Houses Free and Furnished but Not Hjerim.esp, no ambos. Houses Free and Furnished Hjerim Cleaned Up Patch.esp IFNOT FILE("Houses Free and Furnished.esp") REQ: Houses Free and Furnished.esp HousesofSkyrimConnected.esp IF CHECKSUM("HousesofSkyrimConnected.esp", C5ED1A95) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HousesofSkyrimConnected.esp", C5ED1A95) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HousesofSkyrimConnected.esp", C5ED1A95) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Housesturmmäntel.esp IF CHECKSUM("Housesturmmäntel.esp", CB59B085) && IF VAR(EN) DIRTY: 175 ITM, 23 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Housesturmmäntel.esp", CB59B085) && IF VAR(RU) DIRTY: 175 ITM, 23 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Housesturmmäntel.esp", CB59B085) && IF VAR(ES) DIRTY: 175 ITM, 23 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: Hroldan_?Village.+\.esp HSFStockade.esp IF CHECKSUM("HSFStockade.esp", 86789101) && IF VAR(EN) DIRTY: 5 ITM, 14 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HSFStockade.esp", 86789101) && IF VAR(RU) DIRTY: 5 ITM, 14 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HSFStockade.esp", 86789101) && IF VAR(ES) DIRTY: 5 ITM, 14 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". hstnf.esp HThievesLair.esp humbleabode.esp Humblespire.esp IF CHECKSUM("Humblespire.esp", 9F546D0D) && IF VAR(EN) DIRTY: 29 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Humblespire.esp", 9F546D0D) && IF VAR(RU) DIRTY: 29 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Humblespire.esp", 9F546D0D) && IF VAR(ES) DIRTY: 29 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Hunt01.esp Hunter.esp IFNOT VAR(SkyMoMod) REQ: "http://www.nexusmods.com/skyrim/mods/9694 Skyrim Monster Mod" HuntersAbode.esp HuntersLakeHouse1-5.esp IF CHECKSUM("HuntersLakeHouse1-5.esp", AA229D1B) && IF VAR(EN) DIRTY: 231 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HuntersLakeHouse1-5.esp", AA229D1B) && IF VAR(RU) DIRTY: 231 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HuntersLakeHouse1-5.esp", AA229D1B) && IF VAR(ES) DIRTY: 231 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Hunter's Mod.esp Hunter's Campsite v1.1.esp Hunters Lair.esp Hunter's Shack.esp Hunters Retreat.esp hunters shack..esp hunters tree house.esp HuntForTheWayStones.esp huntingcabin.esp Hunting camp.esp Hunting in Skyrim.esp Hunting in Skyrim - No Perks.esp IF FILE("Hunting in Skyrim.esp") INC: Hunting in Skyrim HvilaHome.esp IF CHECKSUM("HvilaHome.esp", 81E6081F) && IF VAR(EN) DIRTY: 7 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HvilaHome.esp", 81E6081F) && IF VAR(RU) DIRTY: 7 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HvilaHome.esp", 81E6081F) && IF VAR(ES) DIRTY: 7 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". hyrule castle1.0.esp hyrulecomplete03.esp ENDGROUP: Quests H BEGINGROUP: Quests I IC-HearthfireEmittanceEnhancement_Blue.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("IC-HearthfireEmittanceEnhancement_Blue.esp", 6D09C0B6) && IF VAR(EN) DIRTY: 36 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("IC-HearthfireEmittanceEnhancement_Blue.esp", 6D09C0B6) && IF VAR(RU) DIRTY: 36 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("IC-HearthfireEmittanceEnhancement_Blue.esp", 6D09C0B6) && IF VAR(ES) DIRTY: 36 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IC-HearthfireEmittanceEnhancement_White.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("IC-HearthfireEmittanceEnhancement_White.esp", 8BC95D83) && IF VAR(EN) DIRTY: 18 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("IC-HearthfireEmittanceEnhancement_White.esp", 8BC95D83) && IF VAR(RU) DIRTY: 18 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("IC-HearthfireEmittanceEnhancement_White.esp", 8BC95D83) && IF VAR(ES) DIRTY: 18 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". ICHEEWarmInteriorBlueEmittance.esp Ice Temple.esp Icebound Overlook.esp IcicleValley.esp IDungeons.esp REGEX: IDungeons\d\.esp Illiana.esp Immersive Events.esp Immersive Lore & Hidden Treasures.esp Immersive Cities Project.esp IF VAR(EN) SAY: Obsolete. Update to latest version, ICP Whiterun Exterior.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, ICP Whiterun Exterior.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, ICP Whiterun Exterior.esp. ImmersiveCitiesProjectPart2.esp IF CHECKSUM("ImmersiveCitiesProjectPart2.esp", 1D6C7360) && IF VAR(EN) DIRTY: 21 ITM, 186 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ImmersiveCitiesProjectPart2.esp", 1D6C7360) && IF VAR(RU) DIRTY: 21 ITM, 186 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ImmersiveCitiesProjectPart2.esp", 1D6C7360) && IF VAR(ES) DIRTY: 21 ITM, 186 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 12 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 12 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 12 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF FILE("ICP Whiterun Exterior.esp") && IF VAR(EN) WARN: Use either ICP Whiterun Exterior.esp or ImmersiveCitiesProjectPart2.esp, not both. IF FILE("ICP Whiterun Exterior.esp") && IF VAR(RU) WARN: Используйте любой, или ICP Whiterun Exterior.esp или ImmersiveCitiesProjectPart2.esp, не оба. IF FILE("ICP Whiterun Exterior.esp") && IF VAR(ES) WARN: Usar ICP Whiterun Exterior.esp o ImmersiveCitiesProjectPart2.esp, no ambos. //immersive settlements series: Immersive Settlements.esp Immersive Darkwater crossing.esp Immersive Dawnstar.esp Immersive Dragon Bridge.esp Immersive Falkreath.esp Immersive Ivarstead.esp Immersive Karthwasten.esp Immersive Kynesgrove.esp Immersive Morthal.esp Immersive Orc Strongholds.esp Immersive Riverwood.esp Immersive Rorikstead.esp Immersive Shors stone.esp Immersive Solstheim.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Immersive Stonehills.esp Immersive Whiterun.esp ImperialFollowersJedo.esp Imperial Rangers Corps.esp IF CHECKSUM("Imperial Rangers Corps.esp", EA73566B) && IF VAR(EN) DIRTY: 42 ITM, 55 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Imperial Rangers Corps.esp", EA73566B) && IF VAR(RU) DIRTY: 42 ITM, 55 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Imperial Rangers Corps.esp", EA73566B) && IF VAR(ES) DIRTY: 42 ITM, 55 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Imperial Real Estate - Vanguards Cabin.esp Imperial and Sons forts.esp Improved Dawnstar Sanctuary Storage.esp improved finale.esp Improved Hjerimv1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Improved Hjerim V2.5.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Improved Hjerim V2.5.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Improved Hjerim V2.5.esp. Improved Hjerimv V2.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Improved Hjerim V2.5.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Improved Hjerim V2.5.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Improved Hjerim V2.5.esp. Improved Hjerim V2.5.esp IF CHECKSUM("Improved Hjerim V2.5.esp", 86BF900A) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Improved Hjerim V2.5.esp", 86BF900A) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Improved Hjerim V2.5.esp", 86BF900A) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". improvedskyforge.esp IF CHECKSUM("improvedskyforge.esp", FDB929CE) && IF VAR(EN) DIRTY: 7 ITM, 31 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("improvedskyforge.esp", FDB929CE) && IF VAR(RU) DIRTY: 7 ITM, 31 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("improvedskyforge.esp", FDB929CE) && IF VAR(ES) DIRTY: 7 ITM, 31 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". improved thieves guild.esp in der tiefe.esp into the deep.esp quest into the depth.esp quest into the depths.esp //eng trans of in der tiefe In Your Shadow.esp In Your Shadow - Dawnguard.esp In Your Shadow - Dragonborn.esp Inconsequential NPCs.esp Inconsequential NPCs - Enhancement.esp IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(EN) ERROR: 1nivWICCloaks.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(RU) ERROR: 1nivWICCloaks.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("1nivWICCloaks.esp") && IF VAR(ES) ERROR: 1nivWICCloaks.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("hothtrooper44_ArmorCompilation.esp") && IF VAR(EN) ERROR: hothtrooper44_ArmorCompilation.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("hothtrooper44_ArmorCompilation.esp") && IF VAR(RU) ERROR: hothtrooper44_ArmorCompilation.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("hothtrooper44_ArmorCompilation.esp") && IF VAR(ES) ERROR: hothtrooper44_ArmorCompilation.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("Inconsequential NPCs.esp") && IF VAR(EN) ERROR: Inconsequential NPCs.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Inconsequential NPCs.esp") && IF VAR(RU) ERROR: Inconsequential NPCs.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Inconsequential NPCs.esp") && IF VAR(ES) ERROR: Inconsequential NPCs.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. InfinityHall.esp IF CHECKSUM("InfinityHall.esp", 1A10446B) && IF VAR(EN) DIRTY: 22 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("InfinityHall.esp", 1A10446B) && IF VAR(RU) DIRTY: 22 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("InfinityHall.esp", 1A10446B) && IF VAR(ES) DIRTY: 22 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Inns and Taverns.esp IF CHECKSUM("Inns and Taverns.esp", AF369C26) && IF VAR(EN) DIRTY: 35 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Inns and Taverns.esp", AF369C26) && IF VAR(RU) DIRTY: 35 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Inns and Taverns.esp", AF369C26) && IF VAR(ES) DIRTY: 35 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". InfiniteShouts.esp IF CHECKSUM("InfiniteShouts.esp", 3DB13ED0) && IF VAR(EN) DIRTY: 3 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("InfiniteShouts.esp", 3DB13ED0) && IF VAR(RU) DIRTY: 3 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("InfiniteShouts.esp", 3DB13ED0) && IF VAR(ES) DIRTY: 3 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". InkwellHome.esp InnDoors.esp InnoLostAlt.esp inorra.esp inorra_3x.esp InteriorsOfSkyrimInns.esp Intgl Cliff House .esp Intgl Cliff House 2.esp Invasion 2.esp Invasion 2.1.esp Whiterun buildings 1.esp iomaungandr rising.esp Ira.esp Isharas_InGameClockHotkeyAndSundials.esp Isharas_PreventVampAttacksTillDGStart.esp Isild River Bridge.esp island.esp islandhouse.esp ivarstead-expanded.esp IvarsteadDepository.esp ENDGROUP: Quests I BEGINGROUP: Quests J jackgapub.esp Jaggarsfeld.esp Jaggarsfeld - RLO.esp Jehanna.esp jishrines&worshipers.esp JKJsenhancedhotpools.esp JKJsenhancedhotpoolsGirls.esp jman_bb2.esp JNL - Lots More Followers.esp IF CHECKSUM("JNL - Lots More Followers.esp", 17A0601A) && IF VAR(EN) DIRTY: 38 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("JNL - Lots More Followers.esp", 17A0601A) && IF VAR(RU) DIRTY: 38 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("JNL - Lots More Followers.esp", 17A0601A) && IF VAR(ES) DIRTY: 38 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". jobengal_3x.esp JobsofSkyrim.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("JobsofSkyrim.esp", 8C1C50BA) && IF VAR(EN) DIRTY: 71 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("JobsofSkyrim.esp", 8C1C50BA) && IF VAR(RU) DIRTY: 71 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("JobsofSkyrim.esp", 8C1C50BA) && IF VAR(ES) DIRTY: 71 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". JokeMOD-Monolith.esp IF CHECKSUM("JokeMOD-Monolith.esp", B3C575) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("JokeMOD-Monolith.esp", B3C575) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("JokeMOD-Monolith.esp", B3C575) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". JokerMod.esp JolgeirrBarrow.esp JoOJediRobeV2.esp IF CHECKSUM("JoOJediRobeV2.esp", 44965DDF) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("JoOJediRobeV2.esp", 44965DDF) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("JoOJediRobeV2.esp", 44965DDF) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Jornheim.esp IF CHECKSUM("Jornheim.esp", 65C2481F) && IF VAR(EN) DIRTY: 15 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Jornheim.esp", 65C2481F) && IF VAR(RU) DIRTY: 15 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Jornheim.esp", 65C2481F) && IF VAR(ES) DIRTY: 15 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Jorrvaskr Hall.esp IF CHECKSUM("Jorrvaskr Hall.esp", 00BB7FFD) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Jorrvaskr Hall.esp", 00BB7FFD) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Jorrvaskr Hall.esp", 00BB7FFD) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Jorrvaskr Lofthome.esp Jorrvaskr Player Quarters.esp jotunheim.esp jrfarm13.esp jso guilds requirements module.esp Jtsestate.esp jurgholm.esp JustMoreBlades.esp ENDGROUP: Quests J BEGINGROUP: Quests K KamiTH.esp kankaraya.esp Kapuwa.esp Kapuwa Grass.esp kar2nzLakeviewAttic.esp karthridge.esp Katariah base.esp KatixasBeerBrewery.esp IF CHECKSUM("KatixasBeerBrewery.esp", F7327160) || IF CHECKSUM("KatixasBeerBrewery.esp", 6D656E96) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("KatixasBeerBrewery.esp", F7327160) || IF CHECKSUM("KatixasBeerBrewery.esp", 6D656E96) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("KatixasBeerBrewery.esp", F7327160) || IF CHECKSUM("KatixasBeerBrewery.esp", 6D656E96) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("KatixasBeerBrewery.esp", 331EDC48) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("KatixasBeerBrewery.esp", 331EDC48) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("KatixasBeerBrewery.esp", 331EDC48) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". KatixasCiderhouse.esp IF CHECKSUM("KatixasCiderhouse.esp", A3FA6C07) && IF VAR(EN) DIRTY: 49 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("KatixasCiderhouse.esp", A3FA6C07) && IF VAR(RU) DIRTY: 49 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("KatixasCiderhouse.esp", A3FA6C07) && IF VAR(ES) DIRTY: 49 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". KeepTheSkeletonKey.esp kein altar in falkenring.esp Kelchahon.esp Kenti_Warehouse_Skyrim.esp Key to Mages College of Winterhold.esp KH_SkyForge.esp khajiitcampsfalskaar.esp Khazranthur.esp KillersWarriorBasement .esp KingdomOfForsworn.esp IF CHECKSUM("KingdomOfForsworn.esp", 7D205F1E) && IF VAR(EN) DIRTY: 83 ITM, 55 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("KingdomOfForsworn.esp", 7D205F1E) && IF VAR(RU) DIRTY: 83 ITM, 55 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("KingdomOfForsworn.esp", 7D205F1E) && IF VAR(ES) DIRTY: 83 ITM, 55 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 6 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 6 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 6 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". kittyehdogarmory.esp IF CHECKSUM("kittyehdogarmory.esp", E5628EB6) && IF VAR(EN) DIRTY: 0 ITM, 137 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("kittyehdogarmory.esp", E5628EB6) && IF VAR(RU) DIRTY: 0 ITM, 137 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("kittyehdogarmory.esp", E5628EB6) && IF VAR(ES) DIRTY: 0 ITM, 137 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". klwRiftenHouse.esp KMoreFollowers.esp Kneirim Farm 1.6.esp KohdiRoadsideRuins.esp KolizeumSkyrim.esp kong_zhong_ting_yuan.esp KORsHuntingGround.esp KotN mage-dg.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). Krooman - ReneganKrooBoss.esp KruziikStrunmah.esp KRZ - Better Archmage Quarters.esp ksanctuary.esp ksVampireRestingPlaces.esp IF CHECKSUM("ksVampireRestingPlaces.esp", 73933702) && IF VAR(EN) DIRTY: 2 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ksVampireRestingPlaces.esp", 73933702) && IF VAR(RU) DIRTY: 2 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ksVampireRestingPlaces.esp", 73933702) && IF VAR(ES) DIRTY: 2 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". kta_archmagebookshelves.esp Kumey.esp kxk_apocryphahome.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Kynesguard.esp KyneviewManor_1.2.esp ENDGROUP: Quests K BEGINGROUP: Quests L REGEX: L'Antre Dwemer v1.(4|5|6|7)?\.esp IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("L'Antre Dwemer v1.7.esp", 0B181177) && IF VAR(EN) DIRTY: 27 ITM, 13 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("L'Antre Dwemer v1.7.esp", 0B181177) && IF VAR(RU) DIRTY: 27 ITM, 13 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("L'Antre Dwemer v1.7.esp", 0B181177) && IF VAR(ES) DIRTY: 27 ITM, 13 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("L'Antre Dwemer v1.6.esp", 420D0FA7) && IF VAR(EN) DIRTY: 25 ITM, 13 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("L'Antre Dwemer v1.6.esp", 420D0FA7) && IF VAR(RU) DIRTY: 25 ITM, 13 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("L'Antre Dwemer v1.6.esp", 420D0FA7) && IF VAR(ES) DIRTY: 25 ITM, 13 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("L'Antre Dwemer v1.5.esp", 6288A08E) || IF CHECKSUM("L'Antre Dwemer v1.4.esp", 05C8677D) && IF VAR(EN) DIRTY: 28 ITM, 13 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("L'Antre Dwemer v1.5.esp", 6288A08E) || IF CHECKSUM("L'Antre Dwemer v1.4.esp", 05C8677D) && IF VAR(RU) DIRTY: 28 ITM, 13 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("L'Antre Dwemer v1.5.esp", 6288A08E) || IF CHECKSUM("L'Antre Dwemer v1.4.esp", 05C8677D) && IF VAR(ES) DIRTY: 28 ITM, 13 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". laboheme_snowveilsanctumclaw.esp Lair - Crimson Scar.esp lakeilinaltamanor.esp LakeIlinaltaManorV1.esp Lakeshore.esp IF VAR(EN) WARN: This file contains 5 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 5 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 5 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("Lakeshore.esp", C18979B1) && IF VAR(EN) DIRTY: 27 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Lakeshore.esp", C18979B1) && IF VAR(RU) DIRTY: 27 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Lakeshore.esp", C18979B1) && IF VAR(ES) DIRTY: 27 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LakesideHideaway.esp LakeSideHome.esp IF CHECKSUM("LakeSideHome.esp", 22F454F4) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LakeSideHome.esp", 22F454F4) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LakeSideHome.esp", 22F454F4) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Lakeside Hut.esp Lakeside Manor.esp IF CHECKSUM("Lakeside Manor.esp", D26D0D22) || IF CHECKSUM("Lakeside Manor.esp", B8F91EA1) && IF VAR(EN) DIRTY: 7 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Lakeside Manor.esp", D26D0D22) || IF CHECKSUM("Lakeside Manor.esp", B8F91EA1) && IF VAR(RU) DIRTY: 7 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Lakeside Manor.esp", D26D0D22) || IF CHECKSUM("Lakeside Manor.esp", B8F91EA1) && IF VAR(ES) DIRTY: 7 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LakesideResidence.esp lakesideretreatplayerhome.esp Lakeview Armory.esp LakeviewArmory.esp lakeviewarmoryredone.esp LakeviewBackHallIntoOffice.esp lakeviewbathhouse.esp LakeViewChairs.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). lakeviewdock1.2.esp IF CHECKSUM("lakeviewdock1.2.esp", 4259F0F3) && IF VAR(EN) DIRTY: 0 ITM, 107 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("lakeviewdock1.2.esp", 4259F0F3) && IF VAR(RU) DIRTY: 0 ITM, 107 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("lakeviewdock1.2.esp", 4259F0F3) && IF VAR(ES) DIRTY: 0 ITM, 107 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Lakeview_Extended.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Lakeview_Extended_BackRoom.esp Lakeview_Extended_Basement.esp Lakeview_Extended_CM_EastWingKitchen.esp Lakeview_Extended_CM_NorthWingTrophyRoom.esp Lakeview_Extended_Grindstone_Workbench.esp Lakeview_Extended_Interior.esp lakeviewextgrnhous.esp Lakeview Flats.esp Lakeview Freehold.esp LakeviewGardens.esp LakeviewHavenTown.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) Lakeview Lost Gardens.esp LakeView Manor Improved Alpha.esp lakeviewmanor defense.esp LakeviewManorFishHatchery.esp lakeviewmanorfixes.esp LakeviewManorRoad.esp lakeviewmanorupgrades.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Lakeview_MasterBedroomMakeover.esp lakeview_merchant.esp Lakeview overhaul.esp HF_Lakeview_Pool.esp HF_Lakeview_Pool_and_Hotbath.esp IF CHECKSUM("HF_Lakeview_Pool_and_Hotbath.esp", 856CC724) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("HF_Lakeview_Pool_and_Hotbath.esp", 856CC724) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("HF_Lakeview_Pool_and_Hotbath.esp", 856CC724) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) HF_Lakeview_Pool_and_Hotbath_Performance.esp HF_Lakeview_Pool_Flora_Ac3s.esp HF_Lakeview_Pool_North_Perimeter_Fence.esp HF_Lakeview_AvantGarden.esp HF_Lakeview_AvantGarden_Performance.esp HF_Lakeview_North_Perimeter_Fence.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) LakeviewStorageIntoKidsRoom.esp Lakeviewstoragelounge.esp Lakewood v1.3..esp Lakewood v1.5..esp lamplight.esp Landscaped_Breezehome.esp Landscaped_Honeyside.esp Landscaped_Homes_Honeyside.esp Landscaped_Homes_Proudspire.esp Landscaped_Proudspire.esp larashideout.esp LarcenersLair.esp Largergarden.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). lastdefeat.esp Laszeiki.esp LavanderHouse.esp Lavanka.esp IF CHECKSUM("Lavanka.esp", E3225935) && IF VAR(EN) DIRTY: 14 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Lavanka.esp", E3225935) && IF VAR(RU) DIRTY: 14 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Lavanka.esp", E3225935) && IF VAR(ES) DIRTY: 14 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LawnDaveTheDragon.esp IF CHECKSUM("LawnDaveTheDragon.esp", 3E9A8B77) || IF CHECKSUM("LawnDaveTheDragon.esp", B07C823E) || IF CHECKSUM("LawnDaveTheDragon.esp", 7CB32A45) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("LawnDaveTheDragon.esp", 3E9A8B77) || IF CHECKSUM("LawnDaveTheDragon.esp", B07C823E) || IF CHECKSUM("LawnDaveTheDragon.esp", 7CB32A45) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("LawnDaveTheDragon.esp", 3E9A8B77) || IF CHECKSUM("LawnDaveTheDragon.esp", B07C823E) || IF CHECKSUM("LawnDaveTheDragon.esp", 7CB32A45) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("LawnDaveTheDragon.esp", 43E87D04) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LawnDaveTheDragon.esp", 43E87D04) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LawnDaveTheDragon.esp", 43E87D04) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". lazgar.esp LazT_BH.esp LB_MuchAdoSnowElves_Quest.esp LB_MuchAdoSnowElves_WeaponsOnly.esp IF FILE("LB_MuchAdoSnowElves_Quest.esp") INC: LB_MuchAdoSnowElves_Quest.esp LC_CastleInvasion.esp IF CHECKSUM("LC_CastleInvasion.esp", CF83A6E2) || IF CHECKSUM("LC_CastleInvasion.esp", 58DAE5DC) || IF CHECKSUM("LC_CastleInvasion.esp", 1541E8A9) || IF CHECKSUM("LC_CastleInvasion.esp", D6DEF5F8) && IF VAR(EN) DIRTY: 37 ITM, 27 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LC_CastleInvasion.esp", CF83A6E2) || IF CHECKSUM("LC_CastleInvasion.esp", 58DAE5DC) || IF CHECKSUM("LC_CastleInvasion.esp", 1541E8A9) || IF CHECKSUM("LC_CastleInvasion.esp", D6DEF5F8) && IF VAR(RU) DIRTY: 37 ITM, 27 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LC_CastleInvasion.esp", CF83A6E2) || IF CHECKSUM("LC_CastleInvasion.esp", 58DAE5DC) || IF CHECKSUM("LC_CastleInvasion.esp", 1541E8A9) || IF CHECKSUM("LC_CastleInvasion.esp", D6DEF5F8) && IF VAR(ES) DIRTY: 37 ITM, 27 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". LDWrapUpTutorialComplete.esp REGEX: LeafRest.+\.esp LeapsOfFaith.esp Legendarygraveyard.esp Legion.esp Leondirs house.esp LetsGetRich.esp LevelersTower.esp IF CHECKSUM("LevelersTower.esp", 7AF4D53A) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LevelersTower.esp", 7AF4D53A) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LevelersTower.esp", 7AF4D53A) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("LevelersTower.esp", CB15135B) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LevelersTower.esp", CB15135B) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LevelersTower.esp", CB15135B) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LevelersTowerRemod.esp IF FILE("LevelersTower.esp") && IF VAR(EN) WARN: Use either LevelersTower.esp or LevelersTowerRemod.esp, not both. IF FILE("LevelersTower.esp") && IF VAR(RU) WARN: Используйте любой, или LevelersTower.esp или LevelersTowerRemod.esp, не оба. IF FILE("LevelersTower.esp") && IF VAR(ES) WARN: Usar LevelersTower.esp o LevelersTowerRemod.esp, no ambos. IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("LevelersTowerRemod.esp", 5F1FCD8C) && IF VAR(EN) DIRTY: 10 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LevelersTowerRemod.esp", 5F1FCD8C) && IF VAR(RU) DIRTY: 10 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LevelersTowerRemod.esp", 5F1FCD8C) && IF VAR(ES) DIRTY: 10 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LevelersShowroom.esp IF CHECKSUM("LevelersShowroom.esp", AD333CC5) && IFNOT ACTIVE("LevelersTower.esm") && IF VAR(EN) ERROR: LevelersTower.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IF CHECKSUM("LevelersShowroom.esp", AD333CC5) && IFNOT ACTIVE("LevelersTower.esm") && IF VAR(RU) ERROR: LevelersTower.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IF CHECKSUM("LevelersShowroom.esp", AD333CC5) && IFNOT ACTIVE("LevelersTower.esm") && IF VAR(ES) ERROR: LevelersTower.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("LevelersShowroom.esp", 9ED58CC5) && IFNOT ACTIVE("LevelersTower.esp") && IF VAR(EN) ERROR: LevelersTower.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IF CHECKSUM("LevelersShowroom.esp", 9ED58CC5) && IFNOT ACTIVE("LevelersTower.esp") && IF VAR(RU) ERROR: LevelersTower.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IF CHECKSUM("LevelersShowroom.esp", 9ED58CC5) && IFNOT ACTIVE("LevelersTower.esp") && IF VAR(ES) ERROR: LevelersTower.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. LevelersTower - SPO Patch.esp leveloneperk.esp LFox Moon Sugar Manor.esp Liberation Beacon.esp IF CHECKSUM("Liberation Beacon.esp", EAC2C978) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Liberation Beacon.esp", EAC2C978) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Liberation Beacon.esp", EAC2C978) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". library_vlindrel.esp Life In Prison.esp IF CHECKSUM("Life In Prison.esp", 7DD5B02C) && IF VAR(EN) DIRTY: 466 ITM, 14 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Life In Prison.esp", 7DD5B02C) && IF VAR(RU) DIRTY: 466 ITM, 14 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Life In Prison.esp", 7DD5B02C) && IF VAR(ES) DIRTY: 466 ITM, 14 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". lighthouse.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) lighthousefull.esp LightingOnWhiterunBridges.esp LightlessAbandonDungeons.esp IF CHECKSUM("LightlessAbandonDungeons.esp", A3B01F20) && IF VAR(EN) DIRTY: 44 ITM, 3545 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LightlessAbandonDungeons.esp", A3B01F20) && IF VAR(RU) DIRTY: 44 ITM, 3545 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LightlessAbandonDungeons.esp", A3B01F20) && IF VAR(ES) DIRTY: 44 ITM, 3545 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LightsHeljarchenHall.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IF CHECKSUM("LightsHeljarchenHall.esp", 9258B05B) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LightsHeljarchenHall.esp", 9258B05B) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LightsHeljarchenHall.esp", 9258B05B) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LightsLakeviewManor.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IF CHECKSUM("LightsLakeviewManor.esp", CFA64D26) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LightsLakeviewManor.esp", CFA64D26) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LightsLakeviewManor.esp", CFA64D26) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LightsWinstadManor.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IF CHECKSUM("LightsWinstadManor.esp", 6669F54D) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LightsWinstadManor.esp", 6669F54D) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LightsWinstadManor.esp", 6669F54D) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Lights_Winstad_Manor_v1-1.esp Lights Reach.esp LilChapel_Jokerine.esp lilfalinesti.esp LimbwoodManor.esp LinnRoom.esp Little Cottage on a Hill.esp IF CHECKSUM("Little Cottage on a Hill.esp", 4C2646CF) && IF VAR(EN) DIRTY: 20 ITM, 44 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Little Cottage on a Hill.esp", 4C2646CF) && IF VAR(RU) DIRTY: 20 ITM, 44 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Little Cottage on a Hill.esp", 4C2646CF) && IF VAR(ES) DIRTY: 20 ITM, 44 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Little Cottage on a Hill.esp", AB8573E8) && IF VAR(EN) DIRTY: 19 ITM, 44 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Little Cottage on a Hill.esp", AB8573E8) && IF VAR(RU) DIRTY: 19 ITM, 44 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Little Cottage on a Hill.esp", AB8573E8) && IF VAR(ES) DIRTY: 19 ITM, 44 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". littlechristmasoverhaul.esp littlekeep.esp LittleKeepPro.esp LittlePondFarm.esp LittleShrines.esp IF CHECKSUM("LittleShrines.esp", 16957C35) && IF VAR(EN) DIRTY: 0 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("LittleShrines.esp", 16957C35) && IF VAR(RU) DIRTY: 0 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("LittleShrines.esp", 16957C35) && IF VAR(ES) DIRTY: 0 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LLA_LovesLaborsAvenged.esp llamaRoriksteadRetreat.esp LMSkyrimBetterPlayerHomes.esp LocalizedGuildJobs.esp lonelymtnlookout.esp Lordan'sRest1_1.esp LordofElements02.esp LordofElements03.esp Lords Mail.esp Loreius.esp IF CHECKSUM("Loreius.esp", 5E55AA50) && IF VAR(EN) DIRTY: 11 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Loreius.esp", 5E55AA50) && IF VAR(RU) DIRTY: 11 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Loreius.esp", 5E55AA50) && IF VAR(ES) DIRTY: 11 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Loriath.esp IF CHECKSUM("Loriath.esp", 20A0E383) && IF VAR(EN) DIRTY: 49 ITM, 145 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Loriath.esp", 20A0E383) && IF VAR(RU) DIRTY: 49 ITM, 145 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Loriath.esp", 20A0E383) && IF VAR(ES) DIRTY: 49 ITM, 145 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Lost Dwemer Forge.esp IF CHECKSUM("Project-Legacy.esp", CD0E4CC5) && IF VAR(EN) DIRTY: 37 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Project-Legacy.esp", CD0E4CC5) && IF VAR(RU) DIRTY: 37 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Project-Legacy.esp", CD0E4CC5) && IF VAR(ES) DIRTY: 37 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Lost Paradise.esp Lost Prospect Mine Home.esp LostholdFalkreathCreek2.esp losttomb.esp loveshack.esp LowerHrothgar.esp Luggage.esp lumberers_log_lodge.esp lunar_cuirass.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("lunar_cuirass.esp", 663FCC7C) && IF VAR(EN) DIRTY: 6 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("lunar_cuirass.esp", 663FCC7C) && IF VAR(RU) DIRTY: 6 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("lunar_cuirass.esp", 663FCC7C) && IF VAR(ES) DIRTY: 6 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Lurking in the shadows.esp IF CHECKSUM("Lurking in the shadows.esp", F87D7C47) && IF VAR(EN) DIRTY: 59 ITM, 53 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Lurking in the shadows.esp", F87D7C47) && IF VAR(RU) DIRTY: 59 ITM, 53 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Lurking in the shadows.esp", F87D7C47) && IF VAR(ES) DIRTY: 59 ITM, 53 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Lurking in the shadows.esp", 6B78D95F) || IF CHECKSUM("Lurking in the shadows.esp", D8D162D1) || IF CHECKSUM("Lurking in the shadows.esp", 6EA53B43) && IF VAR(EN) WARN: This file contains 9 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("Lurking in the shadows.esp", 6B78D95F) || IF CHECKSUM("Lurking in the shadows.esp", D8D162D1) || IF CHECKSUM("Lurking in the shadows.esp", 6EA53B43) && IF VAR(RU) WARN: Этот файл содержит 9 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF CHECKSUM("Lurking in the shadows.esp", 6B78D95F) || IF CHECKSUM("Lurking in the shadows.esp", D8D162D1) || IF CHECKSUM("Lurking in the shadows.esp", 6EA53B43) && IF VAR(ES) WARN: Este archivo contiene 9 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("Lurking in the shadows.esp", F87D7C47) || IF CHECKSUM("Lurking in the shadows.esp", 6B78D95F) || IF CHECKSUM("Lurking in the shadows.esp", D8D162D1) || IF CHECKSUM("Lurking in the shadows.esp", 6EA53B43) && IF VAR(RU) WARN: Этот файл содержит 9 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". lvm.esp //a lakeview manor, released pre-hf Lyberanthuin Restored.esp IF CHECKSUM("Lyberanthuin Restored.esp", 41F211FE) && IF VAR(EN) DIRTY: 5 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Lyberanthuin Restored.esp", 41F211FE) && IF VAR(RU) DIRTY: 5 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Lyberanthuin Restored.esp", 41F211FE) && IF VAR(ES) DIRTY: 5 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". LYRreachwindEyrieCrafting.esp LYRReachwindEyrieV100.esp ENDGROUP: Quests L BEGINGROUP: Quests M m7_treasuremap001.esp M702_Emerald_Palace02DB.esp Madman's Lair.esp Mage Charlie's Mystical Land.esp Mage Tower.esp IF CHECKSUM("Mage Tower.esp", 0AEF400A) && IF VAR(EN) DIRTY: 22 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Mage Tower.esp", 0AEF400A) && IF VAR(RU) DIRTY: 22 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Mage Tower.esp", 0AEF400A) && IF VAR(ES) DIRTY: 22 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Mage Tower Battle Mage Edition.esp IF FILE("Mage Tower.esp") && IF VAR(EN) WARN: Use either Mage Tower.esp or Mage Tower Battle Mage Edition.esp, not both. IF FILE("Mage Tower.esp") && IF VAR(RU) WARN: Используйте любой, или Mage Tower.esp или Mage Tower Battle Mage Edition.esp, не оба. IF FILE("Mage Tower.esp") IF VAR(ES) WARN: Usar Mage Tower.esp o Mage Tower Battle Mage Edition.esp, no ambos. IF CHECKSUM("Mage Tower Battle Mage Edition.esp", 6E2CCA18) && IF VAR(EN) DIRTY: 26 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Mage Tower Battle Mage Edition.esp", 6E2CCA18) && IF VAR(RU) DIRTY: 26 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Mage Tower Battle Mage Edition.esp", 6E2CCA18) && IF VAR(ES) DIRTY: 26 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". mage-mansion.esp Mage's Kitchen.esp MageChalet.esp magechaletskyrimversion.esp Magelight Grotto.esp Mages College Quests.esp mages room.esp mageshouse.esp mageshouse_dlc_version.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). mageshouse_DLC_version_FOLLOWERS.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). MagiCollege.esp Main Hall DPM Busts.esp Main Refugee Camp Whiterun.esp IF CHECKSUM("Main Refugee Camp Whiterun.esp", 88FAF046) && IF VAR(EN) DIRTY: 0 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Main Refugee Camp Whiterun.esp", 88FAF046) && IF VAR(RU) DIRTY: 0 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Main Refugee Camp Whiterun.esp", 88FAF046) && IF VAR(ES) DIRTY: 0 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". majoramoon.esp Malkavs Museum.esp Malkavs_Collection_V2_DV.esp Malkavs_Collection_V21.esp Malo_Palast.esp Mammoth Shelter.esp MammothHome.esp IF CHECKSUM("MammothHome.esp", 343779F6) && IF VAR(EN) DIRTY: 10 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MammothHome.esp", 343779F6) && IF VAR(RU) DIRTY: 10 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MammothHome.esp", 343779F6) && IF VAR(ES) DIRTY: 10 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Mammoths Rest Farm.esp Manor Dragonborn.esp mannequin_collars.esp Mannequinhearthfire house.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). mannyBlackRock.esp IF VAR(EN) && IF FILE("mannyBlackRock.esm") SAY: Use either mannyBlackRock.esm or mannyBlackRock.esp IF VAR(RU) && IF FILE("mannyBlackRock.esm") SAY: Используйте или mannyBlackRock.esm или mannyBlackRock.esp mannyDragonhead.esp IF VAR(EN) && IF FILE("mannyDragonhead.esm") SAY: Use either mannyDragonhead.esm or mannyDragonhead.esp IF VAR(RU) && IF FILE("mannyDragonhead.esm") SAY: Используйте или mannyDragonhead.esm или mannyDragonhead.esp mannywallofskyrim.esp Manor.esp Mapseller.esp IF VAR(Dawnguard) && IFNOT FILE("MapsellerDawnguard.esp") REQ: MapsellerDawnguard.esp IF CHECKSUM("Mapseller.esp", ED585B65) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Mapseller.esp", ED585B65) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Mapseller.esp", ED585B65) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MapsellerDV.esp IF VAR(Dawnguard) && IFNOT FILE("MapsellerDawnguard.esp") REQ: MapsellerDawnguardDV.esp IF FILE("Mapseller.esp") INC: Mapseller.esp IF CHECKSUM("MapsellerDV.esp", E9AD27FD) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MapsellerDV.esp", E9AD27FD) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MapsellerDV.esp", E9AD27FD) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MapsellerDawnguard.esp IFNOT VAR(Dawnguard) REQ: vanilla version, Mapseller.esp IF FILE("Mapseller.esp") INC: Mapseller.esp IF FILE("MapsellerDV.esp") INC: MapsellerDV.esp IF CHECKSUM("MapsellerDawnguard.esp", 4E319705) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MapsellerDawnguard.esp", 4E319705) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MapsellerDawnguard.esp", 4E319705) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Mapseller Dawnguard.esp MapsellerDawnguardDV.esp IFNOT VAR(Dawnguard) REQ: vanilla version, MapsellerDV.esp IF FILE("Mapseller.esp") INC: Mapseller.esp IF FILE("MapsellerDV.esp") INC: MapsellerDV.esp IF FILE("MapsellerDawnguard.esp") INC: MapsellerDawnguard.esp IF CHECKSUM("MapsellerDawnguardDV.esp", B17FE086) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MapsellerDawnguardDV.esp", B17FE086) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MapsellerDawnguardDV.esp", B17FE086) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Mapseller Dragonborn.esp MarchOfTheDwemer.esp Markarth Dwemer Palace.esp markarth hideout.esp markarth_home_improvements.esp Markarth_plus.esp IF CHECKSUM("Markarth_plus.esp", E488B882) && IF VAR(EN) DIRTY: 37 ITM, 28 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Markarth_plus.esp", E488B882) && IF VAR(RU) DIRTY: 37 ITM, 28 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Markarth_plus.esp", E488B882) && IF VAR(ES) DIRTY: 37 ITM, 28 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". MarkarthAbandonedHouseClean.esp IF CHECKSUM("MarkarthAbandonedHouseClean.esp", DDC40D4E) && IF VAR(EN) DIRTY: 145 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MarkarthAbandonedHouseClean.esp", DDC40D4E) && IF VAR(RU) DIRTY: 145 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MarkarthAbandonedHouseClean.esp", DDC40D4E) && IF VAR(ES) DIRTY: 145 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". markarthbookstore.esp IF CHECKSUM("markarthbookstore.esp", 9857C0D6) || IF CHECKSUM("markarthbookstore.esp", 2939E245) || IF CHECKSUM("markarthbookstore.esp", 08797C3E) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("markarthbookstore.esp", 9857C0D6) || IF CHECKSUM("markarthbookstore.esp", 2939E245) || IF CHECKSUM("markarthbookstore.esp", 08797C3E) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("markarthbookstore.esp", 9857C0D6) || IF CHECKSUM("markarthbookstore.esp", 2939E245) || IF CHECKSUM("markarthbookstore.esp", 08797C3E) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("markarthbookstore.esp", BC184E23) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("markarthbookstore.esp", BC184E23) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("markarthbookstore.esp", BC184E23) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MarkersOfSkyrim.esp IF CHECKSUM("MarkersOfSkyrim.esp", E5AD1BA9) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MarkersOfSkyrim.esp", E5AD1BA9) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MarkersOfSkyrim.esp", E5AD1BA9) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Markus Home.esp Marky123's forest and underground house.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Marky123's forest and house.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Marky123's forest and house.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Marky123's forest and house.esp. Marky123's forest and house.esp IF CHECKSUM("Marky123's forest and house.esp", EB924ECA) && IF VAR(EN) DIRTY: 15 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Marky123's forest and house.esp", EB924ECA) && IF VAR(RU) DIRTY: 15 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Marky123's forest and house.esp", EB924ECA) && IF VAR(ES) DIRTY: 15 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MarshCatacombs2.esp MarshlightManor.esp Marvel Mine Extended.esp massive2.esp IF CHECKSUM("massive2.esp", 1FE17273) && IF VAR(EN) DIRTY: 13 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("massive2.esp", 1FE17273) && IF VAR(RU) DIRTY: 13 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("massive2.esp", 1FE17273) && IF VAR(ES) DIRTY: 13 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 22 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 22 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 22 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". MavensLetter.esp IF CHECKSUM("MavensLetter.esp", 6C5AA0A9) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MavensLetter.esp", 6C5AA0A9) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MavensLetter.esp", 6C5AA0A9) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: MB_GreyHaven_(1|2).*\.esp IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("MB_GreyHaven_1.esp", C2739EE3) || IF CHECKSUM("MB_GreyHaven_2.esp", F80BC53C) && IF VAR(EN) DIRTY: 20 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MB_GreyHaven_1.esp", C2739EE3) || IF CHECKSUM("MB_GreyHaven_2.esp", F80BC53C) && IF VAR(RU) DIRTY: 20 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MB_GreyHaven_1.esp", C2739EE3) || IF CHECKSUM("MB_GreyHaven_2.esp", F80BC53C) && IF VAR(ES) DIRTY: 20 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". meadery.esp MechaDragons - Guardians of Kagrenzel.esp meintitan.esp mercenary war-gear.esp MercenaryGuild.esp IF CHECKSUM("MercenaryGuild.esp", 8539027A) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MercenaryGuild.esp", 8539027A) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MercenaryGuild.esp", 8539027A) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("MercenaryGuild.esp", 9801AAA0) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MercenaryGuild.esp", 9801AAA0) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MercenaryGuild.esp", 9801AAA0) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". merryfair_bridge.esp ImprovedMerryfairBridge.esp mezazoy.esp MHST001.esp MHWH002.esp middenexpanded.esp Mike Hancho's Breezehome Tweaks.esp Mike-s_basement.esp Milan's PAck.esp MilanDungeonPack2.esp MilkEgg.esp //a russian farm mod, don't know if this is main or a support esp for unknown main-LD Millview.esp IF CHECKSUM("Millview.esp", F27A06CB) && IF VAR(EN) DIRTY: 19 ITM, 26 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Millview.esp", F27A06CB) && IF VAR(RU) DIRTY: 19 ITM, 26 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Millview.esp", F27A06CB) && IF VAR(ES) DIRTY: 19 ITM, 26 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("CLARALUX.esp") || IF FILE("CLARALUX-DG-Patch.esp") || IF FILE("CLARALUX-HF-Patch.esp") WARN: from author, 'A conflict with CLARALUX has been brought to my attention. To avoid this, you will need to disable the "CLARALUX Headquarters, Carts and Engineers" feature of CLARALUX.' Mina Tomb.esp minerfriends.esp IF CHECKSUM("minerfriends.esp", 0D7732AE) && IF VAR(EN) DIRTY: 23 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("minerfriends.esp", 0D7732AE) && IF VAR(RU) DIRTY: 23 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("minerfriends.esp", 0D7732AE) && IF VAR(ES) DIRTY: 23 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". minesofmoria.esp Mini.esp IF CHECKSUM("Mini.esp", 73908984) && IF VAR(EN) DIRTY: 21 ITM, 50 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Mini.esp", 73908984) && IF VAR(RU) DIRTY: 21 ITM, 50 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Mini.esp", 73908984) && IF VAR(ES) DIRTY: 21 ITM, 50 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Mini.esp", 393D1CC9) && IF VAR(EN) DIRTY: 25 ITM, 50 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Mini.esp", 393D1CC9) && IF VAR(RU) DIRTY: 25 ITM, 50 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Mini.esp", 393D1CC9) && IF VAR(ES) DIRTY: 25 ITM, 50 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". minizoo01.esp Missing in Action - Dialog Condition Removed.esp missingapprentices.esp MistTop.esp IF CHECKSUM("MistTop.esp", BF0A2622) && IF VAR(EN) DIRTY: 37 ITM, 43 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MistTop.esp", BF0A2622) && IF VAR(RU) DIRTY: 37 ITM, 43 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MistTop.esp", BF0A2622) && IF VAR(ES) DIRTY: 37 ITM, 43 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 5 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 5 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 5 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Mistwatch.esp IF CHECKSUM("Mistwatch.esp", 0C96269C) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Mistwatch.esp", 0C96269C) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Mistwatch.esp", 0C96269C) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Mistwatch.esp", 21E66A86) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Mistwatch.esp", 21E66A86) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Mistwatch.esp", 21E66A86) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Missing Houses.esp IF CHECKSUM("Missing Houses.esp", 399B577C) && IF VAR(EN) DIRTY: 40 ITM, 12 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Missing Houses.esp", 399B577C) && IF VAR(RU) DIRTY: 40 ITM, 12 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Missing Houses.esp", 399B577C) && IF VAR(ES) DIRTY: 40 ITM, 12 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". mixwatermill.esp IF CHECKSUM("mixwatermill.esp", 0BEAA858) && IF VAR(EN) DIRTY: 37 ITM, 160 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("mixwatermill.esp", 0BEAA858) && IF VAR(RU) DIRTY: 37 ITM, 160 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("mixwatermill.esp", 0BEAA858) && IF VAR(ES) DIRTY: 37 ITM, 160 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". MixwaterMill Reconstruction.esp MixwaterVillageV1.esp MjanasLabyrinthUpdater.esp IFNOT ACTIVE("MjanasLabyrinth.esm") && IF VAR(EN) ERROR: MjanasLabyrinth.esm is not present or is not active. Skyrim will CTD when loading if using this file without MjanasLabyrinth IFNOT ACTIVE("MjanasLabyrinth.esm") && IF VAR(RU) ERROR: MjanasLabyrinth.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без MjanasLabyrinth IFNOT ACTIVE("MjanasLabyrinth.esm") && IF VAR(ES) ERROR: MjanasLabyrinth.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (MjanasLabyrinth IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: MjanasLabyrinth.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) MjanasPlayground.esp IF CHECKSUM("MjanasPlayground.esp", 34DAFCDD) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MjanasPlayground.esp", 34DAFCDD) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MjanasPlayground.esp", 34DAFCDD) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT ACTIVE("MjanasLabyrinth.esm") && IF VAR(EN) ERROR: MjanasLabyrinth.esm is not present or is not active. Skyrim will CTD when loading if using this file without MjanasLabyrinth IFNOT ACTIVE("MjanasLabyrinth.esm") && IF VAR(RU) ERROR: MjanasLabyrinth.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без MjanasLabyrinth IFNOT ACTIVE("MjanasLabyrinth.esm") && IF VAR(ES) ERROR: MjanasLabyrinth.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (MjanasLabyrinth IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) mkl_telmithryn.esp MLAdventures.esp MLTreasure.esp Moar Arrows.esp IF CHECKSUM("Moar Arrows.esp", 8D27C06A) || IF CHECKSUM("Moar Arrows.esp", 17179139) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Moar Arrows.esp", 8D27C06A) || IF CHECKSUM("Moar Arrows.esp", 17179139) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Moar Arrows.esp", 8D27C06A) || IF CHECKSUM("Moar Arrows.esp", 17179139) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Moar Arrows.esp", CF22AA26) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Moar Arrows.esp", CF22AA26) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Moar Arrows.esp", CF22AA26) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". mod 1.esp Mod Maison de Blancherive.esp MOD-House.esp modkeepone.esp Moirai - Forest Way Reststop.esp Monaghan Camp.esp Monastery.esp IF CHECKSUM("Monastery.esp", 2D31B659) && IF VAR(EN) DIRTY: 58 ITM, 17 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Monastery.esp", 2D31B659) && IF VAR(RU) DIRTY: 58 ITM, 17 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Monastery.esp", 2D31B659) && IF VAR(ES) DIRTY: 58 ITM, 17 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". mondschmiede.esp monestery.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Monastery.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Monastery.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Monastery.esp. money room.esp Monster Colosseum.esp moonpath_questdata.esp IFNOT ACTIVE("moonpath.esm") && IF VAR(EN) ERROR: moonpath.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/9782 Moonpath to Elsweyr". IFNOT ACTIVE("moonpath.esm") && IF VAR(RU) ERROR: moonpath.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/9782 Moonpath to Elsweyr". IFNOT ACTIVE("moonpath.esm") && IF VAR(ES) ERROR: moonpath.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/9782 Moonpath to Elsweyr". IF CHECKSUM("moonpath_questdata.esp", 78CAE957) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("moonpath_questdata.esp", 78CAE957) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("moonpath_questdata.esp", 78CAE957) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Moonwatch Manor.esp more blades in the skyhaventemple.esp more plants all.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). More Thieves.esp More Winterhold Flora.esp more_smelters.esp MoreBanditCamps.esp IF CHECKSUM("MoreBanditCamps.esp", 83C325B1) && IF VAR(EN) DIRTY: 33 ITM, 36 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MoreBanditCamps.esp", 83C325B1) && IF VAR(RU) DIRTY: 33 ITM, 36 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MoreBanditCamps.esp", 83C325B1) && IF VAR(ES) DIRTY: 33 ITM, 36 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MoreBanditCamps(Explorer'sEdition).esp moredragonlairs!.esp MorePlayerHomes.esp MoreRiftenTrees.esp MoreSettlements.esp MoreStables.esp morevampcattle.esp Morninghood Manor.esp IF CHECKSUM("Morninghood Manor.esp", 76F0CB25) && IF VAR(EN) DIRTY: 7 ITM, 13 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Morninghood Manor.esp", 76F0CB25) && IF VAR(RU) DIRTY: 7 ITM, 13 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Morninghood Manor.esp", 76F0CB25) && IF VAR(ES) DIRTY: 7 ITM, 13 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Moria.esp Morrigan Tiberius.esp Morrowind - The ashlands BETA 1.5.esp Morthal Estate.esp morthalalvascabinbecomesplayerhome.esp MorthalFortified.esp IF CHECKSUM("MorthalFortified.esp", F463C9FF) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MorthalFortified.esp", F463C9FF) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MorthalFortified.esp", F463C9FF) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". morthalhouse.esp morthalslegacy.esp Morskom.esp Mother_of_Tears_Contracts_Eng.esp Mother_of_Tears_Dungeons.esp Mother_of_Tears_Epics_Eng.esp mountain home.esp mountaincabinv1.esp MountainCitys.esp MountainPlankHome.esp Mountaintop Castle.esp moutain secret.esp MouthoftheWorld.esp IF CHECKSUM("MouthoftheWorld.esp", A9EA7BA5) && IF VAR(EN) DIRTY: 43 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MouthoftheWorld.esp", A9EA7BA5) && IF VAR(RU) DIRTY: 43 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MouthoftheWorld.esp", A9EA7BA5) && IF VAR(ES) DIRTY: 43 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". mq stickyspot workaround.esp IF FILE("The Paarthurnax Dilemma.esp") INC: The Paarthurnax Dilemma.esp mtBalRuhn.esp mtHornrichHearth.esp mtMC.esp MU.esp Mudcrab Farm.esp IF CHECKSUM("Mudcrab Farm.esp", F90C3CC9) && IF VAR(EN) DIRTY: 6 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Mudcrab Farm.esp", F90C3CC9) && IF VAR(RU) DIRTY: 6 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Mudcrab Farm.esp", F90C3CC9) && IF VAR(ES) DIRTY: 6 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Murder01.esp IF VAR(EN) SAY: Obsolete. Update to latest version, HjakhtraevarrTomb.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, HjakhtraevarrTomb.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, HjakhtraevarrTomb.esm. murder_DjiinCube.esp Museum.esp IFNOT VAR(UFO) MOD: My home is your home.esp IF CHECKSUM("My home is your home.esp", C36587B3) || IF CHECKSUM("My home is your home.esp", DDC76932) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("My home is your home.esp", C36587B3) || IF CHECKSUM("My home is your home.esp", DDC76932) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("My home is your home.esp", C36587B3) || IF CHECKSUM("My home is your home.esp", DDC76932) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". MushroomRing.esp MushroomRing_v.2.1.esp mxdemonictestingpreview.esp MXEvergreenHollow.esp mxmjhideaway.esp My Falkreath Camp.esp My Home.esp my house plugin.esp My Inn.esp IF VAR(EN) SAY: Obsolete. Update to latest version, FourSeasonsv1.02.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, FourSeasonsv1.02.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, FourSeasonsv1.02.esp. 0mjyazteccityclean.esp IF CHECKSUM("0mjyazteccityclean.esp", 34D954BD) && IF VAR(EN) DIRTY: 25 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("0mjyazteccityclean.esp", 34D954BD) && IF VAR(RU) DIRTY: 25 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("0mjyazteccityclean.esp", 34D954BD) && IF VAR(ES) DIRTY: 25 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". My Place.esp MyHome.esp MyMuseum.esp Myownsolitudeimprovements.esp myriverwoodcamp.esp mysterious crypt.esp MysteriousHouse.esp Mystic Home.esp MysticManor.esp sharpsticks.esp MythicDawnRerise.esp MyWhiterunCamp.esp Mzadahrk.esp MzadahrkFamilyEdition.esp MzarkWonders.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IF CHECKSUM("MzarkWonders.esp", 07ADEAF2) && IF VAR(EN) DIRTY: 23 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("MzarkWonders.esp", 07ADEAF2) && IF VAR(RU) DIRTY: 23 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("MzarkWonders.esp", 07ADEAF2) && IF VAR(ES) DIRTY: 23 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". ENDGROUP: Quests M BEGINGROUP: Quests N REGEX: N333-BetterWindhelm-(V)([_-]\d(\.)?\d)\.esp N333-BetterWindhelm-V-03.esp N70MountainsideHome.esp IF VAR(EN) SAY: Obsolete. Update to latest version, N70MountainsideHomeManne.esp or N70MountainsideHomeStuds.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, N70MountainsideHomeManne.esp или N70MountainsideHomeStuds.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, N70MountainsideHomeManne.esp o N70MountainsideHomeStuds.esp. N70MountainsideHomeManne.esp IF CHECKSUM("N70MountainsideHomeManne.esp", 8FC53A5F) && IF VAR(EN) DIRTY: 12 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("N70MountainsideHomeManne.esp", 8FC53A5F) && IF VAR(RU) DIRTY: 12 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("N70MountainsideHomeManne.esp", 8FC53A5F) && IF VAR(ES) DIRTY: 12 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". N70MountainsideHomeStuds.esp IF FILE("N70MountainsideHomeManne.esp") && IF VAR(EN) WARN: Use either N70MountainsideHomeManne.esp or N70MountainsideHomeStuds.esp, not both. IF FILE("N70MountainsideHomeManne.esp") && IF VAR(RU) WARN: Используйте любой или N70MountainsideHomeManne.esp или N70MountainsideHomeStuds.esp, не обa. IF FILE("N70MountainsideHomeManne.esp") && IF VAR(ES) WARN: Usar N70MountainsideHomeManne.esp o N70MountainsideHomeStuds.esp, no ambos. IF CHECKSUM("N70MountainsideHomeStuds.esp", 067856B7) && IF VAR(EN) DIRTY: 12 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("N70MountainsideHomeStuds.esp", 067856B7) && IF VAR(RU) DIRTY: 12 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("N70MountainsideHomeStuds.esp", 067856B7) && IF VAR(ES) DIRTY: 12 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Nagas'Cavern.esp NchargthandSecrets.esp Nchuzzrezar.esp Nchuzzrezar_v.esp neaextbromjunaar.esp NeedleleafBastile.esp Neiheleim.esp nerevarine cult outpost.esp Nero.esp Netch Fetcher Convoy.esp NeuHjerim.esp NewBlade01.esp NewDovakinK.esp NewDovakinN.esp newfalkreath.esp newheimdall.esp newhomes.esp newmod12345.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). newmorthal.esp newplacehermaeusshrine.esp NeworldFreeZabuton.esp NewWorldHouse.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). NeworldShrineAndArena.esp IF CHECKSUM("NeworldShrineAndArena.esp", ABFC4312) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NeworldShrineAndArena.esp", ABFC4312) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NeworldShrineAndArena.esp", ABFC4312) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". newplaceddawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). NewPlayerHome02.esp ngalchemytableandenchantingthing.esp Nibiru.esp NicerSeverinManorHF.esp niflheim1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, ("http://www.nexusmods.com/skyrim/mods/13351 Forfeoranna Heim"). IF VAR(RU) SAY: Устарело. Обновите до последней версии, ("http://www.nexusmods.com/skyrim/mods/13351 Forfeoranna Heim"). IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, ("http://www.nexusmods.com/skyrim/mods/13351 Forfeoranna Heim"). Nightcallerredone.esp NightGuardden.esp Nightingale Hall.esp nightingalehallhidden.esp NightingaleHallSepulcherImproved.esp NightingalePortal.esp NightgateVillageV1.esp Niires Hjerim.esp IFNOT FILE("Niires Hjerim(esm).esm") REQ: Niires Hjerim(esm).esm Niires Honeyside.esp IFNOT FILE("Niire's Honeyside(esm).esm") REQ: Niire's Honeyside(esm).esm Niires Proudspire.esp IFNOT FILE("Niire's Proudspire(esm).esm") REQ: Niire's Proudspire(esm).esm NIM_The_MirrorCastle.esp Nirn Falls Manor.esp IF CHECKSUM("Nirn Falls Manor.esp", F6D72530) && IF VAR(EN) DIRTY: 55 ITM, 31 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Nirn Falls Manor.esp", F6D72530) && IF VAR(RU) DIRTY: 55 ITM, 31 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Nirn Falls Manor.esp", F6D72530) && IF VAR(ES) DIRTY: 55 ITM, 31 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 17 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 17 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 17 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". NirnFallsManor.esp Quest_NoMercy.esp NoBattleBorns.esp Noble Severin Manor.esp Noble Severin Manor v2.esp NoBleakFalls.esp IF CHECKSUM("NoBleakFalls.esp", 7D2AD14B) && IF VAR(EN) DIRTY: 0 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NoBleakFalls.esp", 7D2AD14B) && IF VAR(RU) DIRTY: 0 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NoBleakFalls.esp", 7D2AD14B) && IF VAR(ES) DIRTY: 0 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NoDeathMod.esp IF CHECKSUM("NoDeathMod.esp", B5369ABE) && IF VAR(EN) DIRTY: 57 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NoDeathMod.esp", B5369ABE) && IF VAR(RU) DIRTY: 57 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NoDeathMod.esp", B5369ABE) && IF VAR(ES) DIRTY: 57 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". noobletstendarrinquisition.esp nordic dungeon home - no prison.esp Nordic Ruin Camp.esp Nordricks Grave.esp NoMoreAlter.esp // IF CHECKSUM("Inns and Taverns.esp", C43DB4D5) DIRTY: 116 ITM, 107 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". nomorecobwebsfortdawnguard.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("nomorecobwebsfortdawnguard.esp.esp", 3081AFF2) && IF VAR(EN) DIRTY: 0 ITM, 91 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("nomorecobwebsfortdawnguard.esp.esp", 3081AFF2) && IF VAR(RU) DIRTY: 0 ITM, 91 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("nomorecobwebsfortdawnguard.esp.esp", 3081AFF2) && IF VAR(ES) DIRTY: 0 ITM, 91 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". NoPaarthQuestA.esp NoRoadPredators.esp Northern Bathhouses.esp IF CHECKSUM("Northern Bathhouses.esp", FBE79F4F) && IF VAR(EN) DIRTY: 96 ITM, 12 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Northern Bathhouses.esp", FBE79F4F) && IF VAR(RU) DIRTY: 96 ITM, 12 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Northern Bathhouses.esp", FBE79F4F) && IF VAR(ES) DIRTY: 96 ITM, 12 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". northern_encounters.esp northern_encounters2.esp NE-extras1.esp NorthKeep.esp IF CHECKSUM("NorthKeep.esp", 51A8111E) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("NorthKeep.esp", 51A8111E) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("NorthKeep.esp", 51A8111E) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Northwatch.esp Northwatch Coast.esp Nostalgia.esp nowellrocks.esp NoxLakeviewExt.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). NoxLakeviewManor_Kitchen4Beds.esp NPC - Shady Fences.esp NS_Crescent.esp nTr4nc3 - Whiterun Mansion.esp nTr4nc3 - Whiterun Mansion - Update.esp Whiterun Mansion Light Version PATCH.esp nTr4nc3 - Whiterun Mansion - Brighter interior PATCH.esp Nuvanja.esp Nyhus.esp Nyyrikki.esp ENDGROUP: Quests N BEGINGROUP: Quests O O_G BuyTamriel.esp o3dDeviceBondage.esp oakwood.esp oansbetternilheim.esp obedientulfric.esp OBIS.esp TAG: {{BASH: Delev, Relev}} IF CHECKSUM("OBIS.esp", ACC9E849) && IF VAR(EN) DIRTY: 41 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("OBIS.esp", ACC9E849) && IF VAR(RU) DIRTY: 41 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("OBIS.esp", ACC9E849) && IF VAR(ES) DIRTY: 41 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("OBIS.esp", B366BF1B) && IF VAR(EN) DIRTY: 39 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("OBIS.esp", B366BF1B) && IF VAR(RU) DIRTY: 39 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("OBIS.esp", B366BF1B) && IF VAR(ES) DIRTY: 39 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("OBIS.esp", EDD0FBE8) && IF VAR(EN) DIRTY: 44 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("OBIS.esp", EDD0FBE8) && IF VAR(RU) DIRTY: 44 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("OBIS.esp", EDD0FBE8) && IF VAR(ES) DIRTY: 44 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("OBIS.esp", C2C693E1) && IF VAR(EN) DIRTY: 37 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("OBIS.esp", C2C693E1) && IF VAR(RU) DIRTY: 37 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("OBIS.esp", C2C693E1) && IF VAR(ES) DIRTY: 37 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("OBIS.esp", 8BFE9620) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("OBIS.esp", 8BFE9620) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("OBIS.esp", 8BFE9620) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". OBISDB.esp TAG: {{BASH: Delev, Relev}} IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IFNOT ACTIVE("OBIS.esp") && IF VAR(EN) ERROR: OBIS.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("OBIS.esp") && IF VAR(RU) ERROR: OBIS.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("OBIS.esp") && IF VAR(ES) ERROR: OBIS.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. OBIS ApachiiSkyHair.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("OBIS.esp") && IF VAR(EN) ERROR: OBIS.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("OBIS.esp") && IF VAR(RU) ERROR: OBIS.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("OBIS.esp") && IF VAR(ES) ERROR: OBIS.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. OBIS FALSKAAR PATCH.esp IFNOT ACTIVE("OBIS.esp") && IF VAR(EN) ERROR: OBIS.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("OBIS.esp") && IF VAR(RU) ERROR: OBIS.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("OBIS.esp") && IF VAR(ES) ERROR: OBIS.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("Falskaar.esm") && IF VAR(EN) ERROR: Falskaar.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Falskaar.esm") && IF VAR(RU) ERROR: Falskaar.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Falskaar.esm") && IF VAR(ES) ERROR: Falskaar.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Bandit Patrols.esp TAG: {{BASH: Relev}} IFNOT ACTIVE("OBIS.esp") && IF VAR(EN) ERROR: OBIS.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("OBIS.esp") && IF VAR(RU) ERROR: OBIS.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("OBIS.esp") && IF VAR(ES) ERROR: OBIS.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("Bandit Patrols.esp", EDD0FBE8) && IF VAR(EN) DIRTY: 19 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Bandit Patrols.esp", EDD0FBE8) && IF VAR(RU) DIRTY: 19 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Bandit Patrols.esp", EDD0FBE8) && IF VAR(ES) DIRTY: 19 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Bandit Patrols.esp", 80C76D5B) && IF VAR(EN) DIRTY: 32 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Bandit Patrols.esp", 80C76D5B) && IF VAR(RU) DIRTY: 32 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Bandit Patrols.esp", 80C76D5B) && IF VAR(ES) DIRTY: 32 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". OBIS Bandit Patrols.esp TAG: {{BASH: Relev}} // different name for above plugin? unsure OBIS_IncreasedSpawns.esp ObliSan Fort.esp ObliSan Mod.esp oblivionlike_waterfront_shack.esp Obsidian Caverns.esp OceanViewLodge.esp oceanvisitwhiterun.esp okaazah_update.esp okaazah_dawnguard.esp OlArrowKnee.esp Old Hold Home.esp OldAnnon.esp DeepAnnon(OldAnnon2).esp oldehomestead.esp OpenHouse-Honeyside.esp Optimised Breezehome 2.02.esp OpulentOutfitsStore.esp Orc StrongHold-Enhanced.esp OrcishTrader.esp 3810_OrcishTrader.esp orcstrongoldsdy.esp OrderInExile.esp Orlong's Hearth vdot8.esp Orlong's Hearth vdot9.esp Ornhamir.esp ORS_ChaptersLinker.esp ORS_DremoraUpdate.esp Orsinium.esp Orujie Smerti from Hiro.esp orvarstomb2.esp Osare Diorama.esp Osare Diorama_CN.esp ovatherainbow.esp OvensAndChurnsMain.esp OvensAndChurnsMinorInns.esp OvensAndChurnsPlayerHouses.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Overhauled Throne Rooms.esp IF CHECKSUM("Overhauled Throne Rooms.esp", C1F35560) && IF VAR(EN) DIRTY: 9 ITM, 166 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Overhauled Throne Rooms.esp", C1F35560) && IF VAR(RU) DIRTY: 9 ITM, 166 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Overhauled Throne Rooms.esp", C1F35560) && IF VAR(ES) DIRTY: 9 ITM, 166 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Overhauled Throne RoomsNoFastTravel.esp IF CHECKSUM("Overhauled Throne RoomsNoFastTravel.esp", 9B5301D1) && IF VAR(EN) DIRTY: 9 ITM, 166 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Overhauled Throne RoomsNoFastTravel.esp", 9B5301D1) && IF VAR(RU) DIRTY: 9 ITM, 166 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Overhauled Throne RoomsNoFastTravel.esp", 9B5301D1) && IF VAR(ES) DIRTY: 9 ITM, 166 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Overlook Tower - MAINv1.9b.esp IFNOT ACTIVE("Overlook Tower - BASEv1.esm") && IF VAR(EN) ERROR: Overlook Tower - BASEv1.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Overlook Tower - BASEv1.esm") && IF VAR(RU) ERROR: Overlook Tower - BASEv1.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Overlook Tower - BASEv1.esm") && IF VAR(ES) ERROR: Overlook Tower - BASEv1.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("Overlook Tower - MAINv1.9b.esp", ED33F2B1) && IF VAR(EN) DIRTY: 159 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Overlook Tower - MAINv1.9b.esp", ED33F2B1) && IF VAR(RU) DIRTY: 159 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Overlook Tower - MAINv1.9b.esp", ED33F2B1) && IF VAR(ES) DIRTY: 159 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Overlook Tower - Summit Addon by SLuckyD.esp overlord.esp OvIbrewing.esp owenholiday-hearthfire-windstadmanor_fortify.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). owninggoldenglowestate.esp ENDGROUP: Quests O BEGINGROUP: Quests P Paarthfix.esp PalaceoftheKingsLight.esp PandycatManor.esp parks of skyrim whiterun.esp pathofthedivine.esp PelagiaExteriorHome2.esp PelagiusWing_PlayerHome.esp PellysCottage.esp Peregrine_Highwatch_Playerhome.esp Perfect Whiterun_outside district by ReVan1199.esp Personal Camp.esp Pet Dragon Nexsus.esp petorphanage.esp PhWaterfallRidge.esp Pinewoods Cottage.esp Pirate Sharphook.esp IF CHECKSUM("Pirate Sharphook.esp", 95ABD098) && IF VAR(EN) DIRTY: 2758 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Pirate Sharphook.esp", 95ABD098) && IF VAR(RU) DIRTY: 2758 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Pirate Sharphook.esp", 95ABD098) && IF VAR(ES) DIRTY: 2758 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PiratesofthePacific.esp quest_pitfighter.esp quest_pitfighter_dlc01.esp IF CHECKSUM("quest_pitfighter_dlc01.esp", A530FF67) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("quest_pitfighter_dlc01.esp", A530FF67) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("quest_pitfighter_dlc01.esp", A530FF67) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) player basement headquarters.esp Playerbasement.esp Player House.esp IF CHECKSUM("Player House.esp", E05A8952) && IF VAR(EN) DIRTY: 23 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Player House.esp", E05A8952) && IF VAR(RU) DIRTY: 23 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Player House.esp", E05A8952) && IF VAR(ES) DIRTY: 23 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 6 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 6 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 6 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". playerguildbuilding.esp playerhouse.esp PlayerMansion.esp PlayerStatue.esp pokemonspells.esp Ponderosa.esp poor man's skyrim.esp Port Telgarth VF.esp Portal.esp Portals Of High Hrothgar.esp PostOffice.esp PP_EngelmannRest.esp pp_ogmundstomb.esp PP_WindcallerPass.esp Prefect House.esp Princess Breezehome Extension.esp princess solitude barnacle cottage.esp PrisonUpdate.esp IFNOT ACTIVE("Prison.esm") && IF VAR(EN) ERROR: Prison.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Prison.esm") && IF VAR(RU) ERROR: Prison.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Prison.esm") && IF VAR(ES) ERROR: Prison.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("PrisonUpdate.esm") && IF VAR(EN) ERROR: PrisonUpdate.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("PrisonUpdate.esm") && IF VAR(RU) ERROR: PrisonUpdate.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("PrisonUpdate.esm") && IF VAR(ES) ERROR: PrisonUpdate.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("PrisonUpdate.esp", 5251D917) && IF VAR(EN) DIRTY: 14 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PrisonUpdate.esp", 5251D917) && IF VAR(RU) DIRTY: 14 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PrisonUpdate.esp", 5251D917) && IF VAR(ES) DIRTY: 14 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PrisonAddon1.esp IF CHECKSUM("PrisonAddon1.esp", DA1195E7) && IF VAR(EN) DIRTY: 624 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PrisonAddon1.esp", DA1195E7) && IF VAR(RU) DIRTY: 624 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PrisonAddon1.esp", DA1195E7) && IF VAR(ES) DIRTY: 624 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PrisonAddon2.esp IFNOT ACTIVE("Prison.esm") && IF VAR(EN) ERROR: Prison.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Prison.esm") && IF VAR(RU) ERROR: Prison.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Prison.esm") && IF VAR(ES) ERROR: Prison.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("PrisonAddon2.esp", 6D8B17B3) && IF VAR(EN) DIRTY: 15 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PrisonAddon2.esp", 6D8B17B3) && IF VAR(RU) DIRTY: 15 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PrisonAddon2.esp", 6D8B17B3) && IF VAR(ES) DIRTY: 15 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". PrisonAddon3.esp IFNOT ACTIVE("Prison.esm") && IF VAR(EN) ERROR: Prison.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Prison.esm") && IF VAR(RU) ERROR: Prison.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Prison.esm") && IF VAR(ES) ERROR: Prison.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("PrisonAddon3.esp", A393C5EF) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PrisonAddon3.esp", A393C5EF) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PrisonAddon3.esp", A393C5EF) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PrisonAddon4.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT ACTIVE("Prison.esm") && IF VAR(EN) ERROR: Prison.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Prison.esm") && IF VAR(RU) ERROR: Prison.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Prison.esm") && IF VAR(ES) ERROR: Prison.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("PrisonAddon4.esp", 79767606) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PrisonAddon4.esp", 79767606) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PrisonAddon4.esp", 79767606) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PrisonAddon5.esp IFNOT ACTIVE("Prison.esm") && IF VAR(EN) ERROR: Prison.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Prison.esm") && IF VAR(RU) ERROR: Prison.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Prison.esm") && IF VAR(ES) ERROR: Prison.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Privacy Please.esp protect npcs from dragon attacks.esp proudmanorsmithing.esp Proudspire.esp Proudspire Crafting.esp Proudspire Dragons Collection.esp Proudspire Manor - Dragonborn Edition.esp Proudspire Manor - Torch Holders.esp proudspire manor armory.esp proudspire manor armory3.esp proudspire manor clean up.esp proudspire manor guest room upgrade.esp Proudspire Manor Improvements by prackspoor.esp Proudspire Manor Refurbished.esp IF CHECKSUM("Proudspire Manor Refurbished.esp", CDE3CA7C) && IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IF CHECKSUM("Proudspire Manor Refurbished.esp", CDE3CA7C) && IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Hearthfires (Official Bethesda DLC) IF CHECKSUM("Proudspire Manor Refurbished.esp", CDE3CA7C) && IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("Proudspire Manor Refurbished.esp", CDE3CA7C) && IF VAR(EN) DIRTY: 3 ITM, 49 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Proudspire Manor Refurbished.esp", CDE3CA7C) && IF VAR(RU) DIRTY: 3 ITM, 49 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Proudspire Manor Refurbished.esp", CDE3CA7C) && IF VAR(ES) DIRTY: 3 ITM, 49 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Proudspire Manor Refurbished.esp", 54BDFAEE) && IF VAR(EN) DIRTY: 3 ITM, 51 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Proudspire Manor Refurbished.esp", 54BDFAEE) && IF VAR(RU) DIRTY: 3 ITM, 51 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Proudspire Manor Refurbished.esp", 54BDFAEE) && IF VAR(ES) DIRTY: 3 ITM, 51 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Proudspire Manor Refurbished.esp", 9BE95FE3) && IF VAR(EN) DIRTY: 3 ITM, 51 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Proudspire Manor Refurbished.esp", 9BE95FE3) && IF VAR(RU) DIRTY: 3 ITM, 51 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Proudspire Manor Refurbished.esp", 9BE95FE3) && IF VAR(ES) DIRTY: 3 ITM, 51 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Proudspire_armory.esp Proudspire_Noglare.esp proudspireimproved.esp ProudspireMakeover.esp ProudspireManorChildBeds.esp ProudspireManorImprovements.esp ProudspireManorRevised.esp proudspiremanortnf.esp proudspiregarden.esp IF CHECKSUM("proudspiregarden.esp", 1E2D0B39) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("proudspiregarden.esp", 1E2D0B39) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("proudspiregarden.esp", 1E2D0B39) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ProudspireRemodel.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). proudspiresmithcraft.esp ProudspireSmithy1.2.esp proudspireupper.esp PsijicWatch.esp IF CHECKSUM("PsijicWatch.esp", 51D9E771) && IF VAR(EN) DIRTY: 39 ITM, 41 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PsijicWatch.esp", 51D9E771) && IF VAR(RU) DIRTY: 39 ITM, 41 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PsijicWatch.esp", 51D9E771) && IF VAR(ES) DIRTY: 39 ITM, 41 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Pueblo.esp puffs soul gems.esp PumpingIron.esp IF CHECKSUM("PumpingIron.esp", 2805293D) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PumpingIron.esp", 2805293D) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PumpingIron.esp", 2805293D) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VERSION("SKSE", "0.1.6.5", <) REQ: "http://skse.silverlock.org SKSE" 1.6.5+ PuppetMaster2.1.esp IF CHECKSUM("PuppetMaster2.1.esp", B09450A0) && IF VAR(EN) DIRTY: 4 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PuppetMaster2.1.esp", B09450A0) && IF VAR(RU) DIRTY: 4 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PuppetMaster2.1.esp", B09450A0) && IF VAR(ES) DIRTY: 4 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". PuppetMasterBoss.esp IF VAR(EN) SAY: Obsolete. Update to latest version, PuppetMaster2.1.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, PuppetMaster2.1.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, PuppetMaster2.1.esp. purchasableskaalhome.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Chop More Wood.esp PX.esp ENDGROUP: Quests P BEGINGROUP: Quests Q Qahnaar's Hold.esp ToQasmoke.esp Qasmoke.esp QASmokey.esp Queen of the damned-Akasha Dress.esp IF CHECKSUM("Queen of the damned-Akasha Dress.esp", D0EA5488) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Queen of the damned-Akasha Dress.esp", D0EA5488) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Queen of the damned-Akasha Dress.esp", D0EA5488) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". quest - no stone unturned.esp quest_sorcery.esp questboard.esp questrewardleveler.esp IF CHECKSUM("questrewardleveler.esp", B75E31AA) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("questrewardleveler.esp", B75E31AA) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("questrewardleveler.esp", B75E31AA) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Quick TG Entrance_Riften Well.esp QuickShotBows.esp QuickShotBowsDawnguardDLCV1_0.esp ENDGROUP: Quests Q BEGINGROUP: Quests R R0R0N0 Stable.esp IF CHECKSUM("R0R0N0 Stable.esp", 17D01A7C) && IF VAR(EN) DIRTY: 6 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("R0R0N0 Stable.esp", 17D01A7C) && IF VAR(RU) DIRTY: 6 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("R0R0N0 Stable.esp", 17D01A7C) && IF VAR(ES) DIRTY: 6 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RabbitHole.esp RabbitOverkill.esp Radiance.esp RaggedFlagonDoor.esp raggedshortcut.esp Ragmar Tombs.esp Ramen.esp IF VAR(Dawnguard) ERROR: Use Ramen0dawnguard.esp instead. IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. Ramen0dawnguard.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF FILE("Ramen.esp") INC: Ramen.esp Ranger Cabins.esp Ranger Ridge.esp IFNOT ACTIVE("Ranger Ridge.esm") && IF VAR(EN) ERROR: Ranger Ridge.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Ranger Ridge.esm") && IF VAR(RU) ERROR: Ranger Ridge.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Ranger Ridge.esm") && IF VAR(ES) ERROR: Ranger Ridge.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("Ranger Ridge.esp", CBB7B1F7) && IF VAR(EN) DIRTY: 120 ITM, 25 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ranger Ridge.esp", CBB7B1F7) && IF VAR(RU) DIRTY: 120 ITM, 25 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ranger Ridge.esp", CBB7B1F7) && IF VAR(ES) DIRTY: 120 ITM, 25 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Ranger of Tamriel.esp Ranger Ridge_v1.esp Ranger Ridge_addon.esp Ranger's Valley Lodge.esp IF CHECKSUM("Ranger's Valley Lodge.esp", D9ADFDF2) && IF VAR(EN) DIRTY: 41 ITM, 33 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ranger's Valley Lodge.esp", D9ADFDF2) && IF VAR(RU) DIRTY: 41 ITM, 33 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ranger's Valley Lodge.esp", D9ADFDF2) && IF VAR(ES) DIRTY: 41 ITM, 33 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Rangers Refuge.esp Rapids Overlook.esp Rashiik.esp IF CHECKSUM("Rashiik.esp", E5ED0B07) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Rashiik.esp", E5ED0B07) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Rashiik.esp", E5ED0B07) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Rashiik.esp", 7948D345) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Rashiik.esp", 7948D345) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Rashiik.esp", 7948D345) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ravenbeakbarrow.esp Ravenhome.esp RavenNest.esp RavenNest_1.2.esp RavenRockFire.esp ravensloft.esp RavenWoodManor.esp RayeksEnd.esp rayeksendanddungeon.esp razorshade.esp ReachHome.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Ranger's Valley Lodge.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Ranger's Valley Lodge.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Ranger's Valley Lodge.esp. Realcitiessolitude.esp realcitieswhiterun.esp Realistic Dungeons.esp IF CHECKSUM("Realistic Dungeons.esp", 39B7E008) && IF VAR(EN) DIRTY: 1 ITM, 2479 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Realistic Dungeons.esp", 39B7E008) && IF VAR(RU) DIRTY: 1 ITM, 2479 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Realistic Dungeons.esp", 39B7E008) && IF VAR(ES) DIRTY: 1 ITM, 2479 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RealisticAbandonedShack.esp IF CHECKSUM("RealisticAbandonedShack.esp", 2863EDC8) && IF VAR(EN) DIRTY: 10 ITM, 89 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RealisticAbandonedShack.esp", 2863EDC8) && IF VAR(RU) DIRTY: 10 ITM, 89 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RealisticAbandonedShack.esp", 2863EDC8) && IF VAR(ES) DIRTY: 10 ITM, 89 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RealisticWhiterun.esp RealmWars.esp Reapers.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Reaper's The Dark Tower.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Reaper's The Dark Tower.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Reaper's The Dark Tower.esp. Reaper's The Dark Tower.esp IF CHECKSUM("Reaper's The Dark Tower.esp", 1B0EC1DB) && IF VAR(EN) DIRTY: 17 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Reaper's The Dark Tower.esp", 1B0EC1DB) && IF VAR(RU) DIRTY: 17 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Reaper's The Dark Tower.esp", 1B0EC1DB) && IF VAR(ES) DIRTY: 17 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Reaper's Landscape - The Dead Forest.esp IF CHECKSUM("Reaper's Landscape - The Dead Forest.esp", 79DBAE41) && IF VAR(EN) DIRTY: 19 ITM, 230 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Reaper's Landscape - The Dead Forest.esp", 79DBAE41) && IF VAR(RU) DIRTY: 19 ITM, 230 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Reaper's Landscape - The Dead Forest.esp", 79DBAE41) && IF VAR(ES) DIRTY: 19 ITM, 230 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 5 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 5 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 5 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". redwood tower.esp Reforging Magnus.esp RefugeHauteBrume.esp RefurbishedBreezehome-2-0.esp IF CHECKSUM("RefurbishedBreezehome-2-0.esp", 33227B6) && IF VAR(EN) DIRTY: 8 ITM, 69 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RefurbishedBreezehome-2-0.esp", 33227B6) && IF VAR(RU) DIRTY: 8 ITM, 69 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RefurbishedBreezehome-2-0.esp", 33227B6) && IF VAR(ES) DIRTY: 8 ITM, 69 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 137 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 137 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 137 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". RefurbishedBreezehome-2-0 Hearthfire.esp IF CHECKSUM("RefurbishedBreezehome-2-0 Hearthfire.esp", 4F38C07A) && IF VAR(EN) DIRTY: 11 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RefurbishedBreezehome-2-0 Hearthfire.esp", 4F38C07A) && IF VAR(RU) DIRTY: 11 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RefurbishedBreezehome-2-0 Hearthfire.esp", 4F38C07A) && IF VAR(ES) DIRTY: 11 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 137 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 137 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 137 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Reiko_Senjua.esp RelicsofHyrule.esp RelicsofHyruleDawnguard.esp Rendspire Palace Reborn.esp IF CHECKSUM("Rendspire Palace Reborn.esp", 42D8AB34) && IF VAR(EN) DIRTY: 13 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Rendspire Palace Reborn.esp", 42D8AB34) && IF VAR(RU) DIRTY: 13 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Rendspire Palace Reborn.esp", 42D8AB34) && IF VAR(ES) DIRTY: 13 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ResearchThief.esp Resource Bonanza.esp IF CHECKSUM("Resource Bonanza.esp", 73A2967F) || IF CHECKSUM("Resource Bonanza.esp", 7DDBDED9) && IF VAR(EN) DIRTY: 10 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Resource Bonanza.esp", 73A2967F) || IF CHECKSUM("Resource Bonanza.esp", 7DDBDED9) && IF VAR(RU) DIRTY: 10 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Resource Bonanza.esp", 73A2967F) || IF CHECKSUM("Resource Bonanza.esp", 7DDBDED9) && IF VAR(ES) DIRTY: 10 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RestOfRashuk.esp retreat.esp IF VAR(EN) WARN: Obsolete. Update to Dovahkiin_Retreat.esp at ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). IF VAR(RU) WARN: Устарело. Обновите до Dovahkiin_Retreat.esp на ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). IF VAR(ES) WARN: Obsoleto. Actualizar a la Dovahkiin_Retreat.esp en ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). IF VAR(EN) && IF VERSION("retreat.esp", "1.0", <) WARN: Original file was released before the Creation Kit (07 Feb. 2012) a compatibility patch fixed and cleaned with TES5Edit can be obtained here. ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). IF VAR(RU) && IF VERSION("retreat.esp", "1.0", <) WARN: Оригинальный файл был выпущен перед выходом Creation Kit (07 фев. 2012) и будет некорректно работать с Скайрим 1.8 и выше. Совместимый патч, исправленный и очищенный с помощью Tes5Edit, может быть найден ("http://www.nexusmods.com/skyrim/mods/59522 здесь"). Если вы используете русифицированную-исправленную версию, то вам не о чем беспокоиться, в противном случае рекомендуется скачать её с указанной по ссылке страницы. IF VAR(ES) && IF VERSION("retreat.esp", "1.0", <) WARN: El archivo original fue lanzado antes del Creation Kir (07 Feb. 2012) puedes encontrar un patch de compatibilidad aquí. ("http://www.nexusmods.com/skyrim/mods/59522 Dovahkiin Retreat Continued"). Dovahkiin_Retreat.esp retrievetheswordoftiberseptim.esp Return Trip.esp Revakzoor - Lair of Mythic Dragons.esp revelation.esp RevengeofDagothUr.esp Review Studio.esp RFExit.esp Ridgeview House BETA.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Ridgeview House.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Ridgeview House.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Ridgeview House.esp. Ridgeview House.esp IF CHECKSUM("Ridgeview House.esp", 6A8B2287) && IF VAR(EN) DIRTY: 19 ITM, 15 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ridgeview House.esp", 6A8B2287) && IF VAR(RU) DIRTY: 19 ITM, 15 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ridgeview House.esp", 6A8B2287) && IF VAR(ES) DIRTY: 19 ITM, 15 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". rift.esp rift overlook.esp riftborg.esp RiftCaveDwelling - SkyriManiak.esp RiftCaveDwellingHomeEdition - SkyriManiak.esp Riften Bivouac.esp Riften Hideout.esp riften house.esp Riften Riverside Home.esp Riften Small.esp riften_back_entrance.esp riften_honeyside_cellar.esp RiftenBetterDocks.esp RiftenBypass.esp riftenfire.esp RiftenGarret.esp riftenhoneysidebasement.esp riftensecretdoor.esp riftensewer.esp riftenshack.esp RiftenSmelter.esp RiftStormcloaks.esp RiftSValleyHHouse.esp RiftwealdPlayerHome-0.7.esp RingoftheDamnedWolf.esp HellayRiseWaterEvil.esp RiftWood.esp Rise of the Witches II.esp River Cabin Home.esp River of souls the quest.esp RiverEdge Home Fix.esp riverhouse.esp RiverwoodFishersShack.esp riversedge_craft_shop.esp Riverside Cabin.esp riverside camp.esp RiversideKeep.esp IF CHECKSUM("RiversideKeep.esp", E612FFFA) && IF VAR(EN) DIRTY: 26 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RiversideKeep.esp", E612FFFA) && IF VAR(RU) DIRTY: 26 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RiversideKeep.esp", E612FFFA) && IF VAR(ES) DIRTY: 26 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 4 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 4 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 4 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". riversidelodgesws.esp IF VAR(EN) SAY: Obsolete. Update to latest version, RiversideLodge.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, RiversideLodge.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, RiversideLodge.esp. RiversideLodge.esp RiversideRanch.esp RiversideRanchELIANORASEPICFLAVOUR.esp RiversideRanchHF+DB.esp river side shack.esp RiverSideShack.esp RiverSide Shack Expanded.esp Riverside Shack Exterior.esp Riverside Shack Interior .esp riverview.esp Riverwatch.esp AL_Riverwood.esp Riverwood Abandoned House.esp riverwood archery range.esp RiverWood_Beautiful.esp RiverwoodCabin.esp riverwoodcamp.esp riverwood cottage.esp riverwood creek.esp Riverwood Defence.esp RiverWood Dungeons.esp IF CHECKSUM("RiverWood Dungeons.esp", 2983C01D) && IF VAR(EN) DIRTY: 20 ITM, 71 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RiverWood Dungeons.esp", 2983C01D) && IF VAR(RU) DIRTY: 20 ITM, 71 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RiverWood Dungeons.esp", 2983C01D) && IF VAR(ES) DIRTY: 20 ITM, 71 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RiverwoodExpEnv01.esp IF CHECKSUM("RiverwoodExpEnv01.esp", A785BE6B) && IF VAR(EN) DIRTY: 26 ITM, 13 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RiverwoodExpEnv01.esp", A785BE6B) && IF VAR(RU) DIRTY: 26 ITM, 13 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RiverwoodExpEnv01.esp", A785BE6B) && IF VAR(ES) DIRTY: 26 ITM, 13 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RiverwoodFallsCabinrel.esp Riverwood family- my place in the world.esp Riverwood Fishing Shack.esp riverwood mages lair redux.esp Riverwood Gates Fix.esp IF CHECKSUM("Riverwood Gates Fix.esp", 363E0208) && IF VAR(EN) DIRTY: 1 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Riverwood Gates Fix.esp", 363E0208) && IF VAR(RU) DIRTY: 1 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Riverwood Gates Fix.esp", 363E0208) && IF VAR(ES) DIRTY: 1 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Riverwood Home.esp RiverwoodHotSprings.esp IF CHECKSUM("RiverwoodHotSprings.esp", F545E78A) && IF VAR(EN) DIRTY: 25 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RiverwoodHotSprings.esp", F545E78A) && IF VAR(RU) DIRTY: 25 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RiverwoodHotSprings.esp", F545E78A) && IF VAR(ES) DIRTY: 25 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". riverwood house.esp IF VAR(EN) SAY: Obsolete. Update to latest version, RiverwoodHouse.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, RiverwoodHouse.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, RiverwoodHouse.esp. RiverwoodHouse.esp RiverwoodHouse2.esp RiverwoodHouseNoNacturnal.esp Riverwood House Of Tree.esp IF CHECKSUM("Riverwood House Of Tree.esp", 0A35ADC2) && IF VAR(EN) DIRTY: 7 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Riverwood House Of Tree.esp", 0A35ADC2) && IF VAR(RU) DIRTY: 7 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Riverwood House Of Tree.esp", 0A35ADC2) && IF VAR(ES) DIRTY: 7 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". riverwoodhuntingcabin.esp IF CHECKSUM("riverwoodhuntingcabin.esp", A9CDB9B1) && IF VAR(EN) DIRTY: 21 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("riverwoodhuntingcabin.esp", A9CDB9B1) && IF VAR(RU) DIRTY: 21 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("riverwoodhuntingcabin.esp", A9CDB9B1) && IF VAR(ES) DIRTY: 21 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("RiverwoodHuntingCabin.esp", 369C1E79) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RiverwoodHuntingCabin.esp", 369C1E79) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RiverwoodHuntingCabin.esp", 369C1E79) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RiverwoodImprovement.esp riverwoodlakehouse.esp Riverwood Lakehouse 1_6.esp riverwoodlodge.esp riverwoodmine.esp riverwoodpicnicarea.esp Riverwood R9.esp RIVERWOOD_REAL_FOREST.esp RiverWood Redux.esp Riverwood Redux Expanded Basement.esp RiverwoodRepose.esp IF CHECKSUM("RiverwoodRepose.esp", 304711BC) && IF VAR(EN) DIRTY: 29 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RiverwoodRepose.esp", 304711BC) && IF VAR(RU) DIRTY: 29 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RiverwoodRepose.esp", 304711BC) && IF VAR(ES) DIRTY: 29 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Riverwood river cottage.esp RiverWoodShack.esp RiverwoodSmelter.esp RiverwoodTower.esp RiverwoodUpgraded.esp riverwood_veins.esp rixbreezehomemodel.esp robbersroost.esp rochester.esp ROEBETA.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("ROEBETA.esp", 8880D3D2) && IF VAR(EN) DIRTY: 62 ITM, 10 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ROEBETA.esp", 8880D3D2) && IF VAR(RU) DIRTY: 62 ITM, 10 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ROEBETA.esp", 8880D3D2) && IF VAR(ES) DIRTY: 62 ITM, 10 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". RogueWizard.esp roof-jumping treasure mod.esp roomofdistractions.esp rooq.esp rooq_bathing_alternative.esp rooq_bathing_twocell.esp IF CHECKSUM("rooq_bathing_twocell.esp", 8937ED86) DIRTY: 8 ITM, 17UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". rooq_bathing_onecell.esp IF CHECKSUM("rooq_bathing_onecell.esp", C4F7EDF0) && IF VAR(EN) DIRTY: 9 ITM, 17 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("rooq_bathing_onecell.esp", C4F7EDF0) && IF VAR(RU) DIRTY: 9 ITM, 17 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("rooq_bathing_onecell.esp", C4F7EDF0) && IF VAR(ES) DIRTY: 9 ITM, 17 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Rooq_Bathing_TwoCell_HearthFires.esp Rorik's Keep.esp IF CHECKSUM("Rorik's Keep.esp", 79FDFC96) || IF CHECKSUM("Rorik's Keep.esp", 9757CD5B) && IF VAR(EN) DIRTY: 3 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Rorik's Keep.esp", 79FDFC96) || IF CHECKSUM("Rorik's Keep.esp", 9757CD5B) && IF VAR(RU) DIRTY: 3 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Rorik's Keep.esp", 79FDFC96) || IF CHECKSUM("Rorik's Keep.esp", 9757CD5B) && IF VAR(ES) DIRTY: 3 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". rorikstead_merchant.esp roriksteadcastle.esp roriksteadtrees.esp roseandthorn.esp royalmansion.esp RPQuestAssist_2dot0.esp IF CHECKSUM("RPQuestAssist_2dot0.esp", 2C5365B5) && IF VAR(EN) DIRTY: 16 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RPQuestAssist_2dot0.esp", 2C5365B5) && IF VAR(RU) DIRTY: 16 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RPQuestAssist_2dot0.esp", 2C5365B5) && IF VAR(ES) DIRTY: 16 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". rrcamp.esp IF CHECKSUM("rrcamp.esp", 4F728BC6) && IF VAR(EN) DIRTY: 0 ITM, 40 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("rrcamp.esp", 4F728BC6) && IF VAR(RU) DIRTY: 0 ITM, 40 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("rrcamp.esp", 4F728BC6) && IF VAR(ES) DIRTY: 0 ITM, 40 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RRLegendoftheLostSword.esp rt_Vampire_Castle_Walk.esp RTSforSkyrim.esp IF CHECKSUM("RTSforSkyrim.esp", 291400F7) && IF VAR(EN) DIRTY: 26 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RTSforSkyrim.esp", 291400F7) && IF VAR(RU) DIRTY: 26 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RTSforSkyrim.esp", 291400F7) && IF VAR(ES) DIRTY: 26 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". RTSCraterZone.esp IF CHECKSUM("RTSCraterZone.esp", 4237A0EA) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RTSCraterZone.esp", 4237A0EA) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RTSCraterZone.esp", 4237A0EA) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Rudale.esp IF CHECKSUM("Rudale.esp", 05A0A771) && IF VAR(EN) DIRTY: 13 ITM, 59 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Rudale.esp", 05A0A771) && IF VAR(RU) DIRTY: 13 ITM, 59 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Rudale.esp", 05A0A771) && IF VAR(ES) DIRTY: 13 ITM, 59 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Rudale.esp", 69ECFBC4) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Rudale.esp", 69ECFBC4) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Rudale.esp", 69ECFBC4) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. RuinsofSolveig.esp Run For Your Lives.esp IF FILE("EveryoneGetInside.esp") INC: EveryoneGetInside.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ rwhideout.esp rwshrine.esp When Vampires Attack.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IF FILE("TheTownIsSafe.esp") INC: TheTownIsSafe.esp Dwarvenhaven.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) ENDGROUP: Quests R BEGINGROUP: Quests S s4m_windhelm_fix.esp s4quest1.esp s7othehumblesthut.esp Safe Storage at College Room.esp Safehouse1.0.esp SahrotOdDein.esp SahrotOdDeinLITE.esp Sala de herreria Espira Orgullosa.esp Salmon Shack.esp SaltMines.esp IF CHECKSUM("SaltMines.esp", 6D17F30E) && IF VAR(EN) DIRTY: 1 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SaltMines.esp", 6D17F30E) && IF VAR(RU) DIRTY: 1 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SaltMines.esp", 6D17F30E) && IF VAR(ES) DIRTY: 1 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". SaltMinesTame.esp IF CHECKSUM("SaltMines.esp", 31026488) && IF VAR(EN) DIRTY: 1 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SaltMines.esp", 31026488) && IF VAR(RU) DIRTY: 1 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SaltMines.esp", 31026488) && IF VAR(ES) DIRTY: 1 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". sam aldous.esp Sam's Travelling Caravan.esp IF CHECKSUM("Sam's Travelling Caravan.esp", A73B0AD8) && IF VAR(EN) DIRTY: 178 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sam's Travelling Caravan.esp", A73B0AD8) && IF VAR(RU) DIRTY: 178 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sam's Travelling Caravan.esp", A73B0AD8) && IF VAR(ES) DIRTY: 178 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". SamuraiEstate.esp Sanc Castle.esp IF CHECKSUM("Sanc Castle.esp", 7C8FB970) && IF VAR(EN) DIRTY: 13 ITM, 73 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sanc Castle.esp", 7C8FB970) && IF VAR(RU) DIRTY: 13 ITM, 73 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sanc Castle.esp", 7C8FB970) && IF VAR(ES) DIRTY: 13 ITM, 73 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Sanc CastleNoLock.esp IF FILE("Sanc Castle.esp") && IF VAR(EN) WARN: Use either Sanc Castle.esp or Sanc CastleNoLock.esp, not both. IF FILE("Sanc Castle.esp") && IF VAR(RU) WARN: Используйте любой или Sanc Castle.esp или Sanc CastleNoLock.esp, не обa. IF FILE("Sanc Castle.esp") && IF VAR(ES) WARN: Usar Sanc Castle.esp o Sanc CastleNoLock.esp, no ambos. IF CHECKSUM("Sanc CastleNoLock.esp", 2D6EEBF5) && IF VAR(EN) DIRTY: 13 ITM, 73 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sanc CastleNoLock.esp", 2D6EEBF5) && IF VAR(RU) DIRTY: 13 ITM, 73 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sanc CastleNoLock.esp", 2D6EEBF5) && IF VAR(ES) DIRTY: 13 ITM, 73 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". sanctum of the fallen.esp sanguinesDebauchery.esp sato-in.esp Sauron.esp SDpatch - dawnguard.esp SDpatch - dragonborn.esp SD_Imortal_Fix.esp SDpatch - frostfall.esp SarahFucker.esp SarumansTower.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) Satchel&alchemycollege.esp SavaGhost's pack o tests.esp IF CHECKSUM("SavaGhost's pack o tests.esp", 85934FD3) && IF VAR(EN) DIRTY: 39 ITM, 106 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SavaGhost's pack o tests.esp", 85934FD3) && IF VAR(RU) DIRTY: 39 ITM, 106 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SavaGhost's pack o tests.esp", 85934FD3) && IF VAR(ES) DIRTY: 39 ITM, 106 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Saviik City.esp IF CHECKSUM("Saviik City.esp", 2A1083E8) && IF VAR(EN) DIRTY: 0 ITM, 576 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Saviik City.esp", 2A1083E8) && IF VAR(RU) DIRTY: 0 ITM, 576 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Saviik City.esp", 2A1083E8) && IF VAR(ES) DIRTY: 0 ITM, 576 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 32 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 32 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 32 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Saviors Lodge - Player Home.esp IF CHECKSUM("Saviors Lodge - Player Home.esp", 615CF04F) && IF VAR(EN) DIRTY: 39 ITM, 64 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Saviors Lodge - Player Home.esp", 615CF04F) && IF VAR(RU) DIRTY: 39 ITM, 64 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Saviors Lodge - Player Home.esp", 615CF04F) && IF VAR(ES) DIRTY: 39 ITM, 64 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) && IFNOT FILE("Scripts/IHWelcomeScript.pex") WARN: You still need to install the scripts for this mod. See download page. IF VAR(RU) && IFNOT FILE("Scripts/IHWelcomeScript.pex") WARN: Вам всё еще нужно установить скрипты для этого мода. Ищите их на странице загрузки мода.. Saviors Lodge V1.0.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. Saviors Lodge V2.0.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Saviors Lodge - Player Home.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Saviors Lodge - Player Home.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Saviors Lodge - Player Home.esp. SC01TeleportsDawnguard.esp SC05WayshrineTamriel.esp SC05WayshrineDragonborn.esp SC08WayshrineSkyrim.esp SC08WayshrineSolstheim.esp SCA - Skyrim Character Archetypes (Beta).esp scarfortress.esp scbbnoman.esp Schmidts Tunnel.esp Tunnel Book.esp ScholarsSolace.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). scholomance.esp schools of the holds.esp Scout Addon for ATIC.esp Quest_SeaOfGhosts.esp SeabreezeEstate.esp sec_friendsforever.esp Secluded Cottage.esp Secret door.esp Secretentrances.esp IF CHECKSUM("Secretentrances.esp", BBA06CBF) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Secretentrances.esp", BBA06CBF) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Secretentrances.esp", BBA06CBF) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Secretentrances.esp", ADDA81B2) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Secretentrances.esp", ADDA81B2) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Secretentrances.esp", ADDA81B2) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SecretOfTheDwemer.esp IF CHECKSUM("SecretOfTheDwemer.esp", E6E3A0BB) || IF CHECKSUM("SecretOfTheDwemer.esp", C02B0A73) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("SecretOfTheDwemer.esp", E6E3A0BB) || IF CHECKSUM("SecretOfTheDwemer.esp", C02B0A73) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("SecretOfTheDwemer.esp", E6E3A0BB) || IF CHECKSUM("SecretOfTheDwemer.esp", C02B0A73) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("SecretOfTheDwemer.esp", 751A6B97) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SecretOfTheDwemer.esp", 751A6B97) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SecretOfTheDwemer.esp", 751A6B97) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". secretroom-bh-en.esp IF FILE("The Secret Room of Breezehome.esp") && IF VAR(EN) WARN: Use either The Secret Room of Breezehome.esp or secretroom-bh-en.esp, not both. IF FILE("The Secret Room of Breezehome.esp") && IF VAR(RU) WARN: Используйте любой, или The Secret Room of Breezehome.esp или secretroom-bh-en.esp, не оба. IF FILE("The Secret Room of Breezehome.esp") && IF VAR(ES) WARN: Usar The Secret Room of Breezehome.esp o secretroom-bh-en.esp, no ambos. seedymerchant.esp SejhPlayerHouses2.esp IFNOT ACTIVE("sejhythpeople.esm") && IF VAR(EN) ERROR: sejhythpeople.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("sejhythpeople.esm") && IF VAR(RU) ERROR: sejhythpeople.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("sejhythpeople.esm") && IF VAR(ES) ERROR: sejhythpeople.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("SejhPlayerHouses2.esp", 4C6A97FB) && IF VAR(EN) DIRTY: 19 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SejhPlayerHouses2.esp", 4C6A97FB) && IF VAR(RU) DIRTY: 19 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SejhPlayerHouses2.esp", 4C6A97FB) && IF VAR(ES) DIRTY: 19 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SejhPlayerHouses2.esp", E5A350AB) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SejhPlayerHouses2.esp", E5A350AB) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SejhPlayerHouses2.esp", E5A350AB) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Sell Stones of Barenziah.esp Sentinel Falls.esp Sentinel Falls DV.esp Sepredia.esp Sepredia_1_1.esp Seri'sAtelier Dubious Inn.esp Sero - Deneth's Study.esp REGEX: SBT Smal\d\.esp Sevenkeys.esp Severin Manor.esp Severin Manor - 2 Adoptable Children.esp Severin Manor -6 Adoptable Children.esp SeverinManorImprovements.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SeverinManorMod.esp severinfix.esp SeverinHouseRemodelV3.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SG_Gizmodian.esp Shack.esp IF CHECKSUM("shack.esp", E0E3CF38) && IF VAR(EN) DIRTY: 54 ITM, 7 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("shack.esp", E0E3CF38) && IF VAR(RU) DIRTY: 54 ITM, 7 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("shack.esp", E0E3CF38) && IF VAR(ES) DIRTY: 54 ITM, 7 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Shadir.esp Shadow of Morrowind.esp Shadow of Morrowind_Weather Module.esp ShadowHome.esp Shadowmarks for Player Homes.esp IF CHECKSUM("Shadowmarks for Player Homes.esp", 3C7EEBEE) && IF VAR(EN) DIRTY: 22 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Shadowmarks for Player Homes.esp", 3C7EEBEE) && IF VAR(RU) DIRTY: 22 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Shadowmarks for Player Homes.esp", 3C7EEBEE) && IF VAR(ES) DIRTY: 22 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". shadowscales 0.1.0.esp IF CHECKSUM("shadowscales 0.1.0.esp", BF1BBE88) && IF VAR(EN) DIRTY: 119 ITM, 54 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("shadowscales 0.1.0.esp", BF1BBE88) && IF VAR(RU) DIRTY: 119 ITM, 54 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("shadowscales 0.1.0.esp", BF1BBE88) && IF VAR(ES) DIRTY: 119 ITM, 54 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". // different mod than ShadowScales.esp ShadowScales.esp IF CHECKSUM("ShadowScales.esp", 1B136A4C) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ShadowScales.esp", 1B136A4C) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ShadowScales.esp", 1B136A4C) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ShadowSkullTower.esp IF CHECKSUM("ShadowSkullTower.esp", 973C7CF3) && IF VAR(EN) DIRTY: 5 ITM, 103 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ShadowSkullTower.esp", 973C7CF3) && IF VAR(RU) DIRTY: 5 ITM, 103 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ShadowSkullTower.esp", 973C7CF3) && IF VAR(ES) DIRTY: 5 ITM, 103 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Shady_Tales.esp Shady Fences.esp ShamansHut.esp SharedStorage.esp IF VAR(EN) && IF FILE("WyvernCliff.esp") WARN: Delete. Already included in 'WyvernCliff.esp' IF VAR(RU) && IF FILE("WyvernCliff.esp") WARN: Удалите. Уже включено в 'WyvernCliff.esp' Sharks.esp IF CHECKSUM("Sharks.esp", 87A8619C) && IF VAR(EN) DIRTY: 91 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sharks.esp", 87A8619C) && IF VAR(RU) DIRTY: 91 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sharks.esp", 87A8619C) && IF VAR(ES) DIRTY: 91 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Sharphook.esp IF CHECKSUM("Sharphook.esp", 6DDB0E58) && IF VAR(EN) DIRTY: 81 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sharphook.esp", 6DDB0E58) && IF VAR(RU) DIRTY: 81 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sharphook.esp", 6DDB0E58) && IF VAR(ES) DIRTY: 81 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ShayksBAQ.esp ShezHelGreenhouse.esp ShezriesBreezehome.esp IF CHECKSUM("ShezriesBreezehome.esp", E195FB42) && IF VAR(EN) DIRTY: 49 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ShezriesBreezehome.esp", E195FB42) && IF VAR(RU) DIRTY: 49 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ShezriesBreezehome.esp", E195FB42) && IF VAR(ES) DIRTY: 49 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ShezriesDarkBlueBreezehome.esp ShezriesHFKitchen.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("ShezriesHFKitchen.esp", 9E35B611) && IF VAR(EN) DIRTY: 14 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ShezriesHFKitchen.esp", 9E35B611) && IF VAR(RU) DIRTY: 14 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ShezriesHFKitchen.esp", 9E35B611) && IF VAR(ES) DIRTY: 14 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("ShezriesHFKitchen.esp", C7058330) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ShezriesHFKitchen.esp", C7058330) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ShezriesHFKitchen.esp", C7058330) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ShezriesHFKitchenHel.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("ShezriesHFKitchenHel.esp", DC5FE37C) && IF VAR(EN) DIRTY: 19 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ShezriesHFKitchenHel.esp", DC5FE37C) && IF VAR(RU) DIRTY: 19 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ShezriesHFKitchenHel.esp", DC5FE37C) && IF VAR(ES) DIRTY: 19 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("ShezriesHFKitchenHel.esp", BD5ACD77) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ShezriesHFKitchenHel.esp", BD5ACD77) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ShezriesHFKitchenHel.esp", BD5ACD77) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". shezrieslakeviewgreenhouse.esp ShezriesWinstadHearthfireKitchen.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IF CHECKSUM("ShezriesWinstadHearthfireKitchen.esp", 5425509D) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ShezriesWinstadHearthfireKitchen.esp", 5425509D) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ShezriesWinstadHearthfireKitchen.esp", 5425509D) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ShezrieUTFalkreath.esp ShezrieUTNightgateInn.esp ShezrieUTWinterhold.esp Shimigami.esp ShineRock.esp ShipHome.esp shortcut to the ragged flagon.esp showersininns.esp Shrine Of Kharjo.esp /* Version 1.5 (CRC: 1F0D9E37) */ // TES5Edit 3.0.30: 8 ITM, 3 UDR, 0 deleted NavMeshes. IF CHECKSUM("Shrine Of Kharjo.esp", 1F0D9E37) && IF VAR(EN) DIRTY: 8 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Shrine Of Kharjo.esp", 1F0D9E37) && IF VAR(RU) DIRTY: 8 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Shrine Of Kharjo.esp", 1F0D9E37) && IF VAR(ES) DIRTY: 8 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Shrouded Lair.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Shrouded Lair.esp", FD7452DA) && IF VAR(EN) DIRTY: 43 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Shrouded Lair.esp", FD7452DA) && IF VAR(RU) DIRTY: 43 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Shrouded Lair.esp", FD7452DA) && IF VAR(ES) DIRTY: 43 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Shrouded Lair.esp", A3A1CE81) && IF VAR(EN) DIRTY: 1248 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Shrouded Lair.esp", A3A1CE81) && IF VAR(RU) DIRTY: 1248 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Shrouded Lair.esp", A3A1CE81) && IF VAR(ES) DIRTY: 1248 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ShyraeIsturain.esp IFNOT ACTIVE("ShyraeIsturain.esm") && IF VAR(EN) ERROR: ShyraeIsturain.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("ShyraeIsturain.esm") && IF VAR(RU) ERROR: ShyraeIsturain.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("ShyraeIsturain.esm") && IF VAR(ES) ERROR: ShyraeIsturain.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. //location-only esp placement of esm companion Siege of Morghak Fortress.esp SilvercrestTomb.esp silverfish.esp IF CHECKSUM("silverfish.esp", 9E33B059) && IF VAR(EN) DIRTY: 103 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("silverfish.esp", 9E33B059) && IF VAR(RU) DIRTY: 103 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("silverfish.esp", 9E33B059) && IF VAR(ES) DIRTY: 103 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("silverfish.esp", 1C574BBF) && IF VAR(EN) DIRTY: 103 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("silverfish.esp", 1C574BBF) && IF VAR(RU) DIRTY: 103 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("silverfish.esp", 1C574BBF) && IF VAR(ES) DIRTY: 103 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". silverfish - more brighter interiors.esp simple house4.esp simplebreezehome.esp simplepoh.esp SimpleVariedStart.esp Simply Improved Breezehome.esp IF CHECKSUM("Simply Improved Breezehome.esp", 946E7BCB) && IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IF CHECKSUM("Simply Improved Breezehome.esp", 946E7BCB) && IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Hearthfires (Official Bethesda DLC) IF CHECKSUM("Simply Improved Breezehome.esp", 946E7BCB) && IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Sincar Barrens.esp SizaanKoVennesetiid.esp Sjel Blad Castle.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). sjel blad castle_german.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SK_Berserk.esp IF CHECKSUM("SK_Berserk.esp", C30C6667) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SK_Berserk.esp", C30C6667) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SK_Berserk.esp", C30C6667) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". skn_smelter.esp SkoomDealersDen.esp SkoomaShip.esp skooma cabin.esp skuldafn.esp SKY.esp Sky Residence.esp SkyAlive v1.esp SkyCastleHit.esp SkyFix - Tidier Warmaidens Workshop.esp skyforge retreat.esp Skyforge Smelter and Tanning rack.esp SkyforgeDead1.esp IF CHECKSUM("SkyforgeDead1.esp", 57644FB9) && IF VAR(EN) DIRTY: 6 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyforgeDead1.esp", 57644FB9) && IF VAR(RU) DIRTY: 6 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyforgeDead1.esp", 57644FB9) && IF VAR(ES) DIRTY: 6 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyForgeFastwork.esp SkyforgeTreasureChestAndMagicCrossbow.esp SkyforgeUpgraded.esp Skyhammer Hold.esp Skyhaven_modified.esp IFNOT ACTIVE("ExtraBlades.esp") SAY: Skyhaven_modified.esp is meant to be used with the "http://www.nexusmods.com/skyrim/mods/15979 ExtraBlades.esp module". It should still work without it though, but may make cause things to look out of place. /* Version 1.0 (CRC: 85335156) */ // TES5Edit 3.0.30: 38 ITM, 3 UDR, 0 deleted NavMeshes IF CHECKSUM("Skyhaven_modified.esp", 85335156) && IF VAR(EN) DIRTY: 38 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyhaven_modified.esp", 85335156) && IF VAR(RU) DIRTY: 38 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyhaven_modified.esp", 85335156) && IF VAR(ES) DIRTY: 38 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Sky Haven Teleporter 1.2.esp IF CHECKSUM("Sky Haven Teleporter 1.2.esp", 75806A60) && IF VAR(EN) DIRTY: 27 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sky Haven Teleporter 1.2.esp", 75806A60) && IF VAR(RU) DIRTY: 27 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sky Haven Teleporter 1.2.esp", 75806A60) && IF VAR(ES) DIRTY: 27 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Sky Haven Temple Teleporter (Immersion included).esp IF CHECKSUM("Sky Haven Temple Teleporter (Immersion included).esp", 53C55F99) && IF VAR(EN) DIRTY: 37 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sky Haven Temple Teleporter (Immersion included).esp", 53C55F99) && IF VAR(RU) DIRTY: 37 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sky Haven Temple Teleporter (Immersion included).esp", 53C55F99) && IF VAR(ES) DIRTY: 37 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyHavenTempleEnhanced.esp IF VAR(EN) && IF CHECKSUM("SkyHavenTempleEnhanced.esp", A2E8A0B6) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) && IF CHECKSUM("SkyHavenTempleEnhanced.esp", A2E8A0B6) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) && IF CHECKSUM("SkyHavenTempleEnhanced.esp", A2E8A0B6) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF VAR(EN) && IF CHECKSUM("SkyHavenTempleEnhanced.esp", 99AC1B47) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) && IF CHECKSUM("SkyHavenTempleEnhanced.esp", 99AC1B47) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) && IF CHECKSUM("SkyHavenTempleEnhanced.esp", 99AC1B47) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("SkyHavenTempleEnhanced.esp", DC10AE9F) && IF VAR(EN) DIRTY: 61 ITM, 304 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyHavenTempleEnhanced.esp", DC10AE9F) && IF VAR(RU) DIRTY: 61 ITM, 304 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyHavenTempleEnhanced.esp", DC10AE9F) && IF VAR(ES) DIRTY: 61 ITM, 304 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SkyHavenTempleEnhanced.esp", A2E8A0B6) && IF VAR(EN) DIRTY: 85 ITM, 315 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyHavenTempleEnhanced.esp", A2E8A0B6) && IF VAR(RU) DIRTY: 85 ITM, 315 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyHavenTempleEnhanced.esp", A2E8A0B6) && IF VAR(ES) DIRTY: 85 ITM, 315 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SkyHavenTempleEnhanced.esp", 99AC1B47) && IF VAR(EN) DIRTY: 85 ITM, 315 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyHavenTempleEnhanced.esp", 99AC1B47) && IF VAR(RU) DIRTY: 85 ITM, 315 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyHavenTempleEnhanced.esp", 99AC1B47) && IF VAR(ES) DIRTY: 85 ITM, 315 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SkyHavenTempleHome.esp Sky Haven Temple Expanded.esp Sky Haven Temple and Onsen.esp IF CHECKSUM("Sky Haven Temple and Onsen.esp", 64F5AC1E) && IF VAR(EN) DIRTY: 59 ITM, 406 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sky Haven Temple and Onsen.esp", 64F5AC1E) && IF VAR(RU) DIRTY: 59 ITM, 406 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sky Haven Temple and Onsen.esp", 64F5AC1E) && IF VAR(ES) DIRTY: 59 ITM, 406 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". sky haven temple m&m.esp Sky Haven Temple M&M3.esp Sky Haven Temple Restored.esp SkyHavenTemple'sGlory.esp SkyHavenTemple'sGlory1.3.esp Skyhold Lodge.esp IF CHECKSUM("Skyhold Lodge.esp", 8824535F) && IF VAR(EN) DIRTY: 5 ITM, 5 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyhold Lodge.esp", 8824535F) && IF VAR(RU) DIRTY: 5 ITM, 5 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyhold Lodge.esp", 8824535F) && IF VAR(ES) DIRTY: 5 ITM, 5 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skymap.esp Skyrim border control.esp IF CHECKSUM("Skyrim border control.esp", F6338FD1) DIRTY: 7 ITM, 0 UDR records. Needs "http://skyrAkaviriGuild.esp IF CHECKSUM("AkaviriGuild.esp", 3FCF3BC3) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("AkaviriGuild.esp", 3FCF3BC3) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("AkaviriGuild.esp", 3FCF3BC3) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skyrim Trading Posts.esp Skyrim Cafe.esp SkyrimAcademy.esp skyrimchess.esp SkyrimChimneys.esp SkyrimChimneysRW.esp skyrimdefenders.esp IF CHECKSUM("skyrimdefenders.esp", 93DBD7FE) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("skyrimdefenders.esp", 93DBD7FE) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("skyrimdefenders.esp", 93DBD7FE) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("skyrimdefenders.esp", 6D3CD439) && IF VAR(EN) DIRTY: 240 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("skyrimdefenders.esp", 6D3CD439) && IF VAR(RU) DIRTY: 240 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("skyrimdefenders.esp", 6D3CD439) && IF VAR(ES) DIRTY: 240 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Skyrim Gate Room - First Version.esp IF CHECKSUM("The Skyrim Gate Room - First Version.esp", 9B13AC3B) && IF VAR(EN) DIRTY: 14 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Skyrim Gate Room - First Version.esp", 9B13AC3B) && IF VAR(RU) DIRTY: 14 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Skyrim Gate Room - First Version.esp", 9B13AC3B) && IF VAR(ES) DIRTY: 14 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skyrim Graveyards.esp Skyrim Home.esp skyrimovens.esp IF CHECKSUM("skyrimovens.esp", 0FA9E4CA) && IF VAR(EN) DIRTY: 0 ITM, 61 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("skyrimovens.esp", 0FA9E4CA) && IF VAR(RU) DIRTY: 0 ITM, 61 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("skyrimovens.esp", 0FA9E4CA) && IF VAR(ES) DIRTY: 0 ITM, 61 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) skyrimroleplay.esp Skyrim School of Witchcraft and Wizardry.esp IF CHECKSUM("Skyrim School of Witchcraft and Wizardry.esp", E003E0AF) && IF VAR(EN) DIRTY: 599 ITM, 67 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Skyrim School of Witchcraft and Wizardry.esp", E003E0AF) && IF VAR(RU) DIRTY: 599 ITM, 67 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Skyrim School of Witchcraft and Wizardry.esp", E003E0AF) && IF VAR(ES) DIRTY: 599 ITM, 67 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Skyrim Toilets.esp Skyrim to Morrowind.esp Skyrim Tycoon - Reloaded.esp Skyrim Tycoon - Reloaded - StandAlone Option - Less Gold In Dragonborn.esp skyrim villages.esp SlavePack.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT FILE("Skyrim Immersive Creatures.esp") MOD: SleepingDangers-SandsofTime.esp IF CHECKSUM("SleepingDangers-SandsofTime.esp", 16C5FEDD) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 16C5FEDD) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 16C5FEDD) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 6E945F25) && IF VAR(EN) DIRTY: 24 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 6E945F25) && IF VAR(RU) DIRTY: 24 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SleepingDangers-SandsofTime.esp", 6E945F25) && IF VAR(ES) DIRTY: 24 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT FILE("Skyrim Immersive Creatures.esp") MOD: Sleeping Dangers - Sands of Time.esp sleeping tree shack.esp Sleepy Hollow.esp SlightlyEnhancedBreezehome.esp SLuckyD - Wounded Knee Gulch v1.0.esp SM_PlayerHome.esp IF CHECKSUM("SM_PlayerHome.esp", CCB96081) && IF VAR(EN) DIRTY: 39 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SM_PlayerHome.esp", CCB96081) && IF VAR(RU) DIRTY: 39 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SM_PlayerHome.esp", CCB96081) && IF VAR(ES) DIRTY: 39 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 9 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 9 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 9 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". SM_PlayerHome-Quest.esp SM_Proudspire.esp Smaller Trees Markarth.esp IF CHECKSUM("Smaller Trees Markarth.esp", 3DF856F3) && IF VAR(EN) DIRTY: 0 ITM, 14 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Smaller Trees Markarth.esp", 3DF856F3) && IF VAR(RU) DIRTY: 0 ITM, 14 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Smaller Trees Markarth.esp", 3DF856F3) && IF VAR(ES) DIRTY: 0 ITM, 14 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SmallPeopleWorld.esp smithing in proudspire manor.esp smithyofhellspawn.esp Smugglers Den _ Eviction Notice.esp SnowberryCottage.esp IF CHECKSUM("SnowberryCottage.esp", DC320F38) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SnowberryCottage.esp", DC320F38) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SnowberryCottage.esp", DC320F38) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Snowbound Acres.esp SnowValley Manor.esp So (84).esp IF CHECKSUM("So (84).esp", 17486F2D) && IF VAR(EN) DIRTY: 122 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("So (84).esp", 17486F2D) && IF VAR(RU) DIRTY: 122 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("So (84).esp", 17486F2D) && IF VAR(ES) DIRTY: 122 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". so_ikarop.esp Society of Merchants Finalized.esp Society of Merchants Plaza Package.esp Society of Merchants Shop Package.esp Society of Merchants SurvivalsG Package.esp soldynemuseum.esp IF CHECKSUM("soldynemuseum.esp", 3B1F7505) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("soldynemuseum.esp", 3B1F7505) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("soldynemuseum.esp", 3B1F7505) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Soleis.esp Solitude Military Enhancement.esp SolitudeMilitaryWard.esp Solitude Blue Palace Military Enhancement.esp solitude vice.esp SolitudeCapitalCity.esp SolitudeCraftingBasement.esp SolitudeBetterDocks.esp IF FILE("Solitude A City Of Trade.esm") || IF FILE("Solitude a City of Trade.esp") || IF FILE("Solitude A City Of Trade LITE!.esp") REQ: SolitudeBetterDocks-SDD-CompatiblePatch.esp SolitudeBetterDocks-SoG-Compatible Version.esp IF FILE("SolitudeBetterDocks.esp") && IF VAR(EN) WARN: Use either SolitudeBetterDocks.esp or SolitudeBetterDocks-SoG-Compatible Version.esp, not both. IF FILE("SolitudeBetterDocks.esp") && IF VAR(RU) WARN: Используйте любой, или SolitudeBetterDocks.esp или SolitudeBetterDocks-SoG-Compatible Version.esp, не оба. IF FILE("SolitudeBetterDocks.esp") && IF VAR(ES) WARN: Usar SolitudeBetterDocks.esp o SolitudeBetterDocks-SoG-Compatible Version.esp, no ambos. BetterDocks-MergedPlugins.esp Better Docks DLC's - Compatible Version.esp BetterDocks-MP-DLC-Compatible.esp BetterDocks-NoDLC-MergedPlugins.esp solitudehomecrafting.esp solitude lighthouse home expanded.esp SolitudeManhole.esp solitudeshack.esp SolitudeSKY.esp MoreSolitudeFlora V1.0.esp UAL002_solitude_smelter01.esp IF CHECKSUM("UAL002_solitude_smelter01.esp", 0BAA337A) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UAL002_solitude_smelter01.esp", 0BAA337A) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UAL002_solitude_smelter01.esp", 0BAA337A) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". solitude sanctuary.esp SoLo Solace.esp IF CHECKSUM("SoLo Solace.esp", 72642247) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SoLo Solace.esp", 72642247) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SoLo Solace.esp", 72642247) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Solsthdungeonpack.esp Solstheim - The Lost Levels.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Dragonborn (Official Bethesda DLC) IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) Solstheim House Library.esp Solstheim House Mannequins.esp SolstheimBetterDocks.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). SolstheimBetterDocks-RRE-Compatible Version.esp someprivacyplease.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). someprivacyplease_bedroomwall_lakeview.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("someprivacyplease_bedroomwall_lakeview.esp", 561179AE) && IF VAR(EN) DIRTY: 11 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("someprivacyplease_bedroomwall_lakeview.esp", 561179AE) && IF VAR(RU) DIRTY: 11 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("someprivacyplease_bedroomwall_lakeview.esp", 561179AE) && IF VAR(ES) DIRTY: 11 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". someprivacyplease_bedroomwall_hjaalmarch.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). someprivacyplease_bedroomwall_pale.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("someprivacyplease_bedroomwall_pale.esp", 8151CF7F) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("someprivacyplease_bedroomwall_pale.esp", 8151CF7F) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("someprivacyplease_bedroomwall_pale.esp", 8151CF7F) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". someprivacyplease_door.esp someprivacyplease_door_heljarchen.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). someprivacyplease_door_hjaalmarch.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("someprivacyplease_door_hjaalmarch.esp", 1C5C73B5) && IF VAR(EN) DIRTY: 3 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("someprivacyplease_door_hjaalmarch.esp", 1C5C73B5) && IF VAR(RU) DIRTY: 3 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("someprivacyplease_door_hjaalmarch.esp", 1C5C73B5) && IF VAR(ES) DIRTY: 3 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". someprivacyplease_door_Lakeview.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IF CHECKSUM("someprivacyplease_door_Lakeview.esp", F02FE87B) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("someprivacyplease_door_Lakeview.esp", F02FE87B) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("someprivacyplease_door_Lakeview.esp", F02FE87B) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". Soul.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) SoulForge.esp SoulForgeMysticArena.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("SoulForgeMysticArena.esp", 42E3CF2D) && IF VAR(EN) DIRTY: 31 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SoulForgeMysticArena.esp", 42E3CF2D) && IF VAR(RU) DIRTY: 31 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SoulForgeMysticArena.esp", 42E3CF2D) && IF VAR(ES) DIRTY: 31 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". SoulForgeMysticArena - Hearthfire Patch.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) IFNOT FILE("SoulForgeMysticArena.esp") REQ: SoulForgeMysticArena.esp Souvenirs.esp sovengardeteleporter.esp sovereign_castle.esp Sovereign_Castle_v1.1.esp Sovngarde - completed main quest.esp IF VAR(EN) SAY: This mod is not compatible with the last quest in the Main Quest chain. Either disable the .esp before you do it or wait until you complete the main quest. IF VAR(RU) SAY: Этот мод не совместим с последним квестом в основной цепочке квестов. Либо отключите .esp, прежде чем сделать это, либо дождитесь, пока вы не завершите главный квест. SovngardeNordHeroes.esp IFNOT CHECKSUM("SovngardeNordHeroes.esp", F767A6A6) SAY: If this file is lower than version 1.3, it is Obsolete. Update to latest version. SovngardeQuest.esp IF CHECKSUM("SovngardeQuest.esp", D50921F7) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SovngardeQuest.esp", D50921F7) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SovngardeQuest.esp", D50921F7) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Spellblade.esp //dungeion/quest plus spell system too- may need to go lower -LD spidercraft - thegreylight.esp SpiderCreaters in PlayerHouses.esp spoonhillsidetrophyhall.esp SpouseLife.esp Ekkii Spouse Life.esp spousestore.esp SpouseStoreMod.esp Springberry Manor.esp Springturm.esp springwatch 1.0.esp SPSPB.esp SSSG_SecundasWatch.esp SSBreezeHomeMod.esp SSHjerimMod.esp IF CHECKSUM("SSHjerimMod.esp", 6C605C36) && IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IF CHECKSUM("SSHjerimMod.esp", 6C605C36) && IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Это может вызвать падения игры при загрузке без требуемого им файла Hearthfires (Official Bethesda DLC) IF CHECKSUM("SSHjerimMod.esp", 6C605C36) && IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda) IF CHECKSUM("SSHjerimMod.esp", 6C605C36) && IF VAR(EN) DIRTY: 151 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SSHjerimMod.esp", 6C605C36) && IF VAR(RU) DIRTY: 151 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SSHjerimMod.esp", 6C605C36) && IF VAR(ES) DIRTY: 151 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SSHjerimMod.esp", ADA84946) && IF VAR(EN) DIRTY: 141 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SSHjerimMod.esp", ADA84946) && IF VAR(RU) DIRTY: 141 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SSHjerimMod.esp", ADA84946) && IF VAR(ES) DIRTY: 141 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SSQ.esp staff_of_magnus_rack.esp Stag'sRest.esp IF FILE("Cabin in the woods.esp") INC: Cabin in the woods.esp // Same location Star-NorthernFrostBrewery.esp IF VAR(EN) WARN: This file contains 9 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 9 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 9 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Starter tent.esp Starter tent 2.esp SteepledHat's Riverwood Home.esp SteezMyster's Dungeon.esp IF CHECKSUM("SteezMyster's Dungeon.esp", FDD3C5FD) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SteezMyster's Dungeon.esp", FDD3C5FD) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SteezMyster's Dungeon.esp", FDD3C5FD) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Stegdon's Book Collection.esp IF CHECKSUM("Stegdon's Book Collection.esp", A53FC583) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Stegdon's Book Collection.esp", A53FC583) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Stegdon's Book Collection.esp", A53FC583) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Stegdon's Book Collection.esp", D87B6464) && IF VAR(EN) DIRTY: 10 ITM, 11 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Stegdon's Book Collection.esp", D87B6464) && IF VAR(RU) DIRTY: 10 ITM, 11 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Stegdon's Book Collection.esp", D87B6464) && IF VAR(ES) DIRTY: 10 ITM, 11 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 35 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 35 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 35 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". stendarrsbeaconenhanced.esp Steve's Breezehome(No MapMarker).esp StillbornKingdom.esp IF CHECKSUM("StillbornKingdom.esp", 856FB7E0) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("StillbornKingdom.esp", 856FB7E0) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("StillbornKingdom.esp", 856FB7E0) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". stillwaterrepose.esp stockades.esp IF CHECKSUM("stockades.esp", 1429DB61) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("stockades.esp", 1429DB61) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("stockades.esp", 1429DB61) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". stone_circle_mansion_m72013001.esp Stonecreek.esp stonehenge11.esp Stonewall_Manor.esp StonewallGarden3.esp IF CHECKSUM("StonewallGarden3.esp", A9A027A0) && IF VAR(EN) DIRTY: 190 ITM, 32 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("StonewallGarden3.esp", A9A027A0) && IF VAR(RU) DIRTY: 190 ITM, 32 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("StonewallGarden3.esp", A9A027A0) && IF VAR(ES) DIRTY: 190 ITM, 32 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Stoop Vlindrel Hall.esp IF CHECKSUM("Stoop Vlindrel Hall.esp", 3A4B94A0) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Stoop Vlindrel Hall.esp", 3A4B94A0) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Stoop Vlindrel Hall.esp", 3A4B94A0) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Stormreach Mansion.esp IF CHECKSUM("Stormreach Mansion.esp", 973C7CF3) && IF VAR(EN) DIRTY: 17 ITM, 7 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Stormreach Mansion.esp", 973C7CF3) && IF VAR(RU) DIRTY: 17 ITM, 7 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Stormreach Mansion.esp", 973C7CF3) && IF VAR(ES) DIRTY: 17 ITM, 7 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". StreetKids.esp StreetKids1.0.1.esp Stuck In Solstheim.esp SuikodenKingdom.esp summersetisles.esp suncresthall.esp IF CHECKSUM("suncresthall.esp", 0AFEA2E1) && IF VAR(EN) DIRTY: 48 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("suncresthall.esp", 0AFEA2E1) && IF VAR(RU) DIRTY: 48 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("suncresthall.esp", 0AFEA2E1) && IF VAR(ES) DIRTY: 48 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". sunderedlove.esp Sungarde.esp SunkenTreasures.esp SuperSkyrimBros.esp IF CHECKSUM("SuperSkyrimBros.esp", 0AC16F40) && IF VAR(EN) DIRTY: 70 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SuperSkyrimBros.esp", 0AC16F40) && IF VAR(RU) DIRTY: 70 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SuperSkyrimBros.esp", 0AC16F40) && IF VAR(ES) DIRTY: 70 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". SurSummerAssault.esp SurSummerAssault - Stormcloak.esp Survive The Night.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IFNOT VAR(SkyUI) REQ: SkyUI 3.1+ Sutvaka2.esp TAG: {{BASH: Relev}} IF CHECKSUM("Sutvaka2.esp", 90AEB6D4) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sutvaka2.esp", 90AEB6D4) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sutvaka2.esp", 90AEB6D4) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Sutvaka2 - HL.esp TAG: {{BASH: Relev}} IF CHECKSUM("Sutvaka2 - HL.esp", C5AAD236) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sutvaka2 - HL.esp", C5AAD236) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sutvaka2 - HL.esp", C5AAD236) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Svithjod.esp Sweet&Sexy Lingerie.esp REQ: "http://www.nexusmods.com/skyrim/mods/2666 CBBE" IF CHECKSUM("Sweet&Sexy Lingerie.esp", 7BB104B9) && IF VAR(EN) DIRTY: 9 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sweet&Sexy Lingerie.esp", 7BB104B9) && IF VAR(RU) DIRTY: 9 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sweet&Sexy Lingerie.esp", 7BB104B9) && IF VAR(ES) DIRTY: 9 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". SweetiesPawnShop.esp sweet roll hut.esp SwordOfSigdan.esp Syerscote.esp IF CHECKSUM("Syerscote.esp", B999C95D) && IF VAR(EN) DIRTY: 23 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Syerscote.esp", B999C95D) && IF VAR(RU) DIRTY: 23 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Syerscote.esp", B999C95D) && IF VAR(ES) DIRTY: 23 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Sylvanheim.esp IF CHECKSUM("Sylvanheim.esp", 674A01B0) && IF VAR(EN) DIRTY: 24 ITM, 18 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Sylvanheim.esp", 674A01B0) && IF VAR(RU) DIRTY: 24 ITM, 18 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Sylvanheim.esp", 674A01B0) && IF VAR(ES) DIRTY: 24 ITM, 18 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ENDGROUP: Quests S BEGINGROUP: Quests T TactlessToxins.esp Talia's Retreat.esp talos island - reborn.esp TalosCamp.esp IF CHECKSUM("TalosCamp.esp", 48D354D4) && IF VAR(EN) DIRTY: 10 ITM, 97 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TalosCamp.esp", 48D354D4) && IF VAR(RU) DIRTY: 10 ITM, 97 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TalosCamp.esp", 48D354D4) && IF VAR(ES) DIRTY: 10 ITM, 97 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". tam.esp TamagenManor.esp Tame Beast.esp IF CHECKSUM("Tame Beast.esp", 162E47A1) && IF VAR(EN) DIRTY: 52 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tame Beast.esp", 162E47A1) && IF VAR(RU) DIRTY: 52 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tame Beast.esp", 162E47A1) && IF VAR(ES) DIRTY: 52 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Tame Beast.esp", 305B14B5) && IF VAR(EN) DIRTY: 53 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tame Beast.esp", 305B14B5) && IF VAR(RU) DIRTY: 53 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tame Beast.esp", 305B14B5) && IF VAR(ES) DIRTY: 53 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Tame Beast Addon - Predators.esp Tame Beast Addon - Wild Horses.esp Tamriel Fully Created V 0.11.esp TardisMobileHome.esp tarjekin islands.esp TarmRuins.esp Tarnoc's Hunting Cabin.esp tavernovens.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). Taverns.esp TBDRuins.esp TDP-Karlu's refuge.esp TDP-Rivercave.esp TDP-Rivermine.esp TEG_DarkLoreGrimoire.esp TEG_HouseRedoran.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). teg_returntohelgen.esp TEG_Solstheim.esp TEG_TelvanniHall.esp IF CHECKSUM("TEG_TelvanniHall.esp", 802BCC84) && IF VAR(EN) DIRTY: 71 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TEG_TelvanniHall.esp", 802BCC84) && IF VAR(RU) DIRTY: 71 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TEG_TelvanniHall.esp", 802BCC84) && IF VAR(ES) DIRTY: 71 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". teg_wizards_of_winterhold.esp teg_wizards_of_winterhold_dlcrequired.esp TeleportRoom.esp Tel Mithryn BedBugFix.esp Tel Mithyrn Enhanced.esp Tel Mithryn Player Home.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). TelMithrynHouse.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). AB Telvanni House.esp TelvanniHut.esp IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). Tempel der Himmelszuflucht Erweiterung.esp Akaviri- Geschichte.esp Akaviri-Invasion.esp //akaviri esps are Tempel plugins TempleofHanaliCelanil.esp templeofjon.esp Terrace Porch.ESP Terrace Proudspire.ESP Terramis_DungeonChild.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Terramis_Dungeon_01.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Terramis_Dungeon_01.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Terramis_Dungeon_01.esp. Terramis_Dungeon_01.esp IF CHECKSUM("Terramis_Dungeon_01.esp", 0300A1D3) || IF CHECKSUM("Terramis_Dungeon_01.esp", E718C834) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Terramis_Dungeon_01.esp", 0300A1D3) || IF CHECKSUM("Terramis_Dungeon_01.esp", E718C834) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Terramis_Dungeon_01.esp", 0300A1D3) || IF CHECKSUM("Terramis_Dungeon_01.esp", E718C834) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("Terramis_Dungeon_01.esm") && IF VAR(EN) WARN: Use either Terramis_Dungeon_01.esm or Terramis_Dungeon_01.esp, not both. IF FILE("Terramis_Dungeon_01.esm") && IF VAR(RU) WARN: Используйте любой, или Terramis_Dungeon_01.esm или Terramis_Dungeon_01.esp, не оба. IF FILE("Terramis_Dungeon_01.esm") && IF VAR(ES) WARN: Usar Terramis_Dungeon_01.esm o Terramis_Dungeon_01.esp, no ambos. Tertre des eaux murmurantes.esp TestAreaTeleport.esp Thornrock.esp TKratosteleports.esp Temporal Rift.esp TES Arena Amol.esp Tes Arena Nimalten.esp Tes Arena NorthKeep.esp Tes Heralchen Creek.esp test house.esp Testinghall.esp NewTestingHall1-1.esp TezofTerrornorthsTomb.esp TG Headquarters Overhaul v.1.5.esp IF CHECKSUM("TG Headquarters Overhaul v.1.5.esp", DAB11B5F) || IF CHECKSUM("TG Headquarters Overhaul v.1.5.esp", D29B4EA2) && IF VAR(EN) DIRTY: 6 ITM, 224 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TG Headquarters Overhaul v.1.5.esp", DAB11B5F) || IF CHECKSUM("TG Headquarters Overhaul v.1.5.esp", D29B4EA2) && IF VAR(RU) DIRTY: 6 ITM, 224 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TG Headquarters Overhaul v.1.5.esp", DAB11B5F) || IF CHECKSUM("TG Headquarters Overhaul v.1.5.esp", D29B4EA2) && IF VAR(ES) DIRTY: 6 ITM, 224 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". TG Headquarters Overhaul GS v033.esp TG Headquarters Overhaul GS.esp tgnq.esp ThalmorPartyIsParty.esp ThalmorSolitudeheadQuartersRedone.esp Thanes Basement.esp IF CHECKSUM("Thanes Basement.esp", 7C9A098B) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Thanes Basement.esp", 7C9A098B) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Thanes Basement.esp", 7C9A098B) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Thanes Basement DoorMoved.esp IF CHECKSUM("Thanes Basement DoorMoved.esp", 70BB45F1) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Thanes Basement DoorMoved.esp", 70BB45F1) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Thanes Basement DoorMoved.esp", 70BB45F1) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Thane's Breezehome.esp thane's breezehome(v.4.1).esp Thanes Breezehome Additions II.esp MOD: Thanes Zwiększenia Breezehome. Esp //note space in . Esp, this is likely incorrect Thane's_Ridge_no_hearthfire.esp Thane's_Ridge_hearthfire.esp IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). A Thane-Worthy Breezehome.esp IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF CHECKSUM("A Thane-Worthy Breezehome.esp", B7504810) && IF VAR(EN) DIRTY: 0 ITM, 31 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("A Thane-Worthy Breezehome.esp", B7504810) && IF VAR(RU) DIRTY: 0 ITM, 31 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("A Thane-Worthy Breezehome.esp", B7504810) && IF VAR(ES) DIRTY: 0 ITM, 31 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". the abyss.esp The Arena.esp TheArena.esp IF CHECKSUM("TheArena.esp", 48B89C4D) && IF VAR(EN) DIRTY: 19 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheArena.esp", 48B89C4D) && IF VAR(RU) DIRTY: 19 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheArena.esp", 48B89C4D) && IF VAR(ES) DIRTY: 19 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Asteria - Dwemer Airship.esp IF CHECKSUM("The Asteria - Dwemer Airship.esp", 4D03E50A) && IF VAR(EN) DIRTY: 148 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Asteria - Dwemer Airship.esp", 4D03E50A) && IF VAR(RU) DIRTY: 148 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Asteria - Dwemer Airship.esp", 4D03E50A) && IF VAR(ES) DIRTY: 148 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". theaviary.esp IF CHECKSUM("theaviary.esp", BA55788C) && IF VAR(EN) DIRTY: 13 ITM, 12 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("theaviary.esp", BA55788C) && IF VAR(RU) DIRTY: 13 ITM, 12 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("theaviary.esp", BA55788C) && IF VAR(ES) DIRTY: 13 ITM, 12 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". the batman.esp Quest_TheBiggerTheyAre.esp theblackrabbithouse.esp The Bridge To Whiterun.esp the cathedral.esp TheCave_ASimpleLife.esp IF CHECKSUM("TheCave_ASimpleLife.esp", EF45600C) && IF VAR(EN) DIRTY: 2 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheCave_ASimpleLife.esp", EF45600C) && IF VAR(RU) DIRTY: 2 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheCave_ASimpleLife.esp", EF45600C) && IF VAR(ES) DIRTY: 2 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". TheCaveofTreasures.esp TheChampionsOfTamriel.esp IF CHECKSUM("TheChampionsOfTamriel.esp", A8C8F78A) && IF VAR(EN) DIRTY: 30 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheChampionsOfTamriel.esp", A8C8F78A) && IF VAR(RU) DIRTY: 30 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheChampionsOfTamriel.esp", A8C8F78A) && IF VAR(ES) DIRTY: 30 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Cheese of Ages.esp the city of thieves.esp TheClockworkAdventure.esp IF CHECKSUM("TheClockworkAdventure.esp", 16581EB1) && IF VAR(EN) DIRTY: 0 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheClockworkAdventure.esp", 16581EB1) && IF VAR(RU) DIRTY: 0 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheClockworkAdventure.esp", 16581EB1) && IF VAR(ES) DIRTY: 0 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". TheClone Breezehome.esp TheClone Breezehome - alternative.esp TheClone Breezehome - housemarkerfasttravel fix.esp TheClone Breezehome Light fix.esp REGEX: TheClone Honeyside.*\.esp IF CHECKSUM("TheClone Honeyside.esp", BF7D1324) && IF VAR(EN) DIRTY: 0 ITM, 75 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheClone Honeyside.esp", BF7D1324) && IF VAR(RU) DIRTY: 0 ITM, 75 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheClone Honeyside.esp", BF7D1324) && IF VAR(ES) DIRTY: 0 ITM, 75 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("TheClone Honeyside û Housecarl B gone.esp", 7086A8F6) && IF VAR(EN) DIRTY: 2 ITM, 75 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheClone Honeyside û Housecarl B gone.esp", 7086A8F6) && IF VAR(RU) DIRTY: 2 ITM, 75 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheClone Honeyside û Housecarl B gone.esp", 7086A8F6) && IF VAR(ES) DIRTY: 2 ITM, 75 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Coast of Morrowind.esp thecollectorshouse.esp The Descent.esp IF CHECKSUM("The Descent.esp", E30989AF) && IF VAR(EN) DIRTY: 90 ITM, 24 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Descent.esp", E30989AF) && IF VAR(RU) DIRTY: 90 ITM, 24 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Descent.esp", E30989AF) && IF VAR(ES) DIRTY: 90 ITM, 24 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 5 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 5 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 5 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". The Descent_rus.esp IF CHECKSUM("The Descent_rus.esp", 6A9D98B6) && IF VAR(EN) DIRTY: 57 ITM, 24 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Descent_rus.esp", 6A9D98B6) && IF VAR(RU) DIRTY: 57 ITM, 24 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Descent_rus.esp", 6A9D98B6) && IF VAR(ES) DIRTY: 57 ITM, 24 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 5 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 5 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 5 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF FILE("The Descent.esp") && IF VAR(EN) WARN: Use either The Descent.esp or The Descent_rus.esp, not both. IF FILE("The Descent.esp") && IF VAR(RU) WARN: Используйте любой, или The Descent.esp или The Descent_rus.esp, не обa. IF FILE("The Descent.esp") && IF VAR(ES) WARN: Usar The Descent.esp o The Descent_rus.esp, no ambos. The Deserts of Elsewyr.esp the deserts of lorgon.esp thedomain.esp IF CHECKSUM("thedomain.esp", 851F358F) && IF VAR(EN) DIRTY: 1326 ITM, 20 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("thedomain.esp", 851F358F) && IF VAR(RU) DIRTY: 1326 ITM, 20 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("thedomain.esp", 851F358F) && IF VAR(ES) DIRTY: 1326 ITM, 20 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". // xEdit 3.0.29 thedovahkiinbirthright.esp The Dragon's Mansion.esp The Drunkard Drinks v1.00.esp TheEvilMansion.esp TheEvilMansionDE.esp The Eye.esp The Fancy Flagon.esp The Fifth Gate.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("The Fifth Gate.esp", 2726C0BF) && IF VAR(EN) DIRTY: 69 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Fifth Gate.esp", 2726C0BF) && IF VAR(RU) DIRTY: 69 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Fifth Gate.esp", 2726C0BF) && IF VAR(ES) DIRTY: 69 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Die fünf Pforten- Deutsch.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Die fünf Pforten- Deutsch.esp", 69E4E164) && IF VAR(EN) DIRTY: 67 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Die fünf Pforten- Deutsch.esp", 69E4E164) && IF VAR(RU) DIRTY: 67 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Die fünf Pforten- Deutsch.esp", 69E4E164) && IF VAR(ES) DIRTY: 67 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". La Quinta Gate.esp the floating forges.esp The Forbidden Pool.esp The Force.esp IF CHECKSUM("The Force.esp", F697BCE7) && IF VAR(EN) DIRTY: 22 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Force.esp", F697BCE7) && IF VAR(RU) DIRTY: 22 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Force.esp", F697BCE7) && IF VAR(ES) DIRTY: 22 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Force SKYRE patch.esp TheForgottenOnes.esp thefoxhole.esp thefrontier.esp IF CHECKSUM("thefrontier.esp", 13762B47) && IF VAR(EN) DIRTY: 200 ITM, 22 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("thefrontier.esp", 13762B47) && IF VAR(RU) DIRTY: 200 ITM, 22 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("thefrontier.esp", 13762B47) && IF VAR(ES) DIRTY: 200 ITM, 22 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("TheFrontier.esp", BEE47B46) && IF VAR(EN) DIRTY: 8 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheFrontier.esp", BEE47B46) && IF VAR(RU) DIRTY: 8 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheFrontier.esp", BEE47B46) && IF VAR(ES) DIRTY: 8 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("TheFrontier.esp", 7314B95) && IF VAR(EN) DIRTY: 9 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheFrontier.esp", 7314B95) && IF VAR(RU) DIRTY: 9 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheFrontier.esp", 7314B95) && IF VAR(ES) DIRTY: 9 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Graves of Falkreath.esp thegrotto.esp The Grotto-Arena for Skyrim.esp The Haunted Forests.esp TheHoleInTheWall.esp TheJumpEvent.esp thelabyrinth01.esp TheMadMasker.esp theMannysOutPost.esp themazechap2.esp The McMiller Chronicles.esp IF CHECKSUM("The McMiller Chronicles.esp", E2214B30) && IF VAR(EN) DIRTY: 32 ITM, 13 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The McMiller Chronicles.esp", E2214B30) && IF VAR(RU) DIRTY: 32 ITM, 13 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The McMiller Chronicles.esp", E2214B30) && IF VAR(ES) DIRTY: 32 ITM, 13 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". El McMiller Chronicles.esp the_monastery_of_eru.esp TheMoors.esp the myth of naraag.esp TheNewShack.esp thenotebook.esp TheOldGuard.esp IF CHECKSUM("TheOldGuard.esp", BC385137) && IF VAR(EN) DIRTY: 13 ITM, 14 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TheOldGuard.esp", BC385137) && IF VAR(RU) DIRTY: 13 ITM, 14 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TheOldGuard.esp", BC385137) && IF VAR(ES) DIRTY: 13 ITM, 14 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". theoutpost.esp The Paarthurnax Dilemma.esp IF VERSION("TES5", "1.8.151", <) REQ: Skyrim 1.8.151+ The+Paarthurnax+Dilemma.esp //possible chinese version The Pit.esp IF CHECKSUM("The Pit.esp", EBF44000) && IF VAR(EN) DIRTY: 5 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Pit.esp", EBF44000) && IF VAR(RU) DIRTY: 5 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Pit.esp", EBF44000) && IF VAR(ES) DIRTY: 5 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Pleasant Lair.esp TheRabbtHoleCaveHideout.esp the real paarthurnax.esp The Real Paarthurnax Redone.esp therealpaarthurnaxredone.esp TheRed.esp The Red Paw.esp IF CHECKSUM("The Red Paw.esp", 68F59D29) && IF VAR(EN) DIRTY: 10 ITM, 764 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Red Paw.esp", 68F59D29) && IF VAR(RU) DIRTY: 10 ITM, 764 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Red Paw.esp", 68F59D29) && IF VAR(ES) DIRTY: 10 ITM, 764 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Thermopylae.esp IF CHECKSUM("Thermopylae.esp", 70E4B395) && IF VAR(EN) DIRTY: 31 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Thermopylae.esp", 70E4B395) && IF VAR(RU) DIRTY: 31 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Thermopylae.esp", 70E4B395) && IF VAR(ES) DIRTY: 31 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". thereserve.esp thereserve_v2.esp thereturnofthedwemer.esp The Return Of The Forruner.esp the room.esp The Scratching Post.esp The Scribes Lectern.esp IF CHECKSUM("The Scribes Lectern.esp", EB185B71) && IF VAR(EN) DIRTY: 10 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Scribes Lectern.esp", EB185B71) && IF VAR(RU) DIRTY: 10 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Scribes Lectern.esp", EB185B71) && IF VAR(ES) DIRTY: 10 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". The Secret Room of Breezehome (En).esp The Secret Room of Breezehome.esp IF FILE("secretroom-bh-en.esp") && IF VAR(EN) WARN: Use either The Secret Room of Breezehome.esp or secretroom-bh-en.esp, not both. IF FILE("secretroom-bh-en.esp") && IF VAR(RU) WARN: Используйте любой, или The Secret Room of Breezehome.esp или secretroom-bh-en.esp, не оба. IF FILE("secretroom-bh-en.esp") && IF VAR(ES) WARN: Usar The Secret Room of Breezehome.esp o secretroom-bh-en.esp, no ambos. theShrines.esp thesnakepit.esp The Spartans.esp TheTaintedTankard.esp The Tomb.esp the tome.esp the tool of the gray fox quest.esp TheTownIsSafe.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IF FILE("When Vampires Attack.esp") INC: When Vampires Attack.esp the tree of vjaas.esp TAG: {{BASH: Relev}} IF CHECKSUM("the tree of vjaas.esp", DF49540D) && IF VAR(EN) DIRTY: 76 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("the tree of vjaas.esp", DF49540D) && IF VAR(RU) DIRTY: 76 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("the tree of vjaas.esp", DF49540D) && IF VAR(ES) DIRTY: 76 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". the valenwood project.esp The Void Walker.esp IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". The Warden Stone.esp IF CHECKSUM("The Warden Stone.esp", DEE8CBE9) && IF VAR(EN) DIRTY: 9 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("The Warden Stone.esp", DEE8CBE9) && IF VAR(RU) DIRTY: 9 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("The Warden Stone.esp", DEE8CBE9) && IF VAR(ES) DIRTY: 9 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". theWatchTowers.esp TheWhiteHouse.esp Thief'sHideout.esp ThiefsHideout.esp ThiefsHideoutPRO.esp Thieves_Guild_for_Powerusers_2.esp thievesdoor.esp thievesguildexit.esp IF CHECKSUM("thievesguildexit.esp", 6183EA77) && IF VAR(EN) DIRTY: 3 ITM, 18 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("thievesguildexit.esp", 6183EA77) && IF VAR(RU) DIRTY: 3 ITM, 18 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("thievesguildexit.esp", 6183EA77) && IF VAR(ES) DIRTY: 3 ITM, 18 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ThiefSecretEntrances.esp IF CHECKSUM("ThiefSecretEntrances.esp", F2CCB43F) && IF VAR(EN) DIRTY: 18 ITM, 2 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ThiefSecretEntrances.esp", F2CCB43F) && IF VAR(RU) DIRTY: 18 ITM, 2 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ThiefSecretEntrances.esp", F2CCB43F) && IF VAR(ES) DIRTY: 18 ITM, 2 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Thieves Guild Redone.esp Thieves Guild Smith Upgrade.esp thieves hideout.esp thievesguilddie.esp thievesguildhomestead.esp ThievesGuildSafeHouseGrungy.esp ThievesGuildSafeHouseGrungy2.esp ThievesGuildTrapdoor.esp IF CHECKSUM("ThievesGuildTrapdoor.esp", 8E258333) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ThievesGuildTrapdoor.esp", 8E258333) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ThievesGuildTrapdoor.esp", 8E258333) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". ThirdEraWars.esp //later versions have increasing scope, not sure of best placement -LD ThistleCottage.esp threebridgesfarm.esp threinsford_town_mod.esp throneroom.esp IF CHECKSUM("throneroom.esp", 2F04B129) && IF VAR(EN) DIRTY: 0 ITM, 32 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("throneroom.esp", 2F04B129) && IF VAR(RU) DIRTY: 0 ITM, 32 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("throneroom.esp", 2F04B129) && IF VAR(ES) DIRTY: 0 ITM, 32 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". thrudvang islands.esp Thunderbolt - The Shout Package.esp IF CHECKSUM("Thunderbolt - The Shout Package.esp", C1886DBD) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Thunderbolt - The Shout Package.esp", C1886DBD) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Thunderbolt - The Shout Package.esp", C1886DBD) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Thunderchild - Epic Shout Package.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IF VAR(EN) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. IF VAR(RU) SAY: Не очищать. "Грязные" правки оставлены специально и требуются для функционирования мода. IF VAR(ES) SAY: Do not clean. "Dirty" edits are intentional and required for the mod to function. Thunderchild - Dragon Language Words Patch.esp Thunderchild - SkyRe Compatibility Patch.esp thundersnow1.esp thuumfollowers.esp ticklefeathersseverinmanor.esp Tienda de alquimia.esp tinyalchemisthut.esp IF CHECKSUM("tinyalchemisthut.esp", 4D9F38F8) || IF CHECKSUM("tinyalchemisthut.esp", A0FAF929) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("tinyalchemisthut.esp", 4D9F38F8) || IF CHECKSUM("tinyalchemisthut.esp", A0FAF929) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("tinyalchemisthut.esp", 4D9F38F8) || IF CHECKSUM("tinyalchemisthut.esp", A0FAF929) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("tinyalchemisthut.esp", C7BB600C) && IF VAR(EN) DIRTY: 16 ITM, 15 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tinyalchemisthut.esp", C7BB600C) && IF VAR(RU) DIRTY: 16 ITM, 15 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tinyalchemisthut.esp", C7BB600C) && IF VAR(ES) DIRTY: 16 ITM, 15 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". tinyassassinhideout.esp IF CHECKSUM("tinyassassinhideout.esp", 04A59033) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tinyassassinhideout.esp", 04A59033) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tinyassassinhideout.esp", 04A59033) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". tinymagetower.esp IF CHECKSUM("tinymagetower.esp", 33ADB458) || IF CHECKSUM("tinymagetower.esp", 4536712D) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("tinymagetower.esp", 33ADB458) || IF CHECKSUM("tinymagetower.esp", 4536712D) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("tinymagetower.esp", 33ADB458) || IF CHECKSUM("tinymagetower.esp", 4536712D) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("tinymagetower.esp", 52753B88) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tinymagetower.esp", 52753B88) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tinymagetower.esp", 52753B88) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". tinymagetowernopainnogain.esp IF CHECKSUM("tinymagetowernopainnogain.esp", 04DD015D) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("tinymagetowernopainnogain.esp", 04DD015D) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("tinymagetowernopainnogain.esp", 04DD015D) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. tinymagetowernpainnogain.esp // missing o is not typo. IF FILE("tinymagetower.esp") && IF VAR(EN) WARN: Use either tinymagetower.esp or tinymagetowernpainnogain.esp, not both. IF FILE("tinymagetower.esp") && IF VAR(RU) WARN: Используйте любой, или tinymagetower.esp или tinymagetowernpainnogain.esp, не обa. IF FILE("tinymagetower.esp") && IF VAR(ES) WARN: either tinymagetower.esp or tinymagetowernpainnogain.esp, no ambos. IF CHECKSUM("tinymagetowernpainnogain.esp", 33FE7DAE) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tinymagetowernpainnogain.esp", 33FE7DAE) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tinymagetowernpainnogain.esp", 33FE7DAE) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". tinytreehome.esp IF CHECKSUM("tinytreehome.esp", 31567AAA) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tinytreehome.esp", 31567AAA) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tinytreehome.esp", 31567AAA) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". tinytreehomebarebones.esp IF FILE("tinytreehome.esp") && IF VAR(EN) WARN: Use either tinytreehome.esp or tinytreehomebarebones.esp, not both. IF FILE("tinytreehome.esp") && IF VAR(RU) WARN: Используйте любой, или tinytreehome.esp или tinytreehomebarebones.esp, не обa. IF FILE("tinytreehome.esp") && IF VAR(ES) WARN: Usar tinytreehome.esp o tinytreehomebarebones.esp, no ambos. IF CHECKSUM("tinytreehomebarebones.esp", 2713BEFA) && IF VAR(EN) DIRTY: 10 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("tinytreehomebarebones.esp", 2713BEFA) && IF VAR(RU) DIRTY: 10 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("tinytreehomebarebones.esp", 2713BEFA) && IF VAR(ES) DIRTY: 10 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Tired.esp TNH_Brisenheim.esp TojosDragons.esp Tolucan.esp Tomb ahranas.esp tomb of garok.esp tomb of lucien lachance.esp Tomb of the Volkihar.esp IF CHECKSUM("Tomb of the Volkihar.esp", BDA182AC) && IF VAR(EN) DIRTY: 15 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tomb of the Volkihar.esp", BDA182AC) && IF VAR(RU) DIRTY: 15 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tomb of the Volkihar.esp", BDA182AC) && IF VAR(ES) DIRTY: 15 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". TombOfTheNefarious.esp tomboftrials.esp tos_secretprayereng.esp TOTWRapids.esp towBlockSteal.esp tower unlocked master's edition - thegreylight.esp TowersFlags.esp towHarvest.esp IF CHECKSUM("towHarvest.esp", A3654F92) && IF VAR(Dawnguard) ERROR: Dawnguard version required. towHarvestLanguage_German.esp towHarvestDLCPatch_DG.esp towHarvestDLCPatch_DBDG.esp towHarvestFloraRespawnFix.esp towMaterialbox.esp towQuickPower.esp ToxicPumpkins.esp TQC.esp TQContest_Agamashi.esp IF CHECKSUM("TQContest_Agamashi.esp", E053A0C5) && IF VAR(EN) DIRTY: 8 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TQContest_Agamashi.esp", E053A0C5) && IF VAR(RU) DIRTY: 8 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TQContest_Agamashi.esp", E053A0C5) && IF VAR(ES) DIRTY: 8 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". trader village.esp TradersChest.esp TradersChestHomes.esp Trainers Guild.esp REGEX: Trainers Guild .+\.esp Trajan Dungeon.esp Transformer Abode Vehicle.esp TransmutationChest.esp travelhouse.esp Treasure caves.esp Treasure Maps of Skyrim.esp treasure_hunt.esp treasurehunt.esp Trees for Solitude V1.1.esp Trees for Solitude.esp treehouse.esp treehouse_larger.esp treehouse2.0BETA.esp TristramInSkyrim.esp Tropical island.esp IF CHECKSUM("Tropical island.esp", BFA92875) && IF VAR(EN) DIRTY: 25 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Tropical island.esp", BFA92875) && IF VAR(RU) DIRTY: 25 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Tropical island.esp", BFA92875) && IF VAR(ES) DIRTY: 25 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". TropicalIslands.esp TruePeopleOfSkyrim.esp IF CHECKSUM("TruePeopleOfSkyrim.esp", 487C296B) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("TruePeopleOfSkyrim.esp", 487C296B) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("TruePeopleOfSkyrim.esp", 487C296B) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("TruePeopleOfSkyrim.esp", EDFB3782) && IF VAR(EN) DIRTY: 39 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("TruePeopleOfSkyrim.esp", EDFB3782) && IF VAR(RU) DIRTY: 39 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("TruePeopleOfSkyrim.esp", EDFB3782) && IF VAR(ES) DIRTY: 39 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 18 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 18 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 18 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Tsunami_PCH_2013M7.esp TTOA.esp tukkordoshouse.esp Tundra Defense.esp tundra lodge.esp TVDLonghouse.esp TVDVampireLair.esp (TWE) Riften Brothel..esp IF CHECKSUM("(TWE) Riften Brothel..esp", 81F1B405) && IF VAR(EN) DIRTY: 0 ITM, 14 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("(TWE) Riften Brothel..esp", 81F1B405) && IF VAR(RU) DIRTY: 0 ITM, 14 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("(TWE) Riften Brothel..esp", 81F1B405) && IF VAR(ES) DIRTY: 0 ITM, 14 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Twilight Forest.esp Twilight Forest - Ambient Lighting.esp twilight watch - nightingale player home.esp TwilticManor.esp twin_towers_island_fortress01m7.esp TxG_WindstadMasterBedroomMakeover.esp TytaniumDragonGeneration.esp ENDGROUP: Quests T BEGINGROUP: Quests U BBLuxurySuiteUndergroundBathhouse.esp IF CHECKSUM("BBLuxurySuiteUndergroundBathhouse.esp", 487E17E1) && IF VAR(EN) DIRTY: 0 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("BBLuxurySuiteUndergroundBathhouse.esp", 487E17E1) && IF VAR(RU) DIRTY: 0 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("BBLuxurySuiteUndergroundBathhouse.esp", 487E17E1) && IF VAR(ES) DIRTY: 0 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". //superseded by BBLS/UB merge, below? //following two merges must go after all BBLS files, and before all UB/cell files; UB/cell set follows ub_bbls_merge.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_bbls_merge.esp", A7948BE9) && IF VAR(EN) DIRTY: 11 ITM, 24 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_bbls_merge.esp", A7948BE9) && IF VAR(RU) DIRTY: 11 ITM, 24 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_bbls_merge.esp", A7948BE9) && IF VAR(ES) DIRTY: 11 ITM, 24 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_bbls_merge_classier.esp IFNOT VAR(BBLS) && IF VAR(EN) ERROR: BBLuxurySuite.esm is not present or is not active. Skyrim will CTD when loading if using this file without "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(RU) ERROR: BBLuxurySuite.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT VAR(BBLS) && IF VAR(ES) ERROR: BBLuxurySuite.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin "http://www.nexusmods.com/skyrim/mods/11427 Bathing Beauties / Beefcakes Luxury Suite". IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_bbls_merge_classier.esp", 16E811FF) && IF VAR(EN) DIRTY: 11 ITM, 24 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_bbls_merge_classier.esp", 16E811FF) && IF VAR(RU) DIRTY: 11 ITM, 24 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_bbls_merge_classier.esp", 16E811FF) && IF VAR(ES) DIRTY: 11 ITM, 24 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_invite_any_npc.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. ub_npc_rework.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. ub_apachii_hair.esp IFNOT VAR(ApachiiHair) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHair) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHair) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHair.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT VAR(ApachiiHairF) && IF VAR(EN) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT VAR(ApachiiHairF) && IF VAR(RU) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT VAR(ApachiiHairF) && IF VAR(ES) ERROR: "http://www.nexusmods.com/skyrim/mods/10168 ApachiiHairFemales.esm" no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. ub_cell_armory.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_cell_armory.esp", 1BED9CAE) && IF VAR(EN) DIRTY: 1 ITM, 137 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_cell_armory.esp", 1BED9CAE) && IF VAR(RU) DIRTY: 1 ITM, 137 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_cell_armory.esp", 1BED9CAE) && IF VAR(ES) DIRTY: 1 ITM, 137 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_cell_bedroom.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_cell_bedroom.esp", 859CFAB7) && IF VAR(EN) DIRTY: 0 ITM, 1078 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_cell_bedroom.esp", 859CFAB7) && IF VAR(RU) DIRTY: 0 ITM, 1078 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_cell_bedroom.esp", 859CFAB7) && IF VAR(ES) DIRTY: 0 ITM, 1078 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_cell_cavern.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_cell_cavern.esp", D7E59575) && IF VAR(EN) DIRTY: 3 ITM, 417 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_cell_cavern.esp", D7E59575) && IF VAR(RU) DIRTY: 3 ITM, 417 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_cell_cavern.esp", D7E59575) && IF VAR(ES) DIRTY: 3 ITM, 417 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_cell_darkarea.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_cell_darkarea.esp", 75150381) && IF VAR(EN) DIRTY: 0 ITM, 419 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_cell_darkarea.esp", 75150381) && IF VAR(RU) DIRTY: 0 ITM, 419 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_cell_darkarea.esp", 75150381) && IF VAR(ES) DIRTY: 0 ITM, 419 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_cell_dislayroom.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_cell_dislayroom.esp", 5F76A5B5) && IF VAR(EN) DIRTY: 3 ITM, 273 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_cell_dislayroom.esp", 5F76A5B5) && IF VAR(RU) DIRTY: 3 ITM, 273 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_cell_dislayroom.esp", 5F76A5B5) && IF VAR(ES) DIRTY: 3 ITM, 273 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_cell_kitchen.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_cell_kitchen.esp", 62B40383) && IF VAR(EN) DIRTY: 0 ITM, 111 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_cell_kitchen.esp", 62B40383) && IF VAR(RU) DIRTY: 0 ITM, 111 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_cell_kitchen.esp", 62B40383) && IF VAR(ES) DIRTY: 0 ITM, 111 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_cell_maintenance_room.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_cell_maintenance_room.esp", F1E13A88) && IF VAR(EN) DIRTY: 3 ITM, 329 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_cell_maintenance_room.esp", F1E13A88) && IF VAR(RU) DIRTY: 3 ITM, 329 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_cell_maintenance_room.esp", F1E13A88) && IF VAR(ES) DIRTY: 3 ITM, 329 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_cell_teleportroom.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_cell_teleportroom.esp", B593474E) && IF VAR(EN) DIRTY: 3 ITM, 170 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_cell_teleportroom.esp", B593474E) && IF VAR(RU) DIRTY: 3 ITM, 170 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_cell_teleportroom.esp", B593474E) && IF VAR(ES) DIRTY: 3 ITM, 170 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_disable_teleportroom.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. IF CHECKSUM("ub_disable_teleportroom.esp", 14BFDF11) && IF VAR(EN) DIRTY: 4 ITM, 170 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ub_disable_teleportroom.esp", 14BFDF11) && IF VAR(RU) DIRTY: 4 ITM, 170 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ub_disable_teleportroom.esp", 14BFDF11) && IF VAR(ES) DIRTY: 4 ITM, 170 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ub_tapestry.esp IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(EN) ERROR: UndergroundBathhouse.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(RU) ERROR: UndergroundBathhouse.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("UndergroundBathhouse.esm") && IF VAR(ES) ERROR: UndergroundBathhouse.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. UDO.esm IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF VAR(EN) SAY: UDO.esm is mis-named. It is NOT an esm file. IF VAR(RU) SAY: UDO.esm неверно назван. Это не esm-файл. IF CHECKSUM("UDO.esm", 23A1B8F9) && IF VAR(EN) DIRTY: 0 ITM, 3835 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UDO.esm", 23A1B8F9) && IF VAR(RU) DIRTY: 0 ITM, 3835 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UDO.esm", 23A1B8F9) && IF VAR(ES) DIRTY: 0 ITM, 3835 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". UDO.esp IF CHECKSUM("UDO.esp", D7D3445D) && IF VAR(EN) DIRTY: 15 ITM, 4448 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UDO.esp", D7D3445D) && IF VAR(RU) DIRTY: 15 ITM, 4448 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UDO.esp", D7D3445D) && IF VAR(ES) DIRTY: 15 ITM, 4448 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". UDOchestless.esp IF VAR(EN) SAY: UDOChestless.esp does not have Skyrim.esm as a master file. Most likely it will create duplicates of everything it is supposed to modify. IF VAR(RU) SAY: UDOChestless.esp не имеет Skyrim.esm в мастерфайлах. Наиболее вероятно будут созданны дубликаты всего, что было модифицировано. UESP Skyversary NPCs.esp Uguz.esp Ukodus.esp Ultimate Followers and Adversaries Pack 1.esp Ultimate HD Fire Spells.esp // ^ has no spell data, just cell and world data IF CHECKSUM("Ultimate HD Fire Spells.esp", E79BB5EF) && IF VAR(EN) DIRTY: 0 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ultimate HD Fire Spells.esp", E79BB5EF) && IF VAR(RU) DIRTY: 0 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ultimate HD Fire Spells.esp", E79BB5EF) && IF VAR(ES) DIRTY: 0 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ultimate training ground.esp IF CHECKSUM("Ultimate training ground.esp", 2DE178EF) && IF VAR(EN) DIRTY: 12 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Ultimate training ground.esp", 2DE178EF) && IF VAR(RU) DIRTY: 12 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Ultimate training ground.esp", 2DE178EF) && IF VAR(ES) DIRTY: 12 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Ultimate Witcher MOD.esp TAG: {{BASH: Relev}} Ultimate Witcher Mod Enhanced.esp Undeath.esp Undeath-Falskaar.esp Undeath-Requiem.esp underbreeze.esp IF CHECKSUM("underbreeze.esp", 749FBDAC) && IF VAR(EN) DIRTY: 2 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("underbreeze.esp", 749FBDAC) && IF VAR(RU) DIRTY: 2 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("underbreeze.esp", 749FBDAC) && IF VAR(ES) DIRTY: 2 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Undercity.esp underforgeentrance.esp undergroundvault.esp understone keep refurbished.esp Understone Keep RepairV1_1.esp Understone Keep RepairV1_2.esp UnderTows Farmstead.esp unicorncave.esp IF FILE("UnicornCave.esm") && IF VAR(EN) WARN: Use either UnicornCave.esm or unicorncave.esp, not both. IF FILE("UnicornCave.esm") && IF VAR(RU) WARN: Используйте любой, или UnicornCave.esm или unicorncave.esp, не оба. IF FILE("UnicornCave.esm") && IF VAR(ES) WARN: Usar UnicornCave.esm o unicorncave.esp, no ambos. IF CHECKSUM("unicorncave.esp", 40169648) && IF VAR(EN) DIRTY: 37 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("unicorncave.esp", 40169648) && IF VAR(RU) DIRTY: 37 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("unicorncave.esp", 40169648) && IF VAR(ES) DIRTY: 37 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Unique Places.esp IF CHECKSUM("Unique Places.esp", 43524F9F) && IF VAR(EN) DIRTY: 47 ITM, 48 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Unique Places.esp", 43524F9F) && IF VAR(RU) DIRTY: 47 ITM, 48 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Unique Places.esp", 43524F9F) && IF VAR(ES) DIRTY: 47 ITM, 48 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Unique Places Visible Markers.esp Unique Places with visible markers.esp Universal Trainer.esp unkeptunderstonekeep025.esp UpkeptUnderkeep.esp IF CHECKSUM("UpkeptUnderkeep.esp", F6E10E47) && IF VAR(EN) DIRTY: 0 ITM, 120 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("UpkeptUnderkeep.esp", F6E10E47) && IF VAR(RU) DIRTY: 0 ITM, 120 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("UpkeptUnderkeep.esp", F6E10E47) && IF VAR(ES) DIRTY: 0 ITM, 120 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Unremarkable Cave.esp REGEX: Unremarkable Cave .+\.esp Unstable tower.esp Unstable tower eng.esp IF CHECKSUM("Unstable tower eng.esp", 4BB6B136) && IF VAR(EN) DIRTY: 62 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Unstable tower eng.esp", 4BB6B136) && IF VAR(RU) DIRTY: 62 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Unstable tower eng.esp", 4BB6B136) && IF VAR(ES) DIRTY: 62 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 3 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 3 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 3 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Urukcamps.esp UTWCellar.esp ENDGROUP: Quests U BEGINGROUP: Quests V vallanstead.esp Valley View Home.esp valsgardefjord.esp Valtheim2.esp Valuungrann.esp Vamp_Quest_01.esp VampHome.esp Vampire Castle.esp VAMPIRECASTLE_modresource.esp VAMPIRECASTLE.esp Vampire Citidel.esp vampire hunters.esp Vampire Slavers Den.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("Vampire Slavers Den.esp", 47AA2819) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vampire Slavers Den.esp", 47AA2819) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vampire Slavers Den.esp", 47AA2819) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". VampireHideouts.esp varenguard.esp VariedDungeonsofSkyrim.esp Vath.esp Vault of kingorc.esp IF CHECKSUM("Vault of kingorc.esp", D553054A) && IF VAR(EN) DIRTY: 31 ITM, 73 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vault of kingorc.esp", D553054A) && IF VAR(RU) DIRTY: 31 ITM, 73 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vault of kingorc.esp", D553054A) && IF VAR(ES) DIRTY: 31 ITM, 73 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Vault of the Dovahkiin - Assassin.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Vault of the Dovahkiin 1.1 - Assassin.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Vault of the Dovahkiin 1.1 - Assassin.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Vault of the Dovahkiin 1.1 - Assassin.esp. Vault of the Dovahkiin - Imperial.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Vault of the Dovahkiin 1.1 - Imperial.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Vault of the Dovahkiin 1.1 - Imperial.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Vault of the Dovahkiin 1.1 - Imperial.esp. Vault of the Dovahkiin - Mage.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Vault of the Dovahkiin 1.1 - Mage.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Vault of the Dovahkiin 1.1 - Mage.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Vault of the Dovahkiin 1.1 - Mage.esp. Vault of the Dovahkiin - Stormcloak.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Vault of the Dovahkiin 1.1 - Stormcloak.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Vault of the Dovahkiin 1.1 - Stormcloak.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Vault of the Dovahkiin 1.1 - Stormcloak.esp. Vault of the Dovahkiin - Thief.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Vault of the Dovahkiin 1.1 - Thief.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Vault of the Dovahkiin 1.1 - Thief.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Vault of the Dovahkiin 1.1 - Thief.esp. Vault of the Dovahkiin - Warrior.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Vault of the Dovahkiin 1.1 - Warrior.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Vault of the Dovahkiin 1.1 - Warrior.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Vault of the Dovahkiin 1.1 - Warrior.esp. Vault of the Dovahkiin 1.1 - Assassin.esp IF CHECKSUM("Vault of the Dovahkiin 1.1 - Assassin.esp", 44965600) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Assassin.esp", 44965600) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Assassin.esp", 44965600) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: Use only one Vault of the Dovahkiin esp. IF VAR(RU) SAY: Используйте только один Vault of the Dovahkiin esp. IF VAR(ES) SAY: Utilizar solo un Vault of the Dovahkiin esp. Vault of the Dovahkiin 1.1 - Imperial.esp IF CHECKSUM("Vault of the Dovahkiin 1.1 - Imperial.esp", 94246301) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Imperial.esp", 94246301) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Imperial.esp", 94246301) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: Use only one Vault of the Dovahkiin esp. IF VAR(RU) SAY: Используйте только один Vault of the Dovahkiin esp. IF VAR(ES) SAY: Utilizar solo un Vault of the Dovahkiin espp. Vault of the Dovahkiin 1.1 - Mage.esp IF CHECKSUM("Vault of the Dovahkiin 1.1 - Mage.esp", 864F774A) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Mage.esp", 864F774A) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Mage.esp", 864F774A) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: Use only one Vault of the Dovahkiin esp. IF VAR(RU) SAY: Используйте только один Vault of the Dovahkiin esp. IF VAR(ES) SAY: Utilizar solo un Vault of the Dovahkiin esp. Vault of the Dovahkiin 1.1 - Stormcloak.esp IF CHECKSUM("Vault of the Dovahkiin 1.1 - Stormcloak.esp", 32B3E560) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Stormcloak.esp", 32B3E560) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Stormcloak.esp", 32B3E560) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: Use only one Vault of the Dovahkiin esp. IF VAR(RU) SAY: Используйте только один Vault of the Dovahkiin esp. IF VAR(ES) SAY: Utilizar solo un Vault of the Dovahkiin esp. Vault of the Dovahkiin 1.1 - Thief.esp IF CHECKSUM("Vault of the Dovahkiin 1.1 - Thief.esp", F48C29C4) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Thief.esp", F48C29C4) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Thief.esp", F48C29C4) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: Use only one Vault of the Dovahkiin esp. IF VAR(RU) SAY: Используйте только один Vault of the Dovahkiin esp. IF VAR(ES) SAY: Utilizar solo un Vault of the Dovahkiin esp. Vault of the Dovahkiin 1.1 - Warrior.esp IF CHECKSUM("Vault of the Dovahkiin 1.1 - Warrior.esp", 7F8B0754) && IF VAR(EN) DIRTY: 0 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Warrior.esp", 7F8B0754) && IF VAR(RU) DIRTY: 0 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vault of the Dovahkiin 1.1 - Warrior.esp", 7F8B0754) && IF VAR(ES) DIRTY: 0 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) SAY: Use only one Vault of the Dovahkiin esp. IF VAR(RU) SAY: Используйте только один Vault of the Dovahkiin esp. IF VAR(ES) SAY: Utilizar solo un Vault of the Dovahkiin esp. VeezaraTheDarkOne.esp VeiledKeep.esp IF CHECKSUM("VeiledKeep.esp", 4D96FDC8) && IF VAR(EN) DIRTY: 8 ITM, 55 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("VeiledKeep.esp", 4D96FDC8) && IF VAR(RU) DIRTY: 8 ITM, 55 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("VeiledKeep.esp", 4D96FDC8) && IF VAR(ES) DIRTY: 8 ITM, 55 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Venator-Daemonous.esp Venator-Daemonous SoT.esp Vengeance.esp Very High Hrothgar - Milksop.esp VFU_Home.esp IF CHECKSUM("VFU_Home.esp", 9887F7C7) && IF VAR(EN) DIRTY: 48 ITM, 28 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("VFU_Home.esp", 9887F7C7) && IF VAR(RU) DIRTY: 48 ITM, 28 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("VFU_Home.esp", 9887F7C7) && IF VAR(ES) DIRTY: 48 ITM, 28 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". vhtnf.esp Vigilant of Stendarr Quests.esp IF CHECKSUM("Vigilant of Stendarr Quests.esp", A0318472) || IF CHECKSUM("Vigilant of Stendarr Quests.esp", 63846C4B) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vigilant of Stendarr Quests.esp", A0318472) || IF CHECKSUM("Vigilant of Stendarr Quests.esp", 63846C4B) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vigilant of Stendarr Quests.esp", A0318472) || IF CHECKSUM("Vigilant of Stendarr Quests.esp", 63846C4B) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Dawnguard - Vigilant of Stendarr Quests Patch.esp IFNOT VAR(Dawnguard) WARN: This patch is to be used only if the Hall of the Viligent has been "trashed" by the Dawnguard NPC's. IF CHECKSUM("Dawnguard - Vigilant of Stendarr Quests Patch.esp", 9F4D4339) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Dawnguard - Vigilant of Stendarr Quests Patch.esp", 9F4D4339) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Dawnguard - Vigilant of Stendarr Quests Patch.esp", 9F4D4339) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Vigilant of Stendarr Quests No Joining Requirements Patch.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Vigilant of Stendarr Quests.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, Vigilant of Stendarr Quests.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Vigilant of Stendarr Quests.esp. vikinghouse.esp VindrelHallPlus.esp Vivae.esp Vjarkell Castle.esp IF CHECKSUM("Vjarkell Castle.esp", 53186F15) && IF VAR(EN) DIRTY: 46 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vjarkell Castle.esp", 53186F15) && IF VAR(RU) DIRTY: 46 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vjarkell Castle.esp", 53186F15) && IF VAR(ES) DIRTY: 46 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) VKN_NLH_01.esp vlexmodsCastleDovah.esp IF CHECKSUM("vlexmodsCastleDovah.esp", 969EF6CB) || IF CHECKSUM("vlexmodsCastleDovah.esp", 326E463C) && IF VAR(EN) DIRTY: 7 ITM, 45 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("vlexmodsCastleDovah.esp", 969EF6CB) || IF CHECKSUM("vlexmodsCastleDovah.esp", 326E463C) && IF VAR(RU) DIRTY: 7 ITM, 45 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("vlexmodsCastleDovah.esp", 969EF6CB) || IF CHECKSUM("vlexmodsCastleDovah.esp", 326E463C) && IF VAR(ES) DIRTY: 7 ITM, 45 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 5 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 5 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 5 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Vlindrel Hall - Dragonborn Edition.esp Vlindrel Hall Reborn.esp IF CHECKSUM("Vlindrel Hall Reborn.esp", 805DD410) && IF VAR(EN) DIRTY: 51 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vlindrel Hall Reborn.esp", 805DD410) && IF VAR(RU) DIRTY: 51 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vlindrel Hall Reborn.esp", 805DD410) && IF VAR(ES) DIRTY: 51 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Vlindrel Hall Reborn Porch Edition.esp IF CHECKSUM("Vlindrel Hall Reborn Porch Edition.esp", 97D055DD) && IF VAR(EN) DIRTY: 181 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Vlindrel Hall Reborn Porch Edition.esp", 97D055DD) && IF VAR(RU) DIRTY: 181 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Vlindrel Hall Reborn Porch Edition.esp", 97D055DD) && IF VAR(ES) DIRTY: 181 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". REGEX: VlindrelArmory( v1.61| v1.62| v2_Nav| v2| v2a)?\.esp IFNOT FILE("VlindrelArmory v2a.esp") && IF VAR(EN) SAY: Obsolete. Update to latest version, VlindrelArmory v2a.esp. IFNOT FILE("VlindrelArmory v2a.esp") && IF VAR(RU) SAY: Устарело. Обновите до последней версии, VlindrelArmory v2a.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, VlindrelArmory v2a.esp. VlindrelForge.esp VlindrelHallChildBeds.esp vlindrelhalltnf.esp vlindrel_treasury.esp VodahminMahhe.esp IF CHECKSUM("VodahminMahhe.esp", 167A4215) && IF VAR(EN) DIRTY: 9 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("VodahminMahhe.esp", 167A4215) && IF VAR(RU) DIRTY: 9 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("VodahminMahhe.esp", 167A4215) && IF VAR(ES) DIRTY: 9 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". VoiceMasterHouse.esp voidcraft_breezehome.esp IF CHECKSUM("voidcraft_breezehome.esp", F8EC984C) && IF VAR(EN) DIRTY: 0 ITM, 190 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("voidcraft_breezehome.esp", F8EC984C) && IF VAR(RU) DIRTY: 0 ITM, 190 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("voidcraft_breezehome.esp", F8EC984C) && IF VAR(ES) DIRTY: 0 ITM, 190 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Voiddragon.esp voidLetsGetNaked.esp Volkihar Chapel Restoration.esp Vortai.esp vvardenrim.esp VyborsRest.esp ENDGROUP: Quests V BEGINGROUP: Quests W w2salem.esp wagon home.esp Walking dead.esp walkingstickquest.esp IF CHECKSUM("walkingstickquest.esp", 273D57B2) && IF VAR(EN) DIRTY: 10 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("walkingstickquest.esp", 273D57B2) && IF VAR(RU) DIRTY: 10 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("walkingstickquest.esp", 273D57B2) && IF VAR(ES) DIRTY: 10 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Wall-Helyarhen-Hall.esp Wallofhonor.esp WalrusFort.esp wamroombanneroverbed.esp Wanderer Shelter.esp WanderersCabin.esp WANDERINGNAZGUL.esp IF CHECKSUM("WANDERINGNAZGUL.esp", 8A52AEC8) && IF VAR(EN) DIRTY: 102 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WANDERINGNAZGUL.esp", 8A52AEC8) && IF VAR(RU) DIRTY: 102 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WANDERINGNAZGUL.esp", 8A52AEC8) && IF VAR(ES) DIRTY: 102 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WANDERINGNAZGUL 1.esp WanderingNazgulRedone.esp Warden.esp WardrobeRoom.esp IF CHECKSUM("WardrobeRoom.esp", F34648C1) && IF VAR(EN) DIRTY: 5 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WardrobeRoom.esp", F34648C1) && IF VAR(RU) DIRTY: 5 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WardrobeRoom.esp", F34648C1) && IF VAR(ES) DIRTY: 5 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Warewolf.esp Warmstone.esp WarQuarters Breezehome Door.esp 3565_WARZONES-Civil_.esp WARZONES - Civil Unrest.esp IF VAR(EN) SAY: Obsolete. Update to latest version. IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. WARZONES - Optional Performance Pack.esp WARZONES - Forsworn Variation.esp Better Warzones Soldier Uniforms.esp REQ: "http://www.nexusmods.com/skyrim/mods/9494 WARZONES" Better Warzones Soldier Uniforms With Cloaks.esp REQ: "http://www.nexusmods.com/skyrim/mods/9494 WARZONES" REQ: "http://www.nexusmods.com/skyrim/mods/12092 Cloaks of Skyrim" ScImpUniformsWARZONES.esp WaterfallsHome.esp WaterfallsHomeV3.esp WaterfallsHomeV4.esp WaterfallSkyLodge1.3.esp waterstonemanor.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC). IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda). IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC). IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda). IFNOT VAR(Dragonborn) && IF VAR(EN) ERROR: Dragonborn.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(RU) ERROR: Dragonborn.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dragonborn (Official Bethesda DLC). IFNOT VAR(Dragonborn) && IF VAR(ES) ERROR: Dragonborn.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dragonborn (DLC Oficial de Betheseda). IFNOT ACTIVE("GeneralStores.esm") && IF VAR(EN) ERROR: GeneralStores.esm is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("GeneralStores.esm") && IF VAR(RU) ERROR: GeneralStores.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("GeneralStores.esm") && IF VAR(ES) ERROR: GeneralStores.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. /* Version 1.02Beta (CRC: C8562277) */ // TES5Edit 3.0.30: 2 ITM, 0 UDR, 5 deleted NavMeshes. IF CHECKSUM("waterstonemanor.esp", C8562277) && IF VAR(EN) DIRTY: 2 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("waterstonemanor.esp", C8562277) && IF VAR(RU) DIRTY: 2 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("waterstonemanor.esp", C8562277) && IF VAR(ES) DIRTY: 2 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guía "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aquí". IF CHECKSUM("waterstonemanor.esp", C8562277) && IF VAR(EN) WARN: This file contains 5 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF CHECKSUM("waterstonemanor.esp", C8562277) && IF VAR(RU) WARN: Этот файл содержит 5 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF CHECKSUM("waterstonemanor.esp", C8562277) && IF VAR(ES) WARN: Este archivo contiene 5 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Wayhouse.esp WayofDragonborn.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" WayofDragonbornCreativePerks.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" wealthy thieves guild.esp WeatherTop.esp IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("WeatherTop.esp", 57764A83) && IF VAR(EN) DIRTY: 1 ITM, 8 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WeatherTop.esp", 57764A83) && IF VAR(RU) DIRTY: 1 ITM, 8 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WeatherTop.esp", 57764A83) && IF VAR(ES) DIRTY: 1 ITM, 8 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". wellcave.esp IF VAR(EN) SAY: Obsolete. Update to latest version, WellCaveCustom.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, WellCaveCustom.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, WellCaveCustom.esp. WellCaveCustom.esp IF CHECKSUM("WellCaveCustom.esp", D3EB5880) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WellCaveCustom.esp", D3EB5880) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WellCaveCustom.esp", D3EB5880) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WerewolfKing.esp IF CHECKSUM("WerewolfKing.esp", 51B93513) && IF VAR(EN) DIRTY: 3 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WerewolfKing.esp", 51B93513) && IF VAR(RU) DIRTY: 3 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WerewolfKing.esp", 51B93513) && IF VAR(ES) DIRTY: 3 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(EN) WARN: Delete. Already included in 'Skyrim Immersive Creatures.esp' IF ACTIVE("Skyrim Immersive Creatures.esp") || IF ACTIVE("Skyrim Immersive Creatures.esm") && IF VAR(RU) WARN: Удалите. Уже включено в 'Skyrim Immersive Creatures.esp' WestbrookKeep.esp Western Watchtower Rebuilt.esp IF CHECKSUM("Western Watchtower Rebuilt.esp", 49E528EE) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Western Watchtower Rebuilt.esp", 49E528EE) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Western Watchtower Rebuilt.esp", 49E528EE) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. IF CHECKSUM("Western Watchtower Rebuilt.esp", 27B7618E) && IF VAR(EN) DIRTY: 0 ITM, 83 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Western Watchtower Rebuilt.esp", 27B7618E) && IF VAR(RU) DIRTY: 0 ITM, 83 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Western Watchtower Rebuilt.esp", 27B7618E) && IF VAR(ES) DIRTY: 0 ITM, 83 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Wetherstone House.esp wheezesdungeonpack1.esp Whispering Waters Barrow.esp IF CHECKSUM("WhiteFallsHouse.esp", D3EB5880) && IF VAR(EN) DIRTY: 46 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WhiteFallsHouse.esp", D3EB5880) && IF VAR(RU) DIRTY: 46 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WhiteFallsHouse.esp", D3EB5880) && IF VAR(ES) DIRTY: 46 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WhiteFallsHouse.esp Whiterun_Balloon_Site_v2-1.esp whiteruncatacombshotel.esp IF CHECKSUM("whiteruncatacombshotel.esp", C8026F24) && IF VAR(EN) DIRTY: 0 ITM, 60 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("whiteruncatacombshotel.esp", C8026F24) && IF VAR(RU) DIRTY: 0 ITM, 60 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("whiteruncatacombshotel.esp", C8026F24) && IF VAR(ES) DIRTY: 0 ITM, 60 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Whiterun-GildergreenTree-FullyGrownable.esp whiterun_home_improvement.esp whiterunppl1.esp IF VAR(EN) SAY: Obsolete. Update to latest version, whiterunppl1.esm. IF VAR(RU) SAY: Устарело. Обновите до последней версии, whiterunppl1.esm. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, whiterunppl1.esm. whiterunppl1.esm IF VAR(EN) SAY: This is NOT a true esm file. It is mis-named. IF VAR(RU) SAY: Это не настоящий esm-файл. Неверно назван. whiterun_sparrowplainshome.esp Whiterun gate light fix.esp whiterun repair.esp Whiterun Spruce by ReVan1199.esp Whiterun Trees.esp IF CHECKSUM("Whiterun Trees.esp", D2995274) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Whiterun Trees.esp", D2995274) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Whiterun Trees.esp", D2995274) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Whiterun Trees.esp", 226D7357) && IF VAR(EN) SAY: Obsolete. Update to latest version, "http://www.nexusmods.com/skyrim/mods/8240 Whiterun Trees 1.1.esp". IF CHECKSUM("Whiterun Trees.esp", 226D7357) && IF VAR(RU) SAY: Устарело. Обновите до последней версии, "http://www.nexusmods.com/skyrim/mods/8240 Whiterun Trees". IF CHECKSUM("Whiterun Trees.esp", 226D7357) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, "http://www.nexusmods.com/skyrim/mods/8240 Whiterun Trees 1.1.esp". Whiterun Trees 1.1.esp IF CHECKSUM("Whiterun Trees.esp", D2995274) WARN: Different mod with same name. Probably incompatible. ICP Whiterun Exterior.esp IF CHECKSUM("ICP Whiterun Exterior.esp", 58A7F24E) && IF VAR(EN) DIRTY: 8 ITM, 409 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("ICP Whiterun Exterior.esp", 58A7F24E) && IF VAR(RU) DIRTY: 8 ITM, 409 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("ICP Whiterun Exterior.esp", 58A7F24E) && IF VAR(ES) DIRTY: 8 ITM, 409 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 7 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 7 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 7 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". IF FILE("ImmersiveCitiesProjectPart2.esp") && IF VAR(EN) WARN: Use either ICP Whiterun Exterior.esp or ImmersiveCitiesProjectPart2.esp, not both. IF FILE("ImmersiveCitiesProjectPart2.esp") && IF VAR(RU) WARN: Используйте любой, или ICP Whiterun Exterior.esp или ImmersiveCitiesProjectPart2.esp, не оба. IF FILE("ImmersiveCitiesProjectPart2.esp") && IF VAR(ES) WARN: Usar ICP Whiterun Exterior.esp o ImmersiveCitiesProjectPart2.esp, no ambos. (BETA) Immersive Cities - Whiterun.esp IF VAR(EN) SAY: Obsolete. Update to latest version, ICP Whiterun Exterior.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, ICP Whiterun Exterior.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, ICP Whiterun Exterior.esp. whiterunexenhanced.esp IF CHECKSUM("whiterunexenhanced.esp", 7D840CAC) && IF VAR(EN) DIRTY: 9 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("whiterunexenhanced.esp", 7D840CAC) && IF VAR(RU) DIRTY: 9 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("whiterunexenhanced.esp", 7D840CAC) && IF VAR(ES) DIRTY: 9 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Whiterun Ferns.esp IF CHECKSUM("Whiterun Ferns.esp", 1C31E69B) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Whiterun Ferns.esp", 1C31E69B) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Whiterun Ferns.esp", 1C31E69B) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Whiterun GREENized.esp whiterunkjeller.esp WhitrunRebuild.esp WhiterunRebuilt .esp WhiterunShackChests.esp Whiteruntrees.esp WhiterunTreesLite.esp IFNOT FILE("forested_skyrim.esp") MOD: whiterunMarket.esp WhiterunFortified.esp IF CHECKSUM("WhiterunFortified.esp", 35897EAE) && IF VAR(EN) DIRTY: 16 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WhiterunFortified.esp", 35897EAE) && IF VAR(RU) DIRTY: 16 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WhiterunFortified.esp", 35897EAE) && IF VAR(ES) DIRTY: 16 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WhiterunREVISION.esp IF CHECKSUM("WhiterunREVISION.esp", 20F258DE) && IF VAR(EN) DIRTY: 123 ITM, 12 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WhiterunREVISION.esp", 20F258DE) && IF VAR(RU) DIRTY: 123 ITM, 12 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WhiterunREVISION.esp", 20F258DE) && IF VAR(ES) DIRTY: 123 ITM, 12 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". whiterunvillagehome1.esp RRBetterWhiterunInt.esp IF CHECKSUM("RRBetterWhiterunInt.esp", 50931C9B) && IF VAR(EN) DIRTY: 35 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("RRBetterWhiterunInt.esp", 50931C9B) && IF VAR(RU) DIRTY: 35 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("RRBetterWhiterunInt.esp", 50931C9B) && IF VAR(ES) DIRTY: 35 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Whitestone Spire 1.0.esp Whitestone Spire.esp Whiteview Manor.esp Whitewatch Tower.esp IF CHECKSUM("Whitewatch Tower.esp", E1254593) && IF VAR(EN) DIRTY: 24 ITM, 19 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Whitewatch Tower.esp", E1254593) && IF VAR(RU) DIRTY: 24 ITM, 19 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Whitewatch Tower.esp", E1254593) && IF VAR(ES) DIRTY: 24 ITM, 19 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 2 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 2 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 2 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". whittlersbasement.esp Wickwood.esp Wild Goose Chase Quest.esp IF CHECKSUM("Wild Goose Chase Quest.esp", 09FA6917) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Wild Goose Chase Quest.esp", 09FA6917) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Wild Goose Chase Quest.esp", 09FA6917) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WillyHearthFires.esp WillyDragonBorn.esp windfall.esp windhallmanorWITHDLC.esp Windhelm Bridge Fix.esp Windhelm Dock FTP.esp WindhelmBetterDocks.esp windhelm_thane.esp windhelmcalixtoshousebecomesplayerhome.esp WindhelmFletcher.esp IF CHECKSUM("WindhelmFletcher.esp", 1DB7B3D6) && IF VAR(EN) DIRTY: 12 ITM, 6 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WindhelmFletcher.esp", 1DB7B3D6) && IF VAR(RU) DIRTY: 12 ITM, 6 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WindhelmFletcher.esp", 1DB7B3D6) && IF VAR(ES) DIRTY: 12 ITM, 6 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". windhelmhome.esp Windhelm Homeplace.esp Windhelm Lighthouse.esp WindhelmMilitaryEnhancement.esp Windmill_Shelter.esp IF CHECKSUM("Windmill_Shelter.esp", F1D65BD) && IF VAR(EN) DIRTY: 32 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Windmill_Shelter.esp", F1D65BD) && IF VAR(RU) DIRTY: 32 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Windmill_Shelter.esp", F1D65BD) && IF VAR(ES) DIRTY: 32 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". HF_Windstad_Pool_and_Hot_Bath.esp WindstadManor.esp windstadmanordefense.esp wingspread.esp WinterCabin.esp WinterholdDestruction.esp Winterholdhousenonnude.esp winterhold improved.esp Winterhold_Improvements.esp IF CHECKSUM("Winterhold_Improvements.esp", 4CB27B45) && IF VAR(EN) DIRTY: 18 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Winterhold_Improvements.esp", 4CB27B45) && IF VAR(RU) DIRTY: 18 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Winterhold_Improvements.esp", 4CB27B45) && IF VAR(ES) DIRTY: 18 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("Winterhold_Improvements.esp", 1C127EE5) && IF VAR(EN) DIRTY: 17 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Winterhold_Improvements.esp", 1C127EE5) && IF VAR(RU) DIRTY: 17 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Winterhold_Improvements.esp", 1C127EE5) && IF VAR(ES) DIRTY: 17 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Winterhold Fully Restored.esp IF CHECKSUM("Winterhold Fully Restored.esp", 5725E884) && IF VAR(EN) DIRTY: 17 ITM, 356 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Winterhold Fully Restored.esp", 5725E884) && IF VAR(RU) DIRTY: 17 ITM, 356 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Winterhold Fully Restored.esp", 5725E884) && IF VAR(ES) DIRTY: 17 ITM, 356 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". winterhold house.esp IF CHECKSUM("winterhold house.esp", A23A7FF4) && IF VAR(EN) DIRTY: 36 ITM, 9 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("winterhold house.esp", A23A7FF4) && IF VAR(RU) DIRTY: 36 ITM, 9 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("winterhold house.esp", A23A7FF4) && IF VAR(ES) DIRTY: 36 ITM, 9 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". Winterhold repair.esp IF VAR(EN) SAY: Obsolete. Update to latest version, Winterhold repairV4.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версииm, Winterhold repairV4.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, Winterhold repairV4.esp. Winterhold repairV4.esp IF CHECKSUM("Winterhold repairV4.esp", 1CB2273B) && IF VAR(EN) DIRTY: 171 ITM, 26 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Winterhold repairV4.esp", 1CB2273B) && IF VAR(RU) DIRTY: 171 ITM, 26 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Winterhold repairV4.esp", 1CB2273B) && IF VAR(ES) DIRTY: 171 ITM, 26 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". Winterhold Ruins.esp WinterholdCastle.esp Winterhold_DeleteSnowPatches.esp winterhold_doors.esp SAM_WinterholdDoors.esp winterholdsneezi.esp Winterlodge.esp WintersEdge.esp Winterwind Cottage.esp wip.esp IF CHECKSUM("wip.esp", 6865CCEF) && IF VAR(EN) DIRTY: 8 ITM, 4 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("wip.esp", 6865CCEF) && IF VAR(RU) DIRTY: 8 ITM, 4 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("wip.esp", 6865CCEF) && IF VAR(ES) DIRTY: 8 ITM, 4 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". //aka Riverwood Healing Lodge Witch Hut.esp wizard.esp Wizard's Grotto - No Tribunal Robes 1.0.3.esp wolf watch overlook.esp WolfLodge.esp wolfsbanemanor.esp woodchopblockdawnguard.esp Wooded Oak.esp Woodhall HF.esp woodland lodge.esp Woodland sanctuary.esp IF CHECKSUM("Woodland sanctuary.esp", D0DEB50D) && IF VAR(EN) DIRTY: 3 ITM, 12 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Woodland sanctuary.esp", D0DEB50D) && IF VAR(RU) DIRTY: 3 ITM, 12 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Woodland sanctuary.esp", D0DEB50D) && IF VAR(ES) DIRTY: 3 ITM, 12 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF VAR(EN) WARN: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" is located "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html here". IF VAR(RU) WARN: Этот файл содержит 1 удаленных NavMesh-записей, которые не могут быть исправлены в TES5Edit, что может вызывать проблемы в игре. Инструкция по восстановлению этих записей, с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit", может быть найдена "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html здесь". IF VAR(ES) WARN: Este archivo contiene 1 entradas NavMesh borradas que TES5Edit no puede reparar automaticamente y podrian causar problemas con tu juego. NavMesh borrados deben ser reportados al autor del mod. Una guía para repararlos con "http://www.nexusmods.com/skyrim/mods/25859sTES5Edit" se puede encontrar "http://www.iguanadons.net/Skyrim-Fixing-Navmesh-Deletion-Using-TES5Edit-511.html aquí". WoodsmansShack.esp woodmills to towns.esp WordWallsOfSkyrim.esp WordWallsOfSkyrim-FreedomOfSpeech.esp Work a Steady Job as a Blacksmith.esp IF CHECKSUM("Work a Steady Job as a Blacksmith.esp", 9EC79790) && IF VAR(EN) DIRTY: 13 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Work a Steady Job as a Blacksmith.esp", 9EC79790) && IF VAR(RU) DIRTY: 13 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Work a Steady Job as a Blacksmith.esp", 9EC79790) && IF VAR(ES) DIRTY: 13 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". WoTS - Non-Overhaul Version.esp IF CHECKSUM("WoTS - Non-Overhaul Version.esp", DF5C6BEF) && IF VAR(EN) DIRTY: 8 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WoTS - Non-Overhaul Version.esp", DF5C6BEF) && IF VAR(RU) DIRTY: 8 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WoTS - Non-Overhaul Version.esp", DF5C6BEF) && IF VAR(ES) DIRTY: 8 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF FILE("WoTS - Overhaul Version.esp") INC: WoTS - Overhaul Version.esp WOW MOD V2.esp Wrath Of Nature.esp wyrmsbanemanor.esp WyrmstoothTravelCrashHotfix.esp WyrmstothMapMarkerHotfix.esp Requiem - Wyrmstooth.esp Thunderchild Wyrmstooth Patch.esp ASM-WT.esp IFNOT ACTIVE("Wyrmstooth.esp") && IF VAR(EN) ERROR: Wyrmstooth.esp is not present or is not active. Skyrim will CTD when loading if using this file without it. IFNOT ACTIVE("Wyrmstooth.esp") && IF VAR(RU) ERROR: Wyrmstooth.esp отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без него. IFNOT ACTIVE("Wyrmstooth.esp") && IF VAR(ES) ERROR: Wyrmstooth.esp no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin él. WyvernCliff.esp IF CHECKSUM("WyvernCliff.esp", E7D2EC3E) && IF VAR(EN) DIRTY: 32 ITM, 3 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("WyvernCliff.esp", E7D2EC3E) && IF VAR(RU) DIRTY: 32 ITM, 3 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("WyvernCliff.esp", E7D2EC3E) && IF VAR(ES) DIRTY: 32 ITM, 3 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ENDGROUP: Quests W BEGINGROUP: Quests XYZ xamnant.esp xaz_slave_proj.esp xmasdecor.esp XN_Fort Dawnguard Lights.esp Yggdrasil.esp Yopoman_Forbidden_Well.esp Yopoman_Yuggoth.esp You Get Robbed.esp YourHome.esp YourMarketStall.esp Yuri The Elder Trainer.esp ZaBorski.esp ZaBorski_2_0.esp ZaBorski_2_3.esp Zamfir's Archery Emporium.esp zayl der Händler.esp zecogaisland2.es Zelda Whiterun.esp IF CHECKSUM("Zelda Whiterun.esp", 7A4C187E) && IF VAR(EN) DIRTY: 7 ITM, 1 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("Zelda Whiterun.esp", 7A4C187E) && IF VAR(RU) DIRTY: 7 ITM, 1 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("Zelda Whiterun.esp", 7A4C187E) && IF VAR(ES) DIRTY: 7 ITM, 1 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". zeye's Hidden Hideout (Extra Space).esp zq_ElsidorJorvaskr.esp ZKG.esp ZU_Refuse_Joining_The_Nightingales.esp Zwerge in Dwemer.esp zzzbasement.esp IF CHECKSUM("zzzbasement.esp", 5F88132) && IF VAR(EN) DIRTY: 4 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("zzzbasement.esp", 5F88132) && IF VAR(RU) DIRTY: 4 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("zzzbasement.esp", 5F88132) && IF VAR(ES) DIRTY: 4 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". ENDGROUP: Quests XYZ ENDGROUP: Quests and Locations BEGINGROUP: Overrides // // Mods that deliberately change specific things about vanilla Skyrim, overhauls or other mods. // Some late loading quests and locations in here too. // Specific NPC behavior changes. Follower mods go in Companions section. BEGINGROUP: Weight Changes // moved to this position because have conflicts with too many plugins in overrides groups // TAG: {{BASH: Stats}} for all Altered weight.esp Armor Weight Adjustment.esp Axe and Pickaxe weight.esp Axe and Pickaxe weight change.esp A&P weight change only..esp // notice the ^ (..esp) IF VAR(EN) SAY: Obsolete. Update to latest version, A&P weight change only.esp. IF VAR(RU) SAY: Устарело. Обновите до последней версии, A&P weight change only.esp. IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión, A&P weight change only.esp. A&P weight change only.esp IF VAR(EN) && IF VAR(SkyReM) WARN: Author states SkyRe will overlap this mod, rendering it useless. IF VAR(RU) && IF VAR(SkyReM) WARN: Автор утверждает, что SkyRe будет перезаписывать этот мод, делая его бесполезным. Balanced Weight Food.esp Balanced Weight Food Dawnguard.esp Balanced Weight Food Dragonborn.esp Balanced Weight Potions.esp Balanced Weight Potions Dawnguard.esp Balanced Weight Potions Dragonborn.esp Balanced Weight Scrolls.esp Balanced Weight Scrolls Dawnguard.esp Balanced Weight Scrolls Dragonborn.esp Barenziah No Weight.esp bassem's lighter staves ^a01.esp Book_Weight_Correct.esp circlet weight adjustment dawnguard.esp crossbowweighttweak.esp MOD: Cuir Cohérent.esp dbassassin.esp Daedric_Biscuts_Weightless_Books.esp REGEX: Destruction_Reworke(d|d_minus_DC)?\.esp Domino_ReducedWeight_All.esp REGEX: Dragon Drop - B.*\.esp IF VAR(EN) SAY: Use only one 'Bone' esp. IF VAR(RU) SAY: Используйте только один 'Bone' esp. IF VAR(ES) SAY: Utilizar solo un 'Bone' esp. REGEX: Dragon Drop - S.*\.esp IF VAR(EN) SAY: Use only one 'Scales' esp. IF VAR(RU) SAY: Используйте только один 'Scales' esp. IF VAR(ES) SAY: Utilizar solo un 'Scales' esp. dragon_bone&scales_weight_reduced.esp REGEX: DragonboneWeightRedux\(x\d\d?\)\.esp REGEX: DragonboneWeightReduction.+\.esp dragonscalebone-weightmod.esp ENG_Firewood_Ore_&_Ingot_weight_reduction_v1.0.esp REGEX: federleicht .+\.esp federleicht2.esp firewood1weight.esp GM-HMSPotions3SecsWeighted.esp gold weight.esp GoldCoinWeight.esp heuseman_essen_zutaten_gewicht_0.1_skyrim.esp heuseman_essen_zutaten_gewicht_0.1_dawnguard.esp heuseman_essen_zutaten_gewicht_0.1_hearthfire.esp HuntersMod.esp ILAYA.esp ILO.esp KTGold.esp KTGold0.005.esp IF FILE("KTGold.esp") INC: KTGold.esp KTGold0.0005.esp IF FILE("KTGold.esp") INC: KTGold.esp IF FILE("KTGold0.005.esp") INC: KTGold0.005.esp ingots.esp IngredientReweight.esp inventory_overhaul_potions_german.esp Items Weight Adjustment.esp iwm.esp Leatherweight.esp LeatherW_fix.esp LeatherW_fix ENG.esp LeatherW_fix GER.esp LeatherW_fix SPA.esp LeatherWeightFix(0.1).esp lessheavyfirewood.esp lighten up.esp lighter dragonbones.esp lighterdbs.esp lighterdragonitems.esp lighterdragonloot.esp lightdragonpreistmasks.esp lighterdragonscalesandbones.esp lighterpotions.esp lightertools.esp Lighter Tools.esp IF CHECKSUM("Lighter Tools.esp", 6DD49F50) && IF VAR(EN) SAY: Obsolete. Update to latest version. IF CHECKSUM("Lighter Tools.esp", 6DD49F50) && IF VAR(RU) SAY: Устарело. Обновите до последней версии. IF CHECKSUM("Lighter Tools.esp", 6DD49F50) && IF VAR(ES) SAY: Obsoleto. Actualizar a la última versión. lighter_ingr_mats_pots.esp IF CHECKSUM("lighter_ingr_mats_pots.esp", 3F2D1F39) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("lighter_ingr_mats_pots.esp", 3F2D1F39) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("lighter_ingr_mats_pots.esp", 3F2D1F39) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". lighter_mining_smithing_materials.esp lightfirewood.esp lightweight ingredients.esp Lightweight Potions and Poisons.esp Lightweightbonesandscales.esp Lightweighter including Better Sorting.esp lightingredients.esp lightjewelry.esp Lockpick weight.esp lockpickweight.esp LPWeightlessIngredients.esp mini Potion Mod 01.esp Misc Items Reweighting.esp morerealisticcarrying.esp nothing_weights.esp Ossuarium Carry Weight Economy Overhaul.esp pf_lighterpotions.esp pf_0weightquestitems.esp Pickaxe & Woodcutter Axe Adjustment.esp REGEX: Pickaxe(Weight)?Redu(ction|x).+\.esp PorkUp.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" IF CHECKSUM("PorkUp.esp", 62B426C3) && IF VAR(EN) DIRTY: 1 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("PorkUp.esp", 62B426C3) && IF VAR(RU) DIRTY: 1 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("PorkUp.esp", 62B426C3) && IF VAR(ES) DIRTY: 1 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". DynamicWeight.esp IFNOT FILE("SKSE") REQ: "http://skse.silverlock.org SKSE" //related ore equal to to PorkUp REGEX: PRPs_UChoosePotnWght_\d\.esp /* German plugin to change potion weights */ realbonesstructure.esp Realistische Trankgewichte.esp Realistic Gold Weight.esp RebalancedDwarvenIngots.esp Rebalanced Potion Weight.esp Reduced Firewood Weight.esp Reduced Firewood Weight 3.esp reduceditemweights.esp revaluedreweighteditemsandmore.esp Reweighed Potions.esp Reweighed Potions - All Light.esp Reweighed Potions - Inverted Weight.esp rww3.0.esp RZL - Septims.esp Scale Tipper.esp Screalweaponweights.esp scrollweight - copy.esp Several Items Weight Nothing.esp REGEX: SkyrimCoinReplacer.*\.esp TAG: {{BASH: Delev}} SkyrimWeightImprovement.esp IF CHECKSUM("SkyrimWeightImprovement.esp", B12CA7E5) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyrimWeightImprovement.esp", B12CA7E5) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyrimWeightImprovement.esp", B12CA7E5) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SkyrimWeightImprovement.esp", B12CA7E5) || IF CHECKSUM("SkyrimWeightImprovement.esp", 6166E301) && IF VAR(Dawnguard) SAY: Use Dawnguard version if you want Dawnguard items to be adjusted by this mod. IF CHECKSUM("SkyrimWeightImprovement.esp", B12CA7E5) || IF CHECKSUM("SkyrimWeightImprovement.esp", 6166E301) && IF VAR(Dawnguard) && IF VAR(Hearthfire) SAY: Use Dawnguard and Hearthfires version if you want Dawnguard and Hearthfires items to be adjusted by this mod. // Dawnguard version: IF CHECKSUM("SkyrimWeightImprovement.esp", 770F0BB8) && IF VAR(EN) DIRTY: 5 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyrimWeightImprovement.esp", 770F0BB8) && IF VAR(RU) DIRTY: 5 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyrimWeightImprovement.esp", 770F0BB8) && IF VAR(ES) DIRTY: 5 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SkyrimWeightImprovement.esp", 770F0BB8) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("SkyrimWeightImprovement.esp", 770F0BB8) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("SkyrimWeightImprovement.esp", 770F0BB8) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("SkyrimWeightImprovement.esp", DB1E6677) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("SkyrimWeightImprovement.esp", DB1E6677) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("SkyrimWeightImprovement.esp", DB1E6677) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) // Dawnguard and Hearthfires version: IF CHECKSUM("SkyrimWeightImprovement.esp", 84521D2D) && IF VAR(EN) DIRTY: 3 ITM, 0 UDR records. Needs "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit" cleaning. A cleaning guide is available "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit here". IF CHECKSUM("SkyrimWeightImprovement.esp", 84521D2D) && IF VAR(RU) DIRTY: 3 ITM, 0 UDR записей. Необходима очистка с помощью "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Инструкция по очистке доступна "http://u.to/cRq2BA здесь". IF CHECKSUM("SkyrimWeightImprovement.esp", 84521D2D) && IF VAR(ES) DIRTY: 3 ITM, 0 UDR entradas. Necesita ser limpiado con "http://www.nexusmods.com/skyrim/mods/25859 TES5Edit". Puedes encontra una guia "http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit aqui". IF CHECKSUM("SkyrimWeightImprovement.esp", 84521D2D) || IF CHECKSUM("SkyrimWeightImprovement.esp", 8FB74AF5) || IF CHECKSUM("SkyrimWeightImprovement.esp", 58D86ADD) && IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IF CHECKSUM("SkyrimWeightImprovement.esp", 84521D2D) || IF CHECKSUM("SkyrimWeightImprovement.esp", 8FB74AF5) || IF CHECKSUM("SkyrimWeightImprovement.esp", 58D86ADD) && IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IF CHECKSUM("SkyrimWeightImprovement.esp", 84521D2D) || IF CHECKSUM("SkyrimWeightImprovement.esp", 8FB74AF5) || IF CHECKSUM("SkyrimWeightImprovement.esp", 58D86ADD) && IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) IF CHECKSUM("SkyrimWeightImprovement.esp", 84521D2D) || IF CHECKSUM("SkyrimWeightImprovement.esp", 8FB74AF5) || IF CHECKSUM("SkyrimWeightImprovement.esp", 58D86ADD) && IFNOT VAR(Hearthfire) && IF VAR(EN) ERROR: Hearthfires.esm is not present or is not active. Skyrim will CTD when loading if this file is active without Hearthfires (Official Bethesda DLC) IF CHECKSUM("SkyrimWeightImprovement.esp", 84521D2D) || IF CHECKSUM("SkyrimWeightImprovement.esp", 8FB74AF5) || IF CHECKSUM("SkyrimWeightImprovement.esp", 58D86ADD) && IFNOT VAR(Hearthfire) && IF VAR(RU) ERROR: Hearthfires.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Hearthfires (Official Bethesda DLC) IF CHECKSUM("SkyrimWeightImprovement.esp", 84521D2D) || IF CHECKSUM("SkyrimWeightImprovement.esp", 8FB74AF5) || IF CHECKSUM("SkyrimWeightImprovement.esp", 58D86ADD) && IFNOT VAR(Hearthfire) && IF VAR(ES) ERROR: Hearthfires.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Hearthfires (DLC Oficial de Betheseda) soulgemweights.esp Soulghemz.esp tools_weigh_less(1 pound).esp TradeTools&FirewoodWeightFix.esp unusualgemweightless.esp Urge - Lighter Dragon Bones And Scales.esp Utopolyst's Item Sorting.esp vinis_ingredients.esp Weapon Weight Adjustment.esp Weight Reduction Plus-Kor.esp Weight_Reduction_Pickaxe.esp REGEX: WeightedLockpicks.+\.esp REGEX: Weighted Items.*\.esp REGEX: Weightless.{1,23}\.esp Weighted Arrow.esp REGEX: WeightedArrows(Heavy|Light|Medium)?\.esp IF VAR(EN) SAY: Use only one WeightedArrows *.esp. IF VAR(RU) SAY: Используйте только один WeightedArrows *.esp. IF VAR(ES) SAY: Utilizar solo un WeightedArrows *.esp. IF VAR(Dawnguard) SAY: Use Dawnguard version to include weighted crossbow bolts. REGEX: WeightedArrowsDLC1(Heavy|Light|Medium)?\.esp IF VAR(EN) SAY: Use only one WeightedArrows *.esp. IF VAR(RU) SAY: Используйте только один WeightedArrows *.esp. IF VAR(ES) SAY: Utilizar solo un WeightedArrows *.esp. IFNOT VAR(Dawnguard) && IF VAR(EN) ERROR: Dawnguard.esm is not present or is not active. Skyrim will CTD when loading if using this file without Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(RU) ERROR: Dawnguard.esm отсутствует или не активен. Скайрим будет вылетать при загрузке, если использовать этот файл без Dawnguard (Official Bethesda DLC) IFNOT VAR(Dawnguard) && IF VAR(ES) ERROR: Dawnguard.esm no se encuentra presente o activado. Skyrim fallará si intentas usar este mod sin Dawnguard (DLC Oficial de Betheseda) weightless dragon bones and scales.esp weightless gems hides pelts leather leather strips and firewood.esp REGEX: Weightless Items - .+\.esp weightless item sorting hearthfire.esp Weightless Ores, Ingots, Firewood and Coal.esp weightless pelts, hides and firewood.esp WeightNoMore.esp weir_weightlessgems.esp weir_weightlessgems-no-rename.esp weir_weightlessingredient.esp wieghtlesscrafting.esp //actual misspelling Woodcutter's Axe and Mining Pick Weight Reduction.esp wtbs.esp Xeno_Sensible_Weight_WoodAxe_Linen_Pick.esp xylozi_weightless_books_v1.esp ENDGROUP: Weight Changes BEGINGROUP: Overrides Early AK- Azura's Black Star.esp ArmorSpeed.esp // Armies of Skyrim> ---Riften, Falkreath, Morthal, Dawnstar Guards---.esp ---Stormcloaks, Windhelm, Sons & Ralof---.esp --Imperial soldiers & Legates--.esp --Markarth Guards--.esp --Penitus Oculatus--.esp --Solitude Guards--.esp Whiterunguards.esp //