Files
skyrimse/masterlist.yaml
T
MacSplody e021027a91 Update Update Water for ENB (#3199)
* Update sorting rules
- Move to water overhauls group.
- Will swap its order with open cities and lighting mods.
- Ultimately bad tagging has become too prevalent, due to an xEdit script which auto adds tags to file header.
- So bash is not as reliable for water mod patching. It works fine if water mods are later.
- Synthesis script should work fine, but it does not cover all versions of the mod, Only works for Community Shader version currently.
2026-04-20 11:17:24 +01:00

29887 lines
1.1 MiB
Plaintext

# LOOT ignores anything that doesn't come under 'bash_tags', 'globals',
# 'groups', or 'plugins', so a section like 'common' is useful for storing
# data that gets re-used.
prelude:
common:
# Message Anchors
- &alreadyInX
type: error
content: 'Delete. Already included in {0}.'
- &alreadyInOrFixedByX
type: error
content: 'Delete. Already included or otherwise fixed in {0}.'
- &alsoUseX
type: say
content: 'It''s highly recommended that you also use {0}.'
- &compatIssuesWithX
type: say
content: 'This plugin has compatibility issues with {0}. For more information, read this mod''s compatibility notes.'
- &compatNotes
type: say
content: 'It is recommended that you read this mod''s [Compatibility Notes]({0}).'
- &compatPatch
type: say
content: 'It is recommended that you check the following compatibility patch compilation for this mod: {0}'
- &compatPatchForX
type: say
content: 'It is recommended that you check the following compatibility patch compilation for {0}: {1}'
- &corrupt
type: warn
content: 'This file is corrupt and should not be used.'
- &deactivateAfterCharacterCreation
type: say
content: 'Deactivate and/or uninstall this mod after character creation.'
- &deleteOrDeactivateX
type: error
content: 'Delete or deactivate. {0}'
subs: [ '' ]
- &deletePlugin
type: warn
content: 'When using **{0}**, it''s recommended that you deactivate or delete this ESP file but keep the resources (e.g. meshes, textures) installed with this mod.'
- &deprecated
type: warn
content: 'This file is deprecated and should no longer be used.'
- &disableAfterGeneratingXwithY
type: say
content: 'This plugin may be disabled after generating **{0}** with **{1}**.'
- &essentialFiles
type: warn
content: 'Another mod seems to be overwriting one of this mod''s essential files. Please ensure you''re using this mod''s version of {0} or a compatible version if available.'
- &includesX
type: say
content: '{0} is included with this mod.'
- &languageX
type: say
content: 'Language: {0}'
- &mainQuestCompleted
type: say
content: 'Only use this plugin once the main quest of the game has been completed.'
- &masterReassign
type: say
content: 'The **{0}** master must be reassigned to **{1}**.'
- &missingRequirementXforY
type: warn
content: 'It appears you have installed **{1}**, but some of its requirements seem to be missing. Please ensure you have correctly installed **{0}**.'
- &missingRequirementXforPlugin
type: warn
content: 'Some of this plugin''s requirements seem to be missing. Please ensure you have correctly installed **{0}**.'
- &moddingPlugin
type: error
content: 'This plugin is a modding resource and should not be used in-game.'
- &moveXFromYToZ
type: say
content: 'Move {0} from {1} to {2}.'
- &obsolete
type: warn
content: 'Obsolete. Update to the latest version. {0}'
subs: [ '' ]
- &optional
type: say
content: 'This plugin is optional.'
- &patch3rdParty
type: say
content: 'You seem to be using **{0}**, but you have not enabled a compatibility patch for this mod. A third party patch is available here: {1}'
- &patcherScriptAvailable
type: say
content: '{0} patcher script available here: {1}'
- &patchIncluded
type: say
content: 'You seem to be using **{0}**, but you have not enabled a compatibility patch for this mod. A compatibility patch is included with this plugin''s installer.'
- &patchOutdated
type: warn
content: 'This patch is outdated and may not be compatible with the latest version of the patched mod.'
- &patchProvided
type: say
content: 'You seem to be using **{0}**, but you have not enabled a compatibility patch for this mod. A compatibility patch is provided on this plugin''s mod page.'
- &patchUnavailable
type: warn
content: 'A patch is required to make this mod fully compatible with {0}. None is currently available for download.'
- &patchUpdateAvailable
type: say
content: 'Update Patch available: {0}'
- &renameFile
type: say
content: 'Rename this file to {0}.'
- &renameXtoY
type: warn
content: 'You need to rename {0} to {1} or this mod won''t work.'
# Useful for when a plugin needs SkyUI, but shouldn't load after it (eg. when it's a master plugin).
- &requiresMCM_X
type: warn
content: 'A **Mod Configuration Menu** is required for this mod to be fully functional. An **MCM** can be added by installing {0}.'
- &requiresResources
type: warn
content: 'Requires resources (e.g. meshes, textures; not plugins) from {0}.'
- &requiresX
type: warn
content: 'Requires: {0}'
- &runAnimFramework
type: say
content: 'It appears you have **{0}** installed. Remember to run **{1}** every time you have installed or uninstalled {2}, or a {2}-based mod.'
- &runxLODGen
type: say
content: 'If you add, remove, or update plugins that alter WRLD/CELL records, remember to update this module with **xLODGen**.'
- &useBashTweakInstead
type: say
content: 'A Bashed Patch tweak can be used instead of this plugin. {0}'
subs: [ '' ]
condition: 'file("Bashed Patch.*\.esp")'
- &useINITweakInstead
type: say
content: 'An INI tweak can be used instead of this plugin. {0}'
subs: [ '' ]
- &useInstead
type: warn
content: 'Use {0} instead.'
- &useOnlyOneX
type: error
content: 'Use only one {0}.'
- &useVersion
type: error
content: 'Use {0} version.'
- &useVersionNon
type: error
content: 'Use non-{0} version.'
- &versionOldX
type: say
content: 'It appears you do not have the latest version of {0}. Some mods may require functionality added in the latest version of {0} to work.'
- &versionPrecedence
type: error
content: 'Delete {0} from {1}. {2}''s version must take precedence.'
- &versionUpToDateX
type: say
content: 'Your {0} is up-to-date.'
- &versionXIncY
type: error
content: 'Your installed version of {0} is not compatible with your version of {1}.'
- &versionXofYorGreaterRequired
type: error
content: 'Requires version **{0}** or greater of **{1}**.'
- &wildEdits
type: warn
content: 'This plugin contains [wild edits](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#WildEdits) and may require additional manual cleaning to not interfere with other mods. {0}'
subs: [ '' ]
# Cleaning Data Anchors
- &quickClean
util: '[SSEEdit](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
detail: 'A guide to cleaning plugins using xEdit can be found [here](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#ThreeEasyStepstocleanMods).'
- &reqManualFix
util: '[SSEEdit](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
detail: 'It is strongly recommended not to use mods that contain **deleted navmeshes** as they''re known to cause crashes. **Deleted navmeshes** must be corrected manually (a complex process that should be done by the mod author). More information on **deleted navmeshes** is provided [here](https://www.creationkit.com/index.php?title=Fixing_Navmesh_Deletion_Tutorial).'
# Global Anchors
- &incompatible
type: error
content: '{0} is incompatible with {1}, but both are present.'
- &latestLOOTThread
type: say
content: '[Latest LOOT thread]({0}).'
subs: [ 'https://loot.github.io/latest-thread/' ]
- &scriptExtenderMissing
type: error
content: 'You have installed an {0} plugin but {0} was not found! See {0} download page: {1}.'
subs:
- 'SKSE'
- '[Skyrim Script Extender](https://skse.silverlock.org)'
condition: 'file("SKSE/Plugins/([^\.]+\.dll)") and not file("../skse64_loader.exe")'
- &scriptExtenderRequiredScripts
type: warn
content: 'It appears you have installed **{0}**, but its required scripts seem to be missing. Please ensure you have correctly installed the scripts bundled with the **{1}** installation archive.'
subs:
- 'Skyrim Script Extender'
- '[SKSE](https://skse.silverlock.org)'
condition: 'not file("scripts/skse.pex") and file("../skse64_loader.exe")'
- &supersede
type: warn
content: 'You seem to be using **{0}**, but it has been superseded. It is recommended that you use **{1}** instead.'
common:
# File Anchors
- &AnimFramework
name: 'tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe'
display: '[Fores New Idles in Skyrim SE](https://www.nexusmods.com/skyrimspecialedition/mods/3038/) **OR** [Nemesis Unlimited Behavior Engine](https://github.com/ShikyoKira/Project-New-Reign---Nemesis-Main/releases/) **OR** [Pandora Behaviour Engine+](https://github.com/Monitor144hz/Pandora-Behaviour-Engine-Plus/releases/)'
condition: 'not file("Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe") and not file("Pandora Behaviour Engine+.exe")'
- &BaseObjSwap
name: 'SKSE/Plugins/po3_BaseObjectSwapper.dll'
display: '[Base Object Swapper](https://www.nexusmods.com/skyrimspecialedition/mods/60805/)'
- &CommunityShaders
name: 'SKSE/Plugins/CommunityShaders.dll'
display: '[Community Shaders](https://www.nexusmods.com/skyrimspecialedition/mods/86492/)'
- &DAR
name: 'skse/plugins/DynamicAnimationReplacer.dll'
display: '[Dynamic Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/33746/)'
- &ENBSeries
name: '../enblocal.ini'
display: '[ENBSeries SE](http://enbdev.com/download_mod_tesskyrimse.htm)'
- &EngineFixes
name: 'SKSE/Plugins/EngineFixes.dll'
display: '[SSE Engine Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
- &FlatMapMarkers
name: 'SKSE/Plugins/FlatMapMarkersSSE.dll'
display: '[Flat Map Markers SSE](https://www.nexusmods.com/skyrimspecialedition/mods/22122/)'
- &FNIS
name: 'tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe'
display: '[Fores New Idles in Skyrim SE](https://www.nexusmods.com/skyrimspecialedition/mods/3038/)'
- &GraphicsFramework
name: '../enblocal.ini'
display: '[ENBSeries SE](http://enbdev.com/download_mod_tesskyrimse.htm) **OR** [Community Shaders](https://www.nexusmods.com/skyrimspecialedition/mods/86492/)'
condition: 'not file("SKSE/Plugins/CommunityShaders.dll")'
- &HDT_SMP
name: 'SKSE/Plugins/hdtSMP64.dll'
display: '[FSMP - Faster HDT-SMP](https://www.nexusmods.com/skyrimspecialedition/mods/57339/)'
- &InventoryInfoInjector
name: 'SKSE/Plugins/InventoryInjector.dll'
display: '[Inventory Interface Information Injector](https://www.nexusmods.com/skyrimspecialedition/mods/85702/)'
- &JContainers
name: 'SKSE/Plugins/JContainers64.dll'
display: '[JContainers SE](https://www.nexusmods.com/skyrimspecialedition/mods/16495/)'
- &LotD_v5
name: 'LegacyoftheDragonborn.esm'
display: '[Legacy of the Dragonborn](https://www.nexusmods.com/skyrimspecialedition/mods/11802/) v5+'
condition: 'version("LegacyoftheDragonborn.esm", >=, "5.0.24")'
- &ModifyFaceGenFix
name: 'SKSE/Plugins/mfgfix.dll'
display: '[MFG Fix](https://www.nexusmods.com/skyrimspecialedition/mods/11669/)'
- &NemesisEngine
name: 'Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe'
display: '[Nemesis Unlimited Behavior Engine](https://github.com/ShikyoKira/Project-New-Reign---Nemesis-Main/releases/)'
- &OAR
name: 'skse/plugins/OpenAnimationReplacer.dll'
display: '[Open Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/92109/)'
- &PapyrusExtender
name: 'SKSE/Plugins/po3_PapyrusExtender.dll'
display: '[powerofthree''s Papyrus Extender](https://www.nexusmods.com/skyrimspecialedition/mods/22854/)'
- &PapyrusUtil
name: 'SKSE/Plugins/PapyrusUtil.dll'
display: '[PapyrusUtil SE - Modders Scripting Utility Functions](https://www.nexusmods.com/skyrimspecialedition/mods/13048/)'
- &SilentVoice
name: 'SKSE/Plugins/Fuz Ro D''oh.dll'
display: '[Fuz Ro D-oh - Silent Voice](https://www.nexusmods.com/skyrimspecialedition/mods/15109/)'
- &SKSE
name: '../skse64_loader.exe'
display: '[Skyrim Script Extender](https://skse.silverlock.org)'
condition: 'not file("../SkyrimVR.exe")'
- &SKSEVR
name: '../sksevr_loader.exe'
display: '[Skyrim Script Extender VR](https://skse.silverlock.org)'
condition: 'file("../SkyrimVR.exe")'
- &SPID
name: 'skse/plugins/po3_SpellPerkItemDistributor.dll'
display: '[Spell Perk Item Distributor](https://www.nexusmods.com/skyrimspecialedition/mods/36869/)'
- &VR_PerkExtender
name: 'SKSE/Plugins/VRPerkExtender.dll'
display: '[VR Perk Extender](https://www.nexusmods.com/skyrimspecialedition/mods/16330/)'
condition: 'file("../SkyrimVR.exe")'
# Sub-Anchors
# &alreadyInX
- &alreadyInLotD
<<: *alreadyInX
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm")'
- &alreadyInTGC
<<: *alreadyInX
subs: [ 'The Great Cities - Minor Cities and Towns' ]
condition: 'active("The Great Cities - Minor Cities and Towns.esp")'
# &alreadyInOrFixedByX
- &alreadyInOrFixedByBDSv3_0
<<: *alreadyInOrFixedByX
subs: [ 'Better Dynamic Snow v3.0+' ]
condition: 'active("Better Dynamic Snow SE.esp")'
- &alreadyInOrFixedByScrambledBugs
<<: *alreadyInOrFixedByX
type: say
subs: [ 'Scrambled Bugs' ]
condition: 'file("SKSE/Plugins/ScrambledBugs.dll")'
# &includesX
- &includesMBBF
<<: *includesX
subs: [ 'Modern Brawl Bug Fix' ]
condition: 'file("Modern Brawl Bug Fix.esp")'
# &missingRequirementXforPlugin
- &missingRequirementAddrLibforPlugin
<<: *missingRequirementXforPlugin
subs: [ '[Address Library](https://www.nexusmods.com/skyrimspecialedition/mods/32444/)' ]
condition: 'readable("../SkyrimSE.exe") and
(
(not file("SKSE/Plugins/version-1-5-97-0.bin") and product_version("../SkyrimSE.exe", ==, "1.5.97.0")) or
(not file("SKSE/Plugins/versionlib-1-6-659-0.bin") and product_version("../SkyrimSE.exe", ==, "1.6.659.0")) or
(not file("SKSE/Plugins/versionlib-1-6-1170-0.bin") and product_version("../SkyrimSE.exe", ==, "1.6.1170.0")) or
(not file("SKSE/Plugins/versionlib-1-6-1179-0.bin") and product_version("../SkyrimSE.exe", ==, "1.6.1179.0"))
)'
- &missingRequirementVRAddrLibforPlugin
<<: *missingRequirementXforPlugin
subs: [ '[VR Address Library](https://www.nexusmods.com/skyrimspecialedition/mods/58101/)' ]
condition: 'product_version("../SkyrimVR.exe", ==, "1.4.15.0") and not file("SKSE/Plugins/version-1-4-15-0.csv")'
# &patch3rdParty
- &patch3rdParty_JSDCP
<<: *patch3rdParty
subs:
- 'JS Dragon Claws'
- '[JS Dragon Claws - Patches](https://www.nexusmods.com/skyrimspecialedition/mods/23833/)'
- &patch3rdParty_RPC
<<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem Patch Central](https://www.nexusmods.com/skyrimspecialedition/mods/64410/)'
# &patchUnavailable
- &patchUnavailableRequiem
<<: *patchUnavailable
subs: [ 'Requiem - The Roleplaying Overhaul' ]
condition: 'active("Requiem.esp")'
# &requiresMCM_X
- &requiresMCM
<<: *requiresMCM_X
subs: [ '[SkyUI SE](https://www.nexusmods.com/skyrimspecialedition/mods/12604/)' ]
condition: 'file("../SkyrimSE.exe") and not active("SkyUI_SE.esp")'
- &requiresMCMVR
<<: *requiresMCM_X
subs: [ '[SkyUI VR](https://github.com/Odie/skyui-vr/releases/)' ]
condition: 'file("../SkyrimVR.exe") and not active("SkyUI_SE.esp")'
# &requiresX
- &requiresBash
<<: *requiresX
subs: [ '[Wrye Bash](https://www.nexusmods.com/site/mods/591/)' ]
condition: 'not file("Bashed Patch.*\.esp")'
# &versionXIncY
- &versionSkseIncSAE
<<: *versionXIncY
subs:
- '**Skyrim Script Extender**'
- '**Skyrim Anniversary Update**'
- &versionSkseIncSSE
<<: *versionXIncY
subs:
- '**Skyrim Script Extender**'
- '**Skyrim SE**'
- &versionSkseIncSVR
<<: *versionXIncY
subs:
- '**Skyrim Script Extender VR**'
- '**Skyrim VR**'
bash_tags:
- 'Actors.ACBS'
- 'Actors.AIData'
- 'Actors.AIPackages'
- 'Actors.AIPackagesForceAdd'
- 'Actors.CombatStyle'
- 'Actors.DeathItem'
- 'Actors.Factions'
- 'Actors.RecordFlags'
- 'Actors.Spells'
- 'Actors.SpellsForceAdd'
- 'Actors.Stats'
- 'Actors.Voice'
- 'C.Acoustic'
- 'C.Climate'
- 'C.Encounter'
- 'C.ForceHideLand'
- 'C.ImageSpace'
- 'C.Light'
- 'C.Location'
- 'C.LockList'
- 'C.MiscFlags'
- 'C.Music'
- 'C.Name'
- 'C.Owner'
- 'C.RecordFlags'
- 'C.Regions'
- 'C.SkyLighting'
- 'C.Water'
- 'Deactivate'
- 'Delev'
- 'Destructible'
- 'EffectStats'
- 'Enchantments'
- 'EnchantmentStats'
- 'Filter'
- 'Graphics'
- 'Invent.Add'
- 'Invent.Change'
- 'Invent.Remove'
- 'Keywords'
- 'MustBeActiveIfImported'
- 'Names'
- 'NPC.AIPackageOverrides'
- 'NPC.AttackRace'
- 'NPC.Class'
- 'NPC.CrimeFaction'
- 'NPC.DefaultOutfit'
- 'NPC.Perks.Add'
- 'NPC.Perks.Change'
- 'NPC.Perks.Remove'
- 'NPC.Race'
- 'ObjectBounds'
- 'Outfits.Add'
- 'Outfits.Remove'
- 'R.AddSpells'
- 'R.Body-Size-F'
- 'R.Body-Size-M'
- 'R.ChangeSpells'
- 'R.Description'
- 'R.Skills'
- 'R.Stats'
- 'R.Voice-F'
- 'R.Voice-M'
- 'Relations.Add'
- 'Relations.Change'
- 'Relations.Remove'
- 'Relev'
- 'Sound'
- 'SpellStats'
- 'Stats'
- 'Text'
globals:
# Latest LOOT Thread
- *latestLOOTThread
# Latest Version
# Skyrim AE
- <<: *versionOldX
subs: [ '**Skyrim Anniversary Edition**' ]
condition: 'not file("../Galaxy64.dll") and not file("../EOSSDK-Win64-Shipping.dll") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", >=, "1.6.317.0") and product_version("../SkyrimSE.exe", <, "1.6.1130.0")'
- <<: *versionUpToDateX
subs: [ '**Skyrim Anniversary Edition**' ]
condition: 'not file("../Galaxy64.dll") and not file("../EOSSDK-Win64-Shipping.dll") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", >=, "1.6.1130.0")'
# Skyrim SE GOG
- <<: *versionOldX
subs: [ '**Skyrim SE GOG**' ]
condition: 'file("../Galaxy64.dll") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", <, "1.6.1179.0")'
- <<: *versionUpToDateX
subs: [ '**Skyrim SE GOG**' ]
condition: 'file("../Galaxy64.dll") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", >=, "1.6.1179.0")'
# Skyrim SE EGS
- <<: *versionOldX
subs: [ '**Skyrim SE Epic Games**' ]
condition: 'file("../EOSSDK-Win64-Shipping.dll") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", <, "1.6.678.0")'
- <<: *versionUpToDateX
subs: [ '**Skyrim SE Epic Games**' ]
condition: 'file("../EOSSDK-Win64-Shipping.dll") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", >=, "1.6.678.0")'
# Skyrim SE
- <<: *versionOldX
subs: [ '**Skyrim SE**' ]
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", <, "1.5.97.0")'
- <<: *versionUpToDateX
subs: [ '**Skyrim SE**' ]
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", ==, "1.5.97.0")'
# Skyrim VR
- <<: *versionOldX
subs: [ '**Skyrim VR**' ]
condition: 'readable("../SkyrimVR.exe") and product_version("../SkyrimVR.exe", <, "1.4.15.0")'
- <<: *versionUpToDateX
subs: [ '**Skyrim VR**' ]
condition: 'readable("../SkyrimVR.exe") and product_version("../SkyrimVR.exe", >=, "1.4.15.0")'
# SKSE AE
- <<: *versionOldX
subs: [ '**[SKSE Anniversary Edition](https://skse.silverlock.org)**' ]
condition: 'not file("../Galaxy64.dll") and not file("../EOSSDK-Win64-Shipping.dll") and file("../skse64_loader.exe") and version("../skse64_loader.exe", <, "0.2.2.6") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", >=, "1.6.317.0")'
- <<: *versionUpToDateX
subs: [ '**SKSE Anniversary Edition**' ]
condition: 'not file("../Galaxy64.dll") and not file("../EOSSDK-Win64-Shipping.dll") and version("../skse64_loader.exe", >=, "0.2.2.6") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", >=, "1.6.317.0")'
# SKSE SE
- <<: *versionOldX
subs: [ '**[SKSE Special Edition](https://skse.silverlock.org)**' ]
condition: 'file("../skse64_loader.exe") and version("../skse64_loader.exe", <, "0.2.0.20") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", <, "1.6.317.0")'
- <<: *versionUpToDateX
subs: [ '**SKSE Special Edition**' ]
condition: 'version("../skse64_loader.exe", ==, "0.2.0.20") and readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", <, "1.6.317.0")'
# SKSE VR
- <<: *versionOldX
subs: [ '**[SKSE VR](https://skse.silverlock.org)**' ]
condition: 'readable("../SkyrimVR.exe") and version("../skseVR_loader.exe", <, "0.2.0.12") and file("../skseVR_loader.exe")'
- <<: *versionUpToDateX
subs: [ '**SKSE VR**' ]
condition: 'readable("../SkyrimVR.exe") and version("../skseVR_loader.exe", >=, "0.2.0.12") and file("../skseVR_loader.exe")'
# SKSE - Runtime Compatibility
# SKSE AE
- <<: *versionSkseIncSAE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", ==, "1.6.1170.0") and not file("../skse64_1_6_1170.dll") and file("../skse64_loader.exe")'
- <<: *versionSkseIncSAE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", ==, "1.6.1130.0") and not file("../skse64_1_6_1130.dll") and file("../skse64_loader.exe")'
- <<: *versionSkseIncSAE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", ==, "1.6.640.0") and not file("../skse64_1_6_640.dll") and file("../skse64_loader.exe")'
- <<: *versionSkseIncSAE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", ==, "1.6.629.0") and version("../skse64_loader.exe", <, "0.2.2.0") and file("../skse64_loader.exe")'
# SKSE AE GOG
- <<: *versionSkseIncSSE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", ==, "1.6.1179.0") and not file("../skse64_1_6_1179.dll") and file("../skse64_loader.exe")'
- <<: *versionSkseIncSSE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", ==, "1.6.659.0") and not file("../skse64_1_6_659.dll") and file("../skse64_loader.exe")'
# SKSE AE EGS
- <<: *versionSkseIncSSE
condition: 'file("../SkyrimSE.exe") and file("../EOSSDK-Win64-Shipping.dll") and file("../skse64_loader.exe")'
# SKSE SE
- <<: *versionSkseIncSSE
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", ==, "1.5.97.0") and version("../skse64_loader.exe", <, "0.2.0.20") and file("../skse64_loader.exe")'
- <<: *versionSkseIncSSE
condition: 'file("../SkyrimSE.exe") and file("../skse(vr)?_loader.exe") and not file("../skse64_loader.exe")'
# SKSE VR
- <<: *versionSkseIncSVR
condition: 'product_version("../SkyrimVR.exe", ==, "1.4.15.0") and version("../sksevr_loader.exe", <, "0.2.0.12") and file("../sksevr_loader.exe")'
- <<: *versionSkseIncSVR
condition: 'file("../SkyrimVR.exe") and file("../skse(?:64)?_loader.exe") and not file("../sksevr_loader.exe")'
# ENBSeries Compatibility
- <<: *versionXIncY
subs:
- '**[ENB Helper SE](https://www.nexusmods.com/skyrimspecialedition/mods/23174/)**'
- '**[ENBSeries SE](http://enbdev.com/download_mod_tesskyrimse.htm)**'
condition: 'file("SKSE/Plugins/ENBHelperSE.dll") and file("../enblocal.ini") and version("SKSE/Plugins/ENBHelperSE.dll", ==, "1.3.1.0") and product_version("../d3d11.dll", <, "0.3.7.1")'
# SKSE
# Missing AE
- <<: *scriptExtenderMissing
subs:
- 'SKSE'
- '[Skyrim Script Extender](https://skse.silverlock.org) Anniversary Edition'
condition: 'readable("../SkyrimSE.exe") and not file("../Galaxy64.dll") and not file("../EOSSDK-Win64-Shipping.dll") and product_version("../SkyrimSE.exe", >=, "1.6.317.0") and not file("../skse64_loader.exe") and file("SKSE/Plugins/([^\.]+\.dll)")'
# Missing GOG AE
- <<: *scriptExtenderMissing
subs:
- 'SKSE'
- '[Skyrim Script Extender](https://skse.silverlock.org) GOG Anniversary Edition'
condition: 'file("../Galaxy64.dll") and not file("../skse64_loader.exe") and file("SKSE/Plugins/([^\.]+\.dll)")'
# Missing SE
- <<: *scriptExtenderMissing
subs:
- 'SKSE'
- '[Skyrim Script Extender](https://skse.silverlock.org) Special Edition'
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", <=, "1.5.97.0") and not file("../skse64_loader.exe") and file("SKSE/Plugins/([^\.]+\.dll)")'
# Missing VR
- <<: *scriptExtenderMissing
subs:
- 'SKSE'
- '[Skyrim Script Extender](https://skse.silverlock.org) VR'
condition: 'readable("../SkyrimVR.exe") and not file("../Galaxy64.dll") and not file("../EOSSDK-Win64-Shipping.dll") and product_version("../SkyrimVR.exe", >=, "1.4.15.0") and not file("../sksevr_loader.exe") and file("SKSE/Plugins/([^\.]+\.dll)")'
# Required Scripts
- <<: *scriptExtenderRequiredScripts
subs:
- 'Skyrim Script Extender'
- '[SKSE](https://skse.silverlock.org)'
condition: 'not file("scripts/skse.pex") and (file("../skse64_loader.exe") or file("../sksevr_loader.exe"))'
# Missing Requirements
# ENBSeries
- <<: *missingRequirementXforY
subs:
- '[ENBSeries SE](http://enbdev.com/download_mod_tesskyrimse.htm)'
- 'ENB Helper SE'
condition: 'file("SKSE/Plugins/ENBHelperSE.dll") and not file("../enblocal.ini")'
# DLL Loaders
- <<: *missingRequirementXforY
subs:
- '[(Part 2) Engine Fixes 7.0 - skse64 Preloader ONLY](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
- 'SSE Engine Fixes v7.0+'
condition: 'version("SKSE/Plugins/EngineFixes.dll", >=, "7.0.0") and not file("../d3dx9_42.dll")'
- <<: *missingRequirementXforY
subs:
- '[(Part 2) Engine Fixes - skse64 Preloader and TBB Lib](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
- 'SSE Engine Fixes'
condition: 'file("SKSE/Plugins/EngineFixes.dll") and version("SKSE/Plugins/EngineFixes.dll", <, "7.0.0") and (not file("../d3dx9_42.dll") or not file("../tbb.dll") or not file("../tbbmalloc.dll"))'
- <<: *missingRequirementXforY
subs:
- '[DLL Plugin Loader](https://www.nexusmods.com/skyrimspecialedition/mods/10546/) or [SSE Engine Fixes - Part 2](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
- 'SSE Fixes'
condition: 'file("DLLPlugins/FPSFixPlugin.dll") and ((not file("../binkw64_.dll") and not checksum("../binkw64.dll", 6C2F54AB)) and (not file("../d3dx9_42.dll")))'
- <<: *missingRequirementXforY
subs:
- '[DLL Plugin Loader](https://www.nexusmods.com/skyrimspecialedition/mods/10546/) or [SSE Engine Fixes - Part 2](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
- '.NET Script Framework'
condition: 'file("DLLPlugins/NetScriptFramework.Runtime.dll") and ((not file("../binkw64_.dll") and not checksum("../binkw64.dll", 6C2F54AB)) and (not file("../d3dx9_42.dll")))'
# Animation Frameworks
# Fores New Idles
- <<: *runAnimFramework
subs:
- 'Fores New Idles in Skyrim SE'
- 'GenerateFNISforUsers.exe'
- 'FNIS'
condition: 'file("tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe")'
# Nemesis Unlimited Behavior Engine
- <<: *runAnimFramework
subs:
- 'Nemesis Unlimited Behavior Engine'
- 'Nemesis Unlimited Behavior Engine.exe'
- 'Nemesis'
condition: 'file("Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe")'
# Nemesis and FNIS compatibility
- <<: *useOnlyOneX
type: warn
subs: [ '**Fores New Idles in Skyrim** or **Nemesis Unlimited Behavior Engine**' ]
condition: 'file("Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe") and file("tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe") and not file("scripts/FNISCreatureVersion.pex")'
# DAR and OAR compatibility
- <<: *useOnlyOneX
type: error
subs: [ '**Dynamic Animation Replacer** or **Open Animation Replacer**' ]
condition: 'file("SKSE/Plugins/DynamicAnimationReplacer.dll") and file("SKSE/Plugins/OpenAnimationReplacer.dll")'
# Mod Series Patch Collections
- <<: *compatPatchForX
subs:
- 'JK''s Interiors'
- '[JK''s Interiors Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35910/)'
condition: 'active("JK''?s (Angelines Aromatics|Arcadia''s Cauldron|Arnleif and Sons Trading Company|Bee and Barb|Belethor''s General Goods|Bits and Pieces|Candlehearth Hall|Elgrims Elixirs|Haelga''s Bunkhouse|New Gnisis Cornerclub|Radiant Raiment|Riverwood Trader|Sadris Used Wares|Septimus Signus''s Outpost|Silver-Blood Inn|Sinderion''s Field Laboratory|Sleeping Giant Inn|Temple of (Dibella|Kynareth|Mara|Talos|the Divines)|The (Bannered Mare|Drunken Huntsman|Hag''s Cure|Pawned Prawn|Ragged Flagon|Winking Skeever)|Warmaiden''s|White Phial)\.esp") or
active("JK''?s (Blue Palace|Dragonsreach|Mistveil Keep|Palace of the Kings|Understone Keep)\.esp") and
not active("Palaces Castles Enhanced.esp")'
- <<: *compatPatchForX
subs:
- 'JK''s Guild HQ Interiors'
- '[JK''s Guild HQ Interiors Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/61416/)'
condition: 'active("JK''?s (The Bards College|High Hrothgar|Jorrvaskr|Sky Haven Temple)\.esp") or active("JK''s Castle Dour.esp") and not active("Palaces Castles Enhanced.esp") or active("JK''s College of Winterhold.esp") and not active("CollegeOfWinterholdImmersive.esp") and not active("OCW_Obscure''s_CollegeofWinterhold.esp")'
- <<: *compatPatchForX
subs:
- 'JK''s Palace Interiors + Palaces and Castles Enhanced'
- '[JK''s Interiors - Palaces and Castles Enhanced (PCE) Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/57714/)'
condition: 'active("JK''?s (Blue Palace|Castle Dour|Dragonsreach|Mistveil Keep|Palace of the Kings|Understone Keep)\.esp") and active("Palaces Castles Enhanced.esp")'
- <<: *compatPatchForX
subs:
- 'Ryn''s Riverwood Interiors'
- '[Ryn''s Riverwood Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/89511/)'
condition: 'active("Ryn''s (Alvor''s House|Faendal''s House|Gerdur''s House|Riverwood Trader|Sleeping Giant Inn|Sven''s House)\.esp")'
- <<: *compatPatchForX
subs:
- 'Snazzy Interiors'
- '[Snazzy Interiors Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/91604/)'
condition: 'active("Snazzy Interiors - (Markarth Treasury House|Riften Black-Briar Manor|Riften Snow-Shod Manor|Whiterun House Battleborn|Whiterun House Gray-mane|Windhelm Blacksmith|Windhelm House Clan Shattershield|Windhelm House Clan Cruel-Sea)\.esp")'
groups:
- name: &mainGroup Main Plugins
- name: &ccGroup Creation Club
after: [ *mainGroup ]
- name: &unofficialPatchesGroup Unofficial Patches
after: [ *ccGroup ]
- name: &scriptOptimizationGroup Script Fixes & Optimization
description: 'A group for mods that optimize or fix issues in the base game scripts.'
after: [ *unofficialPatchesGroup ]
- name: &fixesGroup Fixes
description: 'A group for modules that fix issues and bugs.'
after: [ *scriptOptimizationGroup ]
- name: &frameworksGroup Resources & Frameworks
description: 'A group for mods that provide resources and/or a framework for other mods to use.'
after: [ *fixesGroup ]
- name: &earlyLoadersGroup Early Loaders
description: 'A group for modules that should load early before most other mods.'
after: [ *frameworksGroup ]
- name: &newContentGroup New Content
description: 'A group for mods that only add new content (e.g. new locations, items or characters).'
after: [ *earlyLoadersGroup ]
- name: &underridesGroup Underrides
description: 'A group for early loaders that might still need to load after some files in the default group.'
after: [ *newContentGroup ]
- name: default
after: [ *underridesGroup ]
- name: &lowPriorityGroup Low Priority Overrides
description: 'A group for modules that must load after most other mods.'
after: [ default ]
- name: &icaioGroup Immersive Citizens
after: [ *lowPriorityGroup ]
- name: &pceGroup Palaces Castles Enhanced
after: [ *icaioGroup ]
- name: &racesGroup Races & Classes
description: 'A group for modules that modify character Races & Classes.'
after: [ *pceGroup ]
- name: &economyGroup Economy
description: 'A group for mods that alter the Economy of the game.'
after: [ *racesGroup ]
- name: &craftingGroup Crafting
description: 'A group for modules that modify or expand crafting systems.'
after: [ *economyGroup ]
- name: &alchemyOverhaulsGroup Alchemy Overhauls
description: 'A group for modules that overhaul the alchemy system.'
after: [ *craftingGroup ]
- name: &perksGroup Skills & Perks
description: 'A group for modules that modify or add new Skills and Perks.'
after: [ *alchemyOverhaulsGroup ]
- name: &vampireGameplayGroup Vampire Gameplay Overhauls
description: 'A group for modules that overhaul gameplay for Vampire player characters.'
after: [ *perksGroup ]
- name: &coreGroup Core Mods
after: [ *vampireGameplayGroup ]
- name: &altStartGroup Alternate Start
description: 'A group for mods that provide alternative starting choices.'
after: [ *coreGroup ]
- name: &followerFrameworksGroup Follower Frameworks
description: 'A group for mods that extend the follower system.'
after: [ *altStartGroup ]
- name: &cellMusicGroup Cell Music
description: 'A group for modules that modify cell music.'
after: [ *followerFrameworksGroup ]
- name: &cellEncZonesGroup Cell Encounter Zones
description: 'A group for modules that modify cell encounter zones.'
after: [ *cellMusicGroup ]
- name: &cellWaterGroup Cell Water
description: 'A group for modules that modify cell water.'
after: [ *cellEncZonesGroup ]
- name: &cellLightingGroup Cell Weather & Lighting
description: 'A group for modules that modify cell weather & lighting.'
after: [ *cellWaterGroup ]
- name: &ocsGroup Open Cities Skyrim
after: [ *cellLightingGroup ]
- name: &highPriorityGroup High Priority Overrides
after: [ *ocsGroup ]
- name: &lateLoadersGroup Late Loaders
after: [ *highPriorityGroup ]
- name: &kSpeakGroup Khajiit Speak
after: [ *lateLoadersGroup ]
- name: &lvlListsGroup Leveled List Modifiers
after: [ *kSpeakGroup ]
- name: &mapMarkersGroup Map Markers
description: 'A group for mods that modify map markers and/or add new ones.'
after: [ *lvlListsGroup ]
- name: &luxInteriorsGroup Lux Interior Lighting
description: 'A group for the interiors version of Lux.'
after: [ *mapMarkersGroup ]
- name: &cityWorldMoversGroup City Worldspace Movers
description: 'A group for mods that move city worldspaces to the tamriel worldspace.'
after: [ *luxInteriorsGroup ]
- name: &winterholdRestoredGroup Winterhold Restored
description: 'A group for the Winterhold Restored mod.'
after: [ *cityWorldMoversGroup ]
- name: &waterOverhaulsGroup Water Overhauls
description: 'A group for mods that have extensive changes to water.'
after: [ *winterholdRestoredGroup ]
- name: &torchLightingGroup Torch Lighting
description: 'A group for mods that alter torch lighting.'
after: [ *waterOverhaulsGroup ]
- name: &playerDialogueGroup Player Character Dialogue
description: 'A group for mods that modify the player character dialogue.'
after: [ *torchLightingGroup ]
- name: &worldSettingsGroup Worldspace Settings
description: 'A group for modules that need to be loaded late to preserve worldspace settings.'
after: [ *playerDialogueGroup ]
- name: &conResPatchLateGroup Conflict Resolution Patches (Late)
description: 'A group for patches that resolve conflicts.'
after: [ *worldSettingsGroup ]
- name: &paperMapsGroup Paper Maps
description: 'A group for paper map mods that need to be loaded late to preserve worldspace settings.'
after: [ *conResPatchLateGroup ]
- name: &dynamicPatchesGroup Dynamic Patches
description: 'A group for patches that are dynamically generated by modding tools.'
after: [ *paperMapsGroup ]
- name: &lateChangesGroup Late Fixes & Changes
after: [ *dynamicPatchesGroup ]
- name: &dynamicLODGroup Dynamic LOD
after: [ *lateChangesGroup ]
plugins:
###### Official Game Files ######
- name: 'Skyrim.esm'
group: *mainGroup
- name: 'Update.esm'
group: *mainGroup
tag:
- C.Location
- C.Regions
- C.Water
- Delev
- Invent.Add
- Invent.Change
- Keywords
dirty:
# v1.5.97
- <<: *quickClean
crc: 0x17AB5E20
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 334
udr: 92
nav: 3
# v1.6.640
- <<: *quickClean
crc: 0x0F9F1100
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 384
udr: 92
nav: 3
# v1.6.1130.0
- <<: *quickClean
crc: 0x2AF20881
util: '[SSEEdit v4.1.5 EXPERIMENTAL](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 385
udr: 93
nav: 3
# v1.6.1170.0
- <<: *quickClean
crc: 0xE6BA88BB
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 386
udr: 93
nav: 3
# GOG v1.6.659
- <<: *quickClean
crc: 0xC3E0D564
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 384
udr: 92
nav: 3
# GOG v1.6.1179.0
- <<: *quickClean
crc: 0x4EE745BF
util: '[SSEEdit v4.1.5m](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 415
udr: 93
nav: 3
# EGS v1.6.678
- <<: *quickClean
crc: 0x0572C368
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 384
udr: 92
nav: 3
# VR v1.4.15.0
- <<: *quickClean
crc: 0xDE522C22
util: '[TES5VREdit v4.1.5n](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 232
udr: 91
- name: 'Dawnguard.esm'
group: *mainGroup
tag:
- C.Location
- C.Regions
- Delev
- Invent.Add
- Invent.Remove
- Relev
msg:
# (v1.5.97, 0xADFC1487) after QAC, (v1.6.640, 0x2FE9FD3B) after QAC, (GOG v1.6.659, 0x4B45E434) after QAC, (EGS v1.6.678, 0x63B4EBD1) after QAC, (VR v1.4.15.0, 0xB07A8F39) after QAC
- <<: *wildEdits
type: say
subs: [ '[**Dawnguard.esm** Wild Edits Cleaning Guide](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#AppendixBManuallyCleaningDawnguard)' ]
condition: '(checksum("Dawnguard.esm", ADFC1487) or checksum("Dawnguard.esm", 2FE9FD3B) or checksum("Dawnguard.esm", 4B45E434) or checksum("Dawnguard.esm", 63B4EBD1) or checksum("Dawnguard.esm", B07A8F39)) and not active("unofficial skyrim special edition patch.esp")'
dirty:
# v1.5.97
- <<: *quickClean
crc: 0xCC81E5D8
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 766
udr: 82
nav: 57
# v1.6.640
- <<: *quickClean
crc: 0x641044FE
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 849
udr: 82
nav: 59
# v1.6.1130.0
- <<: *quickClean
crc: 0x5C94D083
util: '[SSEEdit v4.1.5 EXPERIMENTAL](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 840
udr: 82
nav: 59
# v1.6.1170.0
- <<: *quickClean
crc: 0xD399544A
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 842
udr: 82
nav: 59
# GOG v1.6.659
- <<: *quickClean
crc: 0xC855C37C
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 849
udr: 82
nav: 59
# GOG v1.6.1179.0
- <<: *quickClean
crc: 0x86B60529
util: '[SSEEdit v4.1.5m](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 846
udr: 82
nav: 59
# EGS v1.6.678
- <<: *quickClean
crc: 0x02A487C1
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 849
udr: 82
nav: 59
# VR v1.4.15.0
- <<: *quickClean
crc: 0x85E4F13D
util: '[TES5VREdit v4.1.5n](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 770
udr: 82
nav: 57
- name: 'HearthFires.esm'
group: *mainGroup
tag:
- C.Location
- Invent.Add
dirty:
# v1.5.97
- <<: *quickClean
crc: 0xBAD9393A
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 221
udr: 11
nav: 5
# v1.6.640
- <<: *quickClean
crc: 0xA9910F5C
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 221
udr: 11
nav: 5
# v1.6.1130.0
- <<: *quickClean
crc: 0x5E430A17
util: '[SSEEdit v4.1.5 EXPERIMENTAL](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 220
udr: 11
nav: 5
# v1.6.1170.0
- <<: *quickClean
crc: 0xA1EC149B
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 221
udr: 11
nav: 5
# GOG v1.6.659
- <<: *quickClean
crc: 0x073ECE89
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 221
udr: 11
nav: 5
# GOG v1.6.1179.0
- <<: *quickClean
crc: 0xBC6F2948
util: '[SSEEdit v4.1.5m](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 221
udr: 11
nav: 5
# EGS v1.6.678
- <<: *quickClean
crc: 0x53C7FE02
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 221
udr: 11
nav: 5
# VR v1.4.15.0
- <<: *quickClean
crc: 0xC9662E10
util: '[TES5VREdit v4.1.5n](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 221
udr: 11
nav: 5
- name: 'Dragonborn.esm'
group: *mainGroup
msg:
- <<: *patch3rdParty
subs:
- 'JS Dragon Claws'
- '[JS Dragon Claws - Patches](https://www.nexusmods.com/skyrimspecialedition/mods/23833/) (Amethyst Patch)'
condition: 'checksum("meshes/clutter/ruins/ruinsdragonclaw01.nif", 34F46214) and not file("meshes/dlc02/clutter/dlc2leftclawamethyst.nif")'
tag:
- C.Location
- Invent.Add
- Invent.Remove
- Text
dirty:
# v1.5.97
- <<: *quickClean
crc: 0x0EB10E82
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 81
udr: 8
nav: 1
# v1.6.640
- <<: *quickClean
crc: 0xA959AA60
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 87
udr: 8
nav: 1
# v1.6.1130.0
- <<: *quickClean
crc: 0xCE6084AA
util: '[SSEEdit v4.1.5 EXPERIMENTAL](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 86
udr: 8
nav: 1
# v1.6.1170.0
- <<: *quickClean
crc: 0x1120165C
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 88
udr: 8
nav: 1
# GOG v1.6.659
- <<: *quickClean
crc: 0x7BE33EB9
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 87
udr: 8
nav: 1
# GOG v1.6.1179.0
- <<: *quickClean
crc: 0x211C4911
util: '[SSEEdit v4.1.5m](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 88
udr: 8
nav: 1
# EGS v1.6.678
- <<: *quickClean
crc: 0xAF3D8E37
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 87
udr: 8
nav: 1
# VR v1.4.15.0
- <<: *quickClean
crc: 0x0977457C
util: '[TES5VREdit v4.1.5n](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 82
udr: 8
nav: 1
- name: 'SkyrimVR.esm'
group: *mainGroup
after: [ 'Dragonborn.esm' ]
dirty:
# VR v1.4.15.0
- <<: *quickClean
crc: 0xD36F5D34
util: '[TES5VREdit v4.1.5n](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
###### Creation Club ######
- name: 'cc[a-z]{3}sse\d{3}[-_]\w+\.es[lm]'
group: *ccGroup
### Base Game ###
# Fishing
- name: 'ccbgssse001-fish.esm'
tag:
- Invent.Add
- NPC.DefaultOutfit
- ObjectBounds
dirty:
- <<: *quickClean
crc: 0x3F2DC672
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 4
# v1.6.1170.0
- <<: *quickClean
crc: 0x70E3300E
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 4
# Survival Mode
- name: 'ccqdrsse001-survivalmode.esl'
tag:
- EffectStats
- Keywords
- Text
dirty:
- <<: *quickClean
crc: 0x87023079
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# v1.6.1170.0
- <<: *quickClean
crc: 0x25BC177E
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Rare Curios
- name: 'ccbgssse037-curios.esl'
clean:
- crc: 0xEA917D0B
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0xEA917D0B
util: 'SSEEdit v4.1.5d'
# Saints & Seducers
- name: 'ccbgssse025-advdsgs.esm'
tag:
- Invent.Add
- Sound
dirty:
- <<: *quickClean
crc: 0xA3D900E1
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# v1.6.1170.0
- <<: *quickClean
crc: 0xEBBC9DA9
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# Resource Pack
- name: '_ResourcePack.esl'
group: *ccGroup
clean:
# v1.6.1170.0
- crc: 0x7898501C
util: 'SSEEdit v4.1.5d'
### Anniversary Edition ###
# Adventurer's Backpack
- name: 'ccfsvsse001-backpacks.esl'
clean:
# v1.6.1170.0
- crc: 0x515E986E
util: 'SSEEdit v4.1.5d'
# Alternative Armors - Daedric Mail
- name: 'ccbgssse051-ba_daedricmail.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xED0DAC61
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# Alternative Armors - Daedric Plate
- name: 'ccbgssse050-ba_daedric.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xFA1BF723
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
# Alternative Armors - Dragon Plate
- name: 'ccbgssse059-ba_dragonplate.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xA6E40E02
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
# Alternative Armors - Dragonscale
- name: 'ccbgssse060-ba_dragonscale.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xFFCEF134
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
# Alternative Armors - Dwarven Mail
- name: 'ccbgssse062-ba_dwarvenmail.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xC7B82470
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Alternative Armors - Dwarven Plate
- name: 'ccbgssse061-ba_dwarven.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x96DA6A08
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# Alternative Armors - Ebony Plate
- name: 'ccbgssse063-ba_ebony.esl'
clean:
- crc: 0x28D1727F
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0x9E48FF0A
util: 'SSEEdit v4.1.5d'
# Alternative Armors - Elven Hunter
- name: 'ccbgssse064-ba_elven.esl'
clean:
- crc: 0xF67CFF9B
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0x166B47DB
util: 'SSEEdit v4.1.5d'
# Alternative Armors - Iron
- name: 'ccbgssse052-ba_iron.esl'
clean:
# v1.6.1170.0
- crc: 0x44CC9684
util: 'SSEEdit v4.1.5d'
# Alternative Armors - Leather
- name: 'ccbgssse053-ba_leather.esl'
clean:
- crc: 0xC280B67C
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0x48F3C56D
util: 'SSEEdit v4.1.5d'
# Alternative Armors - Orcish Plate
- name: 'ccbgssse054-ba_orcish.esl'
clean:
# v1.6.1170.0
- crc: 0x1799B889
util: 'SSEEdit v4.1.5d'
# Alternative Armors - Orcish Scaled
- name: 'ccbgssse055-ba_orcishscaled.esl'
clean:
- crc: 0x19E55E2C
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0x2EF68848
util: 'SSEEdit v4.1.5d'
# Alternative Armors - Silver
- name: 'ccbgssse056-ba_silver.esl'
clean:
- crc: 0xA67387E9
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0x64FFF02D
util: 'SSEEdit v4.1.5d'
# Alternative Armors - Stalhrim Fur
- name: 'ccbgssse057-ba_stalhrim.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xB0337665
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Alternative Armors - Steel Soldier
- name: 'ccbgssse058-ba_steel.esl'
clean:
- crc: 0x482C80EF
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0xE7376E05
util: 'SSEEdit v4.1.5d'
# Arcane Accessories
- name: 'ccbgssse014-spellpack01.esl'
clean:
# v1.6.1170.0
- crc: 0x612F5721
util: 'SSEEdit v4.1.5d'
# Arcane Archer Pack
- name: 'ccbgssse002-exoticarrows.esl'
clean:
# v1.6.1170.0
- crc: 0x51D308C0
util: 'SSEEdit v4.1.5d'
# Arms of Chaos
- name: 'ccpewsse002-armsofchaos.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xD8F7F985
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
# Bittercup
- name: 'cckrtsse001_altar.esl'
tag:
- C.Acoustic
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Owner
- C.Water
- Graphics
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xCE4A252F
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
udr: 12
nav: 5
# Bloodchill Manor
- name: 'cceejsse005-cave.esm'
tag:
- C.Acoustic
- C.Climate
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Water
dirty:
- <<: *quickClean
crc: 0x2A44A95B
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# v1.6.1170.0
- <<: *quickClean
crc: 0x0F0EF2C6
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Bone Wolf
- name: 'ccbgssse036-petbwolf.esl'
tag:
- Delev
- Keywords
- R.Voice-M
clean:
- crc: 0xDF613F47
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0xEFB58F1E
util: 'SSEEdit v4.1.5d'
# Bow of Shadows
- name: 'ccbgssse038-bowofshadows.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xCF70E2A1
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Camping
- name: 'ccqdrsse002-firewood.esl'
clean:
# v1.6.1170.0
- crc: 0x31D3A629
util: 'SSEEdit v4.1.5d'
# Chrysamere
- name: 'ccbgssse007-chrysamere.esl'
clean:
# v1.6.1170.0
- crc: 0xE4DB0C51
util: 'SSEEdit v4.1.5d'
# Civil War Champions
- name: 'ccffbsse001-imperialdragon.esl'
dirty:
- <<: *quickClean
crc: 0xB61EB1F5
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
# v1.6.1170.0
- <<: *quickClean
crc: 0x0B80C411
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
# Dawnfang & Duskfang
- name: 'ccbgssse013-dawnfang.esl'
tag:
- C.Acoustic
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Water
clean:
# v1.6.1170.0
- crc: 0xC4E35D25
util: 'SSEEdit v4.1.5d'
# Dead Man's Dread
- name: 'ccbgssse031-advcyrus.esm'
dirty:
- <<: *quickClean
crc: 0xBF898B88
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
# v1.6.1170.0
- <<: *quickClean
crc: 0xBD8332C6
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
# Divine Crusader
- name: 'ccmtysse001-knightsofthenine.esl'
clean:
# v1.6.1170.0
- crc: 0x3D17B0EB
util: 'SSEEdit v4.1.5d'
# Dwarven Armored Mudcrab
- name: 'ccbgssse010-petdwarvenarmoredmudcrab.esl'
clean:
# v1.6.1170.0
- crc: 0x00A63157
util: 'SSEEdit v4.1.5d'
# Elite Crossbows
- name: 'ccbgssse043-crosselv.esl'
tag:
- C.Acoustic
- C.Encounter
- C.ImageSpace
- C.Light
- C.Music
- C.Name
- Graphics
- Names
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x9F926A70
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 4
# Expanded Crossbow Pack
- name: 'ccffbsse002-crossbowpack.esl'
clean:
- crc: 0xF3442D86
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0xCE88C511
util: 'SSEEdit v4.1.5d'
# Farming
- name: 'ccvsvsse004-beafarmer.esl'
tag:
- C.Acoustic
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Owner
- C.Water
- Graphics
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xC84E56C2
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
udr: 14
# Fearsome Fists
- name: 'cccbhsse001-gaunt.esl'
clean:
# v1.6.1170.0
- crc: 0xB2682AA4
util: 'SSEEdit v4.1.5d'
# Forgotten Seasons
- name: 'cctwbsse001-puzzledungeon.esm'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x25D6FE7B
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
udr: 1
# Gallows Hall
- name: 'ccrmssse001-necrohouse.esl'
tag:
- C.Acoustic
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Water
- Graphics
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xBAFF0369
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
udr: 4
# Ghosts of the Tribunal
- name: 'ccasvsse001-almsivi.esm'
tag:
- C.Acoustic
- C.Climate
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.LockList
- C.Music
- C.Name
- C.Water
dirty:
- <<: *quickClean
crc: 0xD45403A6
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# v1.6.1170.0
- <<: *quickClean
crc: 0x54B4F536
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Goblins
- name: 'ccbgssse040-advobgobs.esl'
tag:
- C.Acoustic
- C.Climate
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Water
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x86A233E1
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
udr: 4
# Goldbrand
- name: 'ccbgssse005-goldbrand.esl'
tag:
- C.Acoustic
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Water
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x832A954E
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 6
# Headman's Cleaver
- name: 'ccbgssse068-bloodfall.esl'
clean:
# v1.6.1170.0
- crc: 0x767BDEC9
util: 'SSEEdit v4.1.5d'
# Hendhraheim
- name: 'cceejsse004-hall.esl'
tag:
- C.Acoustic
- C.Climate
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xFBD7033E
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
# Horse Armor - Elven
- name: 'ccbgssse011-hrsarmrelvn.esl'
tag:
- Graphics
- ObjectBounds
clean:
# v1.6.1170.0
- crc: 0x4D90586A
util: 'SSEEdit v4.1.5d'
# Horse Armor - Steel
- name: 'ccbgssse012-hrsarmrstl.esl'
tag:
- Graphics
- ObjectBounds
clean:
# v1.6.1170.0
- crc: 0x4287AA21
util: 'SSEEdit v4.1.5d'
# Lord's Mail
- name: 'ccbgssse021-lordsmail.esl'
clean:
# v1.6.1170.0
- crc: 0x3755436F
util: 'SSEEdit v4.1.5d'
# Myrwatch
- name: 'cceejsse002-tower.esl'
tag: [ C.Location ]
clean:
# v1.6.1170.0
- crc: 0x7D7DE5B5
util: 'SSEEdit v4.1.5d'
# Nchuanthumz: Dwarven Home
- name: 'ccafdsse001-dwesanctuary.esm'
tag:
- C.Acoustic
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
clean:
# v1.6.1170.0
- crc: 0x5442BD0C
util: 'SSEEdit v4.1.5d'
# Necromantic Grimoire
- name: 'ccvsvsse003-necroarts.esl'
dirty:
- <<: *quickClean
crc: 0x8D0AE774
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 1
# v1.6.1170.0
- <<: *quickClean
crc: 0xF955CA36
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 1
# Netch Leather Armor
- name: 'ccbgssse041-netchleather.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x87F09B67
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# Nix-Hound
- name: 'ccbgssse035-petnhound.esl'
tag:
- Names
- R.Stats
- R.Voice-M
clean:
# v1.6.1170.0
- crc: 0xDA4CBDA5
util: 'SSEEdit v4.1.5d'
# Nordic Jewelry
- name: 'ccedhsse001-norjewel.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x1059E62C
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
# Pets of Skyrim
- name: 'ccvsvsse002-pets.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x474A4A90
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 8
# Plague of the Dead
- name: 'ccbgssse003-zombies.esl'
tag: [ Delev ]
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xFE6BE367
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Redguard Elite Armaments
- name: 'ccedhsse003-redguard.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x802755BA
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# Ruin's Edge
- name: 'ccbgssse004-ruinsedge.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x5EE1F7FA
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
# Saturalia Holiday Pack
- name: 'ccvsvsse001-winter.esl'
clean:
# v1.6.1170.0
- crc: 0xDEC857BE
util: 'SSEEdit v4.1.5d'
# Shadowfoot Sanctum
- name: 'cceejsse003-hollow.esl'
tag:
- C.Acoustic
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.MiscFlags
- C.Name
- C.Water
- Graphics
- Keywords
- Names
clean:
# v1.6.1170.0
- crc: 0xA7C5D720
util: 'SSEEdit v4.1.5d'
# Shadowrend
- name: 'ccbgssse018-shadowrend.esl'
dirty:
- <<: *quickClean
crc: 0x2256DD07
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# v1.6.1170.0
- <<: *quickClean
crc: 0x6C31393E
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Spell Knight Armor
- name: 'ccedhsse002-splkntset.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xFCF374B9
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
# Staff of Hasedoki
- name: 'ccbgssse045-hasedoki.esl'
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xE75D726D
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
# Staff of Sheogorath
- name: 'ccbgssse019-staffofsheogorath.esl'
clean:
- crc: 0xFCBD8672
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0x994267A8
util: 'SSEEdit v4.1.5d'
# Staves
- name: 'ccbgssse066-staves.esl'
clean:
# v1.6.1170.0
- crc: 0xF19EB095
util: 'SSEEdit v4.1.5d'
# Stendarr's Hammer
- name: 'ccbgssse006-stendarshammer.esl'
clean:
# v1.6.1170.0
- crc: 0xB2139281
util: 'SSEEdit v4.1.5d'
# Sunder & Wraithguard
- name: 'ccbgssse008-wraithguard.esl'
dirty:
- <<: *quickClean
crc: 0x2B01BC19
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 20
# v1.6.1170.0
- <<: *quickClean
crc: 0x326A2273
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 20
# The Cause
- name: 'ccbgssse067-daedinv.esm'
tag:
- C.Acoustic
- C.Climate
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Water
- Invent.Add
dirty:
- <<: *quickClean
crc: 0x4D769AAB
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 275
# v1.6.1170.0
- <<: *quickClean
crc: 0x31597B4B
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 275
# The Contest
- name: 'ccbgssse069-contest.esl'
clean:
- crc: 0xD2910DFE
util: 'SSEEdit v4.0.4c'
# v1.6.1170.0
- crc: 0xB7C72F9B
util: 'SSEEdit v4.1.5d'
# The Gray Cowl Returns!
- name: 'ccbgssse020-graycowl.esl'
clean:
# v1.6.1170.0
- crc: 0x5231E7EF
util: 'SSEEdit v4.1.5d'
# Tundra Homestead
- name: 'cceejsse001-hstead.esm'
tag: [ C.Location ]
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x8D907DED
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Umbra
- name: 'ccbgssse016-umbra.esm'
tag:
- C.Acoustic
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Water
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0xA9D2211B
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 10
# Vigil Enforcer Armor Set
- name: 'ccmtysse002-ve.esl'
tag: [ C.Water ]
dirty:
# v1.6.1170.0
- <<: *quickClean
crc: 0x90AD3545
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
# Wild Horses
- name: 'ccbgssse034-mntuni.esl'
dirty:
- <<: *quickClean
crc: 0x39037200
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26
# v1.6.1170.0
- <<: *quickClean
crc: 0xBE31E11C
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26
###### Base Game Patches ######
- name: 'unofficial skyrim special edition patch.esp'
url:
- link: 'https://www.afkmods.com/index.php?/files/file/1888-unofficial-skyrim-special-edition-patch/'
name: 'Unofficial Skyrim Special Edition Patch (AFK Mods)'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/2947658/'
name: 'Unofficial Skyrim Special Edition Patch (Bethesda.net Mods)'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/266/'
name: 'Unofficial Skyrim Special Edition Patch (Nexus Mods)'
- link: 'https://www.moddb.com/mods/unofficial-skyrim-special-edition-patch/'
name: 'Unofficial Skyrim Special Edition Patch (Mod DB)'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65237/'
name: 'Unofficial Skyrim Special Edition Patch DV'
group: *unofficialPatchesGroup
msg:
- <<: *obsolete
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", >=, "1.6.1130.0") and version("unofficial skyrim special edition patch.esp", <, "4.3.1")'
- <<: *patch3rdParty
subs:
- 'Gemling Queen Jewelry SE'
- '[Circlet USSEP Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/35576/)'
condition: 'checksum("meshes/armor/circlets/FemElfCirclets/circletf1.nif", CBBD41AB) and not file("meshes/uskp/armor/circlets/FemElfCirclets")'
- <<: *patch3rdParty
subs:
- 'JS Circlet Replacer'
- '[Circlet USSEP Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/35576/)'
condition: 'checksum("meshes/armor/circlets/circletf1.nif", BC2EE889) and not file("meshes/uskp/armor/circlets/FemElfCirclets")'
- <<: *versionXIncY
subs:
- 'Unofficial Skyrim Special Edition Patch'
- 'Skyrim VR'
condition: 'file("../SkyrimVR.exe") and (version("unofficial skyrim special edition patch.esp", >=, "4.2.6") or (version("unofficial skyrim special edition patch.esp", <, "4.2.6") and not active("Skyrim VR SSE USSEP Compatibility Mod.esp")))'
- <<: *versionXofYorGreaterRequired
subs:
- '1.6.1130'
- 'Skyrim Special Edition'
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", <, "1.6.1130.0") and version("unofficial skyrim special edition patch.esp", >=, "4.3.1")'
clean:
# Do not clean - Breaks dialogues due to xEdit mishandling PNAM subrecords.
# German
- crc: 0xB3AB07FD
util: 'SSEEdit v4.0.4'
- name: 'Unofficial (
{0}|Arcane Accessories
{0}|(Arcane Archer|Expanded Crossbow|Saturalia Holiday) Pack
{0}|Arms of Chaos
{0}|Bittercup
{0}|Bloodchill Manor
{0}|Bone Wolf
{0}|Bow of Shadows
{0}|Chrysamere
{0}|Civil War Champions
{0}|(Daedric|Dragon|Dwarven|Ebony|Elven Hunter|Iron|Netch Leather|Orcish|Silver|Spell Knight|Stalhrim Fur|Steel Soldier|Vigil Enforcer) ?(Mail|Plate|Scaled?)? Armor(s| Set)?
{0}|Dawnfang and Duskfang
{0}|Dead Man''s Dread
{0}|Divine Crusader
{0}|Dwarven (Armored Mudcrab|Home)
{0}|Elite Crossbows
{0}|Farming
{0}|Forgotten Seasons
{0}|Gallows Hall
{0}|Ghosts of the Tribunal
{0}|Goblins
{0}|Goldbrand
{0}|Gray Cowl Returns
{0}|Headmans Cleaver
{0}|Hendraheim
{0}|Lord''s Mail
{0}|Myrwatch
{0}|Necromantic Grimoire
{0}|Nix-Hound
{0}|Nordic Jewelry
{0}|Pets of Skyrim
{0}|Plague of the Dead
{0}|Redguard Elite Armaments
{0}|Ruin''s Edge
{0}|Shadowfoot Sanctum
{0}|Shadowrend
{0}|Skyrim Creation Club Content
{0}|Staff of Sheogorath
{0}|Staves
{0}|Stendarr''s Hammer
{0}|Sunder & Wraithguard
{0}|The (Cause|Contest)
{0}|Tundra Homestead
{0}|Umbra
{0}|Wild Horses
{0}|) Patch\.esl'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18975/'
name: 'Unofficial Skyrim Creation Club Content Patches'
group: *unofficialPatchesGroup
- name: 'unofficial skyrim creation club content patch.esl'
req:
- 'ccbgssse041-netchleather.esl'
- 'ccbgssse052-ba_iron.esl'
- 'ccbgssse054-ba_orcish.esl'
- 'ccbgssse055-ba_orcishscaled.esl'
- 'ccbgssse057-ba_stalhrim.esl'
- 'ccbgssse063-ba_ebony.esl'
tag:
- Actors.AIPackages
- Actors.Factions
- C.Encounter
- C.Location
- EffectStats
- Graphics
- Invent.Remove
- Keywords
- Names
- NPC.DefaultOutfit
- Outfits.Add
- Outfits.Remove
- Relations.Add
- Sound
- SpellStats
- Stats
- Text
clean:
- crc: 0x5B3ED3C5
util: 'SSEEdit v4.0.4c'
- name: 'Unofficial Arcane Accessories Patch.esl'
tag:
- EffectStats
- Keywords
- Text
- name: 'Unofficial Arcane Archer Pack Patch.esl'
tag: [ Graphics ]
- name: 'Unofficial Bittercup Patch.esl'
tag: [ Stats ]
- name: 'Unofficial Bow of Shadows Patch.esl'
tag:
- EffectStats
- Keywords
- name: 'Unofficial Chrysamere Patch.esl'
tag: [ Stats ]
- name: 'Unofficial Civil War Champions Patch.esl'
tag:
- Actors.Factions
- Keywords
- Outfits.Add
- Sound
- Stats
- Text
- name: 'Unofficial Daedric Mail Armor Patch.esl'
tag:
- Delev
- Outfits.Add
- Outfits.Remove
- name: 'Unofficial Dawnfang and Duskfang Patch.esl'
tag: [ Text ]
- name: 'Unofficial Dead Man''s Dread Patch.esl'
tag:
- Sound
- Stats
- name: 'Unofficial Divine Crusader Patch.esl'
tag:
- Stats
- Text
- name: 'Unofficial Dragon Plate Armor Patch.esl'
tag:
- Sound
- Stats
- name: 'Unofficial Dragonscale Armor Patch.esl'
tag: [ Outfits.Remove ]
- name: 'Unofficial Elite Crossbows Patch.esl'
tag:
- Stats
- Text
- name: 'Unofficial Elven Hunter Armor Patch.esl'
tag:
- Delev
- Invent.Remove
- NPC.DefaultOutfit
- Outfits.Add
- name: 'Unofficial Expanded Crossbow Pack Patch.esl'
tag:
- Stats
- Text
- name: 'Unofficial Farming Patch.esl'
tag: [ C.Encounter ]
- name: 'Unofficial Ghosts of the Tribunal Patch.esl'
tag:
- EffectStats
- Keywords
- Names
- Outfits.Add
- Outfits.Remove
- Stats
- name: 'Unofficial Goblins Patch.esl'
tag:
- Actors.AIPackages
- Stats
- name: 'Unofficial Gray Cowl Returns Patch.esl'
tag: [ Keywords ]
- name: 'Unofficial Headmans Cleaver Patch.esl'
tag: [ Stats ]
- name: 'Unofficial Hendraheim Patch.esl'
tag: [ Sound ]
- name: 'Unofficial Iron Armor Patch.esl'
req: [ 'ccbgssse052-ba_iron.esl' ]
- name: 'Unofficial Myrwatch Patch.esl'
tag: [ C.Location ]
- name: 'Unofficial Plague of the Dead Patch.esl'
tag:
- SpellStats
- Stats
- name: 'Unofficial Redguard Elite Armaments Patch.esl'
tag: [ Graphics ]
- name: 'Unofficial Ruin''s Edge Patch.esl'
tag: [ Stats ]
- name: 'Unofficial Shadowrend Patch.esl'
tag:
- EffectStats
- Stats
- name: 'Unofficial Staff of Sheogorath Patch.esl'
tag:
- Sound
- Stats
- name: 'Unofficial Steel Soldier Armor Patch.esl'
tag: [ Graphics ]
- name: 'Unofficial Staves Patch.esl'
tag: [ Enchantments ]
- name: 'Unofficial Stendarr''s Hammer Patch.esl'
tag:
- Names
- Stats
- name: 'Unofficial The Cause Patch.esl'
tag: [ Relations.Add ]
- name: 'Unofficial The Contest Patch.esl'
tag: [ Names ]
- name: 'Unofficial Tundra Homestead Patch.esl'
tag: [ Sound ]
- name: 'Unofficial Umbra Patch.esl'
tag: [ Stats ]
###### Fixes ######
- name: 'Allinonefpsfix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21073/' ]
group: *worldSettingsGroup
dirty:
- <<: *quickClean
crc: 0xFF589033
util: '[SSEEdit v4.0.3f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'BloodOnTheIceQuestFix(USSEP)?.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24941/' ]
group: *fixesGroup
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Unofficial Skyrim Special Edition Patch' ]
condition: 'active("unofficial skyrim special edition patch.esp")'
- <<: *useInstead
type: error
subs: [ '[Unofficial Skyrim Special Edition Patch](https://www.nexusmods.com/skyrimspecialedition/mods/266/) (see [this post](https://www.afkmods.com/index.php?/topic/4682-mods-made-obsolete-by-unofficial-skyrim-special-edition-patch/))' ]
condition: 'not active("unofficial skyrim special edition patch.esp")'
- name: 'Butterflies.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29434/' ]
group: *fixesGroup
- name: 'ButterfliesUnchained.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29538/' ]
after: [ 'Complete Alchemy & Cooking Overhaul.esp' ]
msg:
- <<: *alreadyInX
subs: [ 'Unofficial Skyrim Modder''s Patch' ]
condition: 'active("Unofficial Skyrim Modders Patch.esp")'
- <<: *patchProvided
subs: [ 'Complete Alchemy & Cooking Overhaul' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and not active("ButterfliesUnchained - CACO Patch.esp") and not active("ButterfliesUnchained(ESL) - CACO Patch.esp")'
clean:
- crc: 0x9B773508
util: 'SSEEdit v4.0.3'
- crc: 0x69470191
util: 'SSEEdit v4.0.3'
- name: 'FloraRespawnFix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13186/' ]
inc:
- name: 'scripts/foxHarvestFix.pex'
display: '[Brutal Flora Harvest Fix](https://www.nexusmods.com/skyrimspecialedition/mods/27781/)'
msg:
- *alreadyInOrFixedByScrambledBugs
- <<: *patcherScriptAvailable
subs:
- '[SSEEdit](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
- '[Flora Respawn Fix](https://www.nexusmods.com/skyrimspecialedition/mods/13186/)'
clean:
- crc: 0x9FD4564F
util: 'SSEEdit v4.0.3f'
- name: 'GQJ_DG_vampireamuletfix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4294/'
name: 'Gemling Queen Jewelry SE'
group: *fixesGroup
msg:
- <<: *wildEdits
subs: [ 'Remove **000218F2** from **GQJ_DG_vampireamuletfix.esp**.' ]
condition: 'checksum("GQJ_DG_vampireamuletfix.esp", 50CFC5AB)'
- name: 'Grass Cache Fixes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60891/'
name: 'Grass Cache Fixes'
group: *worldSettingsGroup
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Grass Cache Helper NG' ]
condition: 'file("SKSE/Plugins/GrassCacheHelperNG.dll")'
- <<: *obsolete
condition: 'file("../skse(64|vr)_loader\.exe") and not file("SKSE/Plugins/GrassCacheHelperNG.dll")'
- <<: *useInstead
subs: [ '[Grass Cache Helper NG](https://www.nexusmods.com/skyrimspecialedition/mods/101095/)' ]
condition: 'file("../skse(64|vr)_loader\.exe") and not file("SKSE/Plugins/GrassCacheHelperNG.dll")'
- name: 'Hearthfires Houses Building Fix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27298/' ]
group: *fixesGroup
tag:
- Graphics
- Keywords
- Names
clean:
- crc: 0xCB6AE2C8
util: 'SSEEdit v4.0.3'
- name: 'KeywordsFixed.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21597/' ]
tag:
- C.Location
- C.Music
- Keywords
- name: 'MannequinStayPut.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6414/' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Legacy of the Dragonborn' ]
condition: 'file("LegacyoftheDragonborn.esm")'
clean:
- crc: 0x74FC1689
util: 'SSEEdit v4.0.3'
- name: 'MissingEZs(_AllExteriors|Fixed)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23609/' ]
group: *cellEncZonesGroup
msg:
- <<: *useOnlyOneX
subs: [ 'Missing Encounter Zones FIXED' ]
condition: 'many("MissingEZs(_AllExteriors|Fixed)\.esp")'
- name: 'MissingEZsFixed.esp'
clean:
- crc: 0xFE48F4ED
util: 'SSEEdit v4.0.3f'
- name: 'MissingEZs_AllExteriors.esp'
clean:
- crc: 0x28BE7164
util: 'SSEEdit v4.0.3f'
- name: 'Modern Brawl Bug Fix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1473/' ]
group: *lateChangesGroup
- name: 'MorthalMillFix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1594/' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Unofficial Skyrim Special Edition Patch' ]
condition: 'active("unofficial skyrim special edition patch.esp")'
dirty:
- <<: *quickClean
crc: 0x22C5A1C9
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: '.*NavFixes\.es[lp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/52641/'
name: 'Navigator - Navmesh Fixes'
- name: 'Navigator-NavFixes.esl'
group: *fixesGroup
# Do not clean - ITMs are intentional according to the author.
- name: 'Raven Rock - Fix Exit on Horseback.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14075/' ]
msg:
- <<: *alreadyInX
subs: [ 'Unofficial Skyrim Modder''s Patch' ]
condition: 'active("Unofficial Skyrim Modders Patch.esp") or active("Unofficial Skyrim Modders Patch VR.esp")'
clean:
- crc: 0xBF9B55EB
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Skyrim Project Optimization - (No Homes - )?Full( ESL)? Version\.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14084/'
name: 'Skyrim Project Optimization SE'
group: *fixesGroup
after: [ 'unofficial skyrim special edition patch.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Skyrim Project Optimization' ]
condition: 'many("Skyrim Project Optimization - (No Homes - )?Full( ESL)? Version\.esm")'
- name: 'Skyrim Project Optimization - Full Version.esm'
clean:
- crc: 0x4308EA0A
util: 'SSEEdit v4.0.3'
- name: 'Skyrim Project Optimization - Full ESL Version.esm'
clean:
- crc: 0x169FE6A5
util: 'SSEEdit v4.0.3f'
- name: 'Skyrim Project Optimization - No Homes - Full Version.esm'
clean:
- crc: 0x19FD56A9
util: 'SSEEdit v4.0.3'
- name: 'Skyrim Project Optimization - No Homes - Full ESL Version.esm'
clean:
- crc: 0x21E5E6AF
util: 'SSEEdit v4.0.3f'
- name: 'SmallEnviromentalFixes(SEF).esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5270/' ]
group: *fixesGroup
clean:
- crc: 0x85FDB027
util: 'SSEEdit v4.0.3'
- name: 'SoulGemTooSmall.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/43532/'
name: 'Scrambled Bugs'
msg:
- <<: *useBashTweakInstead
subs: [ 'Tweak Settings -> Msg: No Soul Gem Large Enough' ]
- name: 'Unofficial Skyrim Modders Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49616/' ]
after: [ 'ScriptFixesCompilation.esp' ]
inc: [ 'Unofficial Skyrim Modders Patch VR.esp' ]
clean:
- crc: 0x02271148
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Unofficial Skyrim Modders Patch VR.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51236/' ]
inc: [ 'Unofficial Skyrim Modders Patch.esp' ]
- name: 'Unofficial Skyrim Modders Patch( VR)?\.esp'
group: *fixesGroup
tag:
- Actors.ACBS
- C.Acoustic
- C.Climate
- C.Light
- C.Location
- C.Music
- Invent.Add
- Outfits.Add
- Outfits.Remove
- SpellStats
- name: 'WindhelmGateFixes(_ESL)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25621/' ]
group: *fixesGroup
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Open Cities Skyrim' ]
condition: 'active("open cities skyrim.esp")'
- name: 'WindhelmGateFixes.esp'
clean:
- crc: 0x9193B434
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'WindhelmGateFixes_ESL.esp'
clean:
- crc: 0x124BD2A4
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'WM Flora Fixes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28197/' ]
req:
- *SKSE
- *SKSEVR
inc:
- name: 'scripts/foxHarvestFix.pex'
display: 'Brutal Flora Harvest Fix'
- 'FloraRespawnFix.esp'
msg:
- <<: *deletePlugin
subs: [ 'Complete Alchemy and Cooking Overhaul' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and active("WM Flora Fixes.esp")'
- <<: *useVersion
type: say
subs: [ 'No Scripts' ]
condition: 'file("SKSE/Plugins/ScrambledBugs.dll")'
clean:
- crc: 0x8BC0D944
util: 'SSEEdit v4.0.3'
- name: 'wolfs_LockpickingXPFix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36734/' ]
group: *fixesGroup
msg: [ *alreadyInOrFixedByScrambledBugs ]
###### Fixes - Stability & Performance ######
- name: 'ScriptFixesCompilation.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/105144/'
name: 'Script Optimization and Fixes Compilation'
group: *scriptOptimizationGroup
req:
- name: 'SKSE/Plugins/ConsoleUtilSSE.dll'
display: '[ConsoleUtilSSE NG](https://www.nexusmods.com/skyrimspecialedition/mods/76649/)'
- *PapyrusExtender
after:
- 'unofficial skyrim special edition patch.esp'
- 'Vanilla Scripts Enhanced.esl'
- 'Vanilla Script MicroOptimizations.esl'
msg:
- *requiresMCM
- *requiresMCMVR
- name: 'SimplyOptimizedScripts.esl'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/97155/'
name: 'Scripts Carefully Reworked Optimized and Tactfully Enhanced (SCROTE) - Simply Optimized Scripts AIO'
group: *scriptOptimizationGroup
after: [ 'Vanilla Script MicroOptimizations.esl' ]
- name: 'UOSC.esl'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/122999/'
name: 'Ultimate Optimized Scripts Compilation'
group: *scriptOptimizationGroup
req:
- name: 'SKSE/Plugins/ConsoleUtilSSE.dll'
display: '[ConsoleUtilSSE NG](https://www.nexusmods.com/skyrimspecialedition/mods/76649/)'
- *PapyrusExtender
after:
- 'Vanilla Scripts Enhanced.esl'
- 'Vanilla Script MicroOptimizations.esl'
- name: 'Vanilla Scripts Enhanced.esl'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/68139/'
name: 'Vanilla Scripting Enhancements'
group: *scriptOptimizationGroup
req: [ *PapyrusExtender ]
after: [ 'Vanilla Script MicroOptimizations.esl' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Script Optimization and Fixes Compilation' ]
condition: 'file("ScriptFixesCompilation.esp")'
- <<: *alreadyInOrFixedByX
subs: [ 'Ultimate Optimized Scripts Compilation' ]
condition: 'file("UOSC.esl")'
- name: 'Vanilla Script MicroOptimizations.esl'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/54061/'
name: 'Vanilla Script (micro)Optimizations'
group: *scriptOptimizationGroup
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Script Optimization and Fixes Compilation' ]
condition: 'file("ScriptFixesCompilation.esp")'
- <<: *alreadyInOrFixedByX
subs: [ 'Ultimate Optimized Scripts Compilation' ]
condition: 'file("UOSC.esl")'
clean:
- crc: 0xB6C2AA7B
util: 'SSEEdit v4.1.5p 32bit fix version'
###### Modding Tools - Resources ######
- name: 'FactionSpy.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17819/' ]
dirty:
- <<: *quickClean
crc: 0xC80E08EA
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'SSE-Terrain-Tamriel(-Full)?(-Extend)?\.esm'
url:
- link: 'https://stepmodifications.org/forum/topic/13451-xlodgen-terrain-lod-beta-76-for-fnv-fo3-fo4-fo4vr-tes5-sse-tes5vr-enderal-enderalse/'
name: 'SSELODGen Recommended Optionals'
msg:
- *moddingPlugin
- *optional
- <<: *useOnlyOneX
subs: [ 'SSELODGen Terrain ESM' ]
condition: 'many("SSE-Terrain-Tamriel(-Full)?(-Extend)?\.esm")'
###### Modding Tools - Generated Files ######
- name: 'Automated Leveled List Addition.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25395/' ]
group: *dynamicPatchesGroup
- name: 'Bashed Patch.*\.esp'
url: [ 'https://www.nexusmods.com/site/mods/591/' ]
group: *dynamicPatchesGroup
after:
- 'SSEMerged.esp'
- 'One ImCh Patch.esp'
- 'One ImCh Patcher.esp'
- name: 'DynDOLOD.*\.es(m|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/32382/'
name: 'Dynamic Distant Objects LOD - DynDOLOD'
group: *dynamicLODGroup
req:
- <<: *PapyrusUtil
condition: 'version("DynDOLOD.esm", >=, "2.45") and not file("SKSE/Plugins/DynDOLOD.DLL")'
- name: 'Occlusion.esp'
url:
- link: 'https://stepmodifications.org/forum/topic/13451-xlodgen-terrain-lod-beta-76-for-fnv-fo3-fo4-fo4vr-tes5-sse-tes5vr-enderal-enderalse/'
name: 'xLODGen Occlusion'
group: *dynamicLODGroup
after: [ 'DynDOLOD.esp' ]
msg: [ *runxLODGen ]
- name: 'P(arallaxGen|G_\d+)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/120946/' ]
group: *lateChangesGroup
- name: 'Smashed Patch.esp'
url: [ 'https://www.nexusmods.com/skyrim/mods/90987/' ]
group: *dynamicPatchesGroup
- name: 'SSEMerged.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/164/' ]
group: *dynamicPatchesGroup
after:
- 'One ImCh Patch.esp'
- 'One ImCh Patcher.esp'
- name: 'Synthesis.esp'
url: [ 'https://github.com/Mutagen-Modding/Synthesis/' ]
group: *lateChangesGroup
- name: 'zPatch.esp'
url: [ 'https://github.com/z-edit/zedit' ]
group: *dynamicPatchesGroup
###### Resources & Frameworks ######
- name: 'BOS Master Occlusion.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/113023/'
name: 'Base Object Swapper - Master Occlusion'
group: *fixesGroup
msg:
- <<: *alsoUseX
subs: [ '[Base Object Swapper](https://www.nexusmods.com/skyrimspecialedition/mods/60805/)' ]
condition: 'not file("SKSE/Plugins/po3_BaseObjectSwapper.dll")'
- name: 'FenixDisenchanter.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/53144/'
name: 'FenixDisenchanter'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/99323/'
name: 'FenixDisenchanter NG'
group: *frameworksGroup
req: [ *SKSE ]
msg:
- *missingRequirementAddrLibforPlugin
- <<: *scriptExtenderRequiredScripts
subs:
- 'FenixDisenchanter NG'
- '[FenixDisenchanter](https://www.nexusmods.com/skyrimspecialedition/mods/53144/)'
condition: 'not file("scripts/f314FD_DisenchanterScript.pex")'
clean:
- crc: 0xE67A4776
util: 'SSEEdit v4.1.5p 32bit fix version'
- crc: 0x8FA84091
util: 'SSEEdit v4.1.5p 32bit fix version'
###### Resources & Frameworks - UI & HUD ######
- name: 'Gamepad++.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27007/' ]
msg:
- *requiresMCM
- *requiresMCMVR
req:
- *JContainers
- *SKSE
- *SKSEVR
- name: 'I4IconAddon.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/85702/'
name: 'Inventory Interface Information Injector'
group: *frameworksGroup
req: [ 'SkyUI_SE.esp' ]
msg:
- *missingRequirementAddrLibforPlugin
- *missingRequirementVRAddrLibforPlugin
- name: 'iEquip.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27008/' ]
msg:
- *requiresMCM
- *requiresMCMVR
req:
- *JContainers
- *SKSE
- *SKSEVR
- name: 'NQS_NamedQuicksaves.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16840/' ]
msg:
- *requiresMCM
- *requiresMCMVR
req:
- *SKSE
- *SKSEVR
- *EngineFixes
- name: 'RaceMenu(Plugin)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19080/'
name: 'RaceMenu Special Edition'
- name: 'RaceMenu.esp'
req:
- *SKSE
- *SKSEVR
after: [ 'SkyUI_SE.esp' ]
inc:
- 'CharacterMakingExtender.esp'
- 'EnhancedCharacterEdit.esp'
clean:
- crc: 0x7A89300E
util: 'SSEEdit v4.0.3'
- name: 'RaceMenuPlugin.esp'
req: [ 'RaceMenu.esp' ]
msg: [ *optional ]
clean:
- crc: 0x8FF336FE
util: 'SSEEdit v4.0.3'
- name: 'SkyUI_SE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12604/'
name: 'SkyUI'
- link: 'https://github.com/doodlum/SkyUI-Community/releases/'
name: 'SkyUI SE Community Update (6.0+) (Github)'
- link: 'https://github.com/Odie/skyui-vr/releases/'
name: 'SkyUI - VR (Github)'
group: *fixesGroup
req:
- *SKSE
- *SKSEVR
- name: 'SKSE/Plugins/skyrimvrtools.dll'
display: '[Skyrim VR Tools](https://www.nexusmods.com/skyrimspecialedition/mods/27782/)'
condition: 'file("../SkyrimVR.exe")'
clean:
- crc: 0xC2C1B895
util: 'SSEEdit v4.1.5p 32bit fix version'
###### AudioVisual ######
- name: '___SNOW_FIX.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19846/' ]
group: *earlyLoadersGroup
clean:
- crc: 0xC4C4F255
util: 'SSEEdit v4.0.3'
- name: 'Better Dynamic Ash.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14644/' ]
tag: [ Graphics ]
clean:
- crc: 0xA6892BFC
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Better Dynamic Snow( SE)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9121/'
name: 'Better Dynamic Snow'
group: *earlyLoadersGroup
after:
- 'SMIM-SE.esp'
- 'SMIM-SE-Merged-All.esp'
- '___SNOW_FIX.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Better Dynamic Snow ESP' ]
condition: 'many("Better Dynamic Snow( SE)?\.esp")'
- name: 'Better Dynamic Snow SE.esp'
inc:
- name: 'SKSE/Plugins/ShaderTools.dll'
display: 'SSE Parallax Shader Fix'
condition: 'file("skse/plugins/shaders/03[\dA-F]{6}_Parallax_Vc\w*_Snow(_Aam)?\.ps\.hlsl")'
- name: 'SKSE/Plugins/SSEShaderTools.dll'
display: 'SSE Parallax Shader Fix AE'
condition: 'file("skse/plugins/shaders/03[\dA-F]{6}_Parallax_Vc\w*_Snow(_Aam)?\.ps\.hlsl")'
msg:
- <<: *useVersion
subs: [ '2.11' ]
condition: 'file("skse/plugins/(SSE)?ShaderTools\.dll") and file("skse/plugins/shaders/03[\dA-F]{6}_Parallax_Vc\w*_Snow(_Aam)?\.ps\.hlsl")'
clean:
- crc: 0xE555B811
util: 'SSEEdit v4.0.4c'
# Brighter Materials
- crc: 0xD83CBE70
util: 'SSEEdit v4.0.4c'
# Brighter Materials - Vanilla UVs
- crc: 0xD83CBE70
util: 'SSEEdit v4.0.4c'
# Better Dynamic Snow - v2
- name: 'Better Dynamic Snow( - NSUTR Patch)?\.esp'
tag: [ Graphics ]
- name: 'Better Dynamic Snow.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Majestic Mountains'
- '[Majestic Mountains-BDS With LOD Fix](https://www.nexusmods.com/skyrimspecialedition/mods/36248/)'
condition: 'active("MajesticMountains.esp") and not active("BDS - MM Patch.esp") and checksum("Better Dynamic Snow.esp", 65408AA9) and checksum("MajesticMountains.esp", 63998BA2)'
clean:
- crc: 0x65408AA9
util: 'SSEEdit v4.0.3'
# ESP With Majestic Mountains conflicting records removed.
- crc: 0x165C9A2F
util: 'SSEEdit v4.0.3'
- name: '(dD.*(Blood|Drips|Enhanced Blood Main( LITE)?|Range|Size)|EBT - IC PATCH)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2357/'
name: 'Enhanced Blood Textures'
- name: 'dD - Enhanced Blood Main.esp'
after:
- 'Audio Overhaul Skyrim.esp'
- 'Immersive Sounds - Compendium.esp'
req:
- <<: *SPID
condition: 'file("dD - Enhanced Blood Main__DISTR.ini")'
inc: [ 'dD - Enhanced Blood Main LITE.esp' ]
msg:
- *includesMBBF
- <<: *patchIncluded
subs: [ 'Skyrim Immersive Creatures' ]
condition: 'active("Skyrim Immersive Creatures Special Edition.esp") and not active("EBT - IC PATCH.esp")'
tag:
- Keywords
- Sound
clean:
- crc: 0x3A40639C
util: 'SSEEdit v4.0.4b'
- crc: 0xE3B9201C
util: 'SSEEdit v4.0.4b'
- name: 'dD - Enhanced Blood Main LITE.esp'
group: *fixesGroup
clean:
- crc: 0x6CF176EC
util: 'SSEEdit v4.0.4b'
- name: 'dD-Reduced Wound Size.esp'
clean:
- crc: 0xB37A1C3A
util: 'SSEEdit v4.0.4b'
- name: 'dD-(Larger|Reduced) Splatter Size\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'EBT Splatter Size Modifier' ]
condition: 'many("dD-(Larger|Reduced) Splatter Size\.esp")'
- name: 'dD-(Medium|Short) Script Range\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'EBT Script Range Modifier' ]
condition: 'many("dD-(Medium|Short) Script Range\.esp")'
- name: 'dD-Larger Drips.esp'
clean:
- crc: 0x58BBB1B8
util: 'SSEEdit v4.0.4b'
- name: 'dD-Larger Splatter Size.esp'
clean:
- crc: 0x5467E339
util: 'SSEEdit v4.0.4b'
- name: 'dD-LITE Larger Splatter Size.esp'
clean:
- crc: 0xAB05803D
util: 'SSEEdit v4.0.4b'
- name: 'dD-LITE Reduced Splatter Size.esp'
clean:
- crc: 0xBB9A5221
util: 'SSEEdit v4.0.4b'
- name: 'dD-Medium Script Range.esp'
clean:
- crc: 0x2771EB16
util: 'SSEEdit v4.0.4b'
- name: 'dD-No Screen Blood.esp'
clean:
- crc: 0x91164D46
util: 'SSEEdit v4.0.4b'
- name: 'dD-Reduced Splatter Size.esp'
clean:
- crc: 0xA8D3AC9C
util: 'SSEEdit v4.0.4b'
- name: 'dD-Short Script Range.esp'
clean:
- crc: 0x5B53ECF8
util: 'SSEEdit v4.0.4b'
- name: 'EBT - IC PATCH.esp'
clean:
- crc: 0xDABBF53F
util: 'SSEEdit v4.0.4b'
- name: 'EBT - skyBirds Patch( \((mid|short)\))?\.esp'
msg:
- <<: *obsolete
subs: [ 'Enhanced Blood Textures v4.0+' ]
- name: 'Ecotone Dual Sheath.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17763/' ]
req:
- *SKSE
- *SKSEVR
- *JContainers
inc:
- 'Backshields.esl'
- 'Backshields.esp'
- name: 'SKSE/Plugins/SimpleDualSheath.dll'
display: 'Simple Dual Sheath'
msg:
- *requiresMCM
- *requiresMCMVR
- <<: *requiresX
subs: [ '[XP32 Maximum Skeleton](https://www.nexusmods.com/skyrimspecialedition/mods/1988/)' ]
condition: 'not file("XPMSE.esp")'
clean:
- crc: 0x8E576EFA
util: 'SSEEdit v4.0.3g'
- name: 'Improved Fire Salts Frost Salts And Glow Dust.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20572/' ]
- name: 'Particle Patch( for ENB( SSE)?)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65720/'
name: 'Particle Patch'
- name: 'Particle Patch( for ENB)?\.esp'
group: *fixesGroup
msg:
- <<: *alsoUseX
subs: [ '[ENB Helper](https://www.nexusmods.com/skyrimspecialedition/mods/23174/)' ]
condition: 'file("../skse64_loader.exe") and file("../enblocal.ini") and not file("skse/plugins/ENBHelperSE.dll")'
tag:
- -C.Climate
- -C.ImageSpace
- Deactivate
clean:
- crc: 0x7F28E20B
util: 'SSEEdit v4.1.5g'
- name: 'Particle Patch for ENB SSE.esp'
url:
- link: 'http://enbseries.enbdev.com/forum/viewtopic.php?t=1499/'
name: 'Skyrim particle patch for ENB'
msg:
- <<: *obsolete
subs: [ '[Particle Patch](https://www.nexusmods.com/skyrimspecialedition/mods/65720/)' ]
- name: 'PilgrimsDelight.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3273/' ]
msg:
- <<: *patch3rdParty
subs:
- 'Majestic Mountains - Cathedral Concept'
- '[ Majestic Mountains - Pilgrims Delight Patch ](https://www.nexusmods.com/skyrimspecialedition/mods/35107/)'
condition: 'active("MajesticMountains.esp") and checksum("MajesticMountains_Landscape.esm", 1AE8D648) and not active("MM_PD_Patch.esp")'
- name: 'SMIM-SE.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/659/'
name: 'Static Mesh Improvement Mod SE'
group: *earlyLoadersGroup
tag:
- Graphics
- ObjectBounds
- name: 'SMIM-SE-Merged-All.esp'
inc:
- 'SMIM-SE-DragonbornTernFix.esp'
- 'SMIM-SE-DungeonsCliffsIceSkirts.esp'
- 'SMIM-SE-FarmhouseFlickeringFix.esp'
- 'SMIM-SE-Merged-NoRiftenRopes-NoSolitudeRopes.esp'
clean:
- crc: 0x35C26177
util: 'SSEEdit v4.0.3g'
- name: 'SPTKatlaSailReangleSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6651/' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'DynDOLOD' ]
condition: 'file("DynDOLOD.esp")'
- name: 'Windhelm Improvements Snow Shader.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27696/' ]
clean:
- crc: 0x48E03FD5
util: 'SSEEdit v4.0.3'
###### AudioVisual - Animations & Physics ######
- name: 'AnimatedEatingRedux.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4652/' ]
req:
- <<: *FNIS
condition: 'checksum("meshes/actors/character/animations/animatedeatingredux/fnis_animatedeatingredux_list.txt", 3317BFC6)'
- <<: *NemesisEngine
condition: 'not checksum("meshes/actors/character/animations/animatedeatingredux/fnis_animatedeatingredux_list.txt", 3317BFC6) and not file("tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe")'
tag: [ Sound ]
msg:
- *requiresMCM
- *requiresMCMVR
- <<: *patchIncluded
type: warn
subs: [ 'FNIS' ]
condition: 'file("tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe") and not file("Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe") and not checksum("meshes/actors/character/animations/animatedeatingredux/fnis_animatedeatingredux_list.txt", 3317BFC6)'
clean:
- crc: 0x82AC4355
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'AnimatedEatingReduxTableBenchPatch.esp'
tag: [ Keywords ]
- name: 'beltfastenedquivers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1182/' ]
msg:
- <<: *alreadyInX
subs: [ 'XP32 Maximum Skeleton Special Extended' ]
condition: 'active("beltfastenedquivers.esp") and active("XPMS(S)?E.esp")'
- name: 'Conditional Expressions.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/45148/' ]
req: [ *ModifyFaceGenFix ]
clean:
- crc: 0xD09C1D44
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'dD - Realistic Ragdoll Force -.*.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1439/' ]
after: [ 'Requiem.esp' ]
msg:
- type: say
content:
- lang: en
text: 'It''s recommended that other mods be allowed to overwrite this mod''s resources (e.g. meshes, textures).'
- lang: de
text: 'Es wird empfohlen das es anderen Mods erlaubt wird die Ressourcen dieser Mod (z.B. Meshes, Texturen) überschreiben zu lassen.'
condition: 'file("meshes/actors/character/character assets/skeleton.nif") and checksum("meshes/actors/character/character assets/skeleton.nif", 71404D2D)'
- name: 'dD - Realistic Ragdoll Force - (Medium|High|Reduced)\.esp'
after: [ 'XPMSE.esp' ]
- name: 'dD - Realistic Ragdoll Force - Realistic.esp'
msg:
- <<: *alreadyInX
subs: [ 'XP32 Maximum Skeleton Special Extended' ]
condition: 'active("dD - Realistic Ragdoll Force - Realistic.esp") and active("XPMSE.esp")'
- name: 'Don''tTalkWithYourMouthFull.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17715/' ]
after: [ 'AnimatedEatingRedux.esp' ]
- name: 'FlowerGirls SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5941/' ]
after: [ 'Relationship Dialogue Overhaul.esp' ]
- name: 'Nemesis PCEA.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31667/' ]
req: [ *NemesisEngine ]
msg:
- *requiresMCM
- *requiresMCMVR
- type: say
content:
- lang: en
text: 'This file may become corrupted. To resolve this, reinstall Nemesis PCEA.esp and run the Nemesis Unlimited Behavior Engine.exe again.'
- name: 'OrcFemaleAnimations.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11956/'
name: 'Female Animations For Female Orcs'
msg:
- <<: *alreadyInX
subs: [ '**Unofficial Skyrim Modders Patch.esp**' ]
condition: 'active("Unofficial Skyrim Modders Patch.esp")'
- <<: *useBashTweakInstead
subs: [ 'Tweak Races -> Force Behavior Graph Gender: Female [Match]' ]
- name: 'PetTheDog.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/47829/' ]
clean:
- crc: 0x51E01A21
util: 'SSEEdit v4.0.3'
- name: 'XPMSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1988/'
name: 'XP32 Maximum Skeleton Special Extended - XPMSSE'
after: [ 'Requiem.esp' ]
req:
- <<: *AnimFramework
condition: 'file("meshes/actors/character/character assets/skeleton.hkx") and not file("Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe") and not file("Pandora Behaviour Engine+.exe")'
- name: 'RaceMenu.esp'
display: '[RaceMenu Special Edition](https://www.nexusmods.com/skyrimspecialedition/mods/19080/)'
condition: 'file("scripts/RaceMenuPluginXPMSE.pex")'
msg:
# doNotClean
- <<: *patch3rdParty
type: warn
subs:
- 'Skyrim VR'
- '[XP32 First Person Skeleton CTD Bugfix for VR](https://www.nexusmods.com/skyrimspecialedition/mods/34301/)'
condition: 'file("../SkyrimVR.exe") and not checksum("meshes/actors/character/_1stperson/skeleton.nif", DB54B071) and not active("Skyrim VR SSE USSEP Compatibility Mod.esp")'
- <<: *patch3rdParty
type: warn
subs:
- 'Undeath Remastered'
- '[Undeath - XPMSSE - Strange Runes - Skeleton Patch](https://www.nexusmods.com/skyrimspecialedition/mods/50694/)'
condition: 'active("Undeath.esp") and not checksum("meshes/actors/dragonpriest/character assets/skeleton.nif", 8BBCBBDD) and not checksum("meshes/actors/dragonpriest/character assets/skeleton.nif", 6FEF769A)'
- <<: *requiresMCM
condition: 'file("scripts/XPMSEMCM.pex") and not active("SkyUI_SE.esp")'
- <<: *requiresResources
subs: [ '[RaceMenu Special Edition](https://www.nexusmods.com/skyrimspecialedition/mods/19080/). Only install **skse/plugins/skee64.dll** and **skse/plugins/skee64.ini**, and **scripts/nioverride.pex** from **RaceMenu.BSA** when using Enhanced Character Edit or MCM Version of **XPMSE.esp**' ]
condition: 'checksum("XPMSE.esp", 776BAB77) and (not file("scripts/nioverride.pex") or not file("skse/plugins/skee64.dll") or not file("skse/plugins/skee64.ini"))'
###### AudioVisual - Models & Textures ######
- name: '(4thUnknownAncientShroudedReplacer|Patch - \(4thUnknown - Ancient Shrouded Armor Replacer\) - .*)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/57552/'
name: '4thUnknown - Ancient Shrouded Armor Replacer'
- name: '4thUnknownAncientShroudedReplacer.esp'
tag: [ Graphics ]
clean:
- crc: 0xC03B4A4A
util: 'SSEEdit v4.0.4c'
- name: 'Patch - (4thUnknown - Ancient Shrouded Armor Replacer) - (LOTD).esp'
clean:
- crc: 0x43B7392C
util: 'SSEEdit v4.0.4c'
- name: 'Patch - (4thUnknown - Ancient Shrouded Armor Replacer) - (LOTD) - (WACCF).esp'
clean:
- crc: 0x2F9E79F7
util: 'SSEEdit v4.0.4c'
- name: 'Patch - (4thUnknown - Ancient Shrouded Armor Replacer) - (UIT).esp'
clean:
- crc: 0x959DB98B
util: 'SSEEdit v4.0.4c'
- name: 'Patch - (4thUnknown - Ancient Shrouded Armor Replacer) - (WACCF).esp'
clean:
- crc: 0x50992386
util: 'SSEEdit v4.0.4c'
- name: 'AcolyteMasks\.es(l|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41713/'
name: 'DragonPriest Retexture'
tag: [ Graphics ]
- name: 'AcolyteMasks.esl'
clean:
- crc: 0xFA1F9F95
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'AcolyteMasks.esp'
clean:
- crc: 0xC913B625
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xFA1F9F95
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'imphelm_acolytemasks.esp'
tag: [ Graphics ]
clean:
- crc: 0xB0489B02
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: '(Awesome Artifacts - )?ArteFake(s)?( - )?(Balance|Legacy|RoM|UIT|USSEP|ZIA)?( Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41254/'
name: 'ArteFakes - Unique Artifacts Replacer'
- name: 'ArteFake.esp'
msg:
- <<: *alreadyInX
subs: [ '**Requiem.esp**' ]
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "6.0.0")'
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - ArteFakes.esp") and version("Requiem.esp", <, "6.0.0")'
tag:
- Actors.ACBS
- Actors.DeathItem
- Enchantments
dirty:
- <<: *quickClean
crc: 0x16B0E2F2
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 2
- <<: *quickClean
crc: 0x4A69142D
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 2
- name: 'Awesome Artifacts - ArteFakes Patch.esp'
clean:
- crc: 0x15187B69
util: 'SSEEdit v4.0.4c'
- name: 'ArteFake - Balance Patch.esp'
dirty:
- <<: *quickClean
crc: 0x4E4C6132
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
- name: 'ArteFake - Legacy.esp'
dirty:
- <<: *quickClean
crc: 0xDB04FC23
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 2
- name: 'ArteFake - RoM Patch.esp'
tag: [ Delev ]
clean:
- crc: 0xF81B9FE8
util: 'SSEEdit v4.0.4c'
- name: 'ArteFake - UIT Patch.esp'
tag: [ Delev ]
clean:
- crc: 0xF091D865
util: 'SSEEdit v4.0.4c'
- name: 'ArteFake - USSEP Patch.esp'
clean:
- crc: 0x77DFB81B
util: 'SSEEdit v4.0.4c'
- name: 'ArteFake - ZIA Patch.esp'
clean:
- crc: 0x46EE8E0F
util: 'SSEEdit v4.0.4c'
- name: 'arvak_replace.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/24929/'
name: 'Arvak Replace'
tag: [ Graphics ]
clean:
- crc: 0x2A07AFD6
util: 'SSEEdit v4.0.4c'
- crc: 0x806AF2D4
util: 'SSEEdit v4.0.4c'
- name: 'BolarsOathReplacer\.es(l|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35124/'
name: 'Bolar''s Oath Blade'
tag: [ Graphics ]
clean:
- crc: 0xB9422B0D
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: '(Book Covers Skyrim Updated|.+ - BCSU Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/58376/'
name: 'Book Covers Skyrim Updated'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/69568/'
name: 'Book Covers Skyrim Updated REDUX'
- name: 'Book Covers Skyrim Updated.esp'
inc:
- 'Book Covers Skyrim.esp'
- name: 'LegacyoftheDragonborn.esm'
condition: 'not checksum("Book Covers Skyrim Updated.esp", 6D8408E1)'
tag:
- Graphics
- Names
- ObjectBounds
- Sound
- Stats
- Text
clean:
- crc: 0xC4FA74AC
util: 'SSEEdit v4.0.4c'
# Book Covers Skyrim Updated - Patches #
- name: 'Apothecary - BCSU Patch.esp'
req: [ 'Apothecary.esp' ]
tag: [ Text ]
- name: 'Complete Alchemy And Cooking Overhaul - BCSU Patch.esp'
tag: [ Graphics ]
- name: 'Complete Crafting Overhaul Remastered - BCSU Patch.esp'
req: [ 'Complete Crafting Overhaul_Remastered.esp' ]
- name: 'Cutting Room Floor - BCSU Patch.esp'
req: [ 'cutting room floor.esp' ]
tag: [ Text ]
- name: 'Even Better Quest Objectives - BCSU Patch.esp'
req: [ 'BetterQuestObjectives.esp' ]
tag: [ Text ]
- name: 'H2H Trainers and Skill Books - BCSU Patch.esp'
req: [ 'H2HBooksandTrainers.esp' ]
tag: [ Graphics ]
- name: 'Puzzle Variations - BCSU Patch.esp'
req: [ 'PuzzleVariations.esl' ]
tag: [ Text ]
- name: 'Spiderbros - BCSU Patch.esp'
req: [ 'Spiderbros - Throwing Spider Overhaul.esp' ]
- name: 'Thugs Not Assassins - BCSU Patch.esp'
req: [ 'ThugsNotAssassins.esp' ]
- name: 'CC''sEnhancedOreVeinsSSE-HearthfirePatch\.es(l|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1306/'
name: 'CC''s Enhanced Ore Veins'
tag: [ Graphics ]
- name: 'CC''sEnhancedOreVeinsSSE-HearthfirePatch.esl'
clean:
- crc: 0x46306A5D
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'CC''sEnhancedOreVeinsSSE-HearthfirePatch.esp'
clean:
- crc: 0x796B5447
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Daedric Shrines - Azura - Replacer.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66781/'
name: 'Vanilla Azura Statue Replacer by Mandragorasprouts'
msg:
- <<: *useVersion
subs: [ 'USSEP' ]
condition: 'checksum("Daedric Shrines - Azura - Replacer.esp", 37F0BF1E) and active("unofficial skyrim special edition patch.esp")'
- name: 'DeadlySpellImpacts( - Two Fire)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12939/'
name: 'Deadly Spell Impacts'
- name: 'DeadlySpellImpacts.esp'
msg:
- <<: *patch3rdParty
subs:
- 'ENBSeries SE v0.483 or less'
- '[Deadly Spell Impacts Transparency Fix for ENB](https://www.nexusmods.com/skyrimspecialedition/mods/41284/)'
condition: 'file("../enblocal.ini") and product_version("../d3d11.dll", <, "0.4.8.4") and version("DeadlySpellImpacts.esp", ==, "1.70") and not active("DeadlySpellImpacts Transparency Fix.esp") and not active("PSI.esp")'
tag: [ Graphics ]
clean:
- crc: 0x72B9103C
util: 'SSEEdit v4.0.4c'
- name: 'DeadlySpellImpacts - Two Fire.esp'
clean:
- crc: 0x88A3564F
util: 'SSEEdit v4.0.4c'
# Deadly Spell Impacts Transparency Fix for ENB #
- name: 'DeadlySpellImpacts Transparency Fix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41284/'
name: 'Deadly Spell Impacts Transparency Fix for ENB'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Deadly Spell Impacts v1.8.0+' ]
condition: 'file("DeadlySpellImpacts.esp") and version("DeadlySpellImpacts.esp", !=, "1.70")'
- <<: *alreadyInOrFixedByX
subs: [ 'ENBSeries v0.484+' ]
condition: 'file("../enblocal.ini") and product_version("../d3d11.dll", >=, "0.4.8.4")'
- <<: *alreadyInOrFixedByX
subs: [ 'Parallax Spell Impacts' ]
condition: 'active("PSI.esp")'
- name: 'DibellaStatuesFixes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51983/' ]
dirty:
- <<: *quickClean
crc: 0xA1E42FC7
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 5
- name: 'DwemerRetextureOblivionArtifactsPatch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/93088/'
name: 'Dwemer Armors and Weapons Retexture'
tag:
- Deactivate
- Graphics
clean:
- crc: 0xAF0D6153
util: 'SSEEdit v4.0.4c'
- name: 'East Empire Strongbox Logo.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/70396/'
name: 'East Empire Strongbox Logo'
clean:
- crc: 0xF2E58AC1
util: 'SSEEdit v4.0.4b'
- name: 'EbonyRetextureOblivionArtifactsPatch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/83654/'
name: 'Ebony Armors and Weapons Retexture'
tag: [ Graphics ]
clean:
- crc: 0x1A52FD65
util: 'SSEEdit v4.0.4c'
- name: 'Elemental_Staffs(_Patch_Mysticism)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5319/'
name: 'Elemental Staffs'
tag: [ Graphics ]
- name: 'Elemental_Staffs.esp'
msg:
- <<: *patchProvided
subs: [ 'Mysticism - A Magic Overhaul' ]
condition: 'active("MysticismMagic.esp") and not active("Elemental_Staffs_Patch_Mysticism.esp")'
tag:
- Names
- ObjectBounds
clean:
- crc: 0xA9F6838B
util: 'SSEEdit v4.0.4b'
- name: 'Elemental_Staffs_Patch_Mysticism.esp'
clean:
- crc: 0x2A99F47D
util: 'SSEEdit v4.0.4b'
- name: 'Elemental_Staffs_Patch_AMoS.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/34521/'
name: 'Elemental Staffs SE for Apocalypse - Magic of Skyrim'
tag: [ Graphics ]
clean:
- crc: 0x673A17DD
util: 'SSEEdit v4.0.4b'
- name: 'EVE - Arvak Burning Hooves Restored.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/51517/'
name: 'Arvak Burning Hooves Restored - Cut Content Restoration'
tag: [ Actors.Spells ]
clean:
- crc: 0x9D74B842
util: 'SSEEdit v4.0.4c'
- name: 'FEC.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/3532/'
name: 'Frozen Electrocuted Combustion'
req:
- *PapyrusExtender
- name: 'MCMHelper.esp'
display: '[MCM Helper](https://www.nexusmods.com/skyrimspecialedition/mods/53000/)'
- name: 'SKSE/Plugins/po3_Tweaks.dll'
display: '[powerofthree''s Tweaks](https://www.nexusmods.com/skyrimspecialedition/mods/51073/)'
msg: [ *missingRequirementAddrLibforPlugin ]
clean:
- crc: 0x0CDDB7E2
util: 'SSEEdit v4.0.4c'
- name: 'FleshFX.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/27456/'
name: 'FleshFX'
tag:
- Deactivate
- Graphics
clean:
- crc: 0x38DADE03
util: 'SSEEdit v4.0.4b'
- name: 'FranklyHDImperialArmorsAndWeapons.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20848/'
name: 'Frankly HD Imperial Armor and Weapons'
tag:
- Graphics
- Keywords
- Names
- ObjectBounds
- Stats
clean:
- crc: 0x1B821AE6
util: 'SSEEdit v4.0.4c'
- name: 'Frost Meshes Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29817/'
name: 'Arctic - Frost Effects Redux'
tag: [ Graphics ]
clean:
- crc: 0x8AFDAF79
util: 'SSEEdit v4.0.4c'
- name: 'HagravenSkinShaders.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/16310/'
name: 'Realistic Skin Shaders - Falmer and Hagravens'
clean:
- crc: 0xCF6BCECC
util: 'SSEEdit v4.0.4b'
- name: 'Horksbane.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42971/'
name: 'Unique Horksbane'
tag: [ Graphics ]
clean:
- crc: 0x29B43DFC
util: 'SSEEdit v4.0.4b'
- name: 'HPP - (Vaermina''s Torpor|FirewoodSnow|FirewoodSnow Campfire)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12029/'
name: 'High Poly Project'
tag: [ Graphics ]
- name: 'HPP - Vaermina''s Torpor.esp'
tag: [ Deactivate ]
clean:
- crc: 0xC9452B45
util: 'SSEEdit v4.0.4c'
- name: 'HPP - FirewoodSnow.esp'
clean:
- crc: 0x414A538D
util: 'SSEEdit v4.0.4c'
- name: 'HPP - FirewoodSnow Campfire.esp'
clean:
- crc: 0xA6F1A3B3
util: 'SSEEdit v4.0.4c'
- name: 'Imperial Armors and Weapons Retexture SE - (Falx Carius|Penitus Pants)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/86097/'
name: 'Imperial Armors and Weapons Retexture'
tag: [ Graphics ]
- name: 'Imperial Armors and Weapons Retexture SE - Falx Carius.esp'
tag:
- Names
- ObjectBounds
- Stats
clean:
- crc: 0xFDA29875
util: 'SSEEdit v4.0.4c'
- name: 'Imperial Armors and Weapons Retexture SE - Penitus Pants.esp'
clean:
- crc: 0x114167DB
util: 'SSEEdit v4.0.4c'
- name: 'JS Barenziah SE - Johnskyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22990/'
name: 'JS Barenziah'
msg: [ *optional ]
clean:
- crc: 0x905B1546
util: 'SSEEdit v4.0.4c'
- crc: 0xAC94AA37
util: 'SSEEdit v4.0.4c'
- name: '(JS Dragon Claws AE - .*|JS_DBM_(HelgenReborn|KA|SkyrimSewers|Wyrmstooth)_Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/57038/'
name: 'JS Dragon Claws AE (Anniversary Edition)'
- name: '(JS Dragon Claws AE - (Helgen Reborn|Konahriks Accoutrements|Legacy of the Dragonborn|Skyrim Sewers|Wyrmstooth)|JS_DBM_SkyrimSewers_Patch)\.esp'
tag: [ Graphics ]
- name: 'JS Dragon Claws AE - (Helgen Reborn|Konahriks Accoutrements|Skyrim Sewers|Wyrmstooth)\.esp'
tag: [ Deactivate ]
- name: 'JS Dragon Claws AE - Elysium Estate.esp'
clean:
- crc: 0x68AF4C27
util: 'SSEEdit v4.0.4b'
- name: 'JS Dragon Claws AE - Helgen Reborn.esp'
clean:
- crc: 0x5EE9A49A
util: 'SSEEdit v4.0.4b'
- name: 'JS Dragon Claws AE - Konahriks Accoutrements.esp'
clean:
- crc: 0x13AD1A4C
util: 'SSEEdit v4.0.4b'
- name: 'JS Dragon Claws AE - Legacy of the Dragonborn.esp'
tag: [ ObjectBounds ]
clean:
- crc: 0xD92D318B
util: 'SSEEdit v4.0.4b'
- name: 'JS Dragon Claws AE - Rayek''s End.esp'
clean:
- crc: 0xE8037CD4
util: 'SSEEdit v4.0.4b'
- name: 'JS Dragon Claws AE - Riverwood Keep.esp'
clean:
- crc: 0xAED14842
util: 'SSEEdit v4.0.4b'
- name: 'JS Dragon Claws AE - Skyrim Sewers.esp'
clean:
- crc: 0xBB229E9D
util: 'SSEEdit v4.0.4b'
- name: 'JS Dragon Claws AE - Wyrmstooth.esp'
clean:
- crc: 0xC0A0B362
util: 'SSEEdit v4.0.4b'
- name: 'JS_DBM_SkyrimSewers_Patch.esp'
clean:
- crc: 0x7084F3E2
util: 'SSEEdit v4.0.4b'
- name: 'JS Emissive Eyes SE - Johnskyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/60108/' ]
msg:
- *requiresMCM
- *requiresMCMVR
tag:
- Actors.Spells
- R.AddSpells
clean:
- crc: 0xAC309D76
util: 'SSEEdit v4.0.4b'
- crc: 0x389093BE
util: 'SSEEdit v4.0.4b'
- crc: 0x444C648E
util: 'SSEEdit v4.0.4b'
- name: 'JS Purses and Septims SE Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/37306/'
name: 'JS Purses and Septims'
tag:
- Deactivate
- Graphics
clean:
- crc: 0x238E8AF5
util: 'SSEEdit v4.0.4b'
- name: 'JS Unique Utopia SE - Daggers - Johnskyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65394/'
name: 'JS Unique Utopia SE - Daggers'
tag: [ Graphics ]
clean:
- crc: 0x65625CA4
util: 'SSEEdit v4.0.4b'
- name: 'JS Unique Utopia SE - Rings - (Johnskyrim|.+ Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/102226/'
name: 'JS Unique Utopia - Rings'
- name: 'JS Unique Utopia SE - Rings - Johnskyrim.esp'
tag: [ Graphics ]
- name: 'JS Vanilla Circlets (SE|- Requiem patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/131813/'
name: 'JS Vanilla Circlets'
- name: 'JS Vanilla Circlets SE.esp'
tag: [ Graphics ]
clean:
- crc: 0xE57BBEBB
util: 'SSEEdit v4.1.5k'
- name: 'JS Vanilla Circlets - Requiem patch.esp'
req: [ 'Requiem.esp' ]
clean:
- crc: 0x44803E23
util: 'SSEEdit v4.1.5k'
- name: 'Kanjs - AE Books Patch\.es[lp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/121356/'
name: 'Kanjs - AE Books All In One Animated'
tag:
- Deactivate
- Graphics
- name: 'Kanjs - AE Books Patch.esl'
clean:
- crc: 0x64343307
util: 'SSEEdit v4.1.5k'
- name: 'Kanjs - AE Books Patch.esp'
clean:
- crc: 0xD0F89F4B
util: 'SSEEdit v4.1.5k'
- name: 'Kanjs - AIO Books Patch\.es[lp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/109877/'
name: 'Kanjs - Books All In One Animated'
tag: [ Graphics ]
- name: 'Kanjs - AIO Books Patch.esl'
clean:
- crc: 0x32B636EB
util: 'SSEEdit v4.1.5c EXTREMELY EXPERIMENTAL'
- name: 'Kanjs - AIO Books Patch.esp'
clean:
- crc: 0x8FF1374F
util: 'SSEEdit v4.1.5c EXTREMELY EXPERIMENTAL'
- name: 'Kanjs - AIO Soup and Stew\.es[lp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/113104/'
name: 'Kanjs - Soup and Stew All In One Animated'
tag:
- Deactivate
- Graphics
- name: 'Kanjs - AIO Soup and Stew.esl'
clean:
- crc: 0x1EE58DF0
util: 'SSEEdit v4.1.5c EXTREMELY EXPERIMENTAL'
- name: 'Kanjs - AIO Soup and Stew.esp'
clean:
- crc: 0x4572E8D7
util: 'SSEEdit v4.1.5c EXTREMELY EXPERIMENTAL'
- name: '(man_clavMask|Clavicus mask Reliquary of Myth Patch|Masque of Trickery|REQ_ClavicusMask_patch|Zims clavicus patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60764/'
name: 'Masque of Clavicus Vile'
- name: 'man_clavMask.esp'
tag:
- Graphics
- ObjectBounds
clean:
- crc: 0x4A090A1F
util: 'SSEEdit v4.0.4c'
- crc: 0x89FE574A
util: 'SSEEdit v4.0.4c'
- crc: 0x71224803
util: 'SSEEdit v4.0.4c'
- name: 'Masque of Trickery.esp'
clean:
- crc: 0x0AD24D8F
util: 'SSEEdit v4.0.4c'
- name: 'man_DaedricShrines(_Wintersun_Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/78772/'
name: 'Daedric Shrines - All in One'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/78809/'
name: 'Daedric Shrines - All in One - My Patches by Xtudo'
- name: 'man_DaedricShrines.esp'
msg:
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Azura](https://www.nexusmods.com/skyrimspecialedition/mods/66776/)' ]
condition: 'active("man_azura.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Hermaeus Mora](https://www.nexusmods.com/skyrimspecialedition/mods/67590/)' ]
condition: 'active("man_HermaeusMora.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Hircine](https://www.nexusmods.com/skyrimspecialedition/mods/63155/)' ]
condition: 'active("man_Hircine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Malacath](https://www.nexusmods.com/skyrimspecialedition/mods/75762/)' ]
condition: 'active("man_malacathShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Mehrunes Dagon](https://www.nexusmods.com/skyrimspecialedition/mods/76898/)' ]
condition: 'active("man_MehrunesDagonShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Mephala](https://www.nexusmods.com/skyrimspecialedition/mods/63585/)' ]
condition: 'active("man_MephalaShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Meridia](https://www.nexusmods.com/skyrimspecialedition/mods/78428/)' ]
condition: 'active("man_MeridiaShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Molag Bal](https://www.nexusmods.com/skyrimspecialedition/mods/69667/)' ]
condition: 'active("man_molagBalShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Namira](https://www.nexusmods.com/skyrimspecialedition/mods/71758/)' ]
condition: 'active("man_namiraShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Nocturnal](https://www.nexusmods.com/skyrimspecialedition/mods/70696/)' ]
condition: 'active("man_nocturnalShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Peryite](https://www.nexusmods.com/skyrimspecialedition/mods/62666/)' ]
condition: 'active("man_PeryiteShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Sanguine](https://www.nexusmods.com/skyrimspecialedition/mods/64471/)' ]
condition: 'active("man_sanguineShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Sheogorath](https://www.nexusmods.com/skyrimspecialedition/mods/65489/)' ]
condition: 'active("man_sheogorathShrine.esp")'
- <<: *includesX
type: error
subs: [ '[Daedric Shrines - Vaermina](https://www.nexusmods.com/skyrimspecialedition/mods/68362/)' ]
condition: 'active("man_vaermina.esp")'
- <<: *patchProvided
subs: [ 'Wintersun - Faiths of Skyrim' ]
condition: 'active("Wintersun - Faiths of Skyrim.esp") and not active("man_DaedricShrines_Wintersun_Patch.esp")'
tag:
- C.Water
- Graphics
- ObjectBounds
clean:
- crc: 0xE4FEE2F9
util: 'SSEEdit v4.0.4c'
- crc: 0x6D7C83F6
util: 'SSEEdit v4.0.4c'
- crc: 0x136BA05D
util: 'SSEEdit v4.0.4c'
- name: 'man_DaedricShrines_Wintersun_Patch.esp'
clean:
- crc: 0x94B7D9B9
util: 'SSEEdit v4.0.4c'
- crc: 0xEB544901
util: 'SSEEdit v4.0.4c'
- name: 'MLP(SoulGems| \+ GIST Patch).*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/25709/'
name: 'MultiLayer Parallax Soul Gems'
tag: [ Graphics ]
- name: 'MLPSoulGems.esp'
msg:
- <<: *patchProvided
subs: [ 'GIST soul trap' ]
condition: 'file("GIST soul trap.esp") and not file("MLP + GIST Patch.esp")'
- <<: *patchProvided
subs: [ 'Immersive Sounds Compendium' ]
condition: 'file("Immersive Sounds - Compendium.esp") and not file("MLP + ISC Patch.esp")'
clean:
- crc: 0x31F662B9
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'MLP + GIST Patch.esp'
clean:
- crc: 0x2FA1C27D
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'NewGlazedPottery.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/69273/'
name: 'New Glazed Pots'
tag:
- Deactivate
- Graphics
clean:
- crc: 0xC28497E7
util: 'SSEEdit v4.0.4c'
- name: 'NewNordicPottery.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/71513/'
name: 'New Nordic Pots'
tag:
- Deactivate
- Graphics
clean:
- crc: 0x97E60882
util: 'SSEEdit v4.1.5f'
- name: 'New Vaermina Statue.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/81944/'
name: 'New Vaermina Statue'
dirty:
- <<: *quickClean
crc: 0x5C2BBEA9
util: '[TES5VREdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
udr: 7
- name: 'ORM-Arvak.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11999/'
name: 'The Elder Scrolls V Rewritten - Arvak'
tag: [ NPC.DefaultOutfit ]
clean:
- crc: 0xBE72A4A2
util: 'SSEEdit v4.0.4c'
- name: 'PDragonbane_Replacer\.es(l|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/34992/'
name: 'Dragonbane - Replacer'
tag: [ Graphics ]
clean:
- crc: 0x0F729476
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'PDragonbane_Replacer.esp'
clean:
- crc: 0x16E24BA9
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Praedy''s AncientFalmerThrone\.es(l|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/47203/'
name: 'Ancient Falmer - Auriel''s Chantry Throne Replacer HD'
tag: [ Graphics ]
- name: 'Praedy''s AncientFalmerThrone.esl'
clean:
- crc: 0x1215D00E
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Praedy''s AncientFalmerThrone.esp'
clean:
- crc: 0x710E6F88
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x92E585C2
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Praedy''s ElderCouncilAmulet.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63931/'
name: 'Elder Council Amulet - Replacer'
clean:
- crc: 0xFE7F1FD0
util: 'SSEEdit v4.0.4b'
- name: 'PraedysElderScrollSoulCairnFix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/51082/'
name: 'Elder Scroll HD'
clean:
- crc: 0xB7BDDCA2
util: 'SSEEdit v4.0.4b'
- crc: 0x965DC1C9
util: 'SSEEdit v4.0.4b'
- name: 'Praedy''s Gemstones( ISCPatched)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46531/'
name: 'Gemstones Replacers HD'
tag: [ Deactivate ]
- name: 'Praedy''s Gemstones.esp'
msg:
- <<: *useVersion
subs: [ 'Immersive Sounds - Compendium' ]
condition: 'active("Immersive Sounds - Compendium.esp")'
clean:
- crc: 0xAAD84B1C
util: 'SSEEdit v4.0.4c'
- name: 'Praedy''s Gemstones ISCPatched.esp'
tag: [ Sound ]
clean:
- crc: 0x27A88C49
util: 'SSEEdit v4.0.4c'
- name: 'Praedy''s (MageStatueFX|WinterholdCollegeBanner)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46334/'
name: 'Praedy''s College of Winterhold'
- name: 'Praedy''s MageStatueFX.esp'
clean:
- crc: 0x8C720042
util: 'SSEEdit v4.0.4c'
- name: 'Praedy''s WinterholdCollegeBanner.esp'
tag: [ Graphics ]
clean:
- crc: 0xC8F8BB07
util: 'SSEEdit v4.0.4c'
- name: 'PraedysSkeletons\.es(l|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/52845/'
name: 'Skeleton Replacer HD'
tag: [ Graphics ]
- name: 'PraedysSkeletons.esl'
clean:
- crc: 0x52109635
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'PraedysSkeletons.esp'
clean:
- crc: 0xFD45C4BE
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x52109635
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Praedy''s Soulcairn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66261/'
name: 'The Soul Cairn'
msg:
- <<: *requiresResources
subs: [ '[Skeleton Replacer HD](https://www.nexusmods.com/skyrimspecialedition/mods/52845/)' ]
condition: 'not file("textures/praedythxvi/skeleton")'
tag: [ ObjectBounds ]
clean:
- crc: 0x010E0770
util: 'SSEEdit v4.0.4b'
- crc: 0xD9CE9BF0
util: 'SSEEdit v4.0.4b'
- name: 'Praedy''s (SoulGems|SoulEssenceGem|ShrineOfAzuraSizeX).*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46372/'
name: 'MultiLayer Parallax Soulgems Azura''s star realm and holders HD'
- name: 'Praedy''s SoulGems.esp'
tag:
- Graphics
- Invent.Add
- Stats
clean:
- crc: 0x58BF838D
util: 'SSEEdit v4.0.4'
- crc: 0x44A4D43B
util: 'SSEEdit v4.0.4'
- name: 'Praedy''s SoulEssenceGem.esp'
tag:
- Graphics
- Stats
clean:
- crc: 0x661D16E8
util: 'SSEEdit v4.0.4'
- crc: 0x355E7A3B
util: 'SSEEdit v4.0.4'
- name: 'Praedy''s SoulGems ISC Patch.esp'
tag: [ Sound ]
clean:
- crc: 0xAEDE47F4
util: 'SSEEdit v4.0.4'
- name: 'Praedy''s Soulgems GIST Patch.esp'
tag: [ Graphics ]
clean:
- crc: 0xA30E612D
util: 'SSEEdit v4.0.4'
- name: 'Praedy''s SoulEssenceGem ISC Patch.esp'
tag: [ Sound ]
clean:
- crc: 0xD6EF16BE
util: 'SSEEdit v4.0.4'
- name: 'Praedy''s Soulgems GIST ISC Patch.esp'
tag:
- Graphics
- Sound
clean:
- crc: 0x7904EDBC
util: 'SSEEdit v4.0.4'
- name: 'Praedy''s StavesAIO.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65481/'
name: 'Praedy''s Staves AIO'
msg:
- <<: *compatPatch
subs: [ '[Praedy''s Staves AIO Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/65660/)' ]
condition: 'not active("(Praedystaves|Magnus Vanilla).*\.esp")'
tag: [ Graphics ]
clean:
- crc: 0x7B69E509
util: 'SSEEdit v4.0.4c'
- name: 'PSI.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/83935/'
name: 'Parallax Spell Impacts'
req: [ *GraphicsFramework ]
tag: [ Graphics ]
clean:
- crc: 0xE8C19F74
util: 'SSEEdit v4.1.5k'
- name: 'Resurgence - Deathbrand.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/85604/'
name: 'Resurgence Armory - Stalhrim Weapons and Armor Overhaul'
tag: [ Graphics ]
clean:
- crc: 0x5F080912
util: 'SSEEdit v4.0.4c'
- crc: 0x8D3DA0E4
util: 'SSEEdit v4.0.4c'
- name: 'Saeri_AetherialCrown.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4309/'
name: 'Aetherial Crown'
tag: [ Graphics ]
clean:
- crc: 0x63610A77
util: 'SSEEdit v4.0.4b'
- name: 'Shaders of Solstheim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60144/'
name: 'Shaders of Solstheim - Ash and Moss'
tag: [ Graphics ]
clean:
- crc: 0x1B895243
util: 'SSEEdit v4.0.4b'
- name: 'shadowmere_replace.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41071/'
name: 'ShadowmereReplace'
tag:
- Graphics
- NPC.DefaultOutfit
- Sound
clean:
- crc: 0x1D3E38B0
util: 'SSEEdit v4.0.4c'
- name: 'Skysan_Icicle.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2458/'
name: 'Transparent and Refracting Icicle and Frost Atronach'
tag:
- Graphics
- ObjectBounds
clean:
- crc: 0x26B6D82E
util: 'SSEEdit v4.0.4c'
- crc: 0x6F20D777
util: 'SSEEdit v4.0.4c'
- name: 'StrosMKaiRum.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/43830/'
name: 'Unique Stros M''Kai Rum'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44010/'
name: 'Eating animations - My HD version - No double sounds - And patches'
msg:
- <<: *requiresResources
subs: [ '[Unique Stros M''Kai Rum](https://www.nexusmods.com/skyrimspecialedition/mods/43830/)' ]
condition: 'not file("StrosMKaiRum.bsa")'
tag: [ Graphics ]
clean:
- crc: 0x3F73B5AE
util: 'SSEEdit v4.0.4b'
- crc: 0xD656D4E7
util: 'SSEEdit v4.0.4b'
- crc: 0xEE97D05C
util: 'SSEEdit v4.0.4b'
- name: 'SummersetShadowsArmor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64934/'
name: 'Summerset Shadow Armor'
tag:
- Graphics
- Keywords
- Stats
clean:
- crc: 0xE0447A92
util: 'SSEEdit v4.0.4b'
- name: 'TMDWinery.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/115363/'
name: 'TMD Winery'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/115716/'
name: 'Diverse Winery - TMD'
req:
- <<: *BaseObjSwap
condition: 'file("DiverseTMDWinery_SWAP.ini")'
msg:
- <<: *requiresResources
subs: [ '[TMD Winery](https://www.nexusmods.com/skyrimspecialedition/mods/115363/)' ]
condition: 'file("DiverseTMDWinery_SWAP.ini") and not file("Meshes/TheMilkDrinker/TMDWinery/winebottle01a.nif")'
tag:
- name: Deactivate
condition: 'not file("DiverseTMDWinery_SWAP.ini")'
- name: Graphics
condition: 'not file("DiverseTMDWinery_SWAP.ini")'
- name: ObjectBounds
condition: 'not file("DiverseTMDWinery_SWAP.ini")'
clean:
- crc: 0x6F26C4B6
util: 'SSEEdit v4.1.5d'
- crc: 0xB37E94A7
util: 'SSEEdit v4.1.5d'
- name: 'Unique Uniques SE.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/47725/'
name: 'Unique Uniques SE Re-Ported'
- name: 'Unique Uniques SE.esp'
tag:
- Graphics
- ObjectBounds
clean:
- crc: 0xC35AC958
util: 'SSEEdit v4.1.5f'
- name: '(Vibrant weapons.*|VW - Enchanting Adjustments patch)\.es(l|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40087/'
name: 'Vibrant weapons - Fire Frost Shock'
- name: 'Vibrant weapons.esl'
req:
- *SKSE
- *SKSEVR
msg:
- <<: *patch3rdParty
subs:
- 'Alteration Weapon Spells'
- '[Alteration Vibrant Weapon Spells](https://www.nexusmods.com/skyrimspecialedition/mods/43318/)'
condition: 'active("AlterationWeaponSpells.esp") and not active("Alteration Vibrant Weapon Spells.esp")'
- <<: *patch3rdParty
subs:
- 'Animated Armoury'
- '[Vibrant Weapons - Animated Armoury Patch](https://www.nexusmods.com/skyrimspecialedition/mods/58865/)'
condition: 'active("NewArmoury.esp") and not active("Vibrant Animated Armoury.esp")'
- <<: *patchProvided
subs: [ 'Enchanting Adjustments and Price-Charge Bug Fix' ]
condition: 'active("EnchantingAdjustments.esp") and not active("VW - Enchanting Adjustments patch.esp")'
- <<: *patchProvided
subs: [ 'Summermyst - Enchantments of Skyrim' ]
condition: 'active("Summermyst - Enchantments of Skyrim.esp") and not active("Vibrant weapons - Summermyst addon.esp")'
clean:
- crc: 0x62AA4119
util: 'SSEEdit v4.0.4b'
- name: 'Vibrant weapons - no shock light.esp'
tag: [ EffectStats ]
clean:
- crc: 0xF194EABC
util: 'SSEEdit v4.0.4b'
- name: 'Vibrant weapons - Summermyst addon.esp'
req: [ 'Summermyst - Enchantments of Skyrim.esp' ]
clean:
- crc: 0x165C362E
util: 'SSEEdit v4.0.4b'
- name: 'VW - Enchanting Adjustments patch.esp'
clean:
- crc: 0x52B0DD20
util: 'SSEEdit v4.0.4b'
- name: 'VisualAnimatedEnchants.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/7037/'
name: 'Visual Animated Enchants - VAE'
tag:
- Enchantments
- Graphics
dirty:
- <<: *quickClean
crc: 0x6AE6A23F
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
###### AudioVisual - Sound & Music ######
- name: '(Audio Overhaul Skyrim( - .* Patch)?|AOS_(Cathedral Weathers|EBT( LITE)?) Patch|TrueStormsSE_AOS)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12466/'
name: 'Audio Overhaul for Skyrim'
- name: 'Audio Overhaul Skyrim.esp'
group: *earlyLoadersGroup
after: [ 'SoS - The Dungeons.esp' ]
req:
- name: 'SKSE/Plugins/SoundRecordDistributor.dll'
display: '[Sound Record Distributor](https://www.nexusmods.com/skyrimspecialedition/mods/77815/)'
condition: 'file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
msg:
- <<: *alsoUseX
subs: [ '[Engine Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)' ]
condition: 'not file("SKSE/Plugins/EngineFixes.dll")'
- <<: *compatIssuesWithX
subs: [ 'Lucidity Sound FX **LSFX-SSE-Audiosettings.esp**' ]
condition: 'active("LSFX-SSE-Audiosettings.esp")'
- <<: *compatIssuesWithX
subs: [ 'Reverb and Ambiance Overhaul **Reverb and Ambiance Overhaul - Skyrim.esp**' ]
condition: 'active("Reverb and Ambiance Overhaul - Skyrim.esp")'
- <<: *compatIssuesWithX
subs: [ 'Sounds of Skyrim **SoS - The Wilds.esp** or **SoundsofSkyrimComplete.esp** or **sounds of skyrim - complete edition.esp**' ]
condition: 'active("SoS - The Wilds.esp") or active("SoundsofSkyrimComplete.esp") or active("sounds of skyrim - complete edition.esp")'
- <<: *compatIssuesWithX
subs: [ 'True 3D Sound for Headphones **x3daudio1_7.dll**' ]
condition: 'file("../x3daudio1_7.dll")'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12466?tab=posts&jump_to_comment=60245661' ]
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Audio Overhaul Skyrim.esp")'
- <<: *patch3rdParty
subs:
- 'Immersive Sounds - Compendium'
- '[Audio Overhaul - Immersive Sounds Integration (AOS - ISC Compatibility Patch)](https://www.nexusmods.com/skyrimspecialedition/mods/36761/)'
condition: 'active("Immersive Sounds - Compendium.esp") and not active("AOS_ISC_Integration.esp") and not active("Audio Overhaul Skyrim - Immersive Sounds Patch.esp")'
- <<: *patchIncluded
subs: [ 'Aequinoctium - Weathers and Seasons' ]
condition: 'active("Aequinoctium.esp") and not active("Audio Overhaul Skyrim - Aequinoctium Patch.esp") and not active("Aequinoctium_TS_Patch_.*\.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Cathedral Weathers and Seasons' ]
condition: 'active("Cathedral Weathers.esp") and not active("AOS_Cathedral Weathers Patch.esp") and not active("AOS - Catherdral Weathers Patch.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Climates Of Tamriel Special Edition' ]
condition: 'active("ClimatesOfTamriel.esm") and not active("Audio Overhaul Skyrim - Climates of Tamriel Patch.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Dolomite Weathers - Natural Lighting Vivid Atmospherics II' ]
condition: 'active("Dolomite Weathers.esp") and not active("Audio Overhaul Skyrim - Dolomite Weathers Patch.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'The Elder Scrolls Online Imports' ]
condition: 'active("ESOimports.esp") and not active("Audio Overhaul Skyrim - ESO Imports Patch.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Enhanced Blood Textures' ]
condition: 'active("dD - Enhanced Blood Main.esp") and not active("AOS_EBT Patch.esp") and not active("Audio Overhaul Skyrim - Enhanced Blood Patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Blood Textures LITE' ]
condition: 'active("dD - Enhanced Blood Main LITE.esp") and not active("AOS_EBT LITE Patch.esp") and file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Hunterborn' ]
condition: 'active("Hunterborn.esp") and not active("Audio Overhaul Skyrim - Hunterborn Patch.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Immersive Weapons' ]
condition: 'active("Immersive Weapons.esp") and not active("Audio Overhaul Skyrim - Immersive Weapons Patch.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Lore Weapon Expansion' ]
condition: 'active("Lore Weapon Expansion.esp") and not active("Audio Overhaul Skyrim - Lore Weapon Expansion Patch.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Mythical Ages - Weathers and lighting overhaul' ]
condition: 'active("Mythical Ages.esp") and not active("Audio Overhaul Skyrim - Mythical Ages Patch.esp") and not active("Mythical_TS_Patch_.*\.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'NAT - Natural and Atmospheric Tamriel' ]
condition: 'active("NAT.esp") and not active("Audio Overhaul Skyrim - Natural Atmospheric Tamriel Patch.esp") and not active("NAT_TS_Patch_.*\.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Obsidian Weathers and Seasons' ]
condition: 'active("Obsidian Weathers.esp") and not active("Audio Overhaul Skyrim - Obsidian Weathers Patch.esp") and not active("Obsidian_TS_Patch_.*\.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'Rustic Weathers and Lighting' ]
condition: 'active("Rustic Weathers And Lighting.esp") and not active("Audio Overhaul Skyrim - Rustic Weathers Patch.esp") and not active("Rustic_TS_Patch_.*\.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- <<: *patchIncluded
subs: [ 'True Storms - Thunder, Rain & Weather Redone' ]
condition: 'active("TrueStormsSE.esp") and not active("Audio Overhaul Skyrim - True Storms Patch.esp") and not active("(Aequinoctium|ELFXWeathers|Mythical|NAT|Obsidian|Rustic|Vivid)_TS_Patch_.*\.esp") and not active("TrueStormsSE_AOS.esp")'
- <<: *patchIncluded
subs: [ 'Vivid Weathers Definitive Edition' ]
condition: 'active("Vivid WeathersSE.esp") and not active("Audio Overhaul Skyrim - Vivid Weathers Patch.esp") and not active("Vivid Weathers SE - AOS Patch.esp") and not active("Vivid_TS_Patch_.*\.esp") and not file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
clean:
- crc: 0x6F8EF0E9
util: 'SSEEdit v4.0.3'
- name: 'Audio Overhaul Skyrim - Obsidian Weathers Patch.esp'
after:
- 'Audio Overhaul Skyrim - True Storms.esp'
- 'Obsidian Weathers - True Storms - Patch.esp'
inc: [ 'Obsidian Weathers - Wander Patch.esp' ]
- name: 'Audio Overhaul Skyrim - True Storms Patch.esp'
after: [ 'Obsidian Weathers - True Storms - Patch.esp' ]
inc: [ 'Obsidian Weathers - Wander Patch.esp' ]
- name: 'AudibleNPCDialogues.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40040/'
name: 'NPC Dialogue Audio Enhancer'
tag: [ Sound ]
- name: '(Celtic_Music_In_Skyrim_SE(_Dungeon)?|Celtic Music in Skyrim - Combat)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2980/' ]
- name: 'Celtic_Music_In_Skyrim_SE.esp'
clean:
- crc: 0xD61DAF8F
util: 'SSEEdit v4.0.3g'
- name: 'Celtic Music in Skyrim - Combat.esp'
msg:
- <<: *renameXtoY
subs:
- '**Celtic_Music_In_Skyrim_SE_Combat.bsa**'
- '**Celtic Music in Skyrim - Combat.bsa**'
condition: 'file("Celtic_Music_In_Skyrim_SE_Combat.bsa")'
- name: 'Immersive Music( Replacer)?.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16402/' ]
tag: [ C.Music ]
- name: 'Immersive Music.esp'
dirty:
- <<: *quickClean
crc: 0x4ED7C6DC
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Immersive Music Replacer.esp'
dirty:
- <<: *quickClean
crc: 0x7DC72CE5
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Immersive Sounds - Compendium.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/523/' ]
group: *earlyLoadersGroup
after:
- 'Audio Overhaul Skyrim.esp'
- 'Reverb and Ambiance Overhaul - Skyrim.esp'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Immersive Sounds Compendium.esp")'
tag: [ Sound ]
clean:
- crc: 0xD2B5EFA4
util: 'SSEEdit v4.0.3'
- name: 'LabyrinthianPuzzleSoundFix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/59278/'
name: 'Shalidor''s Maze Puzzle Sound Fix (Labyrinthian)'
tag: [ Sound ]
clean:
- crc: 0x6560786B
util: 'SSEEdit v4.0.4c'
- name: 'LORKHAN - UI Sound Effects.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/115096/'
name: 'LORKHAN - Soundtrack Replacer'
tag: [ Sound ]
clean:
- crc: 0x54F2360D
util: 'SSEEdit v4.1.5f'
- name: 'LSFX-SSE-Audiosettings.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1841/' ]
group: *fixesGroup
clean:
- crc: 0x8018F548
util: 'SSEEdit v4.0.3'
- name: 'MagiCollege.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1893/' ]
after:
- 'Complete Alchemy & Cooking Overhaul.esp'
- 'Immersive Citizens - AI Overhaul.esp'
- 'Immersive Music.esp'
- 'Immersive Music Replacer.esp'
- 'MCWT_ExpiditeTheExpirate.esp'
- 'MLU.esp'
- 'Requiem.esp'
- 'SoS - Civilization.esp'
- 'Soulmancer Soundtrack - NoVindDun.esp'
- 'SoundsofSkyrimComplete.esp'
clean:
- crc: 0xA9B2C4C4
util: 'SSEEdit v4.0.3'
- name: 'Player Home Tavern Music - Special Edition.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2318/'
name: 'Player Home Tavern Music'
group: *cellMusicGroup
# Group rules to avoid cyclic interactions
after: [ 'Soulmancer Soundtrack - NoVindDun.esp' ]
tag: [ C.Music ]
- name: 'Reverb and Ambiance Overhaul - Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/701/'
name: 'Reverb and Ambiance Overhaul'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/53686/'
name: 'Reverb and Ambiance Overhaul UPDATED ESL'
group: *earlyLoadersGroup
tag:
- C.Acoustic
- Sound
dirty:
- <<: *quickClean
crc: 0xAA85D810
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- <<: *quickClean
crc: 0x478C45BD
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'RAO - ELE - Alternate Start Patch.esp'
after: [ 'RAO - ELE patch SSE.esp' ]
- name: 'RAO - ELFX Base Patch.esp'
req: [ 'EnhancedLightsandFX.esp' ]
- name: 'RAO - ELFX Patch.esp'
req: [ 'EnhancedLightsandFX.esp' ]
after:
- 'ELFXEnhancer.esp'
- 'ELFX - Hardcore.esp'
- name: 'Soulmancer Soundtrack - NoVindDun.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22551/'
name: 'Soulmancer Music Merge'
group: *cellMusicGroup
clean:
- crc: 0xBCCF2187
util: 'SSEEdit v4.0.3g'
- name: '(SoulMusic_OCoW_|Soul Music OCoW SoS )Patch\.esp'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'OCW_MusicPatch_SMMM.esp' ]
condition: 'active("OCW_MusicPatch_SMMM.esp")'
- <<: *useInstead
subs: [ 'OCW_MusicPatch_SMMM.esp' ]
condition: 'not active("OCW_MusicPatch_SMMM.esp")'
- name: 'sounds of skyrim - complete edition.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/2196-sounds-of-skyrim-complete-edition-mcm/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/4137094/'
inc:
- 'SoS - Civilization.esp'
- 'SoS - The Dungeons.esp'
- 'SoS - The Wilds.esp'
- 'SoundsofSkyrimComplete.esp'
tag: [ C.Acoustic ]
clean:
- crc: 0xAAA01E72
util: 'SSEEdit v4.0.3'
- name: 'SoundsofSkyrimComplete.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8286/' ]
after: [ 'LSFX-SSE-Audiosettings.esp' ]
inc:
- 'SoS - Civilization.esp'
- 'SoS - The Dungeons.esp'
- 'SoS - The Wilds.esp'
tag:
- C.Acoustic
- -C.Light
- -C.Location
- -C.Owner
- -C.RecordFlags
- -C.Regions
- -Graphics
- Sound
msg:
- <<: *patchIncluded
subs: [ 'Climates Of Tamriel' ]
condition: 'active("ClimatesOfTamriel.esm") and not active("SoS_CoT_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Dolomite Weathers' ]
condition: 'active("Dolomite Weathers.esp") and not active("SoS_DolomiteWeathers_Patch.esp") and not active("Dolomite_TS_Patch_(Heavy|Light)Fog\.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lighting for ENB' ]
condition: 'active("ELE_SSE.esp") and not active("SoS_ELE_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("EnhancedLightsandFX.esp") and not active("SoS_ELFX_Patch.esp") and not active("SoS_ELFX+Enhancer_Patch.esp") and not active("SoS_ELFX+Enhancer+Weathers_Patch.esp") and not active("SoS_ELFX+Hardcore_Patch.esp") and not active("SoS_ELFX+Hardcore+Weathers_Patch.esp") and not active("SoS_ELFX+Weathers_Patch.esp")'
- <<: *patchIncluded
subs: [ 'ELFX - Enhancer' ]
condition: 'active("ELFXEnhancer.esp") and not active("SoS_ELFX+Enhancer_Patch.esp") and not active("SoS_ELFX+Enhancer+Weathers_Patch.esp")'
- <<: *patchIncluded
subs: [ 'ELFX - Hardcore' ]
condition: 'active("ELFX - Hardcore.esp") and not active("SoS_ELFX+Hardcore_Patch.esp") and not active("SoS_ELFX+Hardcore+Weathers_Patch.esp")'
- <<: *patchIncluded
subs: [ 'ELFX - Weathers' ]
condition: 'active("ELFX - Weathers.esp") and not active("SoS_ELFX+Weathers_Patch.esp") and not active("SoS_ELFX+Enhancer+Weathers_Patch.esp") and not active("SoS_ELFX+Hardcore+Weathers_Patch.esp") and not active("ELFXWeathers_TS_Patch_(Lucid|Somber)(_WaterFix)?\.esp")'
- <<: *patchIncluded
subs: [ 'Natural and Atmospheric Tamriel' ]
condition: 'active("NAT.esp") and not active("SoS_NAT_Patch.esp") and not active("NAT_TS_Patch_(DarkStormy|EerieSkies|TSPure)(_WaterFix)?\.esp")'
- <<: *patchIncluded
subs: [ 'Northern Saga Weathers and Seasons' ]
condition: 'active("NorthernSWS.esp") and not active("SOS_NSWS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Obsidian Weathers and Seasons' ]
condition: 'active("Obsidian Weathers.esp") and not active("SoS_Obsidian_Patch.esp") and not active("Obsidian_TS_Patch_(Luminous|Spectral)(_WaterFix)?\.esp")'
- <<: *patchIncluded
subs: [ 'Realistic Lighting Overhaul' ]
condition: 'active("RLO - Interiors.esp") and not active("SOS_RLOInteriors_Patch.esp")'
- <<: *patchIncluded
subs: [ 'True Storms' ]
condition: 'active("TrueStormsSE.esp") and not active("SoS_TrueStorms_Patch.esp") and not active("(Aequinoctium|Dolomite|ELFXWeathers|Mythical|NAT|Obsidian|Rustic|Vivid)_TS_Patch_.*\.esp")'
- <<: *patchIncluded
subs: [ 'Vivid Weathers' ]
condition: 'active("Vivid WeathersSE.esp") and not active("SoS_VividWeathers_Patch.esp") and not active("Vivid Weathers SE - SOS Patch.esp") and not active("Vivid_TS_Patch_(Ominous|Surreal)(_WaterFix)?\.esp")'
clean:
- crc: 0x58EE523E
util: 'SSEEdit v4.0.3'
- name: 'SoS_VividWeathers_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8286/' ]
inc: [ 'Vivid Weathers SE - SOS Patch.esp' ]
clean:
- crc: 0x1F2625C3
util: 'SSEEdit v4.0.3'
- name: 'SoS - The Wilds.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/8092/'
name: 'Sounds of Skyrim - The Wilds'
after: [ 'LSFX-SSE-Audiosettings.esp' ]
inc: [ 'SoundsofSkyrimComplete.esp' ]
tag: [ Sound ]
clean:
- crc: 0xEFF95481
util: 'SSEEdit v4.0.3'
- name: 'SoS - Civilization.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8093/' ]
after: [ 'LSFX-SSE-Audiosettings.esp' ]
inc: [ 'SoundsofSkyrimComplete.esp' ]
tag:
- C.Acoustic
- Sound
clean:
- crc: 0xB8A64B7E
util: 'SSEEdit v4.0.3'
- name: 'SoS - The Dungeons.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8091/' ]
group: *earlyLoadersGroup
after: [ 'LSFX-SSE-Audiosettings.esp' ]
inc: [ 'SoundsofSkyrimComplete.esp' ]
tag: [ Sound ]
dirty:
- <<: *quickClean
crc: 0x28EAF3CD
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
###### AudioVisual - Water ######
- name: 'Blacksmith Forge Water Fix SE( USSEP)?.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1291/' ]
after:
- 'Complete Alchemy & Cooking Overhaul.esp'
- 'MLU.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Blacksmith Forge Water Fix SE' ]
condition: 'many("Blacksmith Forge Water Fix SE( USSEP)?.esp")'
tag: [ C.Water ]
- name: 'Blacksmith Forge Water Fix SE.esp'
inc: [ 'unofficial skyrim special edition patch.esp' ]
dirty:
- <<: *quickClean
crc: 0xB417D179
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'Blacksmith Forge Water Fix SE USSEP.esp'
req: [ 'unofficial skyrim special edition patch.esp' ]
dirty:
- <<: *quickClean
crc: 0x05874BE7
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'Natural Waterfalls.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/87261/'
name: 'Natural Waterfalls'
- name: 'Natural Waterfalls.esp'
after:
- 'Landscape and Water Fixes.esp'
- 'RealisticWaterTwo - Resources.esm'
- 'Water for ENB.esm'
clean:
- crc: 0x00DF2364
util: 'SSEEdit v4.0.4c'
- name: 'Natural Waterfalls - SLaWF Patch.esp'
req: [ 'Landscape and Water Fixes.esp' ]
- name: 'Natural Waterfalls - Water for ENB Patch (Wavy Rivers).esp'
req: [ 'Water for ENB (Wavy Rivers).esp' ]
- name: 'RealisticWaterTwo.*\.es[mp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2182/'
name: 'Realistic Water Two'
- name: 'RealisticWaterTwo - Resources.esm'
clean:
- crc: 0xC500C63B
util: 'SSEEdit v4.0.4c'
- name: 'RealisticWaterTwo.esp'
group: *cellWaterGroup
msg:
- <<: *patchIncluded
subs: [ 'Myrwatch (Creation Club)' ]
condition: 'active("cceejsse002-tower.esl") and not active("RealisticWaterTwo - Myrwatch Patch.esp")'
- <<: *requiresMCM
type: say
condition: 'file("scripts/RealisticWaterTwoMCM.pex") and not active("SkyUI_SE.esp")'
tag:
- ObjectBounds
- Sound
clean:
- crc: 0xCD346494
util: 'SSEEdit v4.0.4c'
- name: 'RealisticWaterTwo - Alt Volcanic Watercolor.esp'
clean:
- crc: 0x4E139248
util: 'SSEEdit v4.0.4c'
- name: 'RealisticWaterTwo - Beyond Skyrim Bruma.esp'
tag: [ Sound ]
clean:
- crc: 0x19AABB00
util: 'SSEEdit v4.0.4c'
- name: 'RealisticWaterTwo - Myrwatch Patch.esp'
clean:
- crc: 0x6F58CAD0
util: 'SSEEdit v4.0.4c'
- name: '(VRWaterColor|SkyVRaan).*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30571/'
name: 'SkyVRaan - Shimmering VR Waters'
- name: 'VRWaterColor.esp'
group: *lateLoadersGroup
after: [ 'RealisticWaterTwo.esp' ]
- name: 'VRWaterColor-(Blackreach|Volcanic)\.esp'
after: [ 'VRWaterColor.esp' ]
- name: 'SkyVRaan-WaterGrass.esp'
after: [ 'Landscape Fixes For Grass Mods.esp' ]
- name: 'CubemapEnabler.esp'
msg: [ *obsolete ]
- name: 'Water for ENB.*\.es[mp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/37061/'
name: 'Water for ENB'
- name: 'Water for ENB( \((Mineral Teal|Shades of Skyrim|Tropical Green|Vanilla|Wavy Rivers)\))?\.esp'
group: *waterOverhaulsGroup
inc: [ 'RealisticWaterTwo.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Water for ENB Main ESP' ]
condition: 'many("Water for ENB( \((Mineral Teal|Shades of Skyrim|Tropical Green|Vanilla|Wavy Rivers)\))?\.esp")'
tag: [ -C.Location ]
- name: 'Water for ENB.esp'
tag: [ C.Water ]
### Water ENB - Customization Plugins ###
- name: 'Water for ENB - Patch - (Clear Interior Water|Clear Underwater|Transparent Horse Trough Water|Volcanic Water)\.esp'
after:
- 'Water for ENB.esp'
- 'Water for ENB (Mineral Teal).esp'
- 'Water for ENB (Shades of Skyrim).esp'
- 'Water for ENB (Tropical Green).esp'
- 'Water for ENB (Vanilla).esp'
- 'Water for ENB (Wavy Rivers).esp'
- name: 'Water for ENB - Patch - Blue Volcanic Water.esp'
after:
- 'Water for ENB.esp'
- 'Water for ENB (Shades of Skyrim).esp'
- 'Water for ENB (Wavy Rivers).esp'
inc: [ 'Water for ENB - Patch - Volcanic Water.esp' ]
- name: 'Water for ENB - Patch - Clear Creek Water.esp'
inc: [ 'Water for ENB - Patch - Muddy Creek Water.esp' ]
### Water ENB - Compatibility Patches ###
- name: 'Water for ENB - Patch - (Cabbage ENB|Lakeview Manor Avant Garden EX)\.esp'
after:
- 'Water for ENB.esp'
- 'Water for ENB (Mineral Teal).esp'
- 'Water for ENB (Shades of Skyrim).esp'
- 'Water for ENB (Tropical Green).esp'
- 'Water for ENB (Vanilla).esp'
- 'Water for ENB (Wavy Rivers).esp'
- name: 'Water for ENB - Patch - (JKs Ragged Flagon|No Interior Fog)\.esp'
after: [ 'Water for ENB (Shades of Skyrim).esp' ]
- name: 'Water for ENB - Patch - ELFX Shadows.esp'
req: [ 'ELFX Shadows.esp' ]
- name: 'Water for ENB - Patch - Expanded Towns and Cities.esp'
after:
- 'ETaC - Complete.esp'
- 'ETaC - Riverwood.esp'
- name: 'Water for ENB - Patch - Lakeview Manor Avant Garden EX.esp'
req: [ 'HF_Lakeview_AvantGarden_EX.esp' ]
- name: 'Water for ENB - Patch - No Interior Fog.esp'
req: [ 'no interior fog ussep.esp' ]
- name: 'Wavy Waters.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25880/' ]
inc:
- 'Cathedral Water Overhaul.esp'
- 'Ilinalta.esp'
- 'Ilinalta - Realistic Water Two.esp'
- 'Purewaters.esp'
- 'RealisticWaterTwo.esp'
msg:
- <<: *versionXofYorGreaterRequired
subs:
- '0.379'
- '[ENBSeries SE](http://enbdev.com/download_mod_tesskyrimse.htm)'
condition: 'product_version("../d3d11.dll", <, "0, 3, 7, 9") and file("../enblocal.ini")'
req: [ *ENBSeries ]
clean:
- crc: 0xFD4F2E74
util: 'SSEEdit v4.0.3'
- crc: 0x88A4D052
util: 'SSEEdit v4.0.3'
###### AudioVisual - Weather & Lighting ######
- name: 'Aequinoctium.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15884/' ]
clean:
- crc: 0x799931DF
util: 'SSEEdit v4.0.3'
- name: 'Ambiance( - Light Colors)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46383/'
name: 'Ambiance - A Vanilla(plus) Ambient Lighting Overhaul'
- name: 'Ambiance.esp'
group: *cellLightingGroup
inc:
- 'ELE_SSE.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RLO - Interiors.esp'
- 'WSEnhancer.esp'
clean:
- crc: 0x7810B6D3
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Ambiance - Light Colors.esp'
clean:
- crc: 0xBE8349F6
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Autumn Skies.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14379/' ]
dirty:
- <<: *quickClean
crc: 0xA9D158CC
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 22
- name: 'Cathedral Weathers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24791/' ]
clean:
- crc: 0xB2743FA6
util: 'SSEEdit v4.0.3'
- name: 'CinematicFireFX.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16326/' ]
inc: [ 'NAT.esp' ]
clean:
- crc: 0x4CF60EE4
util: 'SSEEdit v4.0.3'
- name: 'ClimatesOfTamriel.*\.es(m|p)'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2237/' ]
- name: 'ClimatesOfTamriel.esm'
clean:
- crc: 0xEFDC2E2F
util: 'SSEEdit v4.0.3'
- name: 'ClimatesOfTamriel-Dungeons-Darker.esp'
dirty:
- <<: *quickClean
crc: 0xE1BCB989
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'ClimatesOfTamriel-Dungeons-Hardcore.esp'
dirty:
- <<: *quickClean
crc: 0xC93A7A71
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'ClimatesOfTamriel-Interiors-Cold.esp'
clean:
- crc: 0x5A76FFDE
util: 'SSEEdit v4.0.3'
- name: 'ClimatesOfTamriel-Interiors-Warm.esp'
clean:
- crc: 0x2F61CB95
util: 'SSEEdit v4.0.3'
- name: 'ClimatesOfTamriel-Nights-L1.esp'
clean:
- crc: 0x6B208D50
util: 'SSEEdit v4.0.3'
- name: 'ClimatesOfTamriel-Nights-L2.esp'
clean:
- crc: 0xE91A8BED
util: 'SSEEdit v4.0.3'
- name: 'ClimatesOfTamriel-Nights-L3.esp'
clean:
- crc: 0x5B859D52
util: 'SSEEdit v4.0.3'
- name: 'ClimatesOfTamriel-WinterEditionSE.esp'
clean:
- crc: 0x5E0A1F80
util: 'SSEEdit v4.0.3'
- name: 'CRF - Lighting Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5732/' ]
clean:
- crc: 0x59766837
util: 'SSEEdit v4.0.3'
- name: 'CS Light.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/138443/'
name: 'CS Light'
group: *cellLightingGroup
req:
- *CommunityShaders
- name: 'SKSE/Plugins/po3_LightPlacer.dll'
display: '[Light Placer](https://www.nexusmods.com/skyrimspecialedition/mods/127557/)'
after: [ 'TL Bulbs ISL.esp' ]
- name: 'Darker Interior Ambient Fog.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11197/'
name: 'Darker Interior Ambient Fog'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46383/'
name: 'Ambiance - A Vanilla(plus) Ambient Lighting Overhaul'
group: *cellLightingGroup
inc:
- 'ImprovedFog&Lighting.esp'
- 'no interior fog.esp'
- 'no interior fog ussep.esp'
clean:
- crc: 0x13BA90BD
util: 'SSEEdit v4.1.5p 32bit fix version'
- crc: 0x3A45F944
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Dolomite Weathers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7895/' ]
clean:
- crc: 0x87498763
util: 'SSEEdit v4.0.3'
- name: 'ELE_SSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1377/'
name: 'Enhanced Lighting for ENB'
group: *cellLightingGroup
inc:
- 'ELFXEnhancer.esp'
- 'ELFX - Hardcore.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RLO - Interiors.esp'
- 'WSEnhancer.esp'
tag:
- C.ImageSpace
- C.Light
clean:
- crc: 0x92A4011D
util: 'SSEEdit v4.0.3'
- name: '(ELFX|EnhancedLightsandFX).*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2424/'
name: 'Enhanced Lights and FX'
- name: 'EnhancedLightsandFX.esp'
after:
- name: '3DNPC.esp'
condition: '(is_master("3DNPC.esp") and is_master("EnhancedLightsandFX.esp")) or (not is_master("3DNPC.esp") and not is_master("EnhancedLightsandFX.esp"))'
- name: 'SMIM-SE.esp'
condition: '(is_master("SMIM-SE.esp") and is_master("EnhancedLightsandFX.esp")) or (not is_master("SMIM-SE.esp") and not is_master("EnhancedLightsandFX.esp"))'
- name: 'SMIM-SE-Merged-All.esp'
condition: '(is_master("SMIM-SE-Merged-All.esp") and is_master("EnhancedLightsandFX.esp")) or (not is_master("SMIM-SE-Merged-All.esp") and not is_master("EnhancedLightsandFX.esp"))'
inc: [ 'RLO - Exteriors.esp' ]
msg:
- <<: *patch3rdParty
subs:
- 'Enhanced Lighting for ENB'
- '[ELE - ELFX Consistency Patch and Tweaks](https://www.nexusmods.com/skyrimspecialedition/mods/18634/)'
condition: 'active("ELE_SSE.esp") and not active("ELE-ELFX Patch AIO.esp") and not active("ELE-ELFX (Cavern Worldspaces|Imagespace and LT tweaks|Light Records|More Light Sources)\.esp")'
- <<: *patchUpdateAvailable
subs: [ '[ELFX Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/25498/)' ]
condition: 'not active("ELFX Fixes.esp") and not active("ELFX Shadows.esp") and not active("ELFX with Shadows.esp")'
tag:
- C.Climate
- C.ImageSpace
- C.Light
- C.Water
- Graphics
- Invent.Remove
- ObjectBounds
- Stats
dirty:
- <<: *quickClean
crc: 0xDD00738B
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'ELFXEnhancer.esp'
group: *cellLightingGroup
inc:
- 'ELE_SSE.esp'
- 'ELFX - Hardcore.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RLO - Interiors.esp'
tag:
- C.ImageSpace
- C.Light
- C.Water
clean:
- crc: 0x06339952
util: 'SSEEdit v4.0.3'
- name: 'ELFX - Hardcore.esp'
group: *cellLightingGroup
inc:
- 'ELE_SSE.esp'
- 'ELFXEnhancer.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RLO - Interiors.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Alternate Start - Live Another Life'
- '[ELFX Hardcore - Alternate Start Void Fix](https://www.nexusmods.com/skyrimspecialedition/mods/34941) **OR** [LiveAnotherLife - ELFX Hardcore Patch](https://www.nexusmods.com/skyrimspecialedition/mods/38543/)'
condition: 'active("alternate start - live another life.esp") and not active("Alternate Start ELFX Fix.esp") and not active("LiveAnotherLife - ELFX Hardcore.esp")'
tag:
- C.ImageSpace
- C.Light
- C.Water
- Graphics
clean:
- crc: 0x5ECC3509
util: 'SSEEdit v4.0.3'
- name: 'ELFX - Exteriors.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/26327/'
name: 'ELFX - Exteriors Fixes'
after:
- name: 'AK - Placeable Statics SE.esp'
condition: '(is_master("AK - Placeable Statics SE.esp") and is_master("ELFX - Exteriors.esp")) or (not is_master("AK - Placeable Statics SE.esp") and not is_master("ELFX - Exteriors.esp"))'
- name: 'SMIM-SE-Merged-All.esp'
condition: '(is_master("SMIM-SE-Merged-All.esp") and is_master("ELFX - Exteriors.esp")) or (not is_master("SMIM-SE-Merged-All.esp") and not is_master("ELFX - Exteriors.esp"))'
msg:
- <<: *patch3rdParty
subs:
- 'Open Cities'
- '[ELFX Exteriors Open Cities Patch](https://www.nexusmods.com/skyrimspecialedition/mods/16265/)'
condition: 'active("open cities skyrim.esp") and not active("ELFX - Exteriors Open Cities Patch.esp")'
- <<: *patchUpdateAvailable
subs: [ '[ELFX - Exteriors Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/26327/)' ]
condition: 'checksum("ELFX - Exteriors.esp", 9B390393)'
tag: [ Invent.Remove ]
clean:
- crc: 0x9B390393
util: 'SSEEdit v4.0.3'
- name: 'ELFX - Weathers.esp'
after: [ 'Audio Overhaul Skyrim.esp' ]
tag:
- Graphics
- Sound
clean:
- crc: 0x0F02A920
util: 'SSEEdit v4.0.3'
- name: 'ELFX - NoPlayerHomes.esp'
inc:
- 'ELFX - NoBreezehome.esp'
- 'ELFX - NoHjerim.esp'
- 'ELFX - NoHoneyside.esp'
- 'ELFX - NoProudspireManor.esp'
- 'ELFX - NoSeverinManor.esp'
- 'ELFX - NoVlindrelHall.esp'
dirty:
- <<: *quickClean
crc: 0x181ECD13
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 1
- name: 'ELFX - NoBreezehome.esp'
clean:
- crc: 0x16B967BB
util: 'SSEEdit v4.0.3'
- name: 'ELFX - NoHjerim.esp'
clean:
- crc: 0xEFC3B86E
util: 'SSEEdit v4.0.3'
- name: 'ELFX - NoHoneyside.esp'
clean:
- crc: 0x636D8DC1
util: 'SSEEdit v4.0.3'
- name: 'ELFX - NoProudspireManor.esp'
clean:
- crc: 0x378FA7EE
util: 'SSEEdit v4.0.3'
- name: 'ELFX - NoSeverinManor.esp'
clean:
- crc: 0x328328C8
util: 'SSEEdit v4.0.3'
- name: 'ELFX - NoVlindrelHall.esp'
clean:
- crc: 0xB88AC75D
util: 'SSEEdit v4.0.3'
- name: 'ELFX Fixes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25498/' ]
after: [ 'Skysan_ELFX_SMIM_Fix.esp' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'ELFX Shadows' ]
condition: 'active("ELFX Shadows.esp")'
tag:
- C.Light
- C.Water
clean:
- crc: 0xDFEDB8EC
util: 'SSEEdit v4.0.3'
- name: 'ELFX Fixes Ragged Flagon Fix.esp'
after:
- 'ELE_SSE.esp'
- 'ELFXEnhancer.esp'
- 'ELFX - Hardcore.esp'
- 'ELFX Fixes.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RLO - Interiors.esp'
- 'RealisticWaterTwo.esp'
- 'WSEnhancer.esp'
tag:
- C.Light
- C.Water
clean:
- crc: 0x246FBB30
util: 'SSEEdit v4.0.3'
- name: 'ELFX Shadows.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63790/'
name: 'ELFX Shadows'
inc:
- 'ELFX Fake Light Remover.esp'
- 'Skysan_ELFX_SMIM_Fix.esp'
tag: [ C.Climate ]
dirty:
- <<: *quickClean
crc: 0xE8991432
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'EmbersHD.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14368/' ]
after: [ 'CinematicFireFX.esp' ]
clean:
- crc: 0x68222B4D
util: 'SSEEdit v4.0.3'
- name: 'EmbersHD - RLO Patch.esp'
after: [ 'Realistic Lighting Overhaul - Major City Interiors.esp' ]
# doNotClean
req:
- name: 'RLO - Interiors.esp'
condition: 'not file("Realistic Lighting Overhaul - Major City Interiors.esp")'
- name: 'Embers XD.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/37085/'
name: 'Embers XD'
- name: 'Embers XD.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Campfire - Complete Camping System'
- '[Miscellaneous Embers XD Patches](https://www.nexusmods.com/skyrimspecialedition/mods/50883/)'
condition: 'active("Campfire.esm") and not active("EmbersXD-Campfire Patch.esp")'
- <<: *patch3rdParty
subs:
- 'InnCredible'
- '[Miscellaneous Embers XD Patches](https://www.nexusmods.com/skyrimspecialedition/mods/50883/)'
condition: 'active("InnCredible.esp") and not active("EmbersXD-InnCredible Patch.esp")'
- <<: *patchIncluded
subs: [ 'Eli''s Breezehome' ]
condition: 'active("Eli_Breezehome.esp") and not active("Embers XD - Patch - Elis Breezehome.esp")'
tag:
- Graphics
- ObjectBounds
clean:
- crc: 0x7CC70412
util: 'SSEEdit v4.0.3j (RC2 for 4.0.4)'
- crc: 0x854C916F
util: 'SSEEdit v4.0.3j (RC2 for 4.0.4)'
- name: 'Embers XD - Patch - Elis Breezehome.esp'
after: [ 'Lux - Embers XD patch.esp' ]
- name: 'ENB Light.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22574/'
name: 'ENB Light'
group: *torchLightingGroup
req:
- *GraphicsFramework
- name: 'Shaders/LightLimitFix/LightLimitFix.hlsli'
display: '[Light Limit Fix](https://www.nexusmods.com/skyrimspecialedition/mods/99548/)'
condition: 'not file("../enblocal.ini") and file("SKSE/Plugins/CommunityShaders.dll")'
msg:
- <<: *requiresResources
subs: [ '[Particle Patch for ENB](https://www.nexusmods.com/skyrimspecialedition/mods/65720/)' ]
condition: 'not (file("Particle Patch for ENB.bsa") and active("Particle Patch for ENB.esp")) and not file("textures/effects/gradients/gradillusiondark01m.dds") and not file("textures/WiZkiD/iron_e.dds")'
tag: [ Graphics ]
- name: 'ImprovedFog&Lighting.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46289/'
name: 'Improved Fog and Lighting'
group: *cellLightingGroup
after:
- 'Open Cities Skyrim.esp'
- 'SR Exterior Cities.esp'
inc:
- 'ELE_SSE.esp'
- 'EnhancedLightsandFX.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RelightingSkyrim_SSE.esp'
- 'RLO - Interiors.esp'
- 'WSEnhancer.esp'
tag:
- C.Light
- Graphics
- name: 'ImprovedHearthfireLighting.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/721/' ]
clean:
- crc: 0xA71A75BB
util: 'SSEEdit v4.0.3'
- name: 'JBMod.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/7535/'
name: 'Dungeon Darkness SE'
clean:
- crc: 0xC1A55CC1
util: 'SSEEdit v4.0.3'
- name: 'Lanterns Of Skyrim - All In One - Main.esm'
url:
- 'https://www.nexusmods.com/skyrimspecialedition/mods/2429/'
- 'https://www.nexusmods.com/skyrimspecialedition/mods/23378/'
group: *earlyLoadersGroup
clean:
- crc: 0xEB94B5F8
util: 'SSEEdit v4.0.3'
# MCM Original
- crc: 0x272D7339
util: 'SSEEdit v4.0.3'
# MCM Tweaked Normal
- crc: 0xABE89712
util: 'SSEEdit v4.0.3'
# MCM Tweaked Brighter
- crc: 0x93C29074
util: 'SSEEdit v4.0.3'
- name: '(Lanterns Of Skyrim II|LoS II - .*)\.es[mp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30817/'
name: 'Lanterns Of Skyrim II'
- name: 'Lanterns Of Skyrim II.esm'
inc:
- 'Blowing in the Wind SSE.esp'
- 'CLARALUX SSE.esp'
msg:
- <<: *patchIncluded
subs: [ 'Blackthorn - A Buildable Town in The Rift' ]
condition: 'active("BlackthornManor.esp") and not active("LoS II - BlackthornManor patch.esp")'
- <<: *patchIncluded
subs: [ 'Books of Skyrim' ]
condition: 'active("BooksOfSkyrim.esp") and not active("LoS II - Book of Skyrim patch.esp")'
- <<: *patchIncluded
subs: [ 'Beyond Skyrim Bruma' ]
condition: 'active("BSHeartland.esm") and not active("LoS II - Bruma patch.esp")'
- <<: *patchIncluded
subs: [ 'City Entrance Overhaul - Windhelm' ]
condition: 'active("WindhelmEntranceOverhaul.esp") and not active("LoS II - CEO Windhelm patch.esp")'
- <<: *patchIncluded
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("LoS II - CRF patch.esp")'
- <<: *patchIncluded
subs: [ 'Camp Argentum' ]
condition: 'active("CampArgentum.esp") and not active("LoS II - Camp Argentum patch.esp")'
- <<: *patchIncluded
subs: [ 'Camp Varglya' ]
condition: 'active("CampVarglya.esp") and not active("LoS II - Camp Varglya patch.esp")'
- <<: *patchIncluded
subs: [ 'Convenient Bridges' ]
condition: 'active("Convenient Bridges.esp") and not active("LoS II - Convenient Bridges patch.esp")'
- <<: *patchIncluded
subs: [ 'Darkwater Crossing' ]
condition: 'active("darkwater crossing.esp") and not active("LoS II - Darkwater Crossing patch.esp")'
- <<: *patchIncluded
subs: [ 'Dragon Bridge' ]
condition: 'active("dragon bridge.esp") and not active("LoS II - Dragon Bridge patch.esp")'
- <<: *patchIncluded
subs: [ 'Expanded Towns and Cities' ]
condition: 'active("ETaC - Complete.esp") and not active("LoS II - ETaC patch.esp")'
- <<: *patchIncluded
subs: [ 'Eli''s Breezehome' ]
condition: 'active("Eli_Breezehome.esp") and not active("LoS II - Eli''s Breezehome patch.esp")'
- <<: *patchIncluded
subs: [ 'Eli''s Riverwood Shack' ]
condition: 'active("Eli_RiverwoodShack.esp") and not active("LoS II - Eli''s Riverwood Shack patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Solitude SSE' ]
condition: 'active("Enhanced Solitude SSE.esp") and not active("LoS II - Enhanced Solitude SSE patch.esp")'
- <<: *patchIncluded
subs: [ 'Falkreath' ]
condition: 'active("falkreath.esp") and not active("LoS II - Falkreath patch.esp")'
- <<: *patchIncluded
subs: [ 'Helarchen Creek' ]
condition: 'active("helarchen creek.esp") and not active("LoS II - Helarchen Creek patch.esp")'
- <<: *patchIncluded
subs: [ 'Ivarstead' ]
condition: 'active("ivarstead.esp") and not active("LoS II - Ivarstead patch.esp")'
- <<: *patchIncluded
subs: [ 'JK''s Riverwood' ]
condition: 'active("JKs Riverwood.esp") and not active("LoS II - JKs Riverwood patch.esp")'
- <<: *patchIncluded
subs: [ 'JK''s Skyrim' ]
condition: 'active("JKs Skyrim.esp") and not active("LoS II - JKs Skyrim patch.esp")'
- <<: *patchIncluded
subs: [ 'Karthwasten' ]
condition: 'active("karthwasten.esp") and not active("LoS II - Karthwasten patch.esp")'
- <<: *patchIncluded
subs: [ 'Kynesgrove' ]
condition: 'active("kynesgrove.esp") and not active("LoS II - Kynesgrove patch.esp")'
- <<: *patchIncluded
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("LoS II - LotD patch.esp")'
- <<: *patchIncluded
subs: [ 'Midwood Isle' ]
condition: 'active("Midwood Isle.esp") and not active("LoS II - Midwood Isle patch.esp")'
- <<: *patchIncluded
subs: [ 'Northern Marsh Bridges' ]
condition: 'active("Northern Marsh Bridges SE.esp") and not active("LoS II - Northern Marsh Bridges patch.esp")'
- <<: *patchIncluded
subs: [ 'Oakwood' ]
condition: 'active("oakwood.esp") and not active("LoS II - Oakwood patch.esp")'
- <<: *patchIncluded
subs: [ 'Old Hroldan Ruins' ]
condition: 'active("OldHroldanRuins.esp") and not active("LoS II - Old Hroldan Ruins patch.esp")'
- <<: *patchIncluded
subs: [ 'Overstead' ]
condition: 'active("Overstead.esp") and not active("LoS II - Overstead SE patch.esp")'
- <<: *patchIncluded
subs: [ 'Run of the Mill Inn' ]
condition: 'active("Run_of_the_Mill_Inn.esp") and not active("LoS II - Run of the Mill Inn patch.esp")'
- <<: *patchIncluded
subs: [ 'Static Mesh Improvement Mod' ]
condition: 'active("SMIM-SE-Merged-All.esp") and not active("LoS II - SMIM patch.esp")'
- <<: *patchIncluded
subs: [ 'Settlements Expanded' ]
condition: 'active("Settlements Expanded SE.esp") and not active("LoS II - Settlements Expanded patch.esp")'
- <<: *patchIncluded
subs: [ 'Skyrim Bridges' ]
condition: 'active("Skyrim Bridges.esp") and not active("LoS II - Skyrim Bridges patch.esp")'
- <<: *patchIncluded
subs: [ 'Solitude Docks' ]
condition: 'active("Solitude Docks.esp") and not active("LoS II - Solitude Docks patch.esp")'
- <<: *patchIncluded
subs: [ 'Solitude Expansion' ]
condition: 'active("Solitude Expansion.esp") and not active("LoS II - Solitude Expansion patch.esp")'
- <<: *patchIncluded
subs: [ 'Soljund''s Sinkhole' ]
condition: 'active("soljund''s sinkhole.esp") and not active("LoS II - Soljund''s Sinkhole patch.esp")'
- <<: *patchIncluded
subs: [ 'Telengard' ]
condition: 'active("telengard.esp") and not active("LoS II - Telengard patch.esp")'
- <<: *patchIncluded
subs: [ 'The Fall of Granite Hill' ]
condition: 'active("The Fall of Granite Hill.esp") and not active("LoS II - The Fall of Granite Hill patch.esp")'
- <<: *patchIncluded
subs: [ 'Weathered Road Signs' ]
condition: 'active("Weathered Road Signs.esp") and not active("LoS II - Weathered Road Signs patch.esp")'
- <<: *patchIncluded
subs: [ 'Whistling Mine' ]
condition: 'active("whistling mine.esp") and not active("LoS II - Whistling Mine patch.esp")'
dirty:
- <<: *quickClean
crc: 0x1499A9F9
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'LoS II - Lantern Workers.esp'
tag: [ C.Location ]
dirty:
- <<: *quickClean
crc: 0x64F4E73F
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 25
- name: 'LoS II - Tamriel Master Lights.esp'
msg: [ *obsolete ]
- name: 'Luminosity Lighting Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16830/' ]
group: *cellLightingGroup
inc:
- 'ELE_SSE.esp'
- 'ELFXEnhancer.esp'
- 'ELFX - Hardcore.esp'
- 'RLO - Interiors.esp'
tag: [ C.Light ]
dirty:
- <<: *quickClean
crc: 0x9D08DEBF
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- <<: *quickClean
crc: 0x779942E9
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Luminosity - Lightweight Lighting.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16830/' ]
msg: [ *obsolete ]
- name: 'Lux.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/43158/'
name: 'Lux'
group: *cellLightingGroup
tag:
- C.Location
- C.Water
clean:
- crc: 0x47A2E16E
util: 'SSEEdit v4.0.4b'
# Lux - Optional Content #
- name: 'Lux - Mara Valentine patch.esp'
after: [ 'Lux - Distinct Interiors patch.esp' ]
- name: 'Lux - Silver Blood inn overhaul.esp'
after: [ 'Lux - Distinct Interiors patch.esp' ]
- name: 'Lux - Understone Keep overhaul.esp'
after: [ 'Lux - Distinct Interiors patch.esp' ]
tag: [ C.Light ]
# Lux - Patches #
- name: 'Lux - Blue Palace Terrace patch 3.esp'
tag: [ C.Light ]
- name: 'Lux - Books of Skyrim.esp'
tag:
- C.Climate
- C.ImageSpace
- C.Light
- name: 'Lux - Breezehome by Lupus patch.esp'
dirty:
- <<: *quickClean
crc: 0x2CA088B5
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
udr: 53
- name: 'Lux - ClefJ''s Winterhold.esp'
tag:
- C.Light
- C.Location
- name: 'Lux - COTN (Dawnstar|Morthal|Winterhold) patch\.esp'
after: [ 'Lux - Distinct Interiors patch.esp' ]
tag: [ C.Light ]
- name: 'Lux - Distinct Silver Blood inn patch.esp'
req: [ 'Lux - Silver Blood inn overhaul.esp' ]
- name: 'Lux - Eli Breezehome patch.esp'
inc:
- name: 'Eli_Breezehome.esp'
display: 'Eli''s Breezehome Optimization'
condition: 'version("Eli_Breezehome.esp", >=, "1.6.0")'
msg:
- <<: *useInstead
subs: [ 'Eli_Breezehome [PATCH - Lux].esp' ]
condition: 'version("Eli_Breezehome.esp", >=, "1.6.0") and not active("Eli_Breezehome [PATCH - Lux].esp")'
- name: 'Lux - Flat Maps generic patch.esp'
after:
- 'FWMF for Fantasy Paper Maps.esp'
- 'FWMF for Paper Map by Mirhayasu.esp'
- 'FWMF Geology Survey Map.esp'
- 'FWMF Marked Clean Map.esp'
- 'FWMF Marked Old Map.esp'
- 'FWMF SE Marked Clean Map 4K.esp'
- 'FWMF SE Marked Old Map 4K.esp'
- 'FWMF SE Unmarked Clean Map 4K.esp'
- 'FWMF SE Unmarked Old Map 4K.esp'
- 'FWMF Skyrim and Solstheim Satellite Maps.esp'
- 'FWMF Unmarked Clean Map.esp'
- 'FWMF Unmarked Old Map.esp'
- name: 'Lux - Forgotten City.esp'
tag:
- C.ImageSpace
- C.Light
- name: 'Lux - Great Village of (Ivarstead|Karthwasten|Kynesgrove|Mixwater Mill|Old Hroldan|Shor''s Stone) patch\.esp'
tag: [ C.Light ]
- name: 'Lux - Great Village of Old Hroldan patch.esp'
after: [ 'Lux - Distinct Interiors patch.esp' ]
- name: 'Lux - JK''s Palace of Kings patch.esp'
tag: [ C.Light ]
- name: 'Lux - JK''s Sadris Used Wares patch.esp'
req: [ 'JK''s Sadris Used Wares.esp' ]
- name: 'Lux - Legacy of the Dragonborn patch.esp'
tag:
- C.Climate
- C.Light
- C.ImageSpace
- C.Water
- name: 'Lux - OCW College.esp'
after: [ 'OCW_CellSettings.esp' ]
tag:
- C.Climate
- C.ImageSpace
- C.Light
- name: 'Lux - RedBag''s Solitude patch.esp'
tag: [ C.Light ]
- name: 'Lux - Rodryk''s Dragonbridge patch.esp'
after: [ 'Lux - Distinct Interiors patch.esp' ]
tag:
- C.Climate
- C.Light
- name: 'Lux - RWT Patch.esp'
req: [ 'RealisticWaterTwo.esp' ]
tag:
- C.Light
- C.Water
- name: 'Lux - Silver Blood inn AIOverhaul patch.esp'
req: [ 'Lux - Silver Blood inn overhaul.esp' ]
- name: 'Lux - SoS compatibility patch.esp'
after:
- 'Lux - BleakFalls Barrow patch.esp'
- 'Lux - Blue Palace Terrace patch 3.esp'
- 'Lux - Breezehome by Lupus patch.esp'
- 'Lux - Crimson Blood Armor patch.esp'
- 'Lux - Distinct Interiors patch.esp'
- 'Lux - Distinct Silver Blood inn patch.esp'
- 'Lux - Embershard Mine patch.esp'
- 'Lux - Halted Stream Camp patch.esp'
- 'Lux - HSTNF compatibility patch.esp'
- 'Lux - JK''s Angelines Aromatics patch.esp'
- 'Lux - JK''s Arcadia''s Cauldron patch.esp'
- 'Lux - JK''s Bannered Mare patch.esp'
- 'Lux - JK''s Bee and Barb patch.esp'
- 'Lux - JK''s Belethor''s General Goods patch.esp'
- 'Lux - JK''s Bits and Pieces patch.esp'
- 'Lux - JK''s Blue Palace patch.esp'
- 'Lux - JK''s Dragonsreach patch.esp'
- 'Lux - JK''s Drunken Huntsman patch.esp'
- 'Lux - JK''s New Gnisis Cornerclub patch.esp'
- 'Lux - JK''s Radiant Raiment patch.esp'
- 'Lux - JK''s Sadris Used Wares patch.esp'
- 'Lux - JK''s Sleeping Giant inn patch.esp'
- 'Lux - JK''s Warmaidens patch.esp'
- 'Lux - Mara Valentine patch.esp'
- 'Lux - RedBag''s Solitude patch.esp'
- 'Lux - Silver Blood inn overhaul.esp'
- 'Lux - Steepfall Burrow patch.esp'
- 'Lux - Ustengrav Revisited patch.esp'
- 'Lux - WhiteRiver Watch patch.esp'
- name: 'Lux - Stendarr Rising patch.esp'
tag: [ C.ImageSpace ]
- name: 'Lux - The Great Cities - Minor Cities and Towns patch.esp'
after: [ 'Lux - Distinct Interiors patch.esp' ]
tag: [ C.Light ]
- name: 'Lux - The Great City of (Dawnstar|Falkreath|Winterhold) patch\.esp'
tag: [ C.Light ]
- name: 'Lux - UCOW patch.esp'
tag:
- C.Climate
- C.ImageSpace
- C.Light
- name: 'Lux - WhiteRiver Watch patch.esp'
tag: [ C.Light ]
- name: 'Lux - Wyrmstooth.esp'
tag:
- C.Climate
- C.ImageSpace
- C.Light
- name: 'Great City of JK''s Redbag Solitude patch.esp'
dirty:
- <<: *reqManualFix
crc: 0xAFCF09AF
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 14
### Lux - Patch Hub ###
- name: 'Lux - Water for ENB patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/113002/'
name: 'Lux - Patch Hub'
after:
- 'Lux - USSEP patch.esp'
- 'Lux - CC Fish patch.esp'
tag: [ C.Water ]
### Lux - 3rd party Patches ###
- name: 'Lux x ICOW patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/81448/'
name: 'Immersive College of Winterhold - Lux Compatibility Patch'
dirty:
- <<: *quickClean
crc: 0xCECCBDE1
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3655
udr: 165
- name: 'Lux Orbis( - .*)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56095/'
name: 'Lux Orbis'
- name: 'Lux Orbis - Cutting Room Floor patch.esp'
dirty:
- <<: *quickClean
crc: 0x86D0CC7F
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'mintylightningmod.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8778/' ]
msg:
- <<: *obsolete
subs: [ '[Storm Lightning for SSE and VR (Minty Lightning 2019)](https://www.nexusmods.com/skyrimspecialedition/mods/29243/)' ]
clean:
- crc: 0xF75C0A25
util: 'SSEEdit v4.0.3'
- name: 'Morning Fogs SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21436/' ]
dirty:
- <<: *quickClean
crc: 0xC01DF5C6
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Mythical Ages.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11578/' ]
clean:
- crc: 0x97E61ECD
util: 'SSEEdit v4.0.3'
- name: 'NAT.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12842/'
name: 'NAT - Natural and Atmospheric Tamriel'
after: [ 'Audio Overhaul Skyrim.esp' ]
inc:
- 'Aequinoctium.esp'
- 'Autumn Skies.esp'
- 'ClimatesOfTamriel.esm'
- 'Dolomite Weathers.esp'
- 'ELFX - Weathers.esp'
- 'Foggy Weather 2.esp'
- 'Mythical Ages.esp'
- 'NorthernSWS.esp'
- 'Obsidian Weathers.esp'
- 'Obscura Weather and Lighting.esp'
- 'Obscura Weather and Lighting - hazy.esp'
- 'Obscura Weather and Lighting - Vibrant.esp'
- 'Obscura Weather and Lighting - Vibrant with Haze.esp'
- 'Obscura Weather and Lighting - Skytoon.esp'
- 'Realistic Lighting Overhaul - Weathers.esp'
- 'Rustic Weathers And Lighting.esp'
- 'Skyrim Legendary Weathers.esp'
- 'SolstitiumWeathersandSeasons.esp'
- 'surreal lighting.esp'
- name: 'TrueStormsSE.esp'
condition: 'active("TrueStormsSE.esp") and not active("NAT_TS_Patch_.*\.esp")'
display: 'True Storms Special Edition'
- 'Vivid WeathersSE.esp'
msg:
- <<: *patch3rdParty
subs:
- 'True Storms'
- '[NAT - TrueStorms Merged Compatibility](https://www.nexusmods.com/skyrimspecialedition/mods/15025/)'
condition: 'active("TrueStormsSE.esp") and not active("NAT_TS_Patch_.*\.esp")'
tag:
- Graphics
- Sound
- Stats
dirty:
- <<: *quickClean
crc: 0x8377D03C
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 19
- name: 'NorthernSWS.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14878/' ]
clean:
- crc: 0x19C7F319
util: 'SSEEdit v4.0.3'
- name: 'Obscura Weather and Lighting.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12523/' ]
dirty:
- <<: *quickClean
crc: 0x337B7C36
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Obsidian Mountain Fogs.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13539/' ]
msg:
- <<: *alreadyInX
subs: [ 'Obsidian Weathers.esp' ]
condition: 'active("Obsidian Weathers.esp")'
clean:
- crc: 0x8FA2EB6E
util: 'SSEEdit v4.0.3'
- name: 'Obsidian In Cathedral.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27831/' ]
after: [ 'SoS_Cathedral_Patch.esp' ]
clean:
- crc: 0x6866AB52
util: 'SSEEdit v4.0.3'
- name: 'DarkerNights-ObsidianInCathedral.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27831/' ]
after: [ 'Obsidian In Cathedral.esp' ]
- name: '(True Storms - )?Obsidian Weathers( - Patch )?\.esp' # sic
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12125/'
name: 'Obsidian Weathers and Seasons'
- name: 'Obsidian Weathers.esp'
after:
- 'Audio Overhaul Skyrim.esp'
- name: 'TrueStormsSE.esp'
condition: 'active("True Storms - Obsidian Weathers - Patch .esp")' # sic
inc:
- 'Aequinoctium.esp'
- 'Autumn Skies.esp'
- 'ClimatesOfTamriel.esm'
- 'Dolomite Weathers.esp'
- 'ELFX - Weathers.esp'
- 'Foggy Weather 2.esp'
- 'Mythical Ages.esp'
- 'NAT.esp'
- 'NorthernSWS.esp'
- 'Obscura Weather and Lighting.esp'
- 'Obscura Weather and Lighting - hazy.esp'
- 'Obscura Weather and Lighting - Skytoon.esp'
- 'Obscura Weather and Lighting - Vibrant.esp'
- 'Obscura Weather and Lighting - Vibrant with Haze.esp'
- 'Obsidian Mountain Fogs.esp'
- 'Realistic Lighting Overhaul - Weathers.esp'
- 'Rustic Weathers And Lighting.esp'
- 'Skyrim Legendary Weathers.esp'
- 'SolstitiumWeathersandSeasons.esp'
- 'surreal lighting.esp'
- 'Vivid WeathersSE.esp'
msg:
- <<: *patchProvided
subs: [ 'True Storms' ]
condition: 'active("TrueStormsSE.esp") and not active("True Storms - Obsidian Weathers - Patch .esp") and not active("Obsidian_TS_Patch_(Luminous|Spectral)(_WaterFix)?\.esp") and not active("Obsidian Wander TS Combined Patch.esp")' # sic
- <<: *patch3rdParty
subs:
- 'True Storms'
- '[Obsidian Weathers - TrueStorms Merged Compatibility](https://www.nexusmods.com/skyrimspecialedition/mods/17198/)'
condition: 'active("TrueStormsSE.esp") and not active("Obsidian_TS_Patch_(Luminous|Spectral)(_WaterFix)?\.esp") and not active("True Storms - Obsidian Weathers - Patch .esp") and not active("Obsidian Wander TS Combined Patch.esp")' # sic
- <<: *patch3rdParty
subs:
- 'VIGILANT'
- '[Obsidian Weathers - Vigilant Integration](https://www.nexusmods.com/skyrimspecialedition/mods/24357/)'
condition: 'active("Vigilant.esm") and not active("Obsidian Weathers for Vigilant.esp")'
tag:
- Graphics
- Sound
clean:
- crc: 0xA90371B1
util: 'SSEEdit v4.0.4b'
- name: 'True Storms - Obsidian Weathers - Patch .esp' # sic
inc: [ 'Obsidian Weathers - Wander Patch.esp' ]
- name: 'OriginWeathers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20050/' ]
clean:
- crc: 0x3ACE8690
util: 'SSEEdit v4.0.3'
- name: 'Paraphernalia Anti-Flicker( AIO)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/87015/'
name: 'Paraphernalia - Anti-Flicker'
msg:
- <<: *deleteOrDeactivateX
subs: [ 'This plugin deletes base records, resulting in undefined & potentially undesired behavior with other mods that reference or edit them.' ]
- name: 'Paraphernalia Anti-Flicker.esp'
msg:
- <<: *corrupt
condition: 'checksum("Paraphernalia Anti-Flicker.esp", 96087DB1) or checksum("Paraphernalia Anti-Flicker.esp", CB049EDF)'
- name: 'RAID Weathers.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63116/'
name: 'RAID Weathers'
after: [ 'WetandCold.esp' ]
tag:
- Graphics
- Sound
dirty:
- <<: *quickClean
crc: 0xC09E8D1A
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'RedbellyMineMistFix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21715/' ]
after:
- 'ELE_SSE.esp'
- 'ELFX - Hardcore.esp'
- 'ELFXEnhancer.esp'
- 'EnhancedLightsandFX.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RelightingSkyrim_SSE.esp'
- 'RLO - Interiors.esp'
- 'WSEnhancer.esp'
- 'WSEnhancerCW.esp'
clean:
- crc: 0xEEB73A63
util: 'SSEEdit v4.0.3'
- name: 'Realistic Torch Light SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36437/' ]
after:
- 'ELE_SSE.esp'
- 'ELFX - Hardcore.esp'
- 'Lux.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RLO - Interiors.esp'
tag:
- Graphics
- Stats
- name: 'RelightingSkyrim_SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8586/' ]
dirty:
- <<: *quickClean
crc: 0xEC7D3BF7
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- <<: *quickClean
crc: 0xB0BAAA33
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
clean:
- crc: 0xD91E48B2
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x6DD401AA
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: '(RLO|Realistic Lighting Overhaul) -.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/844/' ]
- name: 'RLO - Effects.esp'
clean:
- crc: 0x1FD6BDD7
util: 'SSEEdit v4.0.3g'
- name: 'RLO - Exteriors.esp'
msg:
- <<: *patchIncluded
subs: [ 'JK''s Riverwood' ]
condition: 'active("JK''s Riverwood.esp") and not active("RLO - JK''s Riverwood.esp")'
- <<: *patchIncluded
subs: [ 'JK''s Whiterun' ]
condition: 'active("JKs Whiterun.esp") and not active("RLO - JK''s Whiterun.esp")'
dirty:
- <<: *quickClean
crc: 0x0F92CA19
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'RLO - Illuminated Spells.esp'
after: [ 'RLO - Interiors.esp' ]
clean:
- crc: 0x4D6D9B00
util: 'SSEEdit v4.0.3g'
- name: 'RLO - Interiors.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40520/'
name: 'RLO Interiors - No modified lights sources'
group: *cellLightingGroup
after:
- name: 'Lux.esp'
condition: 'version("RLO - Interiors.esp", >=, "5.0.4")'
inc:
- name: 'EnhancedLightsandFX.esp'
condition: 'not version("RLO - Interiors.esp", >=, "5.0.4")'
- name: 'Lux.esp'
condition: 'not version("RLO - Interiors.esp", >=, "5.0.4")'
tag:
- C.ImageSpace
- C.Light
msg:
- <<: *patchIncluded
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("RLO - CRF Patch.esp") and not version("RLO - Interiors.esp", >=, "5.0.4")'
- <<: *patchIncluded
subs: [ 'Immersive Citizens - AI Overhaul' ]
condition: 'active("Immersive Citizens - AI Overhaul.esp") and not active("RLO - IC Patch.esp") and not version("RLO - Interiors.esp", >=, "5.0.4")'
clean:
- crc: 0xA2034302
util: 'SSEEdit v4.0.3g'
- crc: 0xC9899199
util: 'SSEEdit v4.0.3g'
# RLO v5 patches
- name: 'RLO - IC Patch.esp'
msg:
- <<: *wildEdits
subs: [ 'Remove records **0000B498**, **0001DB52**, **000252CD**, **0001A270** & **0001A26F** from RLO - IC Patch.esp. Blocks Open Cities Skyrim, Immersive Citizens and ICAIO OCS Patch changes.' ]
condition: 'checksum("RLO - IC Patch.esp", E13269D4)'
# RLO 4.1.1
- name: 'Realistic Lighting Overhaul - Dawnguard Interiors.esp'
after:
- 'Realistic Lighting Overhaul - Major City Interiors.esp'
- 'Realistic Lighting Overhaul - Minor Cities and Town Interiors.esp'
- name: 'Realistic Lighting Overhaul - Dungeons.esp'
after:
- 'Realistic Lighting Overhaul - Major City Interiors.esp'
- 'Realistic Lighting Overhaul - Minor Cities and Town Interiors.esp'
- 'Realistic Lighting Overhaul - Dawnguard Interiors.esp'
- name: 'Realistic Lighting Overhaul - Minor Cities and Town Interiors.esp'
after: [ 'Realistic Lighting Overhaul - Major City Interiors.esp' ]
- name: 'Realistic Lighting Overhaul - ((Dawnguard|Major City) Interiors|Dungeons)\.esp'
tag:
- C.ImageSpace
- C.Light
- name: 'Realistic Lighting Overhaul - Weathers.esp'
tag: [ Graphics ]
- name: 'RLO - Major City Exteriors - No Guard Torches.esp'
tag:
- Actors.ACBS
- Invent.Add
- Invent.Remove
- name: 'Rustic Weathers And Lighting.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8398/' ]
clean:
- crc: 0x14EA63EF
util: 'SSEEdit v4.0.3'
- name: 'Shadows.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/37831/'
name: 'Window Shadows by HHaleyy'
tag:
- C.Climate
- C.Light
clean:
- crc: 0x48434973
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'WSEnhancer(CW)?\.esp'
group: *cellLightingGroup
tag: [ C.Light ]
- name: 'WSLightFade.esp'
after: [ 'WSEnhancer.esp' ]
- name: 'Skyrim Legendary Weathers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16725/' ]
clean:
- crc: 0x033A1B0F
util: 'SSEEdit v4.0.3'
- name: 'StormLightning.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29243/'
name: 'Storm Lightning'
req:
- *SKSE
- *SKSEVR
inc:
- 'mintylightningmod.esp'
- 'MPAB.esp'
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29243/' ]
- *requiresMCM
- *requiresMCMVR
clean:
# ESL
- crc: 0xCF86C796
util: 'SSEEdit v4.0.4c'
# ESP
- crc: 0x0DEE58B1
util: 'SSEEdit v4.0.4c'
- name: 'surreal lighting.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2770/' ]
dirty:
- <<: *quickClean
crc: 0x7925F0B7
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Torch Brightness Radius.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5101/'
name: 'Torch Brightness Radius'
after:
- 'ELE_SSE.esp'
- 'ELFX - Hardcore.esp'
- 'Lux.esp'
- 'Luminosity Lighting Overhaul.esp'
- 'RLO - Interiors.esp'
tag:
- Deactivate
- Graphics
- name: '(.*True Light|TL) .+\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/135488/'
name: 'True Light'
- name: 'True Light - Shadows and Ambient.esp'
group: *earlyLoadersGroup
- name: 'TL Bulbs ISL.esp'
group: *cellLightingGroup
req:
- *CommunityShaders
- name: 'SKSE/Plugins/LightingUtil.dll'
display: '[Ambient Templates for Lighting Mods](https://www.nexusmods.com/skyrimspecialedition/mods/153425/)'
- name: 'Shaders/InverseSquareLighting/InverseSquareLighting.hlsli'
display: '[Inverse Square Lighting](https://www.nexusmods.com/skyrimspecialedition/mods/153542/)'
- name: 'SKSE/Plugins/po3_LightPlacer.dll'
display: '[Light Placer](https://www.nexusmods.com/skyrimspecialedition/mods/127557/)'
- name: 'SKSE/Plugins/SkyPatcher.dll'
display: '[SkyPatcher](https://www.nexusmods.com/skyrimspecialedition/mods/106659/)'
inc:
- *ENBSeries
- 'ELFX Shadows.esp'
- 'EnhancedLightsandFX.esp'
- 'Lux.esp'
# A05D4081: Full v3.0
# C5529E7D: Interiors only v3.0
- name: 'RelightingSkyrim_SSE.esp'
detail: 'Incompatible with interiors versions.'
condition: 'checksum("RelightingSkyrim_SSE.esp", A05D4081) or checksum("RelightingSkyrim_SSE.esp", C5529E7D)'
- 'Skyrim is Luminous.esp'
# True Light Patches
- name: 'True Light - USSEP Patch.esp'
req:
- 'True Light - Shadows and Ambient.esp'
- 'unofficial skyrim special edition patch.esp'
- name: 'TrueStormsSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2472/' ]
after:
- 'Audio Overhaul Skyrim.esp'
- 'ELFX - Weathers.esp'
- 'Realistic Lighting Overhaul - Weathers.esp'
- 'Obsidian Weathers - Wander Patch.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Aequinoctium'
- '[Aequinoctium - TrueStorms Merged Compatibility](https://www.nexusmods.com/skyrimspecialedition/mods/21645/)'
condition: 'active("Aequinoctium.esp") and not active("Aequinoctium_TS_Patch_.*\.esp")'
- <<: *patch3rdParty
subs:
- 'Dolomite Weathers'
- '[Dolomite - TrueStorms Merged Compatibility](https://www.nexusmods.com/skyrimspecialedition/mods/15044/)'
condition: 'active("Dolomite Weathers.esp") and not active("Dolomite_TS_Patch_.*\.esp")'
- <<: *patch3rdParty
subs:
- 'Enhanced Lights and FX Weather'
- '[ELFX Weathers - TrueStorms Merged Compatibility](https://www.nexusmods.com/skyrimspecialedition/mods/19837/)'
condition: 'active("ELFX - Weathers.esp") and not active("ELFXWeathers_TS_Patch_.*\.esp")'
- <<: *patch3rdParty
subs:
- 'Mythical Ages'
- '[Mythical Ages - TrueStorms Merged Compatibility](https://www.nexusmods.com/skyrimspecialedition/mods/15617/)'
condition: 'active("Mythical Ages.esp") and not active("Mythical_TS_Patch_.*\.esp")'
- <<: *patch3rdParty
subs:
- 'Rustic Weathers and Lighting'
- '[Rustic Weathers - TrueStorms Merged Compatibility](https://www.nexusmods.com/skyrimspecialedition/mods/15621/)'
condition: 'active("Rustic Weathers And Lighting.esp") and not active("Rustic_TS_Patch_.*\.esp")'
- <<: *patch3rdParty
subs:
- 'Wet and Cold'
- '[TrueStorms - Wet and Cold Compatibility](https://www.nexusmods.com/skyrimspecialedition/mods/15632/)'
condition: 'active("WetandCold.esp") and not active("(Aequinoctium_TS|Mythical_TS|Obsidian_TS|Rustic_TS|TrueStorms|Vivid_TS)_Wet&Cold_Patch\.esp") and not active("CathedralWeathersSeasons.esp")'
tag: [ Sound ]
clean:
- crc: 0x3262D85C
util: 'SSEEdit v4.0.3'
### True Storms Merged Compatibility Patches ###
# Aequinoctium & True Storms Merged Compatibility Patch
- name: 'Aequinoctium_TS_Patch_(Abyssal|Obscured)(_WaterFix)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21645/' ]
inc:
- 'Aequinoctium - SOSComplete PATCH.esp'
- 'Aequinoctium - TrueStorms PATCH.esp'
- 'Audio Overhaul Skyrim - Aequinoctium Patch.esp'
- 'Audio Overhaul Skyrim - True Storms Patch.esp'
- 'SoS_TrueStorms_Patch.esp'
msg:
- <<: *patchIncluded
subs: [ 'Audio Overhaul' ]
condition: 'active("Audio Overhaul Skyrim.esp") and not active("Aequinoctium_TS_AOS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Sounds of Skyrim Complete' ]
condition: 'active("SoundsofSkyrimComplete.esp") and not active("Aequinoctium_TS_SoS_Patch.esp")'
- <<: *useOnlyOneX
subs: [ 'Aequinoctium - TrueStorms Merged Compatibility' ]
condition: 'many("Aequinoctium_TS_Patch_(Abyssal|Obscured)(_WaterFix)?\.esp")'
# Dolomite & True Storms Merged Compatibility Patch
- name: 'Dolomite_TS_Patch_(Heavy|Light)Fog\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15044/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Dolomite - TrueStorms Merged Compatibility' ]
condition: 'many("Dolomite_TS_Patch_(Heavy|Light)Fog\.esp")'
# ELFX Weathers & True Storms Merged Compatibility Patch
- name: 'ELFXWeathers_TS_Patch_(Lucid|Somber)(_WaterFix)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19837/' ]
inc:
- 'Audio Overhaul Skyrim - True Storms Patch.esp'
- 'SoS_ELFX+Weathers_Patch.esp'
- 'SoS_ELFX+Enhancer+Weathers_Patch.esp'
- 'SoS_ELFX+Hardcore+Weathers_Patch.esp'
- 'SoS_TrueStorms_Patch.esp'
msg:
- <<: *patchIncluded
subs: [ 'Audio Overhaul' ]
condition: 'active("Audio Overhaul Skyrim.esp") and not active("ELFXWeathers_TS_AOS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Sounds of Skyrim Complete' ]
condition: 'active("SoundsofSkyrimComplete.esp") and not active("ELFXWeathers_TS_SoS_Patch.esp")'
- <<: *useOnlyOneX
subs: [ 'Mythical Ages - TrueStorms Merged Compatibility' ]
condition: 'many("ELFXWeathers_TS_Patch_(Lucid|Somber)(_WaterFix)?\.esp")'
# Mythical Ages & True Storms Merged Compatibility Patch
- name: 'Mythical_TS_Patch_(Dusky|Overcast)(_WaterFix)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15617/' ]
inc:
- 'Mythical Ages - SOSComplete Patch.esp'
- 'Audio Overhaul Skyrim - Mythical Ages Patch.esp'
- 'Audio Overhaul Skyrim - True Storms Patch.esp'
- 'SoS_TrueStorms_Patch.esp'
msg:
- <<: *patchIncluded
subs: [ 'Audio Overhaul' ]
condition: 'active("Audio Overhaul Skyrim.esp") and not active("Mythical_TS_AOS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Sounds of Skyrim Complete' ]
condition: 'active("SoundsofSkyrimComplete.esp") and not active("Mythical_TS_SoS_Patch.esp")'
- <<: *useOnlyOneX
subs: [ 'Mythical Ages - TrueStorms Merged Compatibility' ]
condition: 'many("Mythical_TS_Patch_(Dusky|Overcast)(_WaterFix)?\.esp")'
# Natural and Atmospheric Tamriel & True Storms Merged Compatibility Patch
- name: 'NAT_TS_Patch_(DarkStormy|EerieSkies|TSPure)(_WaterFix)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15025/' ]
inc:
- 'Audio Overhaul Skyrim - Natural Atmospheric Tamriel Patch.esp'
- 'Audio Overhaul Skyrim - True Storms Patch.esp'
- 'SoS_NAT_Patch.esp'
- 'SoS_TrueStorms_Patch.esp'
msg:
- <<: *patchIncluded
subs: [ 'Audio Overhaul' ]
condition: 'active("Audio Overhaul Skyrim.esp") and not active("NAT_TS_AOS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Sounds of Skyrim Complete' ]
condition: 'active("SoundsofSkyrimComplete.esp") and not active("NAT_TS_SoS_Patch.esp")'
- <<: *useOnlyOneX
subs: [ 'NAT - TrueStorms Merged Compatibility' ]
condition: 'many("NAT_TS_Patch_(DarkStormy|EerieSkies|TSPure)(_WaterFix)?\.esp")'
# Obsidian Weathers & True Storms Merged Compatibility Patch
- name: 'Obsidian_TS_Patch_(Luminous|Spectral)(_WaterFix)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17198/' ]
inc:
- 'Audio Overhaul Skyrim - Obsidian Weathers Patch.esp'
- 'Audio Overhaul Skyrim - True Storms Patch.esp'
- 'SoS_Obsidian_Patch.esp'
- 'SoS_TrueStorms_Patch.esp'
- 'True Storms - Obsidian Weathers - Patch .esp'
tag: [ Sound ]
msg:
- <<: *patchIncluded
subs: [ 'Audio Overhaul' ]
condition: 'active("Audio Overhaul Skyrim.esp") and not active("Obsidian_TS_AOS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Sounds of Skyrim Complete' ]
condition: 'active("SoundsofSkyrimComplete.esp") and not active("Obsidian_TS_SoS_Patch.esp")'
- <<: *useOnlyOneX
subs: [ 'Obsidian Weathers - TrueStorms Merged Compatibility' ]
condition: 'many("Obsidian_TS_Patch_(Luminous|Spectral)(_WaterFix)?\.esp")'
# Rustic Weathers & True Storms Merged Compatibility Patch
- name: 'Rustic_TS_Patch_(Horizons|Nimbus)(_WaterFix)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15621/' ]
inc:
- 'Audio Overhaul Skyrim - Rustic Weathers Patch.esp'
- 'Audio Overhaul Skyrim - True Storms Patch.esp'
- 'Rustic Weathers PATCH SOSComplete.esp'
- 'SoS_TrueStorms_Patch.esp'
msg:
- <<: *patchIncluded
subs: [ 'Audio Overhaul' ]
condition: 'active("Audio Overhaul Skyrim.esp") and not active("Rustic_TS_AOS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Sounds of Skyrim Complete' ]
condition: 'active("SoundsofSkyrimComplete.esp") and not active("Rustic_TS_SoS_Patch.esp")'
- <<: *useOnlyOneX
subs: [ 'Rustic Weathers - TrueStorms Merged Compatibility' ]
condition: 'many("Rustic_TS_Patch_(Horizons|Nimbus)(_WaterFix)?\.esp")'
# Vivid Weathers & True Storms Merged Compatibility Patch
- name: 'Vivid_TS_Patch_(Ominous|Surreal)(_WaterFix)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15135/' ]
inc:
- 'Audio Overhaul Skyrim - True Storms Patch.esp'
- 'Audio Overhaul Skyrim - Vivid Weathers Patch.esp'
- 'SoS_TrueStorms_Patch.esp'
- 'SoS_VividWeathers_Patch.esp'
- 'Vivid Weathers - Extended Rain.esp'
- 'Vivid Weathers SE - Extended Snow.esp'
- 'Vivid Weathers SE - AOS Patch.esp'
- 'Vivid Weathers SE - SOS Patch.esp'
msg:
- <<: *patchIncluded
subs: [ 'Audio Overhaul' ]
condition: 'active("Audio Overhaul Skyrim.esp") and not active("Vivid_TS_AOS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Sounds of Skyrim Complete' ]
condition: 'active("SoundsofSkyrimComplete.esp") and not active("Vivid_TS_SoS_Patch.esp")'
- <<: *useOnlyOneX
subs: [ 'Vivid Weathers - TrueStorms Merged Compatibility' ]
condition: 'many("Vivid_TS_Patch_(Ominous|Surreal)(_WaterFix)?\.esp")'
# Wet and Cold & True Storms Merged Compatibility Patch
- name: '(Aequinoctium_TS|Mythical_TS|Obsidian_TS|Rustic_TS|TrueStorms|Vivid_TS)_Wet&Cold_Patch\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15632/' ]
inc: [ 'Vivid Weathers - Wet and Cold patch.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'True Storms & Wet and Cold Compatibility' ]
condition: 'many("(Aequinoctium_TS|Mythical_TS|Obsidian_TS|Rustic_TS|TrueStorms|Vivid_TS)_Wet&Cold_Patch\.esp")'
- name: 'TruTorch(esSE| Lighting - (All Torch Bulb Kind Baseforms|Torch Baseform ))\.esp' # sic
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/71284/'
name: 'Tru-Torches'
- name: 'TruTorchesSE.esp'
req: [ *BaseObjSwap ]
- name: 'TruTorch Lighting - (All Torch Bulb Kind Baseforms|Torch Baseform )\.esp' # sic
group: *torchLightingGroup
msg:
- <<: *useOnlyOneX
subs: [ 'TruTorch Lighting ESP' ]
condition: 'many("TruTorch Lighting - (All Torch Bulb Kind Baseforms|Torch Baseform )\.esp")' # sic
tag:
- Deactivate
- Graphics
- ObjectBounds
- name: 'Vivid Weathers(SE| SE -| - ).*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2187/' ]
- name: 'Vivid WeathersSE.esp'
inc:
- 'Aequinoctium.esp'
- 'Autumn Skies.esp'
- 'ClimatesOfTamriel.esm'
- 'Dolomite Weathers.esp'
- 'ELFX - Weathers.esp'
- 'Foggy Weather 2.esp'
- 'Mythical Ages.esp'
- 'NAT.esp'
- 'NorthernSWS.esp'
- 'Obscura Weather and Lighting.esp'
- 'Obscura Weather and Lighting - hazy.esp'
- 'Obscura Weather and Lighting - Vibrant.esp'
- 'Obscura Weather and Lighting - Vibrant with Haze.esp'
- 'Obscura Weather and Lighting - Skytoon.esp'
- 'Obsidian Weathers.esp'
- 'Realistic Lighting Overhaul - Weathers.esp'
- 'Rustic Weathers And Lighting.esp'
- 'Skyrim Legendary Weathers.esp'
- 'SolstitiumWeathersandSeasons.esp'
- 'surreal lighting.esp'
- name: 'TrueStormsSE.esp'
condition: 'active("TrueStormsSE.esp") and not active("Vivid_TS_Patch_.*\.esp") and not active("Vivid Weathers & True Storms.*\.esp")'
display: 'True Storms Special Edition'
msg:
- <<: *patchIncluded
subs: [ 'Beyond Skyrim - Bruma' ]
condition: 'active("BSHeartland.esm") and not active("Vivid Weathers SE - Bruma Patch.esp")'
- <<: *patchIncluded
subs: [ 'Falskaar' ]
condition: 'active("Falskaar.esm") and not active("Vivid Weathers SE - Falskaar.esp")'
- <<: *patchIncluded
subs: [ 'Lightning During Storms' ]
condition: 'active("MintyLightningMod.esp") and not active("Vivid Weathers SE - LightingDuringStorm Patch.esp")'
- <<: *patchIncluded
subs: [ 'Wyrmstooth' ]
condition: 'active("Wyrmstooth.esp") and not active("Vivid Weathers SE - Wyrmstooth.esp")'
- <<: *patch3rdParty
subs:
- 'True Storms'
- '[Vivid Weathers - TrueStorms Merged Compatibility](https://www.nexusmods.com/skyrimspecialedition/mods/15135/)'
condition: 'active("TrueStormsSE.esp") and not active("Vivid_TS_Patch_.*\.esp") and not active("Vivid Weathers & True Storms.*\.esp")'
clean:
- crc: 0x9C3D8AEF
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Wander.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24439/' ]
dirty:
# Main Original
- <<: *quickClean
crc: 0x91EE87CB
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
# Main Bright
- <<: *quickClean
crc: 0xA9963356
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
# Main Lite
- <<: *quickClean
crc: 0x53F067B3
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'WetandCold.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/644/' ]
msg:
- <<: *patch3rdParty
subs:
- 'Vivid Weathers'
- '[WiZkiD Patches Compendium](https://www.nexusmods.com/skyrimspecialedition/mods/24046/)'
condition: 'active("Vivid WeathersSE.esp") and not active("Vivid Weathers - Wet and Cold patch.esp") and not active("TrueStormsSE.esp")'
clean:
- crc: 0x377C96B6
util: 'SSEEdit v4.0.3'
- name: 'Window Shadows Ultimate( Supplement)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/150494/'
name: 'Window Shadows Ultimate'
- name: 'Window Shadows Ultimate.esp'
group: *cellLightingGroup
req:
- *BaseObjSwap
- name: 'SKSE/Plugins/LightingUtil.dll'
display: '[Ambient Templates for Lighting Mods](https://www.nexusmods.com/skyrimspecialedition/mods/153425/)'
- name: 'SKSE/Plugins/XEMIUtil.dll'
display: '[XEMI Utility](https://www.nexusmods.com/skyrimspecialedition/mods/159084/)'
inc:
- 'ELFX Shadows.esp'
- 'EnhancedLightsandFX.esp'
- 'Lux.esp'
# A05D4081: Full v3.0
# C5529E7D: Interiors only v3.0
- name: 'RelightingSkyrim_SSE.esp'
detail: 'Incompatible with interiors versions.'
condition: 'checksum("RelightingSkyrim_SSE.esp", A05D4081) or checksum("RelightingSkyrim_SSE.esp", C5529E7D)'
- 'Shadows.esp'
- 'Skyrim is Luminous.esp'
msg:
- <<: *compatPatch
subs: [ '[Window Shadows Ultimate - Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/151548/)' ]
dirty:
- <<: *quickClean
crc: 0x8B4AC778
util: '[SSEEdit v4.1.5o](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Window Shadows Ultimate Supplement.esp'
dirty:
- <<: *quickClean
crc: 0x5C3B3806
util: '[SSEEdit v4.1.5o](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'WinterOverhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22071/' ]
dirty:
- <<: *quickClean
crc: 0x329477AB
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 49
clean:
- crc: 0xB3F3B208
util: 'SSEEdit v4.0.3'
- name: 'WondersofWeather.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13044/' ]
clean:
- crc: 0x9EFE1A7C
util: 'SSEEdit v4.0.3'
###### Character Appearance ######
- name: 'HMB TCC.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/24174/'
name: 'Cathedral Player and NPC Overhaul - HMB II'
msg:
- <<: *alsoUseX
subs: [ '[Expressive Facegen Morphs](https://www.nexusmods.com/skyrimspecialedition/mods/35785/)' ]
condition: 'not active("Expressive Facegen Morphs.esl")'
tag:
- Graphics
- Names
- Stats
clean:
- crc: 0xFB5469C5
util: 'SSEEdit v4.0.4c'
###### Character Appearance - Body,face & hair ######
- name: '3BBB.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30174/'
name: 'CBBE 3BA (3BBB)'
dirty:
- <<: *quickClean
crc: 0x8320E3CC
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'BVLT - (Argonian|Ashen|Dark Elf|High Elf|Human|Khajiit|Wood Elf)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2659/' ]
msg: [ *corrupt ]
- name: '(RaceMenuMorphs)?CBBE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/198/'
name: 'Caliente''s Beautiful Bodies Enhancer'
- name: 'CBBE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/74257/'
name: 'Caliente''s Beautiful Bodies Enhancer -CBBE SFW Edition-'
msg:
- <<: *alsoUseX
subs: [ '[Unofficial Skyrim Special Edition Patch](https://www.nexusmods.com/skyrimspecialedition/mods/266/)' ]
condition: 'not active("unofficial skyrim special edition patch.esp")'
- <<: *patch3rdParty
subs:
- 'Weapons Armor Clothing and Clutter Fixes'
- '[Weapons Armor Clothing and Clutter Fixes - CBBE Patch](https://www.nexusmods.com/skyrimspecialedition/mods/19176/)'
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and not file("CalienteTools/BodySlide/SliderSets/WACCF.osp")'
- <<: *patch3rdParty
subs:
- 'Armor and Clothing Extension'
- '[Weapons Armor Clothing and Clutter Fixes - CBBE Patch](https://www.nexusmods.com/skyrimspecialedition/mods/19176/)'
condition: 'active("waccf_armor and clothing extension.esp") and not file("CalienteTools/BodySlide/SliderSets/ACE.osp")'
clean:
- crc: 0xD600DFE6
util: 'SSEEdit v4.0.3'
- crc: 0x7187204B
util: 'SSEEdit v4.0.3'
# SFW
- crc: 0x2B603962
util: 'SSEEdit v4.1.5o'
- name: 'RaceMenuMorphsCBBE.esp'
after: [ 'RaceMenuPlugin.esp' ]
req:
- name: 'CalienteTools/BodySlide/BodySlide.exe'
display: '[BodySlide and Outfit Studio](https://www.nexusmods.com/skyrimspecialedition/mods/201/)'
- 'CBBE.esp'
- name: 'RaceMenu.esp'
display: '[RaceMenu Special Edition](https://www.nexusmods.com/skyrimspecialedition/mods/19080/)'
clean:
- crc: 0x0EA682A8
util: 'SSEEdit v4.0.3'
- name: 'Hair Replacer( Assets)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7409/' ]
group: *fixesGroup
- name: 'Hair Replacer Assets.esp'
after: [ 'Hair Replacer.esp' ]
- name: 'KSHairdosSMP.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31300/' ]
req:
- *SKSE
- *SKSEVR
- *HDT_SMP
msg:
- <<: *requiresX
subs: [ '[Caliente''s Beautiful Bodies Enhancer (CBBE)](https://www.nexusmods.com/skyrimspecialedition/mods/198/) **OR** [Caliente''s Beautiful Bodies Enhancer -CBBE SFW Edition-](https://www.nexusmods.com/skyrimspecialedition/mods/74257/) **OR** [Touched by Dibella (TBD)](https://www.nexusmods.com/skyrimspecialedition/mods/20024/) **OR** [BHUNP (UUNP Next Generation) SSE](https://www.nexusmods.com/skyrimspecialedition/mods/31126/)' ]
condition: 'not (file("CalienteTools/BodySlide/SliderSets/CBBE( \(SFW\))?\.osp") or active("TouchedbyDibella.esp") or active("BHUNP3BBB.esp"))'
clean:
- crc: 0x9DE3D3D1
util: 'SSEEdit v4.0.3'
- name: 'Racial Body Morphs( - Extreme Morphs| - Subtle)?( - Imperious)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20684/' ]
msg:
- <<: *missingRequirementXforPlugin
subs: [ 'Racial Body Morphs Meshes' ]
condition: 'not file("Meshes/Actors/Character/Character Assets/Body by Race/skeletonArgonian.nif")'
- name: 'Racial Body Morphs( - Extreme Morphs| - Subtle)?\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Racial Body Morphs ESP' ]
condition: 'many("Racial Body Morphs( - Extreme Morphs| - Subtle)?\.esp")'
- <<: *useVersion
subs: [ 'Imperious' ]
condition: 'active("Imperious - Races of Skyrim.esp") and not active("Universal Imperious Patch.esp")'
- name: 'Racial Body Morphs.esp'
msg:
- <<: *alreadyInX
subs: [ '**Racial Body Morphs - Imperious.esp**' ]
condition: 'active("Racial Body Morphs - Imperious.esp")'
- name: 'Racial Body Morphs - Extreme Morphs.esp'
msg:
- <<: *alreadyInX
subs: [ '**Racial Body Morphs - Extreme Morphs - Imperious.esp**' ]
condition: 'active("Racial Body Morphs - Extreme Morphs - Imperious.esp")'
- name: 'Racial Body Morphs - Subtle.esp'
msg:
- <<: *alreadyInX
subs: [ '**Racial Body Morphs - Subtle - Imperious.esp**' ]
condition: 'active("Racial Body Morphs - Subtle - Imperious.esp")'
- name: 'TheEyesOfBeauty.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16185/' ]
clean:
- crc: 0xD1151EB8
util: 'SSEEdit v4.0.3'
###### Character Appearance - Children ######
- name: 'aAxeRSCtweaks.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/16044/'
name: 'Axe''s RS Children Tweaks'
after: [ 'RSChildren.esp' ]
clean:
- crc: 0x21D67EF0
util: 'SSEEdit v4.0.3'
- name: 'Children.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2822/' ]
inc:
- name: 'unofficial skyrim special edition patch.esp'
display: 'unofficial skyrim special edition patch.esp v4.1.8+'
condition: 'version("unofficial skyrim special edition patch.esp", >, "4.1.8") and checksum("Children.esp", EE60F522)'
msg:
- type: warn
content:
- lang: en
text: 'An unresolved reference to a package from an older version of USSEP, must be removed from record **00014132** in **Children.esp**. A guide is available [here](https://macsplody.github.io/xGuides/#-children-)'
- lang: de
text: 'Eine offene Referenz zu einem Packet von einer älteren Version des USSEP muss vom Eintrag **00014132** in **Children.esp** entfernt werden. Eine englische Anleitung ist [hier](https://macsplody.github.io/xGuides/#-children-) aufrufbar.'
condition: '(file("unofficial skyrim special edition patch.esp") and version("unofficial skyrim special edition patch.esp", >, "4.1.8")) and checksum("Children.esp", EE60F522)'
- name: 'ImCh.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/15001/'
name: 'Immersive Children SE - child mortality and burial and animation fixes'
after: [ 'SimpleChildren.esp' ]
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15001/' ]
- name: 'One ImCh Patch.*\.esp'
group: *dynamicPatchesGroup
- name: 'Killable Children.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1108/' ]
msg:
- type: warn
content:
- lang: en
text: 'This plugins changes to the Default Object Manager record may revert changes in other mods. Remove record **00000031** and install [IDRS - Improved Disabled Race Scaling](https://www.nexusmods.com/skyrimspecialedition/mods/19094/).'
condition: 'checksum("Killable Children.esp", 0E290E34) or not file("RaceScalingDisabled.esp")'
- <<: *includesX
subs: [ '[Universal Race Scale Remover](https://www.nexusmods.com/skyrimspecialedition/mods/4259/)' ]
condition: 'active("Race Scale Remover.esp")'
clean:
- crc: 0x0E290E34
util: 'SSEEdit v4.0.3'
- crc: 0x07FEBB43
util: 'SSEEdit v4.0.3f'
- name: 'KC - USLEEP Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'KC RS Usleep Patch.esp' ]
condition: 'active("KC RS Usleep Patch.esp")'
- <<: *alreadyInX
subs: [ 'KC TK Usleep Patch.esp' ]
condition: 'active("KC TK Usleep Patch.esp")'
- name: 'Killable Children - RS.esp'
after: [ 'RSChildren.esp' ]
- name: 'Killable Children - TK.esp'
after: [ 'TKChildren.esp' ]
- name: '(PrinceandPauper|Prince and the Pauper SE - RS Children Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/8354/'
name: 'Prince and The Pauper'
- name: 'PrinceandPauper(Refine.*)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/70037/'
name: 'Prince and The Pauper Refine (Fixes - Improvements - New Child Outfits - No NPC Edits)'
- name: 'PrinceandPauper(Refine)?\.esp'
tag:
- Graphics
- Names
- Stats
- Text
- name: 'PrinceandPauper.esp'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Prince and The Pauper Refine (Fixes - Improvements - New Child Outfits - No NPC Edits)](https://www.nexusmods.com/skyrimspecialedition/mods/70037/)' ]
condition: 'not active("PrinceandPauperRefine.esp")'
tag:
- Invent.Add
- Keywords
- name: NPC.DefaultOutfit
condition: 'not file("PrinceandPauperRefine.esp")'
clean:
- crc: 0x216A012E
util: 'SSEEdit v4.0.4b'
- crc: 0x4F9AEBA7
util: 'SSEEdit v4.0.4b'
- name: 'Prince and the Pauper SE - RS Children Patch.esp'
tag:
- Actors.Stats
- NPC.AttackRace
- NPC.DefaultOutfit
- NPC.Race
clean:
- crc: 0x3A4DFEA7
util: 'SSEEdit v4.0.4b'
- name: 'PrinceandPauperRefine.esp'
req: [ *SPID ]
tag:
- Delev
- Keywords
- Outfits.Add
- Outfits.Remove
dirty:
- <<: *quickClean
crc: 0x4461B87C
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 51
- name: 'PrinceandPauperRefine_BYOHFixes.esp'
clean:
- crc: 0x0C8909A1
util: 'SSEEdit v4.0.4b'
- name: 'PrinceandPauperRefine_CC_Cave.esp'
dirty:
- <<: *quickClean
crc: 0x654CCB95
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'PrinceandPauperRefine_MultipleAdoptions.esp'
clean:
- crc: 0x375D1FF5
util: 'SSEEdit v4.0.4b'
- name: 'RealisticRSChildren.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/39359/' ]
after: [ 'RSChildren.esp' ]
msg:
- <<: *requiresX
subs: [ 'Optional file [KS Hairdo''s - hair and textures](https://www.nexusmods.com/skyrimspecialedition/mods/39359/) or [KS Hairdos SSE](https://www.nexusmods.com/skyrimspecialedition/mods/6817/) 1.7' ]
condition: 'not file("textures/KS Hairdo''s/hairline/Scalp.dds")'
clean:
- crc: 0x82D0D25F
util: 'SSEEdit v4.0.3'
- name: 'RS(kyrim)?Children( Patch - BS Bruma)?\.es[mp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2650/'
name: 'RS Children Overhaul'
- name: 'RSkyrimChildren.esm'
group: *fixesGroup
msg:
- <<: *compatPatch
subs: [ '[RS Children Patch Compendium](https://www.nexusmods.com/skyrimspecialedition/mods/13409/)' ]
clean:
- crc: 0xBDFAB2FA
util: 'SSEEdit v4.0.3'
- name: 'RSChildren.esp'
dirty:
- <<: *quickClean
crc: 0x49DC2B49
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
clean:
- crc: 0x807242D1
util: 'SSEEdit v4.0.3'
- name: 'RSChildren Patch - BS Bruma.esp'
msg:
- <<: *patchOutdated
condition: 'checksum("RSChildren Patch - BS Bruma.esp", E279375E) and (checksum("BSHeartland.esm", A5D74A7B) or checksum("BSHeartland.esm", CAD9E556))'
- name: 'SimpleChildren.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22789/' ]
msg:
- <<: *requiresResources
subs: [ '[TK Children SE](https://www.nexusmods.com/skyrimspecialedition/mods/5916). Only install the `*.tri files` inside the `Meshes/Actors/character/character assets/` folder' ]
condition: 'not checksum("Meshes/Actors/character/character assets/childhead.tri", 2FEDB034) or not checksum("Textures/Actors/Character/malechild/upperbodymale_sk.dds", D894ADB3)'
- name: 'FacegenForKids.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22789/' ]
inc:
- name: 'unofficial skyrim special edition patch.esp'
display: 'unofficial skyrim special edition patch.esp v4.1.8+'
condition: 'version("unofficial skyrim special edition patch.esp", >, "4.1.8") and checksum("FacegenForKids.esp", DB8F0931)'
msg:
- type: warn
content:
- lang: en
text: 'An unresolved reference to a package from an older version of USSEP, must be removed from record **00014132** in **FacegenForKids.esp**. A guide is available [here](https://macsplody.github.io/xGuides/#-simple-children-)'
- lang: de
text: 'Eine offene Referenz zu einem Packet von einer älteren Version des USSEP muss vom Eintrag **00014132** in **FacegenForKids.esp** entfernt werden. Eine englische Anleitung ist [hier](https://macsplody.github.io/xGuides/#-simple-children-) aufrufbar.'
condition: '(file("unofficial skyrim special edition patch.esp") and version("unofficial skyrim special edition patch.esp", >, "4.1.8")) and checksum("FacegenForKids.esp", DB8F0931)'
- name: 'TKAA.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/48297/'
name: 'The Kids Are Alright Renewal'
after: [ 'SR - USSEP patch.esp' ]
msg:
- <<: *patchProvided
subs: [ 'Beyond Skyrim - Bruma' ]
condition: 'active("BSHeartland.esm") and not active("BSHeartland TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Books of Skyrim' ]
condition: 'active("BooksOfSkyrim.esp") and not active("BooksOfSkyrim TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("Cutting Room Floor TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Expanded Towns and Cities' ]
condition: 'active("ETaC - Complete.esp") and not active("ETaC - TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Falskaar' ]
condition: 'active("Falskaar.esm") and not active("Falskaar TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Gavrostead' ]
condition: 'active("Gavrostead.esp") and not active("Gavrostead TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Helgen Reborn' ]
condition: 'active("Helgen Reborn.esp") and not active("Helgen Reborn TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Immersive World Encounters' ]
condition: 'active("Immersive Encounters.esp") and not active("Immersive Encounters TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Inconsequential NPCs' ]
condition: 'active("Inconsequential NPCs.esp") and not active("Inconsequential NPCs TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Interesting NPCs' ]
condition: 'active("3DNPC.esp") and not active("3DNPC TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Keld-Nar' ]
condition: 'active("keld-nar.esp") and not active("Keld-Nar TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("LegacyoftheDragonborn TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Moon and Star' ]
condition: 'active("MoonAndStar_MAS.esp") and not active("MoonAndStar_MAS TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Oakwood' ]
condition: 'active("oakwood.esp") and not active("Oakwood TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Rigmor of Bruma' ]
condition: 'active("Rigmor.esp") and not active("Rigmor Bruma TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Settlements Expanded' ]
condition: 'active("Settlements Expanded SE.esp") and not active("Settlements Expanded SE TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'The Forgotten City' ]
condition: 'active("ForgottenCity.esp") and not active("ForgottenCity TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'The People of Skyrim Complete' ]
condition: 'active("tpos_ultimate_esm.esp") and not active("TPOS TKAA Patch.esp")'
- <<: *patchProvided
subs: [ 'Wyrmstooth' ]
condition: 'active("Wyrmstooth.esp") and not active("Wyrmstooth TKAA Patch.esp")'
clean:
- crc: 0x499EF180
util: 'SSEEdit v4.0.4c'
- name: 'TKChildren.es(m|p)'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5916/' ]
msg:
- <<: *deletePlugin
subs: [ 'Simple Children' ]
condition: 'active("TKChildren.es(m|p)") and active("SimpleChildren.esp")'
- name: 'TKChildren.esp'
clean:
- crc: 0x79D77CB9
util: 'SSEEdit v4.0.3'
- crc: 0xD3B5EDAF
util: 'SSEEdit v4.0.3'
- crc: 0xF4B08E03
util: 'SSEEdit v4.0.3'
- crc: 0x95D3D735
util: 'SSEEdit v4.0.3'
###### Character Appearance - NPCs ######
- name: 'AelaStandalone.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12916/'
name: 'The Huntress Reborn - Aela replacer and Eleanor Follower by Plooshy'
after:
- 'Bijin AIO.esp'
- 'Bijin_AIO 2018.esp'
- 'Bijin_AIO-SV 2018.esp'
- 'Bijin Warmaidens.esp'
- name: 'Bijin AIO.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11287/'
name: 'Bijin NPCs SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1825/'
name: 'Bijin Warmaidens SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11247/'
name: 'Bijin Wives SE'
after:
- 'cutting room floor.esp'
- 'Immersive Weapons.esp'
- 'ScopedBows.esp'
inc:
- 'Bijin_AIO 2018.esp'
- 'Bijin_AIO-SV 2018.esp'
clean:
- crc: 0x9F6F1285
util: 'SSEEdit v4.0.3'
- name: 'Bijin NPCs.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11287/' ]
after:
- 'Bijin AIO.esp'
- 'Bijin_AIO 2018.esp'
- 'Bijin_AIO-SV 2018.esp'
- 'Immersive Weapons.esp'
msg:
- <<: *deletePlugin
subs: [ 'Bijin AIO SSE' ]
condition: 'active("Bijin NPCs.esp") and active("Bijin( AIO|_AIO 2018|_AIO-SV 2018)\.esp")'
clean:
- crc: 0xBEFFC517
util: 'SSEEdit v4.0.3'
- name: 'Bijin Warmaidens.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1825/' ]
after:
- 'Bijin AIO.esp'
- 'Bijin_AIO 2018.esp'
- 'Bijin_AIO-SV 2018.esp'
- 'cutting room floor.esp'
- 'Immersive Weapons.esp'
- 'ScopedBows.esp'
msg:
- <<: *deletePlugin
subs: [ 'Bijin AIO SSE' ]
condition: 'active("Bijin Warmaidens.esp") and active("Bijin( AIO|_AIO 2018|_AIO-SV 2018)\.esp")'
clean:
- crc: 0x117A67EC
util: 'SSEEdit v4.0.3'
- name: 'Bijin Wives.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11247/' ]
after:
- 'Bijin AIO.esp'
- 'Bijin_AIO 2018.esp'
- 'Bijin_AIO-SV 2018.esp'
msg:
- <<: *deletePlugin
subs: [ 'Bijin AIO SSE' ]
condition: 'active("Bijin Wives.esp") and active("Bijin( AIO|_AIO 2018|_AIO-SV 2018)\.esp")'
clean:
- crc: 0xFDF9F2CE
util: 'SSEEdit v4.0.3'
- name: '(Serana|Valerica)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/13027/'
name: 'Seranaholic'
after:
- name: 'Bijin_AIO-SV 2018.esp'
display: 'Bijin AIO Legendary plus Serana and Valerica'
msg:
- <<: *deletePlugin
subs: [ 'Bijin AIO SV SSE' ]
condition: 'active("(Serana|Valerica)\.esp") and active("Bijin_AIO-SV 2018.esp")'
- name: 'Serana.esp'
inc:
- 'Serana - Hellraiser.esp'
- 'SuperbSerana.esp'
clean:
- crc: 0x9B10F23E
util: 'SSEEdit v4.0.3'
- crc: 0xA4D39E55
util: 'SSEEdit v4.0.3'
- name: 'Valerica.esp'
clean:
- crc: 0xCD13EC4B
util: 'SSEEdit v4.0.3'
- name: 'Bijin(_AIO 2018|_AIO-SV 2018|_Frea-Iona)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11/'
name: 'Bijin All in One 2018'
- name: 'Bijin(_AIO 2018|_AIO-SV 2018)\.esp'
after:
- 'cutting room floor.esp'
- 'Immersive Weapons.esp'
- 'ScopedBows.esp'
inc: [ 'Bijin AIO.esp' ]
- name: 'Bijin_AIO 2018.esp'
clean:
- crc: 0x288ACC01
util: 'SSEEdit v4.0.3'
# AI Overhaul replacer
- crc: 0x8F46BD8F
util: 'SSEEdit v4.0.3'
- name: 'Bijin_AIO-SV 2018.esp'
clean:
- crc: 0x5BAAF662
util: 'SSEEdit v4.0.3'
# AI Overhaul replacer
- crc: 0xD3B9759C
util: 'SSEEdit v4.0.3'
- name: 'Bijin_Frea-Iona.esp'
after:
- 'Bijin AIO.esp'
- 'Bijin_AIO 2018.esp'
- 'Bijin_AIO-SV 2018.esp'
- 'Bijin Warmaidens.esp'
clean:
- crc: 0x424B6460
util: 'SSEEdit v4.0.3'
- name: 'Citizens Visual Overhaul.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44563/'
name: 'Citizens of Tamriel Visual Overhaul'
dirty:
- <<: *quickClean
crc: 0x02F77946
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'CosmeticVampireOverhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8695/' ]
after:
- 'Better Vampire NPCs.esp'
- 'DIVERSE SKYRIM.esp'
- name: 'ethereal_elven_overhaul.esp'
condition: 'file("ethereal_elven_overhaul.esp") and file("ethereal_elven_overhaul\.bsa")'
inc:
- name: 'BVFE.esp'
display: 'Fangs and Eyes - A Vampire Appearance Mod'
- 'EnhancedCharacterEdit.esp'
msg:
- <<: *patchProvided
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("CosmeticVampireOverhaul - Cutting Room Floor Patch.esp") and not active("CosmeticVampireOverhaul - CRF.esp")'
clean:
- crc: 0x7DC951A8
util: 'SSEEdit v4.0.3g'
- name: 'CosmeticVampireOverhaul - Cutting Room Floor Patch.esp'
req:
- 'CosmeticVampireOverhaul.esp'
- 'cutting room floor.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Cutting Room Floor patch' ]
condition: 'many("CosmeticVampireOverhaul - (Cutting Room Floor Patch|CRF)\.esp")'
- name: 'Diversity - A Character Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5291/' ]
dirty:
# version: 3.31 CRF Vanilla Hair
- <<: *quickClean
crc: 0x7684FC87
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 64
clean:
# version: 3.3
- crc: 0xB98DDEB9
util: 'SSEEdit v4.0.3'
# version: 3.3 Cutting Room Floor
- crc: 0xFFD0B140
util: 'SSEEdit v4.0.3'
- name: 'Elderly&Adults.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/42335/' ]
tag:
- Graphics
- Outfits.Add
- Outfits.Remove
- name: 'ethereal_elven_overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7351/' ]
after:
- 'CollegeOfWinterholdImmersive.esp'
- 'cutting room floor.esp'
- 'Immersive Weapons.esp'
- 'Joy of Perspective.esp'
- 'MLU.esp'
- 'ScopedBows.esp'
msg:
- <<: *patchProvided
subs: [ 'Imperious - Races of Skyrim' ]
condition: 'active("Imperious - Races of Skyrim.esp") and not active("EEO Imperious patch.esp") and not active("Universal Imperious Patch.esp")'
clean:
# version: 2.0.1
- crc: 0xD0F78346
util: 'SSEEdit v4.0.2f'
- name: 'Grosta.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/59019/' ]
dirty:
- <<: *quickClean
crc: 0x980ECA98
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'KaliliesNPCs.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30247/' ]
msg:
- <<: *patchIncluded
subs: [ 'Unofficial Skyrim Special Edition Patch' ]
condition: 'active("unofficial skyrim special edition patch.esp") and checksum("KaliliesNPCs.esp", 9B789EF8)'
- <<: *patchProvided
subs: [ 'AI Overhaul' ]
condition: 'active("AI Overhaul.esp") and not active("AI Overhaul - KaliliesNPCs Patch.esp") and not active("Bashed Patch.*\.esp")'
- <<: *patchProvided
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("CRF - Kalilies NPC''s Patch.esp") and not active("AI Overhaul - KaliliesNPCs Patch.esp") and not active("Bashed Patch.*\.esp")'
tag: [ Outfits.Remove ]
clean:
- crc: 0xD3921C56
util: 'SSEEdit v4.0.3f'
- crc: 0x9B789EF8
util: 'SSEEdit v4.0.3f'
- name: 'AI Overhaul - KaliliesNPCs Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30247/'
name: 'Kalilies NPCs'
req:
- name: 'cutting room floor.esp'
display: 'a version of Cutting Room Floor older than v3.1.23'
constraint: 'version("cutting room floor.esp", <, "3.1.23")'
condition: 'checksum("AI Overhaul - KaliliesNPCs Patch.esp", D063D027)'
msg:
- <<: *useVersion
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and checksum("AI Overhaul - KaliliesNPCs Patch.esp", 6A098011)'
- name: 'CRF - Kalilies NPC''s Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30247/' ]
req: [ 'cutting room floor.esp' ]
msg:
- <<: *alreadyInX
subs: [ 'AI Overhaul patch for CRF users' ]
condition: 'active("cutting room floor.esp") and active("AI Overhaul.esp") and active("AI Overhaul - KaliliesNPCs Patch.esp")'
- name: 'Men of Winter.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10902/' ]
clean:
- crc: 0x7C4F37D9
util: 'SSEEdit v4.0.3'
- crc: 0xB5B75F19
util: 'SSEEdit v4.0.3'
- name: 'Mors Feminine Female.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3090/' ]
msg:
- <<: *useBashTweakInstead
subs: [ 'Tweak Actors: Opposite Gender Anims Female' ]
- name: 'NPCs of Dibella - Females.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30296/' ]
after: [ 'Immersive Weapons.esp' ]
- name: 'Opposite Gender Animations Fix( v1_4_1_4)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7598/' ]
msg:
- <<: *useBashTweakInstead
subs: [ 'Tweak Actors: Opposite Gender Anims Female' ]
- name: 'PAN_NPCs.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19012/'
name: 'Pandorable''s NPCs'
msg:
- <<: *patch3rdParty
subs:
- 'Immersive Jewelry'
- '[kj''s Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/32046/)'
condition: 'active("Immersive Jewelry.esp") and not active("Pan NPCs - Immersive Jewelry.esp")'
- <<: *useVersion
type: warn
subs: [ 'Unofficial Skyrim Special Edition Patch' ]
condition: 'active("unofficial skyrim special edition patch.esp") and checksum("PAN_NPCs.esp", 5550DC82)'
tag:
- Actors.ACBS
- NPC.DefaultOutfit
clean:
- crc: 0x5550DC82
util: 'SSEEdit v4.0.4c'
- crc: 0xA6E5020B
util: 'SSEEdit v4.0.4c'
- name: '(AI Overhaul - )?PAN_NPCs_DB( Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30680/'
name: 'Pandorable''s NPCs - Dragonborn'
- name: 'PAN_NPCs_DB.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Diverse Werewolves Collection'
- '[kj''s Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/32046/)'
condition: 'active("DiverseWerewolvesCollection.esp") and not active("Pan NPCs DB - Diverse Werewolves Collection.esp")'
- <<: *patch3rdParty
subs:
- 'Economy Overhaul and Speechcraft Improvements'
- '[kj''s Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/32046/)'
condition: 'active("EconomyOverhaulandSpeechcraftImprovements.esp") and not active("Pan NPCs DB - Economy Overhaul Speechcraft Improvements.esp")'
- <<: *patchProvided
subs: [ 'AI Overhaul' ]
condition: 'active("AI Overhaul.esp") and not active("AI Overhaul - PAN_NPCs_DB Patch.esp") and not active("PAN_NPCs_DB - AI Overhaul Patch.esp") and not active("Bashed Patch.*\.esp")'
- <<: *useVersion
type: warn
subs: [ 'Unofficial Skyrim Special Edition Patch' ]
condition: 'active("unofficial skyrim special edition patch.esp") and checksum("PAN_NPCs_DB.esp", CDE9B342)'
clean:
- crc: 0xCDE9B342
util: 'SSEEdit v4.0.4c'
# USSEP
- crc: 0x995D939B
util: 'SSEEdit v4.0.4c'
- name: 'AI Overhaul - PAN_NPCs_DB Patch.esp'
inc: [ 'PAN_NPCs_DB - AI Overhaul Patch.esp' ]
- name: '.*PAN_NPCs_DG.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/24135/'
name: 'Pandorable''s NPCs - Dawnguard'
- name: 'PAN_NPCs_DG.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Dawnguard Arsenal'
- '[kj''s Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/32046/)'
condition: 'active("DawnguardArsenal.esp") and not active("Pan NPCs DG - Dawnguard Arsenal.esp") and not active("Pan NPCs DG - Dawnguard Arsenal - Legendary Skyrim Crossbows.esp")'
- <<: *patch3rdParty
subs:
- 'Legendary Skyrim Crossbows and Bows'
- '[kj''s Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/32046/)'
condition: 'active("Legendary Skyrim Crossbows.esp") and not active("Pan NPCs DG - Legendary Skyrim Crossbows.esp") and not active("Pan NPCs DG - Dawnguard Arsenal - Legendary Skyrim Crossbows.esp")'
- <<: *patchProvided
subs: [ 'Morrowloot Ultimate' ]
condition: 'active("MLU.esp") and not active("PAN_NPCs_DG_MLU_Patch.esp")'
- <<: *patchProvided
subs: [ 'Skyrim Revamped - Complete Enemy Overhaul' ]
condition: 'active("Skyrim Revamped - Complete Enemy Overhaul.esp") and not active("PAN_NPCs_DG_SRCEO_Patch.esp")'
- <<: *patchProvided
subs: [ 'VR' ]
condition: 'file("SkyrimVR.esm") and checksum("Meshes\Actors\Character\FaceGenData\FaceGeom\Skyrim.esm\000135E6.NIF", 1C7AB506)'
- <<: *patchProvided
subs: [ 'Unofficial Skyrim Special Edition Patch' ]
condition: 'active("unofficial skyrim special edition patch.esp") and checksum("PAN_NPCs_DG.esp", 6C01DB11)'
clean:
- crc: 0x6C01DB11
util: 'SSEEdit v4.0.3'
- crc: 0x0FB798DD
util: 'SSEEdit v4.0.3'
- crc: 0xCA4B5E69
util: 'SSEEdit v4.0.3'
- name: 'PAN_NPCs_DG_MLU_Patch.esp'
req: [ 'MLU.esp' ]
- name: 'Serana - Hellraiser.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10088/' ]
inc:
- name: 'Bijin_AIO-SV 2018.esp'
display: 'Bijin AIO 2018 - Serana Valerica'
- name: 'Serana.esp'
display: 'Seranaholic'
- 'SuperbSerana.esp'
- name: 'SPTConsistentOlderPeopleSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2977/' ]
clean:
# version: 4.2
- crc: 0xA2DD4935
util: 'SSEEdit v4.0.3'
- name: 'SuperbSerana.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2409/' ]
inc:
- name: 'Bijin_AIO-SV 2018.esp'
display: 'Bijin AIO 2018 - Serana Valerica'
- name: 'Serana.esp'
display: 'Seranaholic'
- 'Serana - Hellraiser.esp'
- name: 'The Ordinary Women.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12376/' ]
after: [ 'cutting room floor.esp' ]
clean:
# version: 3.0
- crc: 0xBC4FAE8B
util: 'SSEEdit v4.0.2f'
# version: 3.0 USSEP
- crc: 0xE10633B8
util: 'SSEEdit v4.0.2f'
- name: 'Toccata as Elisif.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12713/' ]
after: [ 'PAN_NPCs.esp' ]
clean:
- crc: 0xC2C81AD6
util: 'SSEEdit v4.0.3'
- name: 'WICO - Immersive People.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2136/' ]
after:
- 'Heights_of_Skyrim.esp'
- 'HOS - USSEP Patch.esp'
###### Character Appearance - Presets ######
- name: 'AsharaSkyrimCharacterPresetsReplacer.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2406/' ]
group: *fixesGroup
inc:
- 'Better_Male_Presets.esp'
- 'Kayla_CharPreset.esp'
- 'Lydia Face Preset 64bit.esp'
msg:
- <<: *deactivateAfterCharacterCreation
condition: 'active("AsharaSkyrimCharacterPresetsReplacer.esp")'
- name: 'Better_Male_Presets.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2001/' ]
group: *fixesGroup
inc: [ 'AsharaSkyrimCharacterPresetsReplacer.esp' ]
msg:
- <<: *deactivateAfterCharacterCreation
condition: 'active("Better_Male_Presets.esp")'
- name: 'Kayla_CharPreset.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3851/' ]
group: *fixesGroup
inc:
- 'AsharaSkyrimCharacterPresetsReplacer.esp'
- 'Lagertha_CharPreset.esp'
- 'Lydia Face Preset 64bit.esp'
- 'Severa_CharPreset.esp'
msg:
- <<: *deactivateAfterCharacterCreation
condition: 'active("Kayla_CharPreset.esp")'
- name: 'Lagertha_CharPreset.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2629/' ]
group: *fixesGroup
inc:
- 'Kayla_CharPreset.esp'
- 'Lydia Face Preset 64bit.esp'
- 'Severa_CharPreset.esp'
msg:
- <<: *deactivateAfterCharacterCreation
condition: 'active("Lagertha_CharPreset.esp")'
- name: 'Lydia Face Preset 64bit.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1080/' ]
group: *fixesGroup
inc:
- 'AsharaSkyrimCharacterPresetsReplacer.esp'
- 'Kayla_CharPreset.esp'
- 'Lagertha_CharPreset.esp'
- 'Severa_CharPreset.esp'
msg:
- <<: *deactivateAfterCharacterCreation
condition: 'active("Lydia Face Preset 64bit.esp")'
###### Encounters - Allies ######
- name: '018Auri.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11278/'
name: 'Song of the Green (Auri Follower)'
clean:
- crc: 0x165E7B6D
util: 'SSEEdit v4.0.3g'
- name: '3DNPC.esp'
url:
- link: 'http://3dnpc.com/2017/11/20/3dnpc-v3-4-for-oldrim-and-sse/'
name: 'Interesting NPCs SSE Beta'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29194/'
name: 'Interesting NPCs'
inc:
- name: 'open cities skyrim.esp'
condition: 'not active("Open Cities - 3DNPC Patch.esp")'
msg:
- <<: *patchProvided
subs: [ 'AI Overhaul' ]
condition: 'active("AI Overhaul.esp") and not active("3DNPC - AI Overhaul Patch.esp")'
- <<: *patchProvided
subs: [ 'Alternate Start' ]
condition: 'active("alternate start - live another life.esp") and not active("3DNPC Alternative Locations.esp")'
- <<: *patchProvided
subs: [ 'Arthmoor''s Karthwasten' ]
condition: 'active("karthwasten.esp") and not active("3DNPC - Arth Karthwasten Patch.esp")'
- <<: *patchProvided
subs: [ 'Arthmoor''s Kynesgrove' ]
condition: 'active("kynesgrove.esp") and not active("3DNPC - Arth Kynesgrove Patch.esp")'
- <<: *patchProvided
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("3DNPC - CRF Patch.esp")'
- <<: *patchProvided
subs: [ 'Extensible Follower Framework' ]
condition: 'active("EFFCore.esm") and not active("3DNPCEFF.esp")'
- <<: *patchProvided
subs: [ 'TK Children' ]
condition: 'active("TKChildren.esp") and not active("TKChildren+3DNPC.esp")'
- <<: *patchProvided
subs: [ 'Unplayable Faction Armors' ]
condition: 'active("DIS_Armor_Fractions.esp") and not active("DIS_Armor_Fractions_3DNPC.esp")'
tag:
- -C.Acoustic
- -C.Climate
- -C.Encounter
- -C.Location
- -C.Music
- -C.Name
- -C.RecordFlags
- -C.Regions
- -C.Water
- Keywords
- Invent.Add
- -Invent.Remove
clean:
- crc: 0xC60DC7D3
util: 'SSEEdit v4.0.3'
- name: 'Open Cities - 3DNPC Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29194/'
name: 'Interesting NPCs'
msg: [ *patchOutdated ]
- name: 'Ambriel.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/969/' ]
dirty:
# version: AQSE1.06
- <<: *reqManualFix
crc: 0xA62DBDC9
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
nav: 1
# version: AQSE1.06, after QAC
- <<: *reqManualFix
crc: 0xC74BEFEF
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'AnnaNPCs.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1163/' ]
tag:
- C.Acoustic
- C.Location
- C.Music
clean:
- crc: 0x5F3B61CD
util: 'SSEEdit v4.0.3'
- name: 'Aurlyn.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9536/' ]
inc:
- name: 'ArtifactsOfBoethiah.esp'
condition: 'not file("ATOT10B patch.esp")'
msg:
- <<: *patchProvided
subs: [ 'Artifacts: The Tournament of the Ten Bloods' ]
condition: 'active("ArtifactsOfBoethiah.esp") and not active("ATOT10B patch.esp")'
dirty:
# version: 7.22
- <<: *quickClean
crc: 0x8A9891D9
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 31
- name: 'BenDoonSSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/274/' ]
dirty:
# version: 1.6
- <<: *quickClean
crc: 0x2EE26861
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 35
- name: 'CaesiaFollower.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13389/' ]
dirty:
# version: 2.0
- <<: *quickClean
crc: 0xBB6E433D
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'EMCompViljaSkyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6722/'
name: 'Vilja in Skyrim'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Vilja.esp")'
- name: 'Followers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10633/' ]
dirty:
# version: 1.6
- <<: *reqManualFix
crc: 0x750DF5C5
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 69
nav: 13
# version: 1.6, after QAC
- <<: *reqManualFix
crc: 0x6128BA4B
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 13
- name: 'HothFollower.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16137/' ]
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Hoth.esp")'
clean:
# version: 3.2
- crc: 0x215922B2
util: 'SSEEdit v4.0.2f'
- name: 'Inigo.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1461/'
name: 'INIGO'
msg:
- <<: *patch3rdParty
subs:
- 'Bloodchill Manor (Creation Club)'
- '[Inigo - Bloodchill Manor patch](https://www.nexusmods.com/skyrimspecialedition/mods/58317/)'
condition: 'active("cceejsse005-cave.esm") and not active("Eli_InigoBloodchillPatch.esp")'
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Inigo.esp")'
tag: [ C.Location ]
dirty:
# version: 2.4C
- <<: *quickClean
crc: 0x9CCE987C
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 34
- name: '0Kaidan.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12496/'
name: 'Kaidan - Fully Voiced Follower'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19075/'
name: 'Kaidan 2'
tag: [ C.Location ]
msg:
- <<: *obsolete
subs: [ '[Kaidan 2](https://www.nexusmods.com/skyrimspecialedition/mods/19075/)' ]
condition: 'checksum("0Kaidan.esp", DA7B7F89) or checksum("0Kaidan.esp", 3EACB022) or checksum("0Kaidan.esp", 99A72B29)'
clean:
- crc: 0x146A0117
util: 'SSEEdit v4.0.3g'
- name: 'hecate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26697/' ]
- name: 'KhajiitWillFollow.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2227/'
name: 'Khajiit Will Follow'
tag: [ C.Location ]
dirty:
- <<: *reqManualFix
crc: 0xE1D432FD
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Lucien.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20035/' ]
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Lucien.esp")'
- <<: *patchProvided
subs: [ 'Insects Begone' ]
condition: 'active("Insects Begone - (Chaurus|Spiders|Spiders and Chaurus)\.esp") and not active("Lucien-InsectsBegone-Patch.esp")'
- <<: *patchProvided
subs: [ 'Moon and Star' ]
condition: 'active("MoonAndStar_MAS.esp") and not active("Lucien-MoonandStar-Patch.esp")'
- <<: *patchProvided
subs: [ 'Moonpath to Elsweyr' ]
condition: 'active("moonpath.esp") and not active("Lucien-Moonpath-Patch.esp")'
- <<: *patchProvided
subs: [ 'Shiva''s Vanilla Clothing Replacer' ]
condition: 'active("Shiva''s Vanilla Clothing Replacer.esp") and not active("Lucien-ShivaVanillaClothing-Patch.esp")'
dirty:
- <<: *quickClean
crc: 0x1BA7BA4A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
- name: 'Milante.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26234/' ]
msg:
- <<: *corrupt
condition: 'checksum("Milante.esp", 45AAAF65)'
- name: 'MiraakFollower.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19829/' ]
dirty:
# version: 1.7
- <<: *reqManualFix
crc: 0x3E720CF5
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 29
nav: 3
# version: 1.7, after QAC
- <<: *reqManualFix
crc: 0xABAAD0D8
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Misty(Skye|sHairSalon)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16374/' ]
- name: 'MistySkye.esp'
dirty:
- <<: *quickClean
crc: 0xD8D5FF3A
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
- name: 'MistysHairSalon.esp'
dirty:
- <<: *quickClean
crc: 0x359C70A7
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'MrissiTailOfTroubles.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9666/' ]
tag:
- C.Music
- C.Name
- C.Owner
dirty:
- <<: *quickClean
crc: 0x881934D2
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 34
- name: 'Endgame NPC Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/897/' ]
after:
- 'AmazingFollowerTweaks.esp'
- 'UFO - Ultimate Follower Overhaul.esp'
tag:
- Actors.ACBS
- Actors.Spells
- Actors.Stats
- Factions
- Invent.Add
- Invent.Remove
- NPC.DefaultOutfit
- NPC.Perks.Add
clean:
- crc: 0x338D2780
util: 'SSEEdit v4.0.3g'
- name: 'MharphinV2.0.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/269/' ]
dirty:
# version: 2.1
- <<: *quickClean
crc: 0x251F8670
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 31
- name: 'Nessa.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/77337/'
name: 'Nessa'
dirty:
- <<: *quickClean
crc: 0x329F71D4
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'Pussycats.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/52075/'
name: 'Pussycats SSE'
msg:
- <<: *requiresMCM
condition: 'not active("SkyUI_SE.esp") and version("Pussycats.esp", >=, "2.0.2")'
- <<: *obsolete
subs: [ '[Pussycats SSE](https://www.nexusmods.com/skyrimspecialedition/mods/52075/)' ]
condition: 'version("Pussycats.esp", <, "2.0.2")'
- <<: *patchIncluded
subs: [ 'Fishing DLC' ]
condition: 'active("ccBGSSSE001-Fish.esm") and not active("CC Fish for Pusycats.esp")'
- <<: *patchIncluded
subs: [ 'Improved Fish SE' ]
condition: 'active("ImprovedFishBASIC.esp") and not active("Improved Fish For Pussycats.esp")'
- <<: *patchIncluded
subs: [ 'Improved Fish SE and Fishing DLC' ]
condition: 'active("ImprovedFishBASIC.esp") and active("ccBGSSSE001-Fish.esm") and not active("CC Improved Fish for Pussycats.esp")'
clean:
- crc: 0xC52EC414
util: 'SSEEdit v4.0.4'
- name: 'CC Fish for Pusycats.esp'
clean:
- crc: 0x5D3A49E1
util: 'SSEEdit v4.0.4'
- name: 'CC Improved Fish for Pussycats.esp'
clean:
- crc: 0xE4E4DDAA
util: 'SSEEdit v4.0.4'
- name: 'Improved Fish For Pussycats.esp'
clean:
- crc: 0x9BC5AA45
util: 'SSEEdit v4.0.4'
- name: 'Recorder Follower Base.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4718/' ]
dirty:
# version: 3.0
- <<: *quickClean
crc: 0x594E8A95
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 35
udr: 2
- name: 'Rigmor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5271/'
name: 'Rigmor of Bruma'
after:
- name: 'cutting room floor.esp'
condition: 'not is_master("Rigmor.esp")'
- name: 'ETaC - Complete.esp'
condition: '(is_master("Rigmor.esp") and is_master("ETaC - Complete.esp")) or (not is_master("Rigmor.esp") and not is_master("ETaC - Complete.esp"))'
- name: 'ETaC - Dawnstar.esp'
condition: 'not is_master("Rigmor.esp")'
- name: 'ETaC - Riverwood.esp'
condition: 'not is_master("Rigmor.esp")'
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: 'not is_master("Rigmor.esp")'
msg:
- <<: *patchUnavailable
subs: [ 'Open Cities Skyrim' ]
condition: 'active("open cities skyrim.esp")'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- C.Location
- Factions
- Invent.Add
- Invent.Remove
- NPC.CrimeFaction
- NPC.DefaultOutfit
clean:
- crc: 0x90543FD4
util: 'SSEEdit v4.0.4c'
- name: 'Shani the Grey - Khajiit Follower.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26935/' ]
dirty:
- <<: *quickClean
crc: 0x80A3764F
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
- name: 'Shezarrine.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15866/' ]
tag:
- Actors.ACBS
- Actors.AIData
- Actors.Spells
- Actors.Stats
- Actors.Voice
- Factions
- NPC.DefaultOutfit
- NPC.Perks.Add
- NPC.Perks.Remove
dirty:
- <<: *quickClean
crc: 0xDB0A5FC8
util: '[SSEEdit v4.0.3f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 286
- name: 'SnowBall.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51006/' ]
dirty:
- <<: *quickClean
crc: 0xF25CB13C
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'SofiaFollower.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2180/'
name: 'Sofia - The Funny Fully Voiced Follower'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/70950/'
name: 'Sofia Bug and Patch Hub'
dirty:
- <<: *quickClean
crc: 0xD87DD508
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0x5523CAF2
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: '(WT_)?Sofia( - (
{0}|AI Overhaul
{0}|At Your Own Pace
{0}|CDAA No Chairs
{0}|GDO
{0}|GDO MCM
{0}|ICAIO No Table
{0}|Immersive Citizens
{0}|No Bump Dialogue
{0}|RDO
{0}|USSEP & Hearthfires
{0}|Umbra
{0}|Use Custom Skin)
{0}|CatchUpFix
{0}| Distance Extended
{0}|HideTrackingMarker
{0}|_Start
{0}|)( Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/70950/'
name: 'Sofia Bug and Patch Hub'
req: [ 'SofiaFollower.esp' ]
- name: 'Sofia - AI Overhaul Patch.esp'
req: [ 'AI Overhaul.esp' ]
- name: 'Sofia - Immersive Citizens Patch.esp'
after: [ 'Immersive Citizens - AI Overhaul.esp' ]
- name: 'Sofia - RDO Patch.esp'
after: [ 'Relationship Dialogue Overhaul.esp' ]
- name: 'Sorceress Supreme.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/39913/'
name: 'The Sorceress - Dragon''s Crown Sorceress Follower'
dirty:
- <<: *quickClean
crc: 0xEC0E6EA3
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
- name: 'Thena.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36700/' ]
dirty:
- <<: *quickClean
crc: 0x7CA4122E
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Toccata.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12713/' ]
msg:
- *requiresMCM
- *requiresMCMVR
req:
- *SKSE
- *SKSEVR
clean:
# version: 1.4.2
- crc: 0xAA9D9F35
util: 'SSEEdit v4.0.2f'
- name: 'TrissMerigoldW3.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/54724/' ]
dirty:
- <<: *quickClean
crc: 0x8058BF5E
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Vigilance the Husky.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/49935/'
name: 'Vigilance the Husky'
tag: [ Actors.Voice ]
clean:
- crc: 0x84EA58D5
util: 'SSEEdit v4.0.4b'
- name: 'YurianaWench.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/598/'
name: 'Buxom Wench Yuriana'
req: [ *SilentVoice ]
msg:
- <<: *requiresX
subs: [ '[XP32 Maximum Skeleton](https://www.nexusmods.com/skyrimspecialedition/mods/1988/)' ]
condition: 'not file("XPMSE.esp")'
dirty:
- <<: *quickClean
crc: 0xE37FB948
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 20
- name: 'zMirai.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10908/' ]
after: [ 'S3DTrees NextGenerationForests.esp' ]
msg:
- <<: *patchProvided
subs: [ 'Open Cities Skyrim' ]
condition: 'active("open cities skyrim.esp") and not active("zMirai_OCS_Patch.esp")'
clean:
# version: 2.11
- crc: 0xCA1F9565
util: 'SSEEdit v4.0.0'
- name: 'zMirai_OCS_Patch.esp'
clean:
# version: Alpha-01
- crc: 0x1F2A30C3
util: 'SSEEdit v4.0.0'
###### Encounters - Enemies ######
- name: 'AAE Ultimate Edition.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6843/' ]
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.CombatStyle
- Actors.DeathItem
- Actors.Stats
- Actors.Spells
- Delev
- Factions
- Invent.Add
- Invent.Remove
- Keywords
- Names
- NPC.Class
- NPC.Race
- Outfits.Add
- Outfits.Remove
- SpellStats
clean:
# version: 3.7
- crc: 0xE41E4EFC
util: 'SSEEdit v4.0.3'
- name: 'Arena.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/33487/'
name: 'Arena - An Encounter Zone Overhaul'
after: [ 'MLU.esp' ]
# Do Not Clean - ITMs required for compatibility with other EZN plugins.
- name: 'Bears of the North.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/47541/' ]
msg:
- <<: *patch3rdParty
subs:
- 'Beyond Skyrim - Bruma'
- '[Bears of the North Patches](https://www.nexusmods.com/skyrimspecialedition/mods/48148/)'
condition: 'active("BSHeartland.esm") and not active("Bruma Bears of the North Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Grunt - The Bear Companion'
- '[Bears of the North Patches](https://www.nexusmods.com/skyrimspecialedition/mods/48148/)'
condition: 'active("GruntTheBear.esp") and not active("Grunt of the North Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Monster Mod'
- '[Bears of the North Patches](https://www.nexusmods.com/skyrimspecialedition/mods/48148/)'
condition: 'active("Monster Mod SE.esm") and not active("Monster Mod SE Bears of the North Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Savage Skyrim'
- '[Bears of the North Patches](https://www.nexusmods.com/skyrimspecialedition/mods/48148/)'
condition: 'active("Savage Skyrim Std.esp") and not active("Savage Bears of the North Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Skyrim Immersive Creatures'
- '[Bears of the North Patches](https://www.nexusmods.com/skyrimspecialedition/mods/48148/)'
condition: 'active("Skyrim Immersive Creatures Special Edition.esp") and not active("Immersive Bears of the North Patch.esp")'
- <<: *patch3rdParty
subs:
- 'SkyTEST - Realistic Animals and Predators'
- '[Bears of the North Patches](https://www.nexusmods.com/skyrimspecialedition/mods/48148/)'
condition: 'active("SkyTEST-RealisticAnimals&Predators.esp") and not active("SkyTest Bears of the North Patch.esp")'
clean:
- crc: 0x816DD00B
util: 'SSEEdit v4.0.3'
- name: 'Beasts of Tamriel.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5404/' ]
tag:
- Invent.Add
- Relev
- name: 'Better Vampire NPCs.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9510/' ]
tag:
- Actors.ACBS
- Actors.CombatStyle
- Actors.DeathItem
- Actors.RecordFlags
- Actors.Spells
- Actors.Stats
- Delev
- Invent.Add
- Invent.Remove
- NPC.Class
- NPC.DefaultOutfit
- NPC.Perks.Add
- NPC.Perks.Remove
dirty:
- <<: *quickClean
crc: 0x65880CA7
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- <<: *quickClean
crc: 0xADFADFDB
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'BloodHorkers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13938/' ]
tag: [ NPC.DefaultOutfit ]
clean:
- crc: 0x1536A216
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Dynamic_Animal_Variants_-_Blood_Horkers_Patch.esp'
clean:
- crc: 0x287F17D5
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Civil War Deserters.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44497/'
name: 'Civil War Deserters'
tag:
- Names
- NPC.DefaultOutfit
clean:
- crc: 0x796145C9
util: 'SSEEdit v4.0.4b'
- name: 'Deadly ?Dragons( - .*)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/23723/'
name: 'Deadly Dragons'
- name: 'DeadlyDragons.esp'
req:
- *SKSE
- *SKSEVR
inc: [ 'Serio''s Enhanced Dragons.esp' ]
msg:
- <<: *compatIssuesWithX
subs: [ 'Elemental Dragons' ]
condition: 'active("Elemental_Dragons.esp")'
- <<: *compatIssuesWithX
subs: [ 'Enhanced Mighty Dragons' ]
condition: 'active("Mighty Dragons SE Medium Cooked.esp")'
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Deadly Dragons.esp")'
- <<: *patchProvided
subs: [ 'Diverse Dragons Collection' ]
condition: 'active("DiverseDragonsCollectionSE.esp") and not active("Deadly Dragons - (Diverse Dragons Collection|DDC and Splendor)\.esp")'
- <<: *patchProvided
subs: [ 'Splendor Dragon Variants' ]
condition: 'active("ogSplendorDragons.esp") and not active("Deadly Dragons - (Splendor Dragon Variants|DDC and Splendor)\.esp")'
- <<: *patchProvided
subs: [ 'Wyrmstooth' ]
condition: 'active("Wyrmstooth.esp") and not active("Deadly Dragons - Wyrmstooth.esp")'
- *requiresMCM
- *requiresMCMVR
tag:
- Actors.ACBS
- Actors.RecordFlags
- Actors.Spells
- Actors.Stats
- Delev
- EffectStats
- Graphics
- Keywords
- NPC.AttackRace
- NPC.Class
- NPC.Perks.Add
- NPC.Perks.Remove
- Relations.Add
- Relev
- SpellStats
clean:
- crc: 0x2619390B
util: 'SSEEdit v4.0.4b'
- crc: 0x7204DC21
util: 'SSEEdit v4.0.4b'
- name: 'Deadly Dragons - DDC and Splendor.esp'
inc:
- 'Deadly Dragons - Diverse Dragons Collection.esp'
- 'Deadly Dragons - Splendor Dragon Variants.esp'
- name: 'Deadly Wenches.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/599/' ]
tag:
- Delev
- Relev
- name: 'DiverseWerewolvesCollection.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7009/' ]
tag:
- Actors.ACBS
- Actors.AIData
- Actors.CombatStyle
- Actors.Stats
- Actors.Voice
- Delev
- Factions
- Graphics
- Names
- NPC.Class
- NPC.DefaultOutfit
- NPC.Race
- ObjectBounds
clean:
- crc: 0x9619C337
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'DWC Deleveled patch.esp'
tag:
- Delev
- Relev
clean:
- crc: 0xD6A3EA28
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'DWC Better Quest Objectives Patch.esp'
clean:
- crc: 0x6E91E659
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Durnehviir God of Death.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12086/' ]
after: [ 'KS Dragon Overhaul 2.esp' ]
inc: [ 'Durnehviir God of Death - Remastered.esp' ]
msg:
- <<: *obsolete
subs: [ '[DURNEHVIIR GOD OF DEATH - REMASTERED (Ultra HD Dragon Retexture)](https://www.nexusmods.com/skyrimspecialedition/mods/88140/)' ]
tag:
- Actors.ACBS
- Actors.Spells
- Actors.Stats
- name: 'Durnehviir God of Death - Remastered.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/88140/'
name: 'Edmond''s DURNEHVIIR GOD OF DEATH - REMASTERED (Ultra HD Dragon Retexture)'
after: [ 'DurnehviirResurrected.esp' ]
msg:
- <<: *patchIncluded
subs: [ 'Durnehviir Resurrected' ]
condition: 'active("DurnehviirResurrected.esp") and not active("Durnehviir Resurrected (Fast|Instant|Normal) - God Of Death Remastered Patch\.esp")'
tag:
- Actors.ACBS
- Actors.Spells
- Actors.Stats
- Graphics
- Keywords
- NPC.Perks.Add
clean:
- crc: 0x0C6A8983
util: 'SSEEdit v4.1.5g'
- name: 'DwemerSpectresLegendary.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/8016/'
name: 'Dwemer Spectres'
after: [ 'Skyrim Immersive Creatures Special Edition.esp' ]
tag:
- -C.Name
- NPC.AttackRace
clean:
- crc: 0x5ADB7B31
util: 'SSEEdit v4.0.4c'
- name: 'GrahlsOnSolstheim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9311/'
name: 'GRAHL - The Ice Troll (Bloodmoon Creature Restoration Project)'
tag: [ Delev ]
clean:
- crc: 0x8E9E3684
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Here There Be Monsters.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35929/' ]
dirty:
- <<: *quickClean
crc: 0xBEF6ED36
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 24
- name: 'Here There Be Monsters - Call of Cthulhu.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35934/' ]
dirty:
- <<: *reqManualFix
crc: 0xA9CDB25B
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 273
nav: 73
- <<: *reqManualFix
crc: 0xD452BB59
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 73
- name: 'Here There Be Monsters - Curse of Cipactli.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35933/' ]
dirty:
- <<: *quickClean
crc: 0x30269D8B
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 22
- name: 'Heritage.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30017/' ]
- name: 'High Level Enemies( - Dawnguard| - Dragonborn)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3231/' ]
tag: [ Relev ]
- name: 'HoH.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/16918/'
name: 'TES V - Hunt of Hircine'
tag:
- C.Location
- Relations.Add
dirty:
- <<: *quickClean
crc: 0x5B49F883
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 116
- name: 'KarstaagReborn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14328/'
name: 'Karstaag - The Frost King Reborn (Bloodmoon Creature Restoration Project)'
tag:
- Invent.Change
- Keywords
- Text
clean:
- crc: 0x49E5FDA7
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xBD64F68B
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x99D70650
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'know_your_enemy.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13807/' ]
msg:
- <<: *patch3rdParty
subs:
- 'Elemental Destruction Magic'
- '[ Know Your Elements - A Patch for Know Your Enemy and Elemental Destruction Magic ](https://www.nexusmods.com/skyrimspecialedition/mods/22254/)'
condition: 'active("Elemental Destruction.esp") and not active("Know Your Elements.esp")'
clean:
- crc: 0x7AF082B7
util: 'SSEEdit v4.0.3'
- name: 'KS Dragon Overhaul 2( - .+ Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19051/'
name: 'KS Dragon Overhaul 2'
- name: 'KS Dragon Overhaul 2.esp'
after:
- 'Mortal Enemies.esp'
- 'Serio''s Enhanced Dragons.esp'
- 'SkyTEST-HarderCreatures.esp'
req:
- *PapyrusExtender
- *SKSE
- *SPID
- name: 'SKSE/Plugins/BehaviorDataInjector.dll'
display: '[Behavior Data Injector](https://www.nexusmods.com/skyrimspecialedition/mods/78159/)'
- name: 'skse/plugins/PAPER.dll'
display: '[PAPER](https://www.nexusmods.com/skyrimspecialedition/mods/73849/)'
inc:
- 'Dragon Combat Overhaul.esp'
- 'Dragon Stalking Fix.esp'
- 'InfiniteDragonVariants.esp'
- name: 'scripts/FNISCreatureVersion.pex'
display: 'FNIS Creature Pack'
- 'Simply Stronger Dragons.esp'
msg:
- <<: *compatIssuesWithX
subs: [ 'Talkative Dragons' ]
condition: 'active("DragonCombatDialogue.esp")'
- <<: *compatIssuesWithX
subs: [ 'Ultimate Dragons' ]
condition: 'active("UltimateDragons.esp") or file("SKSE/Plugins/UltimateDragons64.dll")'
- <<: *compatIssuesWithX
subs: [ 'Zim''s Dragon Improvements' ]
condition: 'active("Zim''s Dragon Improvements.esp")'
- <<: *patchIncluded
subs: [ 'Deadly Dragons' ]
condition: 'active("DeadlyDragons.esp") and not active("KS Dragon Overhaul 2 - Deadly Dragons Patch.esp")'
- <<: *patchIncluded
subs: [ 'Skyrim Unbound Reborn' ]
condition: 'active("Skyrim Unbound.esp") and file("SKSE/Plugins/SkyrimUnbound") and not active("KS Dragon Overhaul 2 - SUR( \+ TIE)? Patch\.esp")'
- <<: *patchIncluded
subs: [ 'Thunderchild - Epic Shouts and Immersion' ]
condition: 'active("Thunderchild - Epic Shout Package.esp") and not active("KS Dragon Overhaul 2 - Thunderchild Patch.esp")'
- <<: *patchUnavailable
subs: [ 'Advanced Adversary Encounters' ]
condition: 'active("AAE Ultimate Edition.esp")'
- <<: *patchUnavailable
subs: [ 'Enhanced Mighty Dragons' ]
condition: 'active("Mighty Dragons SE Medium Cooked.esp")'
- <<: *patchUnavailable
subs: [ 'Enhanced Slightly Mighty Dragons' ]
condition: 'active("ERSO 03 - Soft Slighty Mighty Dragons.esp")'
- <<: *patchUnavailable
subs: [ 'Serio''s Enhanced Dragons Redone' ]
condition: 'active("Serio''s Enhanced Dragons Redone.esp")'
- *requiresMCM
- *requiresMCMVR
tag:
- Actors.ACBS
- Actors.DeathItem
- Actors.RecordFlags
- Actors.Spells
- Actors.Stats
- EffectStats
- Keywords
- Names
- NPC.Class
- R.AddSpells
- Sound
- SpellStats
clean:
- crc: 0x15FBB3A9
util: 'SSEEdit v4.0.4c'
- name: 'LessDragons(10|20|25|35|50)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4858/' ]
msg:
- <<: *alreadyInX
subs: [ 'Timing is Everything - Quest Delay and Timing Control' ]
condition: 'active("TimingIsEverything.esp")'
- <<: *useOnlyOneX
subs: [ 'Less Dragons SSE' ]
condition: 'many("LessDragons(10|20|25|35|50)\.esp")'
- name: 'MightifiedBellyachesDragons.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27131/' ]
after:
- 'RevampedReleveled.esp'
- 'Skyrim Revamped - Complete Enemy Overhaul.esp'
- name: 'mihailashgolem.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29365/' ]
- name: 'mihailbeholder.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/34389/' ]
msg:
- *wildEdits
dirty:
- <<: *quickClean
crc: 0x447993FF
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 382
- name: 'mihailcoralatronach.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/33737/' ]
- name: 'mihailcrystalgolem.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/37152/' ]
- name: 'mihailcthulhoid.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/44764/' ]
- name: 'mihaildaedroth.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24523/' ]
- name: 'mihaildwarvendriller.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27979/' ]
dirty:
- <<: *quickClean
crc: 0x27A236D1
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'mihailelementaltriad.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26210/' ]
- name: 'mihailesobonecolossus.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24521/' ]
dirty:
- <<: *quickClean
crc: 0xEE56D864
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
- name: 'mihailesocenturion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27354/' ]
dirty:
- <<: *quickClean
crc: 0x0A2FE896
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
- name: 'mihailfiregolem.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/52456/' ]
- name: 'mihailflameturmoil.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/42143/' ]
- name: 'mihailgargoyleexpansion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/55620/' ]
- name: 'mihailgorons.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27509/' ]
- name: 'mihailgrummite.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/46526/' ]
- name: 'mihailhealingorb.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35972/' ]
- name: 'mihailhighfantasypack.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/56523/' ]
- name: 'mihailhungerandvermai.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/45583/' ]
- name: 'mihailicecarvedsteed.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30973/' ]
- name: 'mihailicegolem.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26185/' ]
dirty:
- <<: *quickClean
crc: 0x9A86B03C
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 21
udr: 12
- name: 'mihailindrik.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/53640/' ]
- name: 'mihailirongolem.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29228/' ]
- name: 'mihaillegion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29583/' ]
- name: 'mihailmmasithis.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27365/' ]
dirty:
- <<: *quickClean
crc: 0x5D539026
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
- name: 'mihailmountainlion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24552/' ]
- name: 'mihailscamp.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/50084/' ]
- name: 'mihailskinnedhound.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/34390/' ]
- name: 'mihailspectres.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30772/' ]
msg:
- *wildEdits
dirty:
- <<: *reqManualFix
crc: 0x95F0F68D
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 51
nav: 2
- <<: *reqManualFix
crc: 0xCDDFC931
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'mihailstormgolem.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24794/' ]
- name: 'mihailsummonlifedraincrystal.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35973/' ]
- name: 'mihailundeadpackdef.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/56567/' ]
- name: 'mihailwatcher.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24595/' ]
- name: 'MoreBanditCamps.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1994/' ]
clean:
- crc: 0x225747F7
util: 'SSEEdit v4.0.3'
- crc: 0x2B7273F8
util: 'SSEEdit v4.0.3'
- name: 'OBIS SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4145/' ]
after:
- 'Cloaks.esp'
- 'DIVERSE SKYRIM.esp'
clean:
# version: 2.5
- crc: 0xC0D9011C
util: 'SSEEdit v4.0.3'
- name: 'ogEmperorCrab.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/58612/'
name: 'EMPEROR - Giant Crab Overhaul'
tag:
- ObjectBounds
- Sound
clean:
- crc: 0xBADDF592
util: 'SSEEdit v4.0.4'
- name: 'ogFalkreathHauntings.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20733/' ]
# doNotClean
- name: 'ogSkinshifter.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/57631/'
name: 'Skinshifters - Forsworn Doppelgangers'
clean:
- crc: 0x9EC3EF59
util: 'SSEEdit v4.0.4'
- name: 'ogUderfrykte.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60734/'
name: 'Udefrykte. Uderfrykte. Udyrfrykte. (Bloodmoon Creature Restoration Project)'
msg: [ *optional ]
tag:
- Actors.ACBS
- Actors.DeathItem
- Actors.Spells
- Actors.Stats
- Keywords
- Names
- NPC.Race
clean:
- crc: 0xFB6697E3
util: 'SSEEdit v4.0.4b'
- name: 'Rebalanced Encounter Zones.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25/' ]
after:
- 'MLU.esp'
- 'MLU_EZupdate.esp'
- 'MLU - Vanilla Encounter Zones.esp'
msg:
- <<: *useOnlyOneX
condition: 'many("Rebalanced Encounter Zones.*\.esp")'
subs: [ 'Rebalanced Encounter Zones' ]
- name: 'Savage Skyrim Std.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/37768/' ]
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.Stats
- Delev
- Factions
- Keywords
- NPC.DefaultOutfit
- R.AddSpells
- R.Stats
- Relations.Add
- Relations.Change
- Relations.Remove
- Relev
dirty:
- <<: *quickClean
crc: 0xB3D5D991
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Serio''s Enhanced Dragons Redone.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27061/' ]
inc:
- 'Elemental_Dragons.esp'
- 'Serio''s Enhanced Dragons.esp'
msg:
- <<: *patchProvided
subs: [ 'Deadly Dragons' ]
condition: 'active("DeadlyDragons.esp") and not active("SEDR Deadly Dragons Compatibility Patch.esp") and not active("SEDR DD UD Compatibility Patch.esp") and not active("SEDR KSDO2 DD Compatibility Patch.esp") and not active("SEDR Ultimate Deadly Enhanced Dragons Overhaul Patch.esp")'
- <<: *patchProvided
subs: [ 'Ultimate Dragons SE' ]
condition: 'active("UltimateDragons.esp") and not active("SEDR Ultimate Dragons Compatibility Patch.esp") and not active("SEDR DD UD Compatibility Patch.esp") and not active("SEDR KSDO2 UD Compatibility Patch.esp") and not active("SEDR Ultimate Deadly Enhanced Dragons Overhaul Patch.esp")'
- *requiresMCM
- *requiresMCMVR
tag:
- Actors.ACBS
- SpellStats
dirty:
- <<: *quickClean
crc: 0xC3D70E5A
util: '[SSEEdit v4.0.3f](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
itm: 22
- name: 'SEDR (KS Dragons 2|KSDO2 [DU]D|Ultimate Deadly Enhanced Dragons Overhaul)( Compatibility)? Patch.esp'
inc:
- name: 'KS Dragon Overhaul 2.esp'
display: 'KS Dragon Overhaul 2 v2.60+'
condition: 'version("KS Dragon Overhaul 2.esp", >=, "2.60")'
- name: 'Skyrim Immersive Creatures Special Edition.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12680/'
name: 'Skyrim Immersive Creatures Special Edition'
inc:
- name: 'Skytest Creature Extension.esp'
condition: 'version("Skyrim Immersive Creatures Special Edition.esp", >=, "7.0.0")'
- name: 'Skytest Immersive Creatures.esp'
condition: 'version("Skyrim Immersive Creatures Special Edition.esp", >=, "7.0.0")'
msg:
- <<: *compatPatch
subs: [ '[SIC SE - Add-Ons and Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54930/)' ]
- <<: *obsolete
subs: [ '[Skyrim Immersive Creatures Special Edition](https://www.nexusmods.com/skyrimspecialedition/mods/12680/)' ]
condition: 'not version("Skyrim Immersive Creatures Special Edition.esp", >=, "7.0.2")'
- <<: *patch3rdParty
subs:
- 'Better Spell Learning'
- '[Better Spell Learning - Patches](https://www.nexusmods.com/skyrimspecialedition/mods/19960/)'
condition: 'active("Better Spell Learning.esp") and not active("Better Spell Learning - SIC SE Patch.esp")'
- <<: *patch3rdParty
type: warn
subs:
- 'Wintersun - Faiths of Skyrim'
- '[Wintersun - More Patches](https://www.nexusmods.com/skyrimspecialedition/mods/24228/)'
condition: 'active("Wintersun - Faiths of Skyrim.esp") and not active("Wintersun - SIC Patch.esp")'
- <<: *patchUnavailableRequiem
- *requiresMCM
- *requiresMCMVR
- type: say
content:
- lang: en
text: 'When using DwemerSpectresLegendary.esp, set Creature Toggles Dwemer Spectre to Disabled in MCM Settings.'
- lang: de
text: 'Wenn DwemerSpectresLegendary.esp genutzt wird, setzen Sie "Creature Toggles Dwemer Spectre" auf Deaktiviert in den MCM Einstellungen.'
condition: 'active("DwemerSpectresLegendary.esp")'
tag:
- Actors.Voice
- NPC.AttackRace
- NPC.DefaultOutfit
- NPC.Perks.Add
- NPC.Perks.Remove
- ObjectBounds
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0xE92A5A2D
util: 'SSEEdit v4.0.4c'
- name: '(Skyrim Revamped - Complete Enemy Overhaul|SRCEO - (SIC|WICO) Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14598/'
name: 'Skyrim Revamped - Complete Enemy Overhaul'
- name: 'Skyrim Revamped - Complete Enemy Overhaul.esp'
after:
- 'Cloaks.esp'
- 'Combat Evolved.esp'
- 'Immersive Weapons.esp'
- 'Skyrim Immersive Creatures Special Edition.esp'
- 'Smilodon - Combat of Skyrim.esp'
- 'WICO - Immersive People.esp'
- 'Wildcat - Combat of Skyrim.esp'
msg:
- <<: *patchProvided
subs: [ 'Windsong Immersive Character Overhaul' ]
condition: 'active("WICO - Immersive People.esp") and not active("SRCEO - WICO Patch.esp")'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.CombatStyle
- Actors.DeathItem
- Actors.Factions
- Actors.RecordFlags
- Actors.Spells
- Actors.Stats
- EffectStats
- Graphics
- Invent.Add
- Invent.Remove
- Names
- NPC.AIPackageOverrides
- NPC.Class
- NPC.Race
- Outfits.Add
- Outfits.Remove
- SpellStats
- Stats
clean:
- crc: 0xE48C9F86
util: 'SSEEdit v4.0.4c'
- name: 'SRCEO - SIC patch.esp'
msg:
- <<: *alreadyInX
subs: [ '**SIC - SRCEO Integration.esp**' ]
condition: 'file("SIC - SRCEO Integration.esp")'
- name: 'SOTFull.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3093/' ]
clean:
# version: 50.3
- crc: 0xF70CD42C
util: 'SSEEdit v4.0.3'
- name: 'WendigoAndHowler.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/15831/'
name: 'Daedric Beasts - Wendigos and Howlers'
tag: [ Names ]
clean:
- crc: 0xF7B809E8
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'WorldEaterBeater.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/60778/' ]
after: [ 'DeadlyDragons.esp' ]
inc: [ 'Dragon Combat Overhaul.esp' ]
clean:
- crc: 0xAE2F7427
util: 'SSEEdit v4.0.4'
- name: 'Zim''s Improved Dremora.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12128/' ]
after: [ 'MLU.esp' ]
msg:
- <<: *patch3rdParty
subs:
- 'The Unofficial Skyrim Special Edition Patch (USSEP)'
- '[Zim''s Improved Dremora -- USSEP Patch](https://www.nexusmods.com/skyrimspecialedition/mods/45399/)'
condition: 'active("unofficial skyrim special edition patch.esp") and not active("Zim''s Improved Dremora -- USSEP patch.esp")'
- <<: *patch3rdParty
subs:
- 'No Animals Report Crimes (NARC)'
- '[Zim''s Improved Dremora -- NARC Patch](https://www.nexusmods.com/skyrimspecialedition/mods/45397/)'
condition: 'active("NARC SE for Vanilla.esp") and not active("Zim''s Dremora Improvements -- NARC patch.esp")'
tag:
- Invent.Add
- Invent.Remove
- Names
- Relev
###### Encounters - Neutrals ######
- name: 'Animallica.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20456/'
name: 'Animallica - Skyrim Wildlife Overhaul'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Animallica.esp")'
- name: 'chickenleg.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29339/'
name: 'The Bone Merchant'
dirty:
- <<: *quickClean
crc: 0xDD534CE0
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
udr: 1
- name: 'CitizensComplete.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29069/'
name: 'Citizens of Tamriel'
dirty:
- <<: *quickClean
crc: 0x26A0C52A
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
udr: 10
- name: '(CollegeStudents|ICNs_ImmersiveCollegeNPCs)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9252/' ]
group: *newContentGroup
- name: 'ICNs_ImmersiveCollegeNPCs.esp'
clean:
- crc: 0x9C93F71D
util: 'SSEEdit v4.0.3'
- name: 'ICNs_Lite.esp'
clean:
- crc: 0x56AD682D
util: 'SSEEdit v4.0.3'
- name: 'DIVERSE SKYRIM.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/7707/'
name: 'DIVERSE SKYRIM'
after:
- 'Kireina SSE.esl'
- 'Kireina SSE.esp'
msg:
- <<: *alsoUseX
subs: [ '[Diverse Skyrim - Battle of Whiterun Fix](https://www.nexusmods.com/skyrimspecialedition/mods/47939/)' ]
condition: 'not active("DiverseSkyimCivilWarFix.esp") and not active("Immersive Citizens - AI Overhaul.esp") and not active("Civil War Overhaul.esp") and not active("Diverse Skyrim - Voiced Addon.esp")'
tag:
- Actors.ACBS
- Actors.Factions
- Actors.Stats
- Actors.Voice
- Delev
- Invent.Add
- Invent.Remove
- NPC.DefaultOutfit
- NPC.Race
- Relev
clean:
- crc: 0xA6A5118F
util: 'SSEEdit v4.0.4c'
- name: 'Ducks and Swans.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2149/' ]
group: *newContentGroup
clean:
# version: 1.1
- crc: 0x1BD494E8
util: 'SSEEdit v4.0.2f'
- name: 'Extended Encounters.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/44810/' ]
clean:
- crc: 0x7144995D
util: 'SSEEdit v4.0.3'
- name: 'Faction Warfare.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/32997/' ]
msg:
- <<: *wildEdits
subs: [ 'Remove records 0000907A & 0401B640.' ]
condition: 'checksum("Faction Warfare.esp", 2FF0FBE7)'
tag: [ Relations.Add ]
dirty:
- <<: *reqManualFix
crc: 0x83ACEAA5
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 30
nav: 1
- <<: *reqManualFix
crc: 0x2FF0FBE7
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'GFoRR.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/27987/'
name: 'Good-folks of Raven Rock'
tag: [ Actors.AIPackages ]
dirty:
- <<: *quickClean
crc: 0xF559B241
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- <<: *quickClean
crc: 0x52E6D27B
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 13
- name: 'Inconsequential NPCs.esp'
url: [ 'https://www.nexusmods.com/skyrim/mods/36334/' ]
- name: 'Immersive Wenches.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/595/' ]
group: *newContentGroup
tag: [ C.LockList ]
msg:
- <<: *patchProvided
subs: [ 'Immersive Citizens - AI Overhaul' ]
condition: 'active("Immersive Citizens - AI Overhaul.esp") and not active("Immersive Wenches -Immersive Citizens AI Overhaul Patch-.esp")'
clean:
# version: 1.6.0SE
- crc: 0xA66B30B5
util: 'SSEEdit v4.0.2f'
- name: 'KrittaKittyHorsesForSSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/7685/'
name: 'Realistic Horse Breeds by KrittaKitty'
after: [ 'Convenient Horses.esp' ]
dirty:
# version: 2.5
- <<: *quickClean
crc: 0x924AD45B
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'MarkekrausSentientChairsOfSkyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/59604/' ]
after:
- 'Immersive Citizens - AI Overhaul.esp'
- 'Immersive Citizens - OCS patch.esp'
req:
- <<: *SKSE
condition: 'version("MarkekrausSentientChairsOfSkyrim.esp", >=, "4.1.0")'
clean:
- crc: 0x96C5D33E
util: 'SSEEdit v4.0.4'
- name: 'Populated Cities Towns Villages Legendary.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2005/'
name: 'Populated Cities Towns Villages'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20379/'
name: 'Populated cities towns villages DV'
dirty:
- <<: *quickClean
crc: 0xC3E182D9
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 22
clean:
- crc: 0x032B2726
util: 'SSEEdit v4.0.4b'
- name: 'Rank and File.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23551/' ]
clean:
# version: 1.0.1
- crc: 0xF1453836
util: 'SSEEdit v4.0.2f'
- name: 'ShadyMerchants.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17940/' ]
dirty:
- <<: *quickClean
crc: 0xF02E79B3
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
###### Environment, Landscape & Flora ######
- name: 'Alpine Forest of Whiterun Valley.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18866/' ]
after:
- 'BSHeartland.esm'
- 'unofficial skyrim special edition patch.esp'
clean:
# version: 1.0.5
- crc: 0xBD798EA8
util: 'SSEEdit v4.0.2f'
- name: 'AncientLand2.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22900/'
name: 'Ancient Land'
msg:
- <<: *patch3rdParty
subs:
- 'Arthmoor''s Oakwood'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("oakwood.esp") and not active("AncientLand-Oakwood.esp")'
- <<: *patch3rdParty
subs:
- 'Beginner''s Shack in Riverwood'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("Eli_RiverwoodShack.esp") and not active("AncientLand-EliRiverwoodShack.esp")'
- <<: *patch3rdParty
subs:
- 'Camp Argentum'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("CampArgentum.esp") and not active("AncientLand-CampArgentum.esp")'
- <<: *patch3rdParty
subs:
- 'Dark Forests of Skyrim'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("Dark_Forests_FULL.esp") and not active("AncientLand-DarkForests.esp")'
- <<: *patch3rdParty
subs:
- 'Dark''s Whiterun market'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("WhiterunMarket.esp") and not active("AncientLand-DarksWhiterunMarket.esp")'
- <<: *patch3rdParty
subs:
- 'Enhanced Landscapes'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("Enhanced Landscapes.esp") and not active("AncientLand-EnhancedLandscapes.esp")'
- <<: *patch3rdParty
subs:
- 'Enhanced Solitude Docks'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("Enhanced Solitude Docks.esp") and not active("AncientLand-EnhancedSolitudeDocks.esp")'
- <<: *patch3rdParty
subs:
- 'JK''s Whiterun Outskirts'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("JK''s Whiterun''s Outskirts.esp") and not active("AncientLand-JKsWhiterunOutskirts.esp")'
- <<: *patch3rdParty
subs:
- 'Lanterns Of Skyrim II'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("Lanterns Of Skyrim II.esm") and not active("AncientLand-LoS.esp")'
- <<: *patch3rdParty
subs:
- 'Leaps of Faith - A Misc Quest'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("LeapsOfFaith.esp") and not active("AncientLand-LeapsOfFaith.esp")'
- <<: *patch3rdParty
subs:
- 'Northern Roads'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("Northern Roads.esp") and not active("AncientLand-NorthernRoads.esp")'
- <<: *patch3rdParty
subs:
- 'Pirates of The North'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("PiratesNorth.esp") and not active("AncientLand-PiratesOfTheNorth.esp")'
- <<: *patch3rdParty
subs:
- 'Ryn''s Whiterun City Limits'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("RynsWhiterunCityLimits.esp") and not active("AncientLand-RynsWhiterunCityLimits.esp")'
- <<: *patch3rdParty
subs:
- 'Schlitzohr''s Oakwood'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("AnotherOakwood.esp") and not active("AncientLand-AnotherOakwood.esp")'
- <<: *patch3rdParty
subs:
- 'Whiterun Valley - Hold Expansion'
- '[Ancient Land Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54140/)'
condition: 'active("WhiterunValley3.esp") and not active("AncientLand-WhiterunValley.esp")'
clean:
- crc: 0xB5FDA10D
util: 'SSEEdit v4.0.4'
- name: 'Ashbound.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14663/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0xD5BAE910
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'Beautiful Cities.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3185/' ]
dirty:
# version: 2.0
- <<: *quickClean
crc: 0x63B1955B
util: '[SSEEdit v4.0.2k](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 243
udr: 22
- name: 'BentPines.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8306/' ]
clean:
- crc: 0x3C7AC8C0
util: 'SSEEdit v4.0.3'
- name: '[pPatch] Bentpines_Navmesh.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8306/' ]
clean:
- crc: 0xF10103F6
util: 'SSEEdit v4.0.3'
- name: 'BlendedRoads.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8834/' ]
inc:
- 'immersive roads.esp'
- 'Real Roads.esp'
tag: [ Graphics ]
clean:
- crc: 0x38FF2A83
util: 'SSEEdit v4.0.3'
- crc: 0x8C9C032E
util: 'SSEEdit v4.0.3'
- name: 'Blowing in the Wind( - .* Patch)? SSE\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5124/'
name: 'Blowing in the Wind'
- name: 'Blowing in the Wind SSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/61161/'
name: 'Blowing in the Wind Lite (moveable lanterns with Base Object Swapper)'
group: *earlyLoadersGroup
after:
- 'AK - Placeable Statics SE.esp'
- 'Destructible Skyrim.esp'
req:
- <<: *BaseObjSwap
condition: 'file("Blowing in the Wind SSE_SWAP.ini")'
msg:
- <<: *patchProvided
subs: [ 'JK''s Skyrim' ]
condition: 'active("JKs Skyrim.esp") and not file("Blowing in the Wind SSE JK_SWAP.ini")'
- <<: *patchUpdateAvailable
subs: [ '[Blowing in the Wind Lite](https://www.nexusmods.com/skyrimspecialedition/mods/61161/)' ]
condition: 'file("../skse64_loader.exe") and not file("Blowing in the Wind Lite__extension_SWAP.ini")'
- <<: *requiresResources
subs: [ '[Blowing in the Wind](https://www.nexusmods.com/skyrimspecialedition/mods/5124/)' ]
condition: 'file("Blowing in the Wind SSE_SWAP.ini") and not file("meshes/sialivi/movablelantern01a.nif")'
- <<: *useInstead
subs: [ '[WiZkiD Signs](https://www.nexusmods.com/skyrimspecialedition/mods/30481/)' ]
condition: 'active("Lanterns Of Skyrim II.esm")'
clean:
- crc: 0x8EF0F5D1
util: 'SSEEdit v4.0.4c'
# Lite
- crc: 0x6B71FB47
util: 'SSEEdit v4.0.4c'
- name: 'Blowing in the Wind - ELFX Exteriors Patch SSE.esp'
after:
- 'Blowing in the Wind - Lanterns of Skyrim Patch SSE.esp'
- 'Blowing in the Wind - Lanterns of Skyrim SE - MCM versionPatch.esp'
- 'Blowing in the Wind - SMIM Merged All Patch SSE.esp'
- name: 'Blowing in the Wind - Lanterns of Skyrim Patch SSE.esp'
group: *earlyLoadersGroup
- name: 'Blowing in the Wind - SMIM Merged All Patch SSE.esp'
group: *earlyLoadersGroup
after:
- 'Blowing in the Wind - Lanterns of Skyrim Patch SSE.esp'
- 'Blowing in the Wind - Lanterns of Skyrim SE - MCM versionPatch.esp'
- name: 'Cathedral Landscapes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21954/' ]
after:
- 'MajesticMountains.esp'
- 'ViscousGrass.esp'
- 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
msg:
- <<: *includesX
subs: [ '[ Blended Roads ](https://www.nexusmods.com/skyrimspecialedition/mods/8834/)' ]
condition: 'active("BlendedRoads.esp") and not checksum("Cathedral Landscapes.esp", 4B57D6D7) and not checksum("Cathedral Landscapes.esp", 277FB7B4) and not checksum("Cathedral Landscapes.esp", 18CAD7DA)'
- <<: *includesX
subs: [ '[ Terrain LOD Redone ](https://www.nexusmods.com/skyrimspecialedition/mods/9135/)' ]
condition: 'active("TerrainLODRedone.esp") and not checksum("Cathedral Landscapes.esp", 4B57D6D7) and not checksum("Cathedral Landscapes.esp", 277FB7B4) and not checksum("Cathedral Landscapes.esp", 18CAD7DA)'
clean:
- crc: 0x03EB25F1
util: 'SSEEdit v4.0.3'
- crc: 0xA52DCDED
util: 'SSEEdit v4.0.3'
- crc: 0xA4E835CA
util: 'SSEEdit v4.0.3'
- name: 'Cathedral - 3D Pine Grass.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/42032/' ]
after: [ 'Cathedral Landscapes.esp' ]
clean:
- crc: 0xCE3D2624
util: 'SSEEdit v4.0.3f'
- crc: 0xB5041F70
util: 'SSEEdit v4.0.3f'
- crc: 0x86EF8117
util: 'SSEEdit v4.0.3f'
- name: 'cliffs.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4520/'
name: 'Master The Summit'
dirty:
# version: 2.0
- <<: *reqManualFix
crc: 0xB806CCBD
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 137
nav: 10
# version: 2.0
- <<: *reqManualFix
crc: 0x0A46B3BE
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 10
- name: 'Complementary Grass Fixes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/71562/'
name: 'Complementary Grass Fixes'
dirty:
- <<: *quickClean
crc: 0x42AF6348
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Dark_Forests_FULL.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/21934/'
name: 'Dark Forests of Skyrim'
tag:
- Graphics
- ObjectBounds
clean:
- crc: 0xFD862D2E
util: 'SSEEdit v4.0.4'
- crc: 0xAC9A4989
util: 'SSEEdit v4.0.4'
- name: 'DepthsOfSkyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26913/' ]
clean:
- crc: 0xB380C597
util: 'SSEEdit v4.0.3'
- name: 'Destructible Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/28291/'
name: 'Destructible Skyrim - Breakable Objects'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/77568/'
name: 'Destructible Skyrim - Base Object Swapper'
group: *earlyLoadersGroup
after: [ 'AK - Placeable Statics SE.esp' ]
req:
- <<: *BaseObjSwap
condition: 'file("Destructible Skyrim_SWAP.ini")'
msg:
- <<: *patchProvided
subs: [ 'skyBirds' ]
condition: 'active("skyBirds_SSE.esp") and not active("DestructibleSkyrim-skyBirds.esp") and file("Destructible Skyrim_SWAP.ini")'
- <<: *patchUpdateAvailable
subs: [ '[Destructible Skyrim - Base Object Swapper](https://www.nexusmods.com/skyrimspecialedition/mods/77568/)' ]
condition: 'file("../skse64_loader.exe") and not file("Destructible Skyrim_SWAP.ini")'
tag:
- Destructible
- Graphics
- ObjectBounds
dirty:
- <<: *quickClean
crc: 0xAF111F67
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 584
clean:
- crc: 0xA197BD0F
util: 'SSEEdit v4.0.4c'
- crc: 0xB8A68630
util: 'SSEEdit v4.0.4c'
- crc: 0x04B686C3
util: 'SSEEdit v4.0.4c'
- name: 'Destructible Skyrim Fix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/28291/'
name: 'Destructible Skyrim - Breakable Objects'
clean:
- crc: 0x3DE6F779
util: 'SSEEdit v4.0.4c'
- name: 'DestructibleSkyrim-skyBirds.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/77568/'
name: 'Destructible Skyrim - Base Object Swapper'
clean:
- crc: 0x46852E91
util: 'SSEEdit v4.0.4c'
- name: 'DestructibleDisplayCases.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13625/' ]
tag: [ Destructible ]
clean:
- crc: 0xB3B8F00B
util: 'SSEEdit v4.0.3b'
- name: '(Dilon Vul|ELOS Oaks Mixed Greens) SSE\.es(l|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/27367/'
name: 'Enhanced Landscapes - Oaks Standalone SSE'
- name: 'Dilon Vul SSE.esp'
clean:
- crc: 0xFEE99FD9
util: 'SSEEdit v4.0.3'
- name: 'ELOS Oaks Mixed Greens SSE.esl'
clean:
- crc: 0xB410603C
util: 'SSEEdit v4.0.3'
- name: 'ELOS Oaks Mixed Greens SSE.esp'
clean:
- crc: 0xCC62C75E
util: 'SSEEdit v4.0.3'
- name: 'Enhanced Landscapes.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18162/'
name: 'Enhanced Landscapes'
- name: 'Enhanced Landscapes.esp'
clean:
- crc: 0x6FEF3122
util: 'SSEEdit v4.0.4c'
- crc: 0x6A1CBA7A
util: 'SSEEdit v4.0.4c'
- name: 'Enhanced Landscapes - Dead Marsh.esp'
after: [ 'Enhanced Landscapes - Barren Marsh.esp' ]
- name: 'Enhanced Landscapes - (Grass|Green Fields)\.esp'
after:
- 'Enhanced Landscapes.esp'
- 'Skyrim Flora Overhaul.esp'
- name: 'Enhanced Landscapes - Green Fields.esp'
after: [ 'Enhanced Landscapes - Grass.esp' ]
- name: '(Enhanced Vanilla Trees SSE|SRG Enhanced Trees Activator)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11008/'
name: 'Enhanced Vanilla Trees SE'
after: [ 'Skyrim Flora Overhaul.esp' ]
inc: [ 'SimplyBiggerTreesSE.esp' ]
msg:
- <<: *compatIssuesWithX
subs: [ '[Skyrim Flora Overhaul](https://www.nexusmods.com/skyrimspecialedition/mods/2154/)' ]
condition: 'active("Skyrim Flora Overhaul.esp") and (checksum("Skyrim Flora Overhaul.esp", 17415E34) or checksum("Skyrim Flora Overhaul.esp", 3BD2CC4C))'
tag: [ Graphics ]
- name: 'Enhanced Vanilla Trees SSE.esp'
after: [ '3dTree-OnlyPlant.esp' ]
clean:
- crc: 0x7B24EBE2
util: 'SSEEdit v4.0.3'
- name: 'fallentreebridgesSSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/8767/'
name: 'Immersive Fallen Trees'
msg:
- <<: *alsoUseX
subs: [ '[Immersive Fallen Trees Patch](https://www.nexusmods.com/skyrimspecialedition/mods/27834/)' ]
condition: 'not active("fallenbridgesSSE-Patch.esp") and not active("MarkarthCliffFix.esp") and checksum("fallentreebridgesSSE.esp", FF60C24A)'
clean:
- crc: 0xFF60C24A
util: 'SSEEdit v4.0.3'
- name: 'Faultier''s PBR landscapes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/125308/' ]
after:
- 'Better Dynamic Snow SE.esp'
- 'BlendedRoads.esp'
dirty:
- <<: *quickClean
crc: 0x9F33E185
util: '[TES5VREdit v4.1.5f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'gildergreen regrown.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/348/' ]
group: *earlyLoadersGroup
clean:
# version: 2.0.1
- crc: 0x8627D73D
util: 'SSEEdit v4.0.2'
- name: 'Grass Field.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17909/' ]
group: *earlyLoadersGroup
- name: 'Grass Patch - (All CC Mods|Fishing|Goldenhills Plantation|Hendraheim|Myrwatch|Saints and Seducers|Tundra Homestead)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/61777/'
name: 'Grass Fixes for Creation Club Mods'
- name: 'Grass Patch - All CC Mods.esp'
clean:
- crc: 0x519F4CC0
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Grass Patch - (Fishing|Goldenhills Plantation|Hendraheim|Myrwatch|Saints and Seducers|Tundra Homestead)\.esp'
msg:
- <<: *alreadyInX
subs: [ 'Grass Patch - All CC Mods.esp' ]
condition: 'active("Grass Patch - All CC Mods.esp")'
- name: 'Grass Patch - Fishing.esp'
clean:
- crc: 0x238BB363
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Grass Patch - Goldenhills Plantation.esp'
dirty:
- <<: *quickClean
crc: 0xBE658A03
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Grass Patch - Hendraheim.esp'
clean:
- crc: 0x4ADCDDA8
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Grass Patch - Myrwatch.esp'
clean:
- crc: 0xADD5ECF1
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Grass Patch - Saints and Seducers.esp'
clean:
- crc: 0x67A4841A
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Grass Patch - Tundra Homestead.esp'
clean:
- crc: 0x998C5A88
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'HappyLittleShrubs( - (SLaWF|USSEP) Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/71992/'
name: 'Happy Little Shrubs'
- name: 'HappyLittleShrubs.esp'
req:
- <<: *BaseObjSwap
condition: 'file("HappyLittleShrubsPine_SWAP.ini")'
msg:
- <<: *requiresResources
subs: [ '[Happy Little Trees](https://www.nexusmods.com/skyrimspecialedition/mods/50961/)' ]
condition: 'not file("textures/landscape/trees/Northern Hemispheres/AshBark_Atlas.dds")'
- name: 'HappyLittleShrubs - (SLaWF|USSEP) Patch\.esp'
req: [ 'HappyLittleShrubs.esp' ]
- name: 'HappyLittleShrubs - SLaWF Patch.esp'
after: [ 'HappyLittleShrubs - USSEP Patch.esp' ]
- name: 'HappyPBRTrees.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/129150' ]
after: [ 'HappyLittleTrees.esp' ]
- name: 'HD Lods SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3333/' ]
group: *fixesGroup
after: [ 'TerrainLodRedone.esp' ]
tag: [ Graphics ]
clean:
- crc: 0x8CC253C3
util: 'SSEEdit v4.0.3'
- name: 'HearthfireGrassFix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13461/' ]
clean:
- crc: 0x19A68880
util: 'SSEEdit v4.0.3'
- name: 'HearthFires Roads.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/786/' ]
dirty:
- <<: *reqManualFix
crc: 0x2043F9D3
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 69
udr: 41
nav: 4
- <<: *reqManualFix
crc: 0x90361E46
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
- name: 'Holy Mountains.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/56828/' ]
after: [ 'MajesticMountains.esp' ]
tag: [ Graphics ]
dirty:
- <<: *quickClean
crc: 0xE68DC609
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Immersive Farms.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19026/' ]
group: *newContentGroup
dirty:
# version: 1.1
- <<: *quickClean
crc: 0xA293A648
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 130
udr: 218
- name: '(Skyrim )?Landscape and Water Fixes.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/26138/'
name: 'Skyrim Landscape and Water Fixes'
- name: 'Landscape and Water Fixes.esp'
msg:
- <<: *patchIncluded
subs: [ 'Complete Alchemy and Cooking Overhaul' ]
# 0x6D655320: Default v9.9.1A (Free Crops not checked in FOMOD)
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and checksum("Landscape and Water Fixes.esp", 6D655320) and not active("Landscape and Water Fixes - Patch - CACO.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("EnhancedLightsandFX.esp") and not active("Landscape and Water Fixes - Patch - ELFX.esp") and not active("ELFX Shadows.esp")'
- <<: *patchIncluded
subs: [ 'Landscape Fixes For Grass Mods' ]
condition: 'active("Landscape Fixes For Grass Mods.esp") and not active("Landscape and Water Fixes( - Patch)? - LFfGM( - GotT)?( - Water for ENB)?( patch)?\.esp")'
tag:
- C.Climate
- C.ImageSpace
- C.Light
- C.Water
# Do not clean - ITMs are intentional according to the author.
- name: 'Skyrim Landscape and Water Fixes - Light Sources.esp'
group: *fixesGroup
inc:
- 'ELFX - Exteriors.esp'
- 'LoS II - Tamriel Master Lights.esp'
clean:
- crc: 0xCC137B4C
util: 'SSEEdit v4.0.3g'
# Skyrim Landscape and Water Fixes Patches #
- name: 'Landscape and Water Fixes - Patch - Alternate Start - LFfGM.esp'
after:
- 'Landscape and Water Fixes - LFfGM - GotT - Water for ENB patch.esp'
- 'Landscape and Water Fixes - LFfGM - GotT patch.esp'
- 'Landscape and Water Fixes - LFfGM - Water for ENB patch.esp'
- 'Landscape and Water Fixes - Patch - LFfGM.esp'
- name: 'Landscape and Water Fixes - Patch - ELFX.esp'
inc: [ 'ELFX Shadows.esp' ]
- name: 'Landscape and Water Fixes - Patch - Relighting Skyrim.esp'
req: [ 'RelightingSkyrim_SSE.esp' ]
- name: 'Landscape (Fixes )?For Grass Mods.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9005/'
name: 'Landscape Fixes For Grass Mods'
- name: 'Landscape Fixes For Grass Mods.esp'
after:
- name: 'Midsummer - Stylised Grass for Skyrim SE.esp'
condition: '(is_master("Midsummer - Stylised Grass for Skyrim SE.esp") and is_master("Landscape Fixes For Grass Mods.esp")) or (not is_master("Midsummer - Stylised Grass for Skyrim SE.esp") and not is_master("Landscape Fixes For Grass Mods.esp"))'
- name: 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
condition: '(is_master("Verdant - A Skyrim Grass Plugin SSE Version.esp") and is_master("Landscape Fixes For Grass Mods.esp")) or (not is_master("Verdant - A Skyrim Grass Plugin SSE Version.esp") and not is_master("Landscape Fixes For Grass Mods.esp"))'
- name: 'ViscousGrass.esp'
condition: '(is_master("ViscousGrass.esp") and is_master("Landscape Fixes For Grass Mods.esp")) or (not is_master("ViscousGrass.esp") and not is_master("Landscape Fixes For Grass Mods.esp"))'
msg:
- <<: *patchProvided
subs: [ 'Alternate Start' ]
condition: 'active("alternate start - live another life.esp") and not (active("Landscape Fixes For Grass mods - Alternate start Locations.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Arthmoor''s Dragon Bridge' ]
condition: 'active("dragon bridge.esp") and not (active("Landscape For Grass Mods - Arthmoor''s Dragon Bridge PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Arthmoor''s Falkreath' ]
condition: 'active("falkreath.esp") and not (active("Landscape For Grass Mods - Arthmoor''s Falkreath PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Arthmoor''s Ivarstead' ]
condition: 'active("ivarstead.esp") and not (active("Landscape For Grass Mods - Arthmoor''s Ivarstead PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Arthmoor''s Oakwood' ]
condition: 'active("oakwood.esp") and not (active("Landscape For Grass Mods - Oakwood PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Arthmoor''s Rorikstead' ]
condition: 'active("rorikstead.esp") and not (active("Landscape For Grass Mods - Arthmoor''s Rorikstead PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Arthmoor''s Shor''s Stone' ]
condition: 'active("shor''s stone.esp") and not (active("Landscape For Grass Mods Arthmoor''s Shor''s Stone PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not (active("Landscape Fixes For Grass mods - Cutting Room Floor Locations.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Helgen Reborn' ]
condition: 'active("Helgen Reborn.esp") and not (active("Landscape For Grass mods - Helgen Reborn Patch.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Immersive Citizens' ]
condition: 'active("Immersive Citizens - AI Overhaul.esp") and not (active("Landscape For Grass Mods -Immersive Citizens PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'JK''S Skyrim' ]
condition: 'active("JKs Skyrim.esp") and not (active("Landscape For Grass Mods JK''S Skyrim.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Moon and Star' ]
condition: 'active("MoonAndStar_MAS.esp") and not (active("Landscape For Grass Mods - Moon and Star PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Morthal Overhaul II' ]
condition: 'active("morthal.esp") and not (active("Landscape For Grass Mods - Morthal Overhaul II PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Provincial Courier Service' ]
condition: 'active("provincial courier service.esp") and not (active("Landscape For Grass Mods -Provincial Courier PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'The Great Cities - Minor Cities and Towns' ]
condition: 'active("The Great Cities - Minor Cities and Towns.esp") and not (active("Landscape For Grass Mods - The Great Cities PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'The Great City of Falkreath' ]
condition: 'active("The Great City of Falkreath.esp") and not (active("Landscape For Grass Mods - TGC Falkreath PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'The Great City of Morthal' ]
condition: 'active("The Great City of Morthal.esp") and not (active("Landscape For Grass Mods - TGC Morthal PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'The Great City of Rorikstead.esp' ]
condition: 'active("The Great City of Rorikstead.esp") and not (active("Landscape For Grass Mods - TGC Rorikstead PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'The Great Town of Ivarstead' ]
condition: 'active("The Great Town of Ivarstead.esp") and not (active("Landscape For Grass Mods - The Great Town of Ivarstead PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'The Great Village of Mixwater Mill' ]
condition: 'active("The Great Village of Mixwater Mill.esp") and not (active("Landscape For Grass Mods - The Great Village of Mixwater Mill PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
- <<: *patchProvided
subs: [ 'Valkyrja Estate' ]
condition: 'active("ValkyrjaEstate.esp") and not (active("Landscape For Grass Mods - Valkyrja Estate PATCH.esp") or active("Landscape Fixes For Grass Patches Merged.esp"))'
clean:
- crc: 0x4F589808
util: 'SSEEdit v4.0.4b'
- name: 'Landscape (Fixes )?For Grass Mods .*\.esp'
after: [ 'Landscape Fixes For Grass Mods.esp' ]
- name: 'Landscape Fixes For Grass mods - Alternate start Locations.esp'
after:
- 'Landscape and Water Fixes - LFfGM - GotT - Water for ENB patch.esp'
- 'Landscape and Water Fixes - LFfGM - GotT patch.esp'
- 'Landscape and Water Fixes - LFfGM - Water for ENB patch.esp'
- 'Landscape and Water Fixes - Patch - LFfGM.esp'
- name: 'Landscape For Grass Mods - Arthmoor''s Dragon Bridge PATCH.esp'
after: [ 'dragon bridge.esp' ]
- name: 'Landscape For Grass Mods -Immersive Citizens PATCH.esp'
after: [ 'Immersive Citizens - AI Overhaul.esp' ]
- name: 'Landscape For Grass Mods JK''S Skyrim.esp'
after: [ 'JKs Skyrim.esp' ]
- name: '(MajesticMountains.*|SunDaytime(South|North_MM_default))\.es[mp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11052/'
name: 'Majestic Mountains'
- name: 'MajesticMountains.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/36248/'
name: 'Majestic Mountains-BDS With LOD Fix'
after:
- 'Skyrim Flora Overhaul.esp'
- 'Tamriel Reloaded HD SE.esp'
- 'ViscousGrass.esp'
msg:
- <<: *compatIssuesWithX
subs: [ '[Moss Rocks](https://www.nexusmods.com/skyrimspecialedition/mods/8838/)' ]
condition: 'active("MajesticMountains.esp") and active("Moss Rocks.esp")'
tag: [ Graphics ]
clean:
- crc: 0x17CBC52F
util: 'SSEEdit v4.0.3'
- crc: 0x4419EFA5
util: 'SSEEdit v4.0.3'
- name: 'MajesticMountains_Landscape.esm'
clean:
- crc: 0xCC0720C4
util: 'SSEEdit v4.0.3'
- name: 'MajesticMountains_Moss.esp'
inc: [ 'Moss Rocks.esp' ]
tag: [ Graphics ]
clean:
- crc: 0xDD39A0DD
util: 'SSEEdit v4.0.3'
- crc: 0x8C2C35F7
util: 'SSEEdit v4.0.3'
- name: 'SunDaytime(South|North_MM_default)\.esp'
msg:
- <<: *compatIssuesWithX
subs: [ 'ENBSeries' ]
condition: 'file("../enblocal.ini")'
- name: 'NoGrassias( (Extended|Lite|Ultimate))?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35639/'
name: 'No Grassias - A Universal Grass Fix For Grass Mods'
group: *lowPriorityGroup
msg:
- <<: *useOnlyOneX
subs: [ 'No Grassias ESP' ]
condition: 'many("NoGrassias( (Extended|Lite|Ultimate))?\.esp")'
# Do not clean - ITMs are intentional according to the author.
- name: 'NoGrassINCaves.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12431/' ]
group: *worldSettingsGroup
clean:
- crc: 0xE88623EA
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xBC86BD7F
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x27E2872F
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'NoGrassINCities.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18768/' ]
group: *worldSettingsGroup
- name: 'NorthernGrass.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25459/' ]
clean:
- crc: 0x48B91CAF
util: 'SSEEdit v4.0.3'
- name: 'Northern Roads.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/77530/' ]
after: [ 'Vanilla Landscape Corrections.esp' ]
clean:
- crc: 0xD0A1B0BC
util: 'TES5VREdit v4.1.5f'
- name: 'Prometheus_No_snow_Under_the_roof.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/518/' ]
group: *earlyLoadersGroup
msg:
- <<: *patchUpdateAvailable
subs: [ '[No Snow Under the roof - Bug fixes](https://www.nexusmods.com/skyrimspecialedition/mods/15064/)' ]
condition: 'active("Prometheus_No_snow_Under_the_roof.esp") and not active("NSUTR_bugfixes.esp")'
dirty:
- <<: *quickClean
crc: 0x87D18F2B
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 59
udr: 5
- name: 'NSUTR_(bugfixes|groundsnow_mesh_fixes|improvements|Static_fix)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/15064/'
name: 'No snow under the roof - Bug fixes'
group: *earlyLoadersGroup
- name: 'NSUTR_bugfixes.esp'
clean:
- crc: 0x58D99419
util: 'SSEEdit v4.0.3'
- name: 'NSUTR_groundsnow_mesh_fixes.esp'
dirty:
- <<: *quickClean
crc: 0x2EE577A0
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 33
- name: 'NSUTR_improvements.esp'
dirty:
- <<: *quickClean
crc: 0xBE9E7F5F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'NSUTR_Static_fix.esp'
clean:
- crc: 0xCBC13761
util: 'SSEEdit v4.0.3'
- name: 'Project Rainforest.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20636/' ]
clean:
# version: 1.6
- crc: 0x361BC941
util: 'SSEEdit v4.0.2f'
- name: 'Realistic Boat Bobbing.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/26080/'
name: 'Realistic Boat Bobbing'
msg:
- <<: *compatPatch
subs: [ '[Realistic Boat Bobbing Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/44311/)' ]
condition: 'not active("RBB - .*\.esp")'
clean:
- crc: 0xA1052F5C
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Realistic Treeline.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18046/' ]
msg:
- <<: *alreadyInX
subs: [ 'Alpine Forest of Whiterun Valley.esp' ]
condition: 'active("Alpine Forest of Whiterun Valley.esp")'
dirty:
- <<: *quickClean
crc: 0xE7403486
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Road to Morthal.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12472/' ]
clean:
# version: 2.1.1
- crc: 0x76FD4667
util: 'SSEEdit v4.0.2f'
- name: 'S3DTrees NextGenerationForests.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12371/'
name: 'Skyrim 3D Trees and Plants'
after:
- 'Bent Pines.esp'
- 'fallentreebridgesSSE.esp'
- 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
- 'ViscousGrass.esp'
- 'WhiterunHoldForest.esp'
- 'Whiterun Forest Borealis.esp'
inc:
- name: 'Enhanced Vanilla Trees SSE.esp'
condition: 'not active("3dTree-OnlyPlant.esp")'
- 'S3DPlants.esp'
- name: 'SimplyBiggerTreesSE.esp'
condition: 'not active("3dTree-OnlyPlant.esp")'
- 'Skyrim Flora Overhaul.esp'
- 'SkyrimIsWindy.esp'
- 'SRG Enhanced Trees Activator.esp'
msg:
- <<: *patchProvided
subs: [ 'Complete Alchemy and Cooking Overhaul' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and not active("S3DTrees - CACO Patch.esp")'
tag:
- Graphics
- ObjectBounds
clean:
- crc: 0xE07D93B2
util: 'SSEEdit v4.0.3'
- name: 'S3DLandscapes NextGenerationForests.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18247/'
name: 'Skyrim 3D Landscapes'
clean:
- crc: 0x369C481B
util: 'SSEEdit v4.0.3'
- name: 'S3DSigns.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21338/' ]
msg:
- <<: *wildEdits
subs: [ 'Remove CELL **0001A277** from S3DSigns.esp' ]
condition: 'checksum("S3DSigns.esp", 6185A858)'
tag:
- Graphics
- ObjectBounds
clean:
- crc: 0xCB6950B8
util: 'SSEEdit v4.0.3'
- name: 'SimplyBiggerTreesSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5281/' ]
after: [ '3dTree-OnlyPlant.esp' ]
clean:
- crc: 0xADC2F6AF
util: 'SSEEdit v4.0.3'
- name: 'Skyrim Flora Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2154/' ]
after: [ 'SimplyBiggerTreesSE.esp' ]
clean:
- crc: 0x17415E34
util: 'SSEEdit v4.0.3'
- crc: 0x3BD2CC4C
util: 'SSEEdit v4.0.3'
- name: 'SkyrimImprovedPuddles-DG-HF-DB.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1462/' ]
group: *fixesGroup
- name: 'SkyrimIsWindy.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5836/' ]
clean:
- crc: 0x60E8AEDE
util: 'SSEEdit v4.0.3'
- name: 'SkyrimIsWindy( - EVT patch|-SimplyBiggerTreesSE-Patch)\.esp'
req: [ 'SkyrimIsWindy.esp' ]
- name: 'SkyrimIsWindy - EVT patch.esp'
req: [ 'Enhanced Vanilla Trees SSE.esp' ]
- name: 'SkyrimIsWindy-SimplyBiggerTreesSE-Patch.esp'
req: [ 'SimplyBiggerTreesSE.esp' ]
- name: 'SmoothShores.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10624/' ]
dirty:
- <<: *quickClean
crc: 0x3CC7601F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
- name: 'Tamriel Reloaded HD SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6372/' ]
group: *earlyLoadersGroup
dirty:
- <<: *quickClean
crc: 0x88189197
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
udr: 5
- name: 'TerrainLodRedone.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9135/' ]
group: *fixesGroup
- name: 'Themarshlands.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/23062/'
name: 'The Marshlands'
dirty:
# V1.6
- <<: *quickClean
crc: 0x0D5CCE60
util: '[SSEEdit v4.1.5o](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 100
udr: 116
# V1.6 JK's Morthal edition
- <<: *quickClean
crc: 0xC82A513F
util: '[SSEEdit v4.1.5o](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 99
udr: 113
clean:
# V2.0
- crc: 0x8FD613C5
util: 'SSEEdit v4.1.5o'
- name: 'Trees in Cities( - Open Cities Skyrim Edition)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1941/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Trees in Cities ESP' ]
condition: 'many("Trees in Cities( - Open Cities Skyrim Edition)?\.esp")'
- <<: *wildEdits
type: say
condition: 'checksum("Trees in Cities.esp", B88B72C4) or checksum("Trees in Cities - Open Cities Skyrim Edition.esp", B7F7EB65)'
- name: 'Trees in Cities.esp'
dirty:
- <<: *quickClean
crc: 0xB88B72C4
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 21
- name: 'Trees in Cities - Open Cities Skyrim Edition.esp'
dirty:
- <<: *quickClean
crc: 0xB7F7EB65
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 30
- name: 'UniqueLocationsRiverwoodForest.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9258/' ]
dirty:
# version: 1.3.3
- <<: *quickClean
crc: 0x91BADF25
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 38
# Unique Locations Riverwood - Alt Start Patch
- name: 'ULALPatch.esp'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xDDE49E20
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
udr: 1
# Unique Locations Riverwood - JK's Skyrim Patch
- name: 'Riverwood Forest - JK''s Skyrim Patch.esp'
clean:
# version: 1.0
- crc: 0x19684BA5
util: 'SSEEdit v4.0.0'
# Unique Locations Riverwood - Katos Riverwood Patch
- name: 'ULRiverwoodForestKatoPatch.esp'
dirty:
# version: 1.1
- <<: *quickClean
crc: 0xE4F6773D
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
udr: 48
# Unique Locations Riverwood - Snapneck Shack Patch
- name: 'ELSnapneckShackPatch.esp'
clean:
# version: 1.1
- crc: 0x952C48E6
util: 'SSEEdit v4.0.0'
# Unique Locations Riverwood - T's Skyrim patch
- name: 'Riverwood Forest - T''Skyrim Riverwood.esp'
req: [ 'T''Skyrim Riverwood.esp' ]
clean:
# version: 1.1
- crc: 0x7D0281E6
util: 'SSEEdit v4.0.0'
- name: 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2296/' ]
inc: [ 'ViscousGrass.esp' ]
msg:
- <<: *alsoUseX
subs: [ '[Landscape Fixes For Grass Mods](https://www.nexusmods.com/skyrimspecialedition/mods/9005/)' ]
condition: 'not active("Landscape Fixes For Grass Mods.esp")'
clean:
- crc: 0x102BBC11
util: 'SSEEdit v4.0.3'
- name: 'Veydosebrom( Regions)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/26293/'
name: 'Veydosebrom Regions'
msg:
- <<: *alsoUseX
subs: [ '[Landscape Fixes For Grass Mods](https://www.nexusmods.com/skyrimspecialedition/mods/9005/)' ]
condition: 'not active("Landscape Fixes For Grass Mods.esp") and not checksum("Veydosebrom Regions.esp", E3B3D451) and not checksum("Veydosebrom.esp", 3E8D76A4)'
- name: 'Veydosebrom Regions.esp'
clean:
- crc: 0xE3B3D451
util: 'SSEEdit v4.0.3'
- crc: 0xC4BC2AF3
util: 'SSEEdit v4.0.3'
- crc: 0xA1A22D51
util: 'SSEEdit v4.0.3'
- name: 'Veydosebrom.esp'
clean:
- crc: 0x3E8D76A4
util: 'SSEEdit v4.0.3'
- crc: 0x5183B92E
util: 'SSEEdit v4.0.3'
- name: 'ViscousGrass.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13995/' ]
inc: [ 'Verdant - A Skyrim Grass Plugin SSE Version.esp' ]
dirty:
- <<: *quickClean
crc: 0x5BA5696C
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'Voluptuous.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22437/' ]
dirty:
- <<: *quickClean
crc: 0xB7840ADC
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'waterplants.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6092/'
name: 'Waterplants'
- name: 'waterplants.esp'
clean:
- crc: 0xA15B392D
util: 'SSEEdit v4.0.3'
- name: 'waterplants_grass.esp'
clean:
- crc: 0xD3D7DD2B
util: 'SSEEdit v4.0.3'
- name: 'waterplants_lily.esp'
clean:
- crc: 0x4A3CA7FB
util: 'SSEEdit v4.0.3'
- name: 'waterplants_S3D.esp'
clean:
- crc: 0x32AAAE0F
util: 'SSEEdit v4.0.3'
- name: 'WGT.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11010/'
name: 'Imperial City LOD fix for custom lods (Beyond skyrim Bruma)'
dirty:
- <<: *quickClean
crc: 0x1735A889
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 22
udr: 9
- name: 'Whiterun Forest Borealis Lightweight.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11343/' ]
dirty:
- <<: *quickClean
crc: 0x33C33374
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Whiterun Landscape Fix For Grass Mods.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16227/' ]
clean:
- crc: 0xB9149B99
util: 'SSEEdit v4.0.3'
- name: 'Whiterun Trees Overhaul( for Open Cities| - 3D Trees Patch)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16230/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Whiterun Trees Overhaul ESP' ]
condition: 'many("Whiterun Trees Overhaul( for Open Cities| - 3D Trees Patch)?\.esp")'
- <<: *wildEdits
type: say
condition: 'checksum("Whiterun Trees Overhaul.esp", 56AFDFE3) or checksum("Whiterun Trees Overhaul - 3D Trees Patch.esp", D7C21CC5) or checksum("Whiterun Trees Overhaul - 3D Trees Patch.esp", 2D0BB74F)'
- name: 'Whiterun Trees Overhaul.esp'
dirty:
- <<: *quickClean
crc: 0x56AFDFE3
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
- name: 'Whiterun Trees Overhaul - 3D Trees Patch.esp'
dirty:
- <<: *quickClean
crc: 0xD7C21CC5
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- name: 'Whiterun Trees Overhaul for Open Cities.esp'
dirty:
- <<: *quickClean
crc: 0x2D0BB74F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'WhiterunHoldForest.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3212/' ]
after: [ 'unofficial skyrim special edition patch.esp' ]
inc:
- 'Alpine Forest of Whiterun Valley.esp'
- 'Whiterun Forest Borealis.esp'
dirty:
# version: 2.0
- <<: *quickClean
crc: 0x68A235DA
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
###### Gameplay ######
- name: 'AnotherSortingMod SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10/' ]
tag:
- Delev
- Graphics
- Keywords
- ObjectBounds
- Relev
- Sound
- SpellStats
- Text
clean:
- crc: 0x2AF6A751
util: 'SSEEdit v4.0.3g'
- name: 'AltStartRaceMenuActivator.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22683/' ]
dirty:
- <<: *quickClean
crc: 0x869D1001
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'AltStartELFXPatch&RaceMenuActivator.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22683/' ]
dirty:
- <<: *quickClean
crc: 0x56E45815
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'BA_Bibliophile''s_Arcanaeum.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26772/' ]
msg:
- <<: *patchIncluded
subs: [ 'Apepi''s Better College of Winterhold' ]
condition: 'active("ApepiBetterCollege.esp") and not active("BA_ApepiCoW.esp")'
- <<: *patchIncluded
subs: [ 'Book Covers Skyrim - Lost Library' ]
condition: 'active("Book Covers Skyrim - Lost Library.esp") and not active("BA_LostLibrary.esp")'
- <<: *patchIncluded
subs: [ 'College of Winterhold Upgraded' ]
condition: 'active("CollegeofWinterholdUpgraded.esp") and not active("BA_CoWUpgraded.esp")'
- <<: *patchIncluded
subs: [ 'Immersive College of Winterhold' ]
condition: 'active("CollegeOfWinterholdImmersive.esp") and not active("BA_ImmersiveCoW.esp")'
- <<: *patchIncluded
subs: [ 'Juniper''s College of Winterhold' ]
condition: 'active("Winterhold College SSE.esp") and not active("BA_JunipersCoW.esp")'
- <<: *patchIncluded
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("BA_LegacyoftheDragonborn.esp")'
- <<: *patchIncluded
subs: [ 'Magical College of Winterhold' ]
condition: 'active("MagicalCollegeofWinterhold.esp") and not active("BA_MagicalCoW.esp")'
clean:
- crc: 0x02B0DF90
util: 'SSEEdit v4.0.3'
- name: 'BA_(LegacyoftheDragonborn|LostLibrary)\.esp'
tag:
- Delev
- Invent.Add
- name: 'BA_Sorting(_BCS|_LL|_LotD)?\.esp'
tag:
- Delev
- Names
- name: 'BA_Sorting.esp'
inc:
- 'Book Covers Skyrim.esp'
- 'LegacyoftheDragonborn.esm'
- name: 'BA_Sorting_BCS.esp'
after: [ 'BA_LostLibrary.esp' ]
- name: 'BA_Sorting_LotD.esp'
after: [ 'BA_LegacyoftheDragonborn.esp' ]
- name: 'Bells of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10495/' ]
msg:
- <<: *patch3rdParty
subs:
- 'Whiterun Expansion SSE - NON Open Cities Version'
- '[Bells of Skyrim Compatibility Patches](https://www.nexusmods.com/skyrimspecialedition/mods/34472/)'
condition: 'active("WhiterunAddition.esp") and not active("Bells of Skyrim-Whiterun Expansion Patchs.esp")'
- name: 'Campfire.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/667/' ]
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Campfire.esp")'
- name: 'Civil War Aftermath.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/3484/'
name: 'Civil War Aftermath'
dirty:
- <<: *quickClean
crc: 0xD6093F62
util: '[SSEEdit v4.1.5f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
- name: 'Creation Club Integration - Studded Dragonscale.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29020/' ]
tag: [ Keywords ]
clean:
- crc: 0x7CD91DCE
util: 'SSEEdit v4.0.3'
- name: 'Crime Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19647/' ]
dirty:
- <<: *quickClean
crc: 0x73901DF5
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Crossbow Integration.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28766/' ]
- name: 'Crossbow Integration.esp'
tag:
- -Actors.Stats
- Invent.Add
- Invent.Remove
- Keywords
- Text
clean:
- crc: 0xC3FFCD87
util: 'SSEEdit v4.0.3'
- name: 'Crossbow Integration - USSEP.esp'
tag: [ Text ]
- name: 'CutContentRestoration.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/90744/'
name: 'Skyrim Cut Content Restoration'
dirty:
- <<: *quickClean
crc: 0x0636DE21
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Dynamic Things Alternative.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49250/' ]
req: [ *PapyrusExtender ]
msg:
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0xB8631D40
util: 'SSEEdit v4.0.3'
- name: 'EBM_Train(10|25|50|99)x.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10580/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'ExE Boss''s Mods - Train More' ]
condition: 'many("EBM_Train(10|25|50|99)x.esp")'
- name: 'EBM_UnlimitedPower_(DarkBrotherhood|DragonAspect|HermaMora|Nightingale|Racial|StandingStone|Vampire|Werewolf)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4210/' ]
inc: [ 'EBM_UnlimitedPower.esp' ]
- name: 'EremiteCamping.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16867/' ]
dirty:
- <<: *quickClean
crc: 0x59F84263
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
clean:
- crc: 0x5E104404
util: 'SSEEdit v4.0.3'
- name: 'Frostfall.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/671/' ]
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Frostfall.esp")'
- name: '(Ghosts of the Tribunal - Reduced Cut|GRC - .*)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/67019/'
name: 'Ghosts of the Tribunal - Reduced Cut'
- name: '(Ghosts of the Tribunal - Reduced Cut|GRC - No Quest)\.esp'
tag:
- Invent.Add
- Invent.Remove
- Names
- NPC.DefaultOutfit
- name: 'Ghosts of the Tribunal - Reduced Cut.esp'
tag:
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0x8CC8AA1A
util: 'SSEEdit v4.0.4b'
- name: 'GRC - Kthonia Patch.esp'
tag:
- Delev
- Invent.Add
- Names
- Relev
clean:
- crc: 0x28E66FB3
util: 'SSEEdit v4.0.4b'
- name: 'GRC - Moon and Star Patch.esp'
tag:
- Graphics
- Invent.Add
- Invent.Remove
clean:
- crc: 0x19B61A9F
util: 'SSEEdit v4.0.4b'
- name: 'GRC - New Temple Tiles.esp'
clean:
- crc: 0xE329085C
util: 'SSEEdit v4.0.4b'
- name: 'GRC - No Quest.esp'
tag: [ Actors.Stats ]
clean:
- crc: 0x38A3A7E8
util: 'SSEEdit v4.0.4b'
- name: 'GRC - Relighting Skyrim Patch.esp'
clean:
- crc: 0xDDFF974A
util: 'SSEEdit v4.0.4b'
- name: 'Immersive Needs.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29317/' ]
clean:
- crc: 0x70BF869A
util: 'SSEEdit v4.0.3'
- name: 'Immersive Needs ESL.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/129738/'
name: 'Edmond''s Immersive Needs ESL'
after: [ 'Growl - Werebeasts of Skyrim.esp' ]
clean:
# Base Mod v6.0
- crc: 0xF60C1E54
util: 'SSEEdit v4.1.5p 32bit fix version'
# Base Mod+USSEP v6.0
- crc: 0xDFDA0190
util: 'SSEEdit v4.1.5p 32bit fix version'
# Base Mod+USSEP+KID(+SPID)+BOS v6.0
- crc: 0xDBA89F4D
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Improved Traps.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17592/' ]
tag:
- name: SpellStats
condition: 'checksum("Improved Traps.esp", F718BAC1)'
- name: Stats
condition: 'checksum("Improved Traps.esp", F718BAC1)'
clean:
# version: 2.3 - Normal Edition
- crc: 0xDAA5AC38
util: 'SSEEdit v4.0.2f'
# version: 2.3 - Dangerous Edition
- crc: 0xF718BAC1
util: 'SSEEdit v4.0.2f'
- name: 'Joy of Perspective.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9358/' ]
after:
- 'Endgame NPC Overhaul.esp'
- 'UNP Vanilla Outfits.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Beyond Skyrim: Bruma'
- '[ Joy of Perspective Compatibility Patches ](https://www.nexusmods.com/skyrimspecialedition/mods/20009/)'
condition: 'active("BSHeartland.esm") and not active("Jop - BrumaPatch.esp")'
- <<: *patch3rdParty
subs:
- 'Common Clothes'
- '[ Joy of Perspective Compatibility Patches ](https://www.nexusmods.com/skyrimspecialedition/mods/20009/)'
condition: 'active("CommonClothes.esp") and not active("Jop - CommonClothes.esp")'
- <<: *patch3rdParty
subs:
- 'Immersive Armors'
- '[ Joy of Perspective Compatibility Patches ](https://www.nexusmods.com/skyrimspecialedition/mods/20009/)'
condition: 'active("Hothtrooper44_ArmorCompilation.esp") and not active("JoP - Immersive Armors Patch.esp")'
- <<: *patch3rdParty
subs:
- 'The Final Cataclysm'
- '[ Joy of Perspective Compatibility Patches ](https://www.nexusmods.com/skyrimspecialedition/mods/20009/)'
condition: 'active("INFERNAL FLAME.esp") and not active("Jop - INFL.esp")'
- <<: *patch3rdParty
subs:
- 'Legacy Of the Dragonborn'
- '[ Joy of Perspective Compatibility Patches ](https://www.nexusmods.com/skyrimspecialedition/mods/20009/)'
condition: 'active("LegacyoftheDragonborn.esm") and not active("Jop - LegacyOfDragonborn.esp")'
- <<: *patch3rdParty
subs:
- 'Weapons Armor Clothing and Clutter Fixes'
- '[QUARK - Qwinn''s Ultimate Amulet Restoration Kit](https://www.nexusmods.com/skyrimspecialedition/mods/18177/)'
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and not active("AmuletsShowOnEverything-JOP.esp")'
- <<: *patch3rdParty
subs:
- 'WACCF - Armor and Clothing Extension'
- '[Armor and clothing Extension Joy Of Perspective Patch](https://www.nexusmods.com/skyrimspecialedition/mods/20114/)'
condition: 'active("waccf_armor and clothing extension.esp") and not active("WACCF_ACE_JOP_Patch.esp")'
- <<: *patcherScriptAvailable
subs:
- '[SSEEdit](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
- '[Auto Patching - VIS - JOP - Disenchant All - Weightless](https://www.nexusmods.com/skyrimspecialedition/mods/10959/)'
condition: 'active("Joy of Perspective.esp")'
dirty:
- <<: *quickClean
crc: 0x292F204E
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Keep It Clean.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17846/' ]
tag: [ Invent.Add ]
dirty:
# version: 3.15
- <<: *quickClean
crc: 0x391A735F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'kinggathcreations_eastempirecompany.esp'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/464c52a8-bb38-42e7-84d2-41734286769d/East_Empire_Expansion/'
name: 'East Empire Expansion (Verified Creation)'
group: *newContentGroup
clean:
- crc: 0x03ABC305
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: '(LCO(3D)?_[\w\-]+|RadEx_(Missives|NoticeBoard)|radiantBlocker)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29882/'
name: 'Lawbringer'
- name: 'LCO_Framework.esp'
msg:
- <<: *alsoUseX
subs: [ '[JContainers](https://www.nexusmods.com/skyrimspecialedition/mods/16495/)' ]
condition: 'active("SkyUI_SE.esp") and not file("SKSE/Plugins/JContainers64.dll")'
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0x0F22CA44
util: 'SSEEdit v4.0.4c'
- name: 'LokiHorses.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/57790/'
name: 'Horses Simply Turn Better'
after: [ 'Convenient Horses.esp' ]
clean:
- crc: 0x004351CB
util: 'SSEEdit v4.1.5f'
- name: 'Marc.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30404/' ]
- name: 'MarkekrausCheatJewelry.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58973/' ]
req:
- *SKSE
- *SKSEVR
clean:
- crc: 0xDDE13D1B
util: 'SSEEdit v4.0.4'
- name: 'MarkekrausCheatJewelry.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58973/' ]
msg: [ *obsolete ]
- name: 'MarkekrausCheatPowers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58892/' ]
req:
- *SKSE
- *SKSEVR
clean:
- crc: 0x0AABCA29
util: 'SSEEdit v4.0.4'
- name: 'MarkekrausCheatPowers.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58892/' ]
msg: [ *obsolete ]
- name: 'MarkekrausExitCombatPower.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58651/' ]
clean:
- crc: 0x92DB7B37
util: 'SSEEdit v4.0.4'
- name: 'MarkekrausExitCombatPower.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58651/' ]
msg: [ *obsolete ]
- name: 'Master of Disguise - Special Edition.esp'
url: [ 'https://letsplaywithfire.com/releases/file/master-of-disguise/' ]
req: [ *SKSE ]
inc:
- name: '../SkyrimVR.exe'
display: 'Skyrim VR'
msg:
- <<: *alsoUseX
subs: [ '**[Bug Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/33261/)** OR **[Scrambled Bugs](https://www.nexusmods.com/skyrimspecialedition/mods/43532/)**' ]
condition: 'not file("SKSE/Plugins/BugFixesSSE.dll") and not file("SKSE/Plugins/ScrambledBugs.dll")'
- <<: *compatNotes
subs: [ 'https://wiki.fireundubh.com/mods/master-of-disguise#compatibility' ]
- *missingRequirementAddrLibforPlugin
- *requiresMCM
tag:
- Actors.DeathItem
- Factions
- -Names
- NPC.DefaultOutfit
- -ObjectBounds
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0xF97D9D82
util: 'SSEEdit v4.0.4b'
- name: 'Neutral Whiterun Imperial Camp.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30049/'
name: 'Neutral Whiterun Imperial Camp'
msg:
- <<: *alreadyInX
subs: [ '**Jarl Balgruuf Dilemma Extended.esp**' ]
condition: 'active("Jarl Balgruuf Dilemma Extended.esp")'
- name: 'open cities skyrim.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1905-open-cities-skyrim/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2918135/'
group: *ocsGroup
msg:
- <<: *patchProvided
subs: [ 'Bittercup' ]
condition: 'active("cckrtsse001_altar.esl") and not active("ocs + bittercup patch.esp")'
- <<: *patchProvided
subs: [ 'Drinking fountains of Skyrim' ]
condition: 'active("Drinking Fountains of Skyrim for SSE.esp") and not active("ocs + dfos comp patch.esp")'
- <<: *patchProvided
subs: [ 'Legacy of the Dragonborn v5' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("LOTD5+OCS Patch.esp") and not active("ocs + lotd5 patch.esp")'
- <<: *patchProvided
subs: [ 'Skyrim Sewers' ]
condition: 'active("SkyrimSewers.esp") and not active("ocs + skyrim sewers.esp")'
- <<: *patchProvided
subs: [ 'The Gray Cowl Returns!' ]
condition: 'active("ccbgssse020-graycowl.esl") and not active("ocs + gray cowl returns patch.esp")'
tag: [ C.Owner ]
clean:
- crc: 0x1B9657CC
util: 'SSEEdit v4.1.5c EXTREMELY EXPERIMENTAL'
- name: 'ocs + lotd5 patch.esp'
after:
- name: 'BluePalaceTerrace-OCS-patch.esp'
condition: 'active("MPXP1.3 [PATCH - DBPT.SSkwy.LotD] (OCS).esp")'
- name: '(Open World Loot.*|OWL (Challenge Mode|No More Dungeon Gold|Randomized Special Loot))\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/49681/'
name: 'Open World Loot - Encounter Zone and Loot Overhaul'
- name: 'Open World Loot.esp'
after: [ 'Awesome Artifacts.esp' ]
tag:
- Actors.ACBS
- Invent.Change
- NPC.DefaultOutfit
- Outfits.Add
- Outfits.Remove
# Do not clean - ITMs are intentional according to the author.
- name: 'OWL Challenge Mode.esp'
clean:
- crc: 0x85EFA58A
util: 'SSEEdit v4.0.4c'
- name: 'OWL No More Dungeon Gold.esp'
clean:
- crc: 0xF310087B
util: 'SSEEdit v4.0.4c'
- name: 'OWL Randomized Special Loot.esp'
clean:
- crc: 0x179FB51D
util: 'SSEEdit v4.0.4c'
- name: 'OPHybrid.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/104477/'
name: 'Curse of the Dragonborn - REDUX'
group: *earlyLoadersGroup
- name: 'Pause after loading.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60582/'
name: 'Pause After Loading Screens'
req:
- *SKSE
- name: 'SKSE/Plugins/ConsoleUtilSSE.dll'
display: '[ConsoleUtilSSE](https://www.nexusmods.com/skyrimspecialedition/mods/24858/)'
clean:
- crc: 0x7186B706
util: 'SSEEdit v4.0.4b'
- name: 'Portals of Skyrim\.es(p|l)'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/44519/' ]
- name: 'Portals of Skyrim.esp'
dirty:
- <<: *quickClean
crc: 0x1B8AE5D9
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
udr: 6
- name: 'Portals of Skyrim.esl'
dirty:
- <<: *quickClean
crc: 0x55D6D32B
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
- name: 'Project Proteus.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/46620/' ]
msg:
- <<: *patchProvided
subs: [ 'Better Vampires' ]
condition: 'active("Better Vampires.esp") and not active("Project Proteus - Better Vampires Patch.esp")'
- <<: *patchProvided
subs: [ 'Bloodmoon Rising - Werewolf Overhaul' ]
condition: 'active("BloodmoonRising.esp") and not active("Project Proteus - Bloodmoon Rising Patch.esp")'
- <<: *patchProvided
subs: [ 'Curse of the Vampire' ]
condition: 'active("Curse of the Vampire.esp") and not active("Project Proteus - Curse of the Vampire Patch.esp")'
- <<: *patchProvided
subs: [ 'Custom Skills - Glenmoril' ]
condition: 'active("Perk-Glenmoril.esp") and not active("Project Proteus - Glenmoril Patch.esp")'
- <<: *patchProvided
subs: [ 'Custom Skills - Hand to Hand' ]
condition: 'active("Perk-HandToHand.esp") and not active("Project Proteus - HandToHand Patch.esp")'
- <<: *patchProvided
subs: [ 'Custom Skills - Vigilant' ]
condition: 'active("Perk-Vigilant.esp") and not active("Project Proteus - Vigilant Patch.esp")'
- <<: *patchProvided
subs: [ 'Growl - Werebeasts of Skyrim' ]
condition: 'active("Growl - Werebeasts of Skyrim.esp") and not active("Project Proteus - Growl Patch.esp")'
- <<: *patchProvided
subs: [ 'Haemophilia - A Custom Vampire Skill Tree' ]
condition: 'active("Haemophilia.esp") and not active("Project Proteus - Haemophilia Patch.esp")'
- <<: *patchProvided
subs: [ 'Manbeast - A Werewolf Overhaul' ]
condition: 'active("Manbeast.esp") and not active("Project Proteus - Manbeast Patch.esp")'
- <<: *patchProvided
subs: [ 'Moonlight Tales - Werewolf and Werebear Overhaul' ]
condition: 'active("Moonlight Tales Special Edition.esp") and not active("Project Proteus - Moonlight Tales Patch.esp")'
- <<: *patchProvided
subs: [ 'Sacrilege - Minimalistic Vampires of Skyrim' ]
condition: 'active("Sacrilege - Minimalistic Vampires of Skyrim.esp") and not active("Project Proteus - Sacrilege Patch.esp")'
- <<: *patchProvided
subs: [ 'Sacrosanct - Vampires of Skyrim' ]
condition: 'active("Sacrosanct - Vampires of Skyrim.esp") and not active("Project Proteus - Sacrosanct Patch.esp")'
- <<: *patchProvided
subs: [ 'Sanguinaire - Skyrim Vampire and Lycanthropy Experience' ]
condition: 'active("Sanguinaire.esp") and not active("Project Proteus - Sanguinaire Patch.esp")'
- <<: *patchProvided
subs: [ 'Scion - A Vampire Overhaul' ]
condition: 'active("Scion.esp") and not active("Project Proteus - Scion Patch.esp")'
- <<: *patchProvided
subs: [ 'Werewolf Perks Expanded' ]
condition: 'active("WerewolfPerksExpanded.esp") and not active("Project Proteus - Werewolf Perks Expanded Patch.esp")'
clean:
- crc: 0x21D8809C
util: 'SSEEdit v4.0.3'
- name: 'Protected NPCs.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26999/' ]
group: *earlyLoadersGroup
tag: [ Actors.ACBS ]
- name: 'ProtectUniqueNPCs.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/49667/'
name: 'Protect Unique NPCs'
group: *earlyLoadersGroup
inc:
- 'NPCs Protected and Uncapped.esp'
- 'NPCs Protected Redux.esp'
- 'Protected NPCs.esp'
- 'PyP_Legendary.esp'
tag: [ Actors.ACBS ]
- name: 'Ravengate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12617/' ]
msg: [ *includesMBBF ]
clean:
# version: 0.06BTASSE
- crc: 0xBFAFCD0B
util: 'SSEEdit v4.0.2f'
- name: 'Requiem.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60888/'
name: 'Requiem - The Roleplaying Overhaul'
group: *coreGroup
inc:
- 'Adamant.esp'
- 'Aetherius.esp'
- 'Andromeda - Unique Standing Stones of Skyrim.esp'
- 'Apothecary.esp'
- 'Arena.esp'
- 'Artificer.esp'
- 'Evenstar - Minimalistic Standing Stones of Skyrim.esp'
- 'Freyr - Integrated Standing Stones of Skyrim.esp'
- 'Gourmet.esp'
- 'HandtoHand.esp'
- 'Imperious - Races of Skyrim.esp'
- 'Manbeast.esp'
- 'Mannaz - Integrated Races of Skyrim.esp'
- 'Morningstar - Minimalistic Races of Skyrim.esl'
- 'Mundus.esp'
- 'MysticismMagic.esp'
- 'Odin - Skyrim Magic Overhaul.esp'
- 'Ordinator - Perks of Skyrim.esp'
- 'PathOfSorcery.esp'
- 'PerkusMaximus_Mage.esp'
- 'PerkusMaximus_Master.esp'
- 'PerkusMaximus_Thief.esp'
- 'PerkusMaximus_Warrior.esp'
- 'PerkusMaximus_CombatPlus.esp'
- 'Pilgrim.esp'
- 'Scion.esp'
- 'SkyRe_Main.esp'
- 'Sorcerer.esp'
- 'Stormcrown.esp'
- 'Thaumaturgy.esp'
- 'Trua - Minimalistic Faiths of Skyrim.esp'
- 'Vokrii - Minimalistic Perks of Skyrim.esp'
msg:
- <<: *compatNotes
subs: [ 'https://github.com/ProbablyManuel/requiem/wiki#compatibility-advice' ]
- <<: *compatIssuesWithX
subs: [ '**Blade and Blunt - A Combat Overhaul**' ]
condition: 'active("BladeAndBlunt.esp")'
- <<: *compatIssuesWithX
subs: [ '**Smilodon - Combat of Skyrim**' ]
condition: 'active("Smilodon - Combat of Skyrim.esp")'
- <<: *compatIssuesWithX
subs: [ '**Valravn - Integrated Combat of Skyrim**' ]
condition: 'active("Valravn - Integrated Combat of Skyrim.esp")'
- <<: *compatIssuesWithX
subs: [ '**Wildcat - Combat of Skyrim**' ]
condition: 'active("Wildcat - Combat of Skyrim.esp")'
- *includesMBBF
- name: 'Requiem - No Overencumbered Messages.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60888/'
name: 'Requiem - The Roleplaying Overhaul'
msg:
- <<: *alreadyInX
subs: [ 'Requiem - No Messages.esp' ]
condition: 'active("Requiem - No Messages.esp")'
- name: 'Requiem Record Fixes.esm'
group: *fixesGroup
- name: 'Requiem for the Indifferent.esp'
group: *lateChangesGroup
- name: 'Requiem - Minor Arcana - Roleplaying.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/61342/'
name: 'Requiem - Minor Arcana'
after: [ 'Requiem - Warmonger Armory.esp' ]
- name: 'Simple Magic Rebalance.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1982/' ]
tag:
- EffectStats
- Keywords
- Names
- Text
clean:
- crc: 0xD55C09E9
util: 'SSEEdit v4.0.3'
- crc: 0x971ADB2B
util: 'SSEEdit v4.0.3'
- name: 'SimplyKnock.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14098/'
name: 'Simply Knock'
req:
- *SKSE
- *SKSEVR
msg:
- <<: *alsoUseX
subs: [ '[Simply Knock - Tower Stone Fix](https://www.nexusmods.com/skyrimspecialedition/mods/41590/)' ]
condition: 'not active("Simply Knock - Tower Stone Fix.esp") and not active("Simply DAK Knock Peek.esp")'
- <<: *patchUpdateAvailable
type: error
subs: [ '[Simply Knock SKSE64 DLL](https://www.nexusmods.com/skyrimspecialedition/mods/24297/) **OR** [Simply Knock DLL for AE](https://www.nexusmods.com/skyrimspecialedition/mods/77283/)' ]
condition: 'version("../skse64_loader.exe", >, "0.2.0.7") and checksum("SKSE/Plugins/SimplyKnock.dll", A442045A)'
- <<: *requiresMCM
type: error
- <<: *requiresX
type: error
subs: [ '[PapyrusUtil v3.9+](https://www.nexusmods.com/skyrimspecialedition/mods/13048/)' ]
condition: 'not file("SKSE/Plugins/PapyrusUtil.dll")'
clean:
- crc: 0x95029A30
util: 'SSEEdit v4.0.4c'
- name: 'SkyTEST-Settings.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/796/' ]
tag:
- C.Encounter
- Delev
- Destructible
- Keywords
- Relev
- Stats
clean:
- crc: 0xCC947E8C
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xF2E60AF1
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Snotgurg Simple Drop Lit Torches.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14490/' ]
msg:
- *requiresMCM
- *requiresMCMVR
req:
- *SKSE
- *SKSEVR
clean:
- crc: 0x376873D2
util: 'SSEEdit v4.0.3'
- name: 'Spiderbros - Throwing Spider Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/59295/' ]
tag:
- Actors.ACBS
- Actors.Stats
- EffectStats
- Graphics
- Keywords
- Names
- Sound
- SpellStats
- Text
dirty:
- <<: *quickClean
crc: 0xBD176C1B
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'SwiftPotion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12293/' ]
msg:
- *requiresMCM
- *requiresMCMVR
req:
- <<: *JContainers
condition: 'file("scripts/_AP_Main.pex")'
- *SKSE
- *SKSEVR
clean:
# version: 3.1 - No JContainers
- crc: 0x5DEC1D9A
util: 'SSEEdit v4.0.2f'
# Version: 4.3
- crc: 0x04D36F4B
util: 'SSEEdit v4.0.2f'
- name: '(EWM_)?SunHelm(Survival|Diseases)(SE)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/39414/'
name: 'SunHelm Survival and needs'
- name: 'SunHelmSurvival.esp'
req:
- <<: *PapyrusExtender
condition: 'version("SunHelmSurvival.esp", >=, "3.0.8")'
msg:
- <<: *compatNotes
subs: [ 'https://sites.google.com/view/colinswrathmods/sunhelm-survival/compatibility/' ]
- <<: *patchIncluded
type: warn
subs: [ 'Reliquary of Myth' ]
condition: 'active("Reliquary of Myth.esp") and not active("M_ROM__SunHelm.esp")'
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0x246915B2
util: 'SSEEdit v4.0.4b'
- name: 'EWM_SunhelmSurvivalSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/96547/'
name: 'More Easy WheelMenu II Addons'
req:
- name: 'EasyWheel-AIO.esp'
display: '[Easy Wheelmenu - SSE Conversion](https://www.nexusmods.com/skyrimspecialedition/mods/22934/) **OR** [Easy WheelMenu II](https://www.nexusmods.com/skyrimspecialedition/mods/59799/)'
condition: 'not file("EasyWheel2 SSE.esp")'
- 'SunHelmSurvival.esp'
- name: 'SunHelmDiseases.esp'
tag:
- SpellStats
- Text
- name: 'SurvivalModeImproved.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/78244/'
name: 'Survival Mode Improved - SKSE'
group: *earlyLoadersGroup
req:
- *SKSE
- *SKSEVR
msg:
- *missingRequirementAddrLibforPlugin
- <<: *requiresX
type: say
subs: [ 'New save game, don''t use with an existing save.' ]
tag:
- EffectStats
- Keywords
- Names
- SpellStats
- Text
# Do not clean - ITMs are intentional according to the author.
- name: 'Take A Peek - (New Stealth Mechanic|Simply Knock Mini Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66908/'
name: 'Take a Peek - New Stealth Mechanic'
- name: 'Take A Peek - New Stealth Mechanic.esp'
msg:
- <<: *alsoUseX
subs: [ '[ConsoleUtilSSE NG](https://www.nexusmods.com/skyrimspecialedition/mods/76649/)' ]
condition: 'not file("SKSE/Plugins/ConsoleUtilSSE.dll")'
- <<: *alsoUseX
subs: [ '[Dynamic Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/33746/) **OR** [Open Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/92109/)' ]
condition: 'not file("SKSE/Plugins/DynamicAnimationReplacer.dll") and not file("SKSE/Plugins/OpenAnimationReplacer.dll")'
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0x02AC432B
util: 'SSEEdit v4.1.5k'
- name: 'Take A Peek - Simply Knock Mini Patch.esp'
msg:
- <<: *alreadyInOrFixedByX
subs: [ '**Just Simply Peek.esp**' ]
condition: 'active("Just Simply Peek.esp")'
clean:
- crc: 0x084DD663
util: 'SSEEdit v4.1.5k'
- name: 'Tentapalooza.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/652/' ]
- name: 'Torches Ignite Oil.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13226/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Torches Ignite Oil plugin' ]
condition: 'many("Torches Ignite Oil( - Shock Edition( and Arcane Archer Pack Compatibility)?)?.esp")'
clean:
- crc: 0xF0AA4434
util: 'SSEEdit v4.0.3'
- crc: 0xC32BA914
util: 'SSEEdit v4.0.3'
- name: 'TouringCarriages.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15948/' ]
- name: 'TouringCarriages.esp'
after:
- name: 'MoreToSay.esp'
condition: 'not is_master("TouringCarriages.esp")'
- name: 'moretosayfalkreath.esp'
condition: 'not is_master("TouringCarriages.esp")'
msg:
- <<: *patchProvided
subs: [ 'Immersive Citizens - TC patch.esp' ]
condition: 'active("Immersive Citizens - TC patch.esp") and active("Immersive Citizens - TC patch.esp") and not active("TouringCarriages-ICAIO.esp")'
- <<: *patchProvided
subs: [ 'Oakwood' ]
condition: 'active("oakwood.esp") and not active("TouringCarriages-Oakwood.esp")'
tag:
- C.Location
- Keywords
clean:
- crc: 0xF110A235
util: 'SSEEdit v4.0.3g'
- name: 'TouringCarriages-ICAIO.esp'
after: [ 'Immersive Citizens - TC patch.esp' ]
req: [ 'Immersive Citizens - AI Overhaul.esp' ]
- name: 'TreasureHunter.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5789/'
name: 'Treasure Hunter'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31345/'
name: 'Treasure Hunter - fixed esp'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31574/'
name: 'Treasure Hunter - refix'
msg:
- <<: *obsolete
subs: [ '[Treasure Hunter](https://www.nexusmods.com/skyrimspecialedition/mods/5789/)' ]
condition: 'version("TreasureHunter.esp", <, "1.2.1")'
- <<: *wildEdits
subs: [ 'Remove **000CA448** from **TreasureHunter.esp**.' ]
condition: 'checksum("TreasureHunter.esp", C4F752C9)'
tag:
- C.Location
- Delev
- Invent.Add
- Invent.Remove
- ObjectBounds
- name: 'tpos_ultimate_esm.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/13196/'
name: 'The People Of Skyrim Complete SSE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20140/'
name: 'Die Leute von Himmelsrand (The People Of Skyrim Complete) DV'
inc: [ 'Holds.esp' ]
after: [ 'alternate start - live another life.esp' ]
msg:
- <<: *patch3rdParty
subs:
- 'Alternate Start - Live Another Life'
- '[Alternate Start Patch for The People of Skyrim Complete](https://www.nexusmods.com/skyrimspecialedition/mods/13902/)'
condition: 'active("alternate start - live another life.esp") and not active("Falskaar.esm") and not active("tpos_altstart_02.esp")'
- <<: *patch3rdParty
subs:
- 'Falskaar'
- '[The People of Skyrim Complete Falskaar Patch](https://www.nexusmods.com/skyrimspecialedition/mods/13906/)'
condition: 'active("Falskaar.esm") and not active("alternate start - live another life.esp") and not active("tposc_falskar_patch.esp")'
- <<: *patch3rdParty
subs:
- 'Alternate Start - Live Another Life & Falskaar'
- '[The People of Skyrim Complete Falskaar Patch](https://www.nexusmods.com/skyrimspecialedition/mods/13906/)'
condition: 'active("Falskaar.esm") and active("alternate start - live another life.esp") and not active("tpos_altstart_falskaar_Patch.esp")'
clean:
# English
- crc: 0x296BE8A1
util: 'SSEEdit v4.0.4b'
# German
- crc: 0x3C7898AE
util: 'SSEEdit v4.0.4'
- name: 'tpos_complete02_RTCWG.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22392/'
name: 'The People Of Skyrim 2'
after:
- 'Landscape Fixes For Grass Mods.esp'
- 'tposcw.esp'
inc:
- 'Alternate Start -- New Beginnings.esp'
- 'AncientLand.esp'
- 'Holds.esp'
- 'Immersive Patrols II.esp'
- 'SkyfallEstate.esp'
- 'The Ruins.esp'
- 'tpos_ultimate_esm.esp'
- 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
- 'WARZONES - SSE - Civil Unrest.esp'
- 'WARZONES - SSE - DLC - Assault Attack.esp'
clean:
- crc: 0xE3D600F3
util: 'SSEEdit v4.0.3g'
# TPOS2 - Drunks Of Skyrim
- name: 'DrunksofSkyrim.esp'
clean:
- crc: 0xD6CD1064
util: 'SSEEdit v4.0.3g'
# TPOS2 - Immersive Skyrim Bridges
- name: 'nesbits_skyrim_bridges.esp'
clean:
- crc: 0xE373D2D5
util: 'SSEEdit v4.0.3g'
# TPOS2 - Old Falkreath
- name: 'Old_Falkreath.esp'
clean:
- crc: 0x1E5C164D
util: 'SSEEdit v4.0.3g'
# TPOS2 - Riften: Guild City of Thieves
- name: 'tpos_Riften_Exspan01.esp'
clean:
- crc: 0xDA668F6C
util: 'SSEEdit v4.0.3g'
# TPOS2 - Riverwood by Nesbit
- name: 'Riverwood_By_Nesbit.esp'
after: [ 'tposcw.esp' ]
inc: [ 'tpos_Riverwood_Grove.esp' ]
clean:
- crc: 0x51195099
util: 'SSEEdit v4.0.3g'
# TPOS2 - Riverwood Grove
- name: 'tpos_Riverwood_Grove.esp'
after: [ 'tposcw.esp' ]
clean:
- crc: 0xB2FBEC27
util: 'SSEEdit v4.0.3g'
# TPOS2 - Skyrim Border Holds
- name: 'tposcthebordersofskyrim.esp'
clean:
- crc: 0x61210900
util: 'SSEEdit v4.0.3g'
# TPOS2 - Skyrims Dead
- name: 'TPOS_Skyrims_Dead.esp'
clean:
- crc: 0xDA6255EA
util: 'SSEEdit v4.0.3g'
# TPOS2 - Skyrims Farmhouse Inns
- name: 'skryrimfarmhouseinns.esp'
clean:
- crc: 0xE9197F66
util: 'SSEEdit v4.0.3g'
# TPOS2 - The Enemy Of My Enemy: A Civil War Adventure.
- name: 'tposcw.esp'
clean:
- crc: 0xC70379D4
util: 'SSEEdit v4.0.3g'
# TPOS2 - Whiterun by Nesbit
- name: 'tpos_whiterunexteriorproject.esp'
clean:
- crc: 0xE0A87E29
util: 'SSEEdit v4.0.3g'
# TPOS2 - Whiterun Reimagined: The Way Of The Nords
- name: 'Whiterun_Reimagined.esp'
clean:
- crc: 0xDC41965D
util: 'SSEEdit v4.0.3g'
- name: 'WARZONES - SSE - Civil Unrest.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2360/' ]
group: *newContentGroup
clean:
# version: 0.94
- crc: 0xD755C4B7
util: 'SSEEdit v4.0.3'
- name: 'WARZONES - SSE - DLC - Assault Attack.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2365/' ]
group: *newContentGroup
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x32D1318D
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 773
- name: 'WoodworkersWhim(_Campfire)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64507/'
name: 'Woodworker''s Whim'
- name: 'WoodworkersWhim.esp'
group: *craftingGroup
after:
- 'Complete Crafting Overhaul_Remastered.esp'
# Group rules to avoid cyclic interactions
- 'CRAFT.esp'
msg:
- <<: *patchProvided
subs: [ 'Campfire - Complete Camping System' ]
condition: 'active("Campfire.esm") and not active("WoodworkersWhim_Campfire.esp")'
clean:
- crc: 0x24E8B4EA
util: 'SSEEdit v4.0.4b'
- crc: 0x8CCD892A
util: 'SSEEdit v4.0.4b'
- name: 'WoodworkersWhim_Campfire.esp'
clean:
- crc: 0x7F60A661
util: 'SSEEdit v4.0.4b'
- name: '(Worldspace Transition Tweaks - Skyrim To Solstheim|WTT - Skyrim-Solstheim - Worldsettings)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/48889/'
name: 'Worldspace Transition Tweaks'
tag:
- C.Location
- C.Regions
- name: 'Worldspace Transition Tweaks - Skyrim To Solstheim.esp'
group: *fixesGroup
after: [ 'unofficial skyrim special edition patch.esp' ]
clean:
- crc: 0x189E8C0C
util: 'SSEEdit v4.0.4c'
- name: 'WTT - Skyrim-Solstheim - Worldsettings.esp'
group: *worldSettingsGroup
# Do not clean - ITMs intentional according to author, presumably only border cells rarely touched by other mods
- name: 'YASH2.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2430/' ]
clean:
# Version: 2.15
- crc: 0xFAA02DAA
util: 'SSEEdit v4.0.3'
###### Gameplay - Character Classes & Races ######
- name: 'Aetherius.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26686/' ]
group: *racesGroup
tag:
- Names
- R.ChangeSpells
- R.Description
- R.Skills
- R.Stats
- SpellStats
- Text
clean:
- crc: 0xEB030FB6
util: 'SSEEdit v4.0.3g'
- name: 'Character Creation Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2725/' ]
clean:
# version: 1.3.3
- crc: 0x78C19143
util: 'SSEEdit v4.0.2'
- name: 'CCO - (Diverse Races And Genders|Dynamic Skill Progression|Oblivion Carry Weights|Permanent Birthsigns)\.esp'
req: [ 'Character Creation Overhaul.esp' ]
- name: 'CCO - Permanent Birthsigns.esp'
dirty:
# version: 1.3.3
- <<: *quickClean
crc: 0xF4EC1F03
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 24
- name: 'disparity.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/110789/'
name: 'Disparity SE - Character Classes - Greater Racial Diversity'
tag: [ Text ]
clean:
- crc: 0x7AAF73D9
util: 'SSEEdit v4.1.5c EXTREMELY EXPERIMENTAL'
- name: 'DWKaPoTunRace.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40928/'
name: 'Races of Nirn - Kapo''tun SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/77612/'
name: 'Races of Nirn - Kapotun Reborn'
group: *racesGroup
inc:
- name: 'Kapotun SOS.esp'
condition: 'version("DWKaPoTunRace.esp", >=, "2.0")'
- name: 'Kapotun Vanilla Armor Patch.esp'
condition: 'version("DWKaPoTunRace.esp", >=, "2.0")'
msg:
- <<: *alsoUseX
subs: [ '[Fixed Races of Nirn - Kapo''tun SE port](https://www.nexusmods.com/skyrimspecialedition/mods/66376/)' ]
condition: 'checksum("DWKaPoTunRace.esp", 672EB2D2)'
- <<: *obsolete
subs: [ '[Races of Nirn - Kapotun Reborn](https://www.nexusmods.com/skyrimspecialedition/mods/77612/)' ]
condition: 'version("DWKaPoTunRace.esp", <, "2.0") and not checksum("DWKaPoTunRace.esp", 672EB2D2)'
- <<: *patch3rdParty
subs:
- 'Touched by Dibella'
- '[Fixed Races of Nirn - Kapo''tun SE port](https://www.nexusmods.com/skyrimspecialedition/mods/66376/)'
condition: 'active("TouchedbyDibella.esp") and checksum("DWKaPoTunRace.esp", 672EB2D2) and not active("Kapotun TBD Tail.esp")'
- <<: *patchIncluded
subs: [ 'Schlongs of Skyrim' ]
condition: 'active("Schlongs of Skyrim - Core.esm") and version("DWKaPoTunRace.esp", >=, "2.0") and not active("SOS - Kapotun Addon.esp")'
clean:
# Original
- crc: 0x672EB2D2
util: 'SSEEdit v4.0.4'
# Reborn
- crc: 0x99A9E276
util: 'SSEEdit v4.0.4'
# Original -> Reborn upgrade
- crc: 0xD34873CA
util: 'SSEEdit v4.0.4'
- name: 'Kapotun ARMA .+\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/77612/'
name: 'Races of Nirn - Kapotun Reborn'
inc:
- name: 'DWKaPoTunRace.esp'
condition: 'version("DWKaPoTunRace.esp", >=, "2.0")'
- name: 'SOS - Kapotun Addon.esp'
clean:
- crc: 0xFCE78411
util: 'SSEEdit v4.0.4'
- name: 'Imperious - Races of Skyrim.esp'
url:
- 'https://www.nexusmods.com/skyrimspecialedition/mods/1315/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2985912/'
group: *racesGroup
inc:
- name: 'Morroblivion Racial Traits.esp'
condition: 'not active("Universal Imperious Patch.esp")'
- name: 'SkyRe_Races.esp'
condition: 'not active("Universal Imperious Patch.esp")'
- name: 'Subtle but Classless.esp'
condition: 'not active("Universal Imperious Patch.esp")'
- name: 'TsunPassiveRacialAbilities.esp'
condition: 'not active("Universal Imperious Patch.esp")'
tag:
- Names
- R.ChangeSpells
- R.Description
- R.Skills
- R.Stats
- Text
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/127/' ]
- *includesMBBF
clean:
- crc: 0x324A7C96
util: 'SSEEdit v4.0.3f'
- name: 'Mannaz - Integrated Races of Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/87219/'
name: 'Mannaz - Integrated Races of Skyrim'
inc:
- 'Imperious - Races of Skyrim.esp'
- 'Morningstar - Minimalistic Races of Skyrim.esl'
tag:
- R.ChangeSpells
- R.Description
- R.Skills
- R.Stats
- Text
clean:
- crc: 0x1E04EF48
util: 'SSEEdit v4.0.4c'
- name: 'Morningstar - Minimalistic Races of Skyrim.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22298/' ]
inc:
- name: 'Imperious - Races of Skyrim.esp'
condition: 'not active("Universal Imperious Patch.esp")'
tag:
- Graphics
- Names
- SpellStats
- Text
msg: [ *includesMBBF ]
clean:
- crc: 0x58D35E71
util: 'SSEEdit v4.0.3f'
###### Gameplay - Combat ######
- name: 'ArcheryV2.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10926/' ]
msg:
- <<: *patchProvided
subs: [ 'Beyond Skyrim - Bruma' ]
condition: 'active("BSHeartland.esm") and not active("Archery_Bruma_Patch.esp")'
- <<: *patchProvided
subs: [ 'Campfire - Complete Camping System' ]
condition: 'active("Campfire.esm") and not active("Archery_Campfire_Patch.esp")'
dirty:
# version: 2.4
- <<: *quickClean
crc: 0x0DDC51B6
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
# version: 2.5
- <<: *quickClean
crc: 0xB2AD660F
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'Archery_Bruma_Patch.esp'
req: [ 'ArcheryV2.esp' ]
clean:
# version: 1.2
- crc: 0x0470CE8E
util: 'SSEEdit v4.0.2'
# version: 1.1 Aleyid Arrows
- crc: 0xEF057475
util: 'SSEEdit v4.0.2'
- name: 'Archery_Campfire_Patch.esp'
req: [ 'ArcheryV2.esp' ]
clean:
# version: 1.2
- crc: 0xBE199860
util: 'SSEEdit v4.0.2'
# version: 1.1 Realisitc Arrows
- crc: 0x556C229B
util: 'SSEEdit v4.0.2'
- name: 'DeadlyCombat.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8850/' ]
msg:
- <<: *patchProvided
subs: [ 'Ordinator' ]
condition: 'active("DeadlyCombat.esp") and not active("DeadlyCombat_Ordinator_Patch.esp")'
- name: 'DSerArcheryGameplayOverhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24296/' ]
- name: '(EldenSkyrim|(SCSI-)?RimImpactOf(Mob|Player))\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65625/'
name: 'Elden Rim - Weapon Arts'
- name: 'EldenSkyrim.esp'
dirty:
- <<: *quickClean
crc: 0xDBC6EE34
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'RimImpactOfMob.esp'
dirty:
- <<: *quickClean
crc: 0x415C4CFC
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Immersive Movement.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15649/' ]
group: *earlyLoadersGroup
msg:
- <<: *patchIncluded
subs: [ 'Mortal Enemies' ]
condition: '(active("Mortal Enemies.esp") or active("Mortal Enemies - No RunWalk Changes.esp") or active("Mortal Enemies - Rival Remix.esp") or active("Mortal Enemies - Rival Remix - NoRunWalkChanges.esp") or active("Mortal Enemies - 2.0 Test Version.esp")) and not active("Immersive Movement - Mortal Enemies Patch.esp")'
- <<: *patchIncluded
subs: [ 'Smilodon' ]
condition: 'active("Smilodon - Combat of Skyrim.esp") and not active("Immersive Movement - Smilodon Patch.esp")'
- <<: *patchIncluded
subs: [ 'Wildcat' ]
condition: 'active("Wildcat - Combat of Skyrim.esp") and not active("Immersive Movement - Wildcat Patch.esp")'
clean:
# version: 1.3.2
- crc: 0xB91C4616
util: 'SSEEdit v4.0.2'
- name: 'Immersive Movement - (Mortal Enemies|Smilodon|Wildcat) Patch.esp'
req: [ 'Immersive Movement.esp' ]
- name: 'Immersive Movement - Mortal Enemies Patch.esp'
after:
- 'Mortal Enemies.esp'
- 'Mortal Enemies - No RunWalk Changes.esp'
- 'Mortal Enemies - Rival Remix.esp'
- 'Mortal Enemies - Rival Remix - NoRunWalkChanges.esp'
- 'Mortal Enemies - 2.0 Test Version.esp'
clean:
# version: 1.3.2
- crc: 0xDCF50B37
util: 'SSEEdit v4.0.2'
- name: 'Immersive Movement - Smilodon Patch.esp'
req: [ 'Smilodon - Combat of Skyrim.esp' ]
clean:
# version: 1.3.2
- crc: 0x9906E4A8
util: 'SSEEdit v4.0.2'
- name: 'Immersive Movement - Wildcat Patch.esp'
req: [ 'Wildcat - Combat of Skyrim.esp' ]
clean:
# version: 1.3.2
- crc: 0x82AA7490
util: 'SSEEdit v4.0.2'
- name: 'Lafreakshow_AutoEquipAmmo.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35435/' ]
msg: [ *alreadyInOrFixedByScrambledBugs ]
- name: 'Mortal Enemies( - No RunWalk Changes| - Rival Remix( - NoRunWalkChanges)?| - 2.0 Test Version)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4881/' ]
group: *earlyLoadersGroup
after: [ 'Immersive Movement.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Mortal Enemies' ]
condition: 'many("Mortal Enemies( - No RunWalk Changes| - Rival Remix( - NoRunWalkChanges)?| - 2.0 Test Version)?\.esp")'
- name: 'NoBSAIProjectileDodge.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1763/' ]
after: [ 'UltimateCombat.esp' ]
- name: 'Pick Best Arrow.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25410/' ]
msg: [ *alreadyInOrFixedByScrambledBugs ]
- name: '(Smilodon|Wildcat) - Combat of Skyrim\.esp'
after:
- 'Animal Tweaks.esp'
- 'Immersive Movement.esp'
- 'Immersive NPC in the dark.esp'
- 'New Weapon Parry.esp'
- 'SkyRe_Main.esp'
- 'SkyRe_Combat.esp'
- 'SkyRe_EnemyAI.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Smilodon or Wildcat' ]
condition: 'many("(Smilodon|Wildcat) - Combat of Skyrim\.esp")'
- *includesMBBF
- name: 'Smilodon - Combat of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2824/' ]
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/119/' ]
clean:
# version: 2.00SSE
- crc: 0x70092444
util: 'SSEEdit v4.0.2'
- name: 'Wildcat - Combat of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1368/' ]
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/21/' ]
clean:
# version: 7.00SSE
- crc: 0xE6A87461
util: 'SSEEdit v4.0.2f'
- name: '(Smilodon|Wildcat) - Realistic Damage Plugin\.esp'
after: [ 'Combat Evolved.esp' ]
- name: 'UltimateCombat.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17196/' ]
clean:
- crc: 0x547BBCED
util: 'SSEEdit v4.0.3'
- name: 'Vigor - Combat and Injuries (SE).esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1876/' ]
after:
- 'Wildcat - Combat of Skyrim.esp'
- 'Smilodon - Combat of Skyrim.esp'
- name: 'VioLens SE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/668/'
name: 'VioLens - A Killmove Mod'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - VioLens.esp")'
- name: 'Wounds.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17581/' ]
###### Gameplay - Crafting & Harvesting ######
- name: 'AlchemyAdjustments(-AwesomePotionsPatch)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5877/' ]
after:
- 'EconomyOverhaulandSpeechcraftImprovements.esp'
- 'EconomyOverhaulandSpeechcraftImprovementsLite.esp'
- name: 'AlchemyAdjustments.esp'
after: [ 'SkyTEST-RealisticAnimals&Predators.esp' ]
tag: [ Text ]
- name: 'Apothecary((Food)?( - .+ Patch)?| - Food Duration Tweaks)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/52130/'
name: 'Apothecary - An Alchemy Overhaul'
- name: 'Apothecary.esp'
after: [ 'TechnicolorAlchemy.esp' ]
msg:
- <<: *alsoUseX
subs: [ '[Scrambled Bugs](https://www.nexusmods.com/skyrimspecialedition/mods/43532/) **Poison Resistance** patch' ]
condition: 'not file("SKSE/Plugins/ScrambledBugs.dll")'
- <<: *patchProvided
subs: [ 'Beyond Skyrim - Bruma' ]
condition: 'active("BSHeartland.esm") and not active("Apothecary - Bruma Patch.esp")'
- <<: *patchProvided
subs: [ 'Creation Club Fishing' ]
condition: 'active("ccbgssse001-fish.esm") and not active("Apothecary - Fishing Patch.esp") and not active("ApothecaryAnniversaryUpdate.esp")'
- <<: *patchProvided
subs: [ 'Creation Club Rare Curios' ]
condition: 'active("ccbgssse037-curios.esl") and not active("Apothecary - Rare Curios Patch.esp") and not active("ApothecaryAnniversaryUpdate.esp")'
- <<: *patchProvided
subs: [ 'Creation Club Saints & Seducers' ]
condition: 'active("ccbgssse025-advdsgs.esm") and not active("Apothecary - Saints & Seducers Patch.esp") and not active("ApothecaryAnniversaryUpdate.esp")'
- <<: *patchProvided
subs: [ 'Skyrim 3D Trees and Plants' ]
condition: 'active("S3DTrees NextGenerationForests.esp") and not active("Apothecary - Skyrim 3D Trees and Plants Patch.esp")'
- <<: *patchProvided
subs: [ 'Wyrmstooth' ]
condition: 'active("Wyrmstooth.esp") and not active("Apothecary - Wyrmstooth Patch.esp")'
tag:
- EffectStats
- Graphics
- -Invent.Remove
- Keywords
- Relev
- Sound
- Stats
- Text
clean:
- crc: 0x15CC3405
util: 'SSEEdit v4.0.4c'
# Apothecary - Patches #
- name: 'Apothecary - (Fishing|Rare Curios|Saints & Seducers) Patch\.esp'
msg:
- <<: *alreadyInX
subs: [ '**ApothecaryAnniversaryUpdate.esp**' ]
condition: 'active("ApothecaryAnniversaryUpdate.esp")'
- name: 'Apothecary - Fishing Patch.esp'
tag: [ Delev ]
# Do not clean - Author claims ITMs are intentional
- name: 'Apothecary - Rare Curios Patch.esp'
tag:
- EffectStats
- Keywords
- Stats
- Text
- name: 'Apothecary - Saints & Seducers Patch.esp'
tag:
- EffectStats
- Keywords
# Apothecary - Food and Drink Addon #
- name: 'ApothecaryFood.esp'
msg:
- <<: *patchProvided
subs: [ 'Beyond Skyrim - Bruma' ]
condition: 'active("BSHeartland.esm") and not active("ApothecaryFood - Bruma Patch.esp")'
- <<: *patchProvided
subs: [ 'Creation Club Fishing' ]
condition: 'active("ccbgssse001-fish.esm") and not active("ApothecaryFood - Fishing Patch.esp") and not active("ApothecaryFoodAnniversaryUpdate.esp")'
- <<: *patchProvided
subs: [ 'Creation Club Survival Mode' ]
condition: 'active("ccqdrsse001-survivalmode.esl") and not active("ApothecaryFood - Survival Mode Patch.esp") and not active("ApothecaryFoodAnniversaryUpdate.esp")'
- <<: *patchProvided
subs: [ 'Skyrim 3D Trees and Plants' ]
condition: 'active("S3DTrees NextGenerationForests.esp") and not active("ApothecaryFood - Skyrim 3D Trees and Plants Patch.esp")'
- <<: *patchProvided
subs: [ 'Unofficial Skyrim Special Edition Patch' ]
condition: 'active("unofficial skyrim special edition patch.esp") and not active("ApothecaryFood - USSEP Patch.esp")'
- <<: *patchProvided
subs: [ 'Wyrmstooth' ]
condition: 'active("Wyrmstooth.esp") and not active("ApothecaryFood - Wyrmstooth Patch.esp")'
tag:
- Graphics
- Names
- Relev
- Stats
clean:
- crc: 0x8040AB87
util: 'SSEEdit v4.0.4c'
# Apothecary - Food and Drink Addon - Patches #
- name: 'ApothecaryFood - (Fishing|Survival Mode) Patch\.esp'
msg:
- <<: *alreadyInX
subs: [ '**ApothecaryFoodAnniversaryUpdate.esp**' ]
condition: 'active("ApothecaryFoodAnniversaryUpdate.esp")'
- name: 'ApothecaryFood - Fishing Patch.esp'
tag: [ Keywords ]
- name: 'ApothecaryFood - Survival Mode Patch.esp'
tag:
- Names
- Stats
# Apothecary Anniversary Update #
- name: 'Apothecary(Food)?AnniversaryUpdate\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/82164/'
name: 'Apothecary Anniversary Update'
- name: 'ApothecaryAnniversaryUpdate.esp'
tag:
- Delev
- EffectStats
- Keywords
- Stats
- Text
- name: 'ApothecaryFoodAnniversaryUpdate.esp'
tag:
- Keywords
- Names
- Stats
- name: 'ars metallica.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/321/' ]
tag:
- Invent.Add
- -Invent.Remove
- -Names
clean:
- crc: 0x4688FC6A
util: 'SSEEdit v4.0.3'
- name: 'Better Harvesting( (animal loot version))?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/522/' ]
- name: 'Better Harvesting.esp'
clean:
- crc: 0x09BDE5B4
util: 'SSEEdit v4.0.3'
# Flora Respawn Fix version
- crc: 0x8A5254D7
util: 'SSEEdit v4.0.3'
# Wisemans Flora Fixes version
- crc: 0x91E729F4
util: 'SSEEdit v4.0.3'
- name: 'Better Harvesting (animal loot version).esp'
clean:
- crc: 0x36DE6CBB
util: 'SSEEdit v4.0.3'
# Flora Respawn Fix version
- crc: 0x89FB6B2B
util: 'SSEEdit v4.0.3'
# Wisemans Flora Fixes version
- crc: 0x271E16A1
util: 'SSEEdit v4.0.3'
- name: 'Complete Alchemy & Cooking Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19924/' ]
group: *alchemyOverhaulsGroup
after:
- 'Complete Crafting Overhaul_Remastered.esp'
- 'iNeed.esp'
- 'iNeed - Dangerous Diseases.esp'
req:
- *SKSE
- *SKSEVR
inc:
- 'BullseyePerkParalyzeBugFixSE.esp'
- 'FloraRespawnFix.esp'
- 'HarvestOverhaul_Redone.esp'
- 'HarvestOverhaul_Redone_Creatures.esp'
- name: 'Paralyze.esp'
display: 'Ragdoll Paralysis Redux SE'
tag:
- EffectStats
- Keywords
- ObjectBounds
- Text
msg:
- *requiresMCM
- *requiresMCMVR
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19924/?tab=forum&topic_id=6988461' ]
- <<: *compatPatch
subs: [ '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)' ]
- <<: *patchProvided
subs: [ 'Complete Crafting Overhaul Remastered' ]
condition: 'version("Complete Alchemy & Cooking Overhaul.esp", ==, "2.0") and active("Complete Crafting Overhaul_Remastered.esp") and not active("Complete Alchemy & Cooking Overhaul_CCOR_Patch.esp")'
clean:
- crc: 0x479F529D
util: 'SSEEdit v4.0.3h'
- name: 'Complete Crafting Overhaul_Remastered.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28608/' ]
group: *craftingGroup
after: [ 'waccf_armor and clothing extension.esp' ]
inc: [ 'ars metallica.esp' ]
req:
- *SKSE
- *SKSEVR
tag:
- Graphics
- Keywords
- Text
msg:
- <<: *compatPatch
subs: [ '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)' ]
- *requiresMCM
- *requiresMCMVR
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - WACCF CCOR ACE Patches](https://www.nexusmods.com/skyrimspecialedition/mods/31758/)'
condition: 'active("Requiem.esp") and not active("Requiem - CCOR.esp") and version("Requiem.esp", <, "6.0.0")'
- <<: *patchUnavailableRequiem
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "6.0.0")'
- <<: *patchUpdateAvailable
type: warn
subs: [ '[CCOR PRUFEI Chest CTD Hotfix](https://www.nexusmods.com/skyrimspecialedition/mods/28608/)' ]
condition: 'not checksum("Scripts/prufiscript.pex", DAAA227E) and version("Complete Crafting Overhaul_Remastered.esp", <=, "2.2")'
clean:
- crc: 0xC57DC7ED
util: 'SSEEdit v4.0.3'
- name: 'CRAFT.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/54900/'
name: 'CRAFT - Smarter LOTD Replicas'
- name: 'CRAFT.esp'
group: *craftingGroup
# Group rules to avoid cyclic interactions
after: [ 'Complete Crafting Overhaul_Remastered.esp' ]
clean:
- crc: 0x3D3D8005
util: 'SSEEdit v4.0.4c'
- name: 'cut the wheat.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/151606/'
name: 'Cut The Wheat - OIF'
msg:
- <<: *requiresResources
subs: [ '[Wheat Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/112074/) **OR** [Real Wheat Fields](https://www.nexusmods.com/skyrimspecialedition/mods/151229/)' ]
condition: 'not file("textures/plants/CITSWheat.dds")'
- name: 'Favor Jobs Overhaul( - (CACO|Immersive Interactions) Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40145/'
name: 'Favor Jobs Overhaul'
- name: 'Favor Jobs Overhaul.esp'
req:
- *PapyrusExtender
- *PapyrusUtil
inc:
- 'BlockStealPapyrus.esp'
- 'CT_FavorJobsChanges.esp'
- 'MilkSomeCows.esl'
- 'MilkSomeCows.esp'
after:
- 'At Your Own Pace - Thane Overhaul.esp'
- 'Complete Alchemy & Cooking Overhaul.esp'
- 'Completionist.esp'
- 'CT_FavorJobsChanges.esp'
- 'EconomyOverhaulandSpeechcraftImprovements.esp'
- 'Immersive Citizens - AI Overhaul.esp'
- 'Relationship Dialogue Overhaul.esp'
msg:
- type: say
content: '{0} is required if you want to alter this mods settings in game.'
subs: [ '[SkyUI](https://www.nexusmods.com/skyrimspecialedition/mods/12604/)' ]
condition: 'not active("SkyUI_SE.esp")'
clean:
- crc: 0x74EB620A
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Favor Jobs Overhaul - CACO Patch.esp'
clean:
- crc: 0xCB22B0BC
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Favor Jobs Overhaul - Immersive Interactions Patch.esp'
clean:
- crc: 0xC4E7B8D4
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'HarvestOverhaul_Redone.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2398/' ]
msg:
- <<: *patchProvided
subs: [ 'Ordinator - Perks of Skyrim' ]
condition: 'active("Ordinator - Perks of Skyrim.esp") and not active("HOR_OrdinatorPatch.esp")'
tag:
- Delev
- Invent.Add
- Invent.Change
- Invent.Remove
- Names
- Relev
- Text
clean:
# version: 1.0 Plants Only
- crc: 0xD9E45263
util: 'SSEEdit v4.0.2f'
# version: 1.0 Plants Only for Flora Respawn Fix
- crc: 0x971A2167
util: 'SSEEdit v4.0.2f'
# version: 1.0 Plants & Creatures
- crc: 0x7F6BF08A
util: 'SSEEdit v4.0.2f'
# version: 1.0 Plants & Creatures for Flora Respawn Fix
- crc: 0x92D3070A
util: 'SSEEdit v4.0.2f'
# version: 1.0 Plants & Creatures with no treasure
- crc: 0x536F26F1
util: 'SSEEdit v4.0.2f'
# version: 1.0 Plants & Creatures with no treasure for Flora Respawn Fix
- crc: 0x336125AE
util: 'SSEEdit v4.0.2f'
- name: 'Hunterborn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/7900/'
name: 'Hunterborn SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17993/'
name: 'Hunterborn SE MCM'
tag:
- name: -C.Climate
condition: 'checksum("Hunterborn.esp", 7117CBA9)'
- name: -Delev
condition: 'checksum("Hunterborn.esp", 7117CBA9)'
- name: Invent.Add
condition: 'checksum("Hunterborn.esp", 7117CBA9)'
- name: Invent.Remove
condition: 'checksum("Hunterborn.esp", 7117CBA9)'
- name: -ObjectBounds
condition: 'checksum("Hunterborn.esp", 7117CBA9)'
- name: Relev
condition: 'checksum("Hunterborn.esp", 7117CBA9)'
dirty:
- <<: *quickClean
crc: 0xF1F2C258
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
clean:
- crc: 0xBED2E14D
util: 'SSEEdit v4.0.3'
- crc: 0x7117CBA9
util: 'SSEEdit v4.0.3'
- name: 'iNeed( - Extended)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/645/'
name: 'iNeed - Food Water and Sleep'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19390/'
name: 'iNeed - Food Water and Sleep - Continued'
- name: 'iNeed.esp'
msg:
- <<: *useInstead
subs: [ '[iNeed - Food Water and Sleep - Continued](https://www.nexusmods.com/skyrimspecialedition/mods/19390/)' ]
condition: 'version("iNeed.esp", <=, "1.90")'
after: [ 'SkyUI_SE.esp' ]
clean:
- crc: 0x0AF4C3BD
util: 'SSEEdit v4.1.5p'
- name: 'iNeed - Extended.esp'
after:
- 'AnotherSortingMod_2017-SSE.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
dirty:
# Full
- <<: *quickClean
crc: 0x1D72F65E
util: '[SSEEdit v4.1.5p](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
itm: 2
# No Food Changes
- <<: *quickClean
crc: 0x396A99DC
util: '[SSEEdit v4.1.5p](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
itm: 1
clean:
# No Food / Recipe Changes
- crc: 0xB726B0E8
util: 'SSEEdit v4.1.5p'
- name: 'iNeed - Dangerous Diseases.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19390/'
name: 'iNeed - Food Water and Sleep - Continued'
msg:
- <<: *patchProvided
subs: [ 'Complete Alchemy & Cooking Overhaul' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and not active("CACO - iNeed DD Patch.esp")'
clean:
- crc: 0xB2A1F482
util: 'SSEEdit v4.1.5p'
- name: 'MainlandStalhrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8307/' ]
msg:
- <<: *patchUnavailable
type: say
subs: [ 'Ars Metallica' ]
condition: 'active("ars metallica.esp")'
- <<: *patchUnavailable
type: say
subs: [ 'Weapons Armor Clothing and Clutter Fixes' ]
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp")'
dirty:
- <<: *quickClean
crc: 0xB78B64CB
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 16
- name: '(MoreColorfulCritters|MCC_.*)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/32691/' ]
- name: 'MoreColorfulCritters.esp'
dirty:
- <<: *quickClean
crc: 0xFA2086F3
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
clean:
- crc: 0x6942CAA8
util: 'SSEEdit v4.0.3g'
- name: 'MCC_LessCount.esp'
dirty:
- <<: *quickClean
crc: 0x3C9C9AEC
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'Mystic Condenser.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10176/' ]
clean:
- crc: 0x2B1F4498
util: 'SSEEdit v4.0.3'
- name: 'RealisticNeedsandDiseases.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/3487/'
name: 'Realistic Needs and Diseases All-In-One for USSEP'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/23799/'
name: 'Realistic Needs and Diseases 2.0'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/33227/'
name: 'iWant RND for CACO'
after:
- 'Hunterborn.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
tag:
- Delev
- Graphics
- Invent.Add
- Invent.Change
- Invent.Remove
- Keywords
- Relev
- name: SpellStats
condition: 'active("Disease Descriptions - RND Patch.esp") and (checksum("RealisticNeedsandDiseases.esp", 04954404) or checksum("RealisticNeedsandDiseases.esp", 46CB9A07))'
dirty:
- <<: *quickClean
crc: 0xB35FFCC4
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Realistic Needs and Diseases 2.0
- <<: *quickClean
crc: 0x04954404
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
clean:
- crc: 0xB3368A0F
util: 'SSEEdit v4.0.3'
# Realistic Needs and Diseases 2.0
- crc: 0x46CB9A07
util: 'SSEEdit v4.0.3'
- name: 'RNAD_FF_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23799/' ]
tag: [ Graphics ]
clean:
- crc: 0xD2FA0750
util: 'SSEEdit v4.0.3'
- name: 'SAFO.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12343/'
name: 'Skyrim Alchemy and Food Overhaul'
after: [ 'Betterfoodeffects.esp' ]
inc:
- 'Complete Alchemy & Cooking Overhaul.esp'
- 'Cooking_In_Skyrim.esp'
- 'Cooking_In_Skyrim_v_2_0.esp'
- 'Cooking_In_Skyrim_v_2_0_Salty_Edition.esp'
tag:
- Delev
- EffectStats
- Graphics
- Invent.Add
- Keywords
- Names
- Relev
- SpellStats
- Stats
- Text
msg:
- <<: *patchIncluded
subs: [ 'AWESOME POTIONS' ]
condition: 'active("Potions.esp") and not file("SAFO - Awesome Potions.esp")'
- <<: *patchIncluded
subs: [ 'Frostfall' ]
condition: 'active("Frostfall.esp") and not file("SAFO - Frostfall.esp")'
- <<: *patchIncluded
subs: [ 'Imperious' ]
condition: 'active("Imperious - Races of Skyrim.esp") and not active("SAFO - Imperious.esp")'
- <<: *patchIncluded
subs: [ 'iNeed' ]
condition: 'active("iNeed - Extended.esp") and not file("SAFO - iNeed.esp")'
- <<: *patchIncluded
subs: [ 'Realistic Needs and Diseases' ]
condition: 'active("RealisticNeedsandDiseases.esp") and not file("SAFO - RND.esp")'
- <<: *patchIncluded
subs: [ 'SkyTEST - Realistic Animals and Predators' ]
condition: 'active("SkyTEST-RealisticAnimals&Predators.esp") and not file("SAFO - SkyTEST RAP.esp")'
- <<: *patchProvided
subs: [ 'Creation Club Survival Mode' ]
condition: 'active("ccqdrsse001-survivalmode.esp") and not active("SAFO - Survival Overhaul.esp")'
dirty:
- <<: *quickClean
crc: 0x8BA8A5DF
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
clean:
- crc: 0x46488209
util: 'SSEEdit v4.0.3'
- name: 'SAFO - Adamant.esp'
tag: [ Text ]
- name: 'SAFO - Aetherius.esp'
tag: [ Text ]
- name: 'SAFO - Another Sorting Mod.esp'
msg:
- <<: *corrupt
condition: 'checksum("SAFO - Another Sorting Mod.esp", EB023317)'
- name: 'SAFO - Flora Respawn Fix.esp'
req: [ 'FloraRespawnFix.esp' ]
- name: 'SAFO - RND.esp'
tag:
- Delev
- Relev
- Stats
- Keywords
- Graphics
- name: 'SAFO - Valdacil.esp'
msg:
- <<: *patchOutdated
condition: 'checksum("SAFO - Valdacil.esp", DE73CDD3)'
- name: 'SAFO - Wounds.esp'
req: [ 'SAFO.esp' ]
- name: 'SAFO Leveled Items Fix.esp'
req: [ 'Bashed Patch, 0.esp' ]
- name: 'silvercraft.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9450/' ]
dirty:
- <<: *quickClean
crc: 0x48668319
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: '(Skyrim Alchemy Fixed( - Ordinator)?|SAF for CACO)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2262/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Skyrim Alchemy Fixed Main File' ]
condition: 'many("(Skyrim Alchemy Fixed( - Ordinator)?|SAF for CACO)\.esp")'
tag:
- Delev
- Keywords
- Stats
- Text
- name: 'Skyrim Alchemy Fixed( - Ordinator)?\.esp'
inc: [ 'Complete Alchemy & Cooking Overhaul.esp' ]
msg:
- <<: *useInstead
subs: [ '**SAF for CACO.esp**' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp")'
- name: 'Skyrim Alchemy Fixed.esp'
clean:
- crc: 0xBDAD3E6E
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Skyrim Alchemy Fixed - Ordinator.esp'
after: [ 'Ordinator - Perks of Skyrim.esp' ]
clean:
- crc: 0x0174E78F
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'SAF for CACO.esp'
dirty:
- <<: *quickClean
crc: 0xEFBB8040
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: '_tck_SpellCrafting.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19697/' ]
after: [ 'OCW_Obscure''s_CollegeofWinterhold.esp' ]
###### Gameplay - Economy & Item Balance ######
- name: 'Artificer - Artifacts of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6674/' ]
dirty:
# version: 2.30
- <<: *quickClean
crc: 0x3998FDDB
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'Awesome Artifacts( - .* Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/13776/'
name: 'Awesome Artifacts'
- name: 'Awesome Artifacts.esp'
after:
- 'Complete Alchemy & Cooking Overhaul.esp'
- 'Complete Crafting Overhaul_Remastered.esp'
- 'cutting room floor.esp'
- 'Guard Dialogue Overhaul.esp'
- 'WACCF_VanillaDaedricWeapons.esp'
- 'WACCF_VanillaDragonPriestMasks.esp'
- 'WACCF_VanillaOrcishWeapons.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
clean:
- crc: 0xF29AAFC8
util: 'SSEEdit v4.0.4c'
# AE
- crc: 0x14A85E00
util: 'SSEEdit v4.0.4c'
- name: 'Awesome Artifacts - DBM Patch.esp'
after: [ 'DBM_WACCF_Patch.esp' ]
- name: 'Bounty Gold.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18571/' ]
after: [ 'Requiem.esp' ]
msg:
- *requiresMCM
- *requiresMCMVR
- name: 'BuildWithGold.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41586/'
name: 'Build your Hearthfire homes with gold'
clean:
- crc: 0x6966CFC9
util: 'SSEEdit v4.0.4'
- name: 'CoinPurseIncrease.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6508/' ]
group: *lvlListsGroup
msg:
- <<: *patchProvided
subs: [ 'Coins of Tamriel V1' ]
condition: 'active("Coins of Tamriel SSE Edition.esp") and not active("CoT_CPO_Patch.esp")'
- <<: *patchProvided
subs: [ 'Coins of Tamriel V2' ]
condition: 'active("Coins of Tamriel V2 SSE Edition.esp") and not active("CoTV2SSEE_CPAOFS_Patch.esp")'
tag: [ Relev ]
clean:
- crc: 0xD68FE3A1
util: 'SSEEdit v4.0.3'
- name: 'Coin Purse Rework.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/37702/' ]
inc: [ 'CoinPurseIncrease.esp' ]
tag: [ Relev ]
- name: 'Coins of Tamriel( V[234])? SSE( Hardcore)? Edition\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6441/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Coins of Tamriel ESP' ]
condition: 'many("Coins of Tamriel( V[234])? SSE( Hardcore)? Edition\.esp")'
tag:
- Delev
- Graphics
- Invent.Add
- Names
- Relev
- Stats
- name: 'Containers and Leveled Lists Fixes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26575/' ]
group: *economyGroup
after: [ 'MLU.esp' ]
msg:
- <<: *patchProvided
subs: [ 'Complete Alchemy & Cooking Overhaul' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and not active("CLLF - CACO Patch.esp")'
- <<: *patchProvided
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("CLLF - Cutting Room Floor Patch.esp")'
tag:
- Delev
- Invent.Add
- Invent.Change
- Invent.Remove
- Relev
dirty:
- <<: *quickClean
crc: 0x18A0118A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'CLLF - (ACE|Cutting Room Floor|WACCF) Patch\.esp'
req: [ 'Containers and Leveled Lists Fixes.esp' ]
- name: 'CLLF - (ACE|CACO|Lock Related Loot for SCCR|Skyrim Coin Replacer Redux|WACCF).*\.esp'
tag:
- Delev
- Relev
- name: 'CLLF - CACO Patch.esp'
after:
- 'CLLF - Lock Related Loot for SCCR.esp'
- 'CLLF - Skyrim Coin Replacer Redux.esp'
tag: [ Invent.Change ]
- name: 'CLLF - (Lock Related Loot Addon|Lock Related Loot for SCCR)\.esp'
inc: [ 'LockRelatedLoot.esp' ]
msg:
- <<: *requiresResources
subs: [ '[Lock Related Loot](https://www.nexusmods.com/skyrimspecialedition/mods/11342/)' ]
condition: 'not file("Scripts/lockExtraLootSCRIPT.pex")'
- name: 'CLLF - (Lock Related Loot Addon|Skyrim Coin Replacer Redux Patch)\.esp'
msg:
- <<: *alreadyInX
subs: [ 'CLLF - Lock Related Loot for SCCR.esp' ]
condition: 'active("CLLF - Lock Related Loot for SCCR.esp")'
- name: 'Priest Vendors - CLLF Integration.esp'
req: [ 'Containers and Leveled Lists Fixes.esp' ]
- name: 'Creation Empowerment(ESL)?\.es[lp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/58689/'
name: 'Power of Creation - Creation Club Overhaul'
- name: 'Creation Empowerment.esp'
dirty:
- <<: *quickClean
crc: 0x68077DC2
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
udr: 1
- name: 'Creation EmpowermentESL.esl'
dirty:
- <<: *quickClean
crc: 0xBF2E843A
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
udr: 1
- name: '(CrossbowIntegration|Thwack! - (Rare Curios - Bolts Expanded|Vigil Enforcer Distribution))\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42653/'
name: 'Thwack - A Creation Club Integration Mod'
- name: 'CrossbowIntegration.esp'
tag:
- -Invent.Add
- -Invent.Remove
- Names
- ObjectBounds
- -Relev
dirty:
- <<: *quickClean
crc: 0x60629D04
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Thwack! - (Rare Curios - Bolts Expanded|Vigil Enforcer Distribution)\.esp'
msg: [ *obsolete ]
- name: 'Dead Man''s Dread Distribution.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35163/'
name: 'Pirate''s Life for Me - A Creation Club Integration Mod'
- name: 'Dead Man''s Dread Distribution.esp'
req:
- <<: *SPID
condition: 'file("Dead Man''s Dread Distribution_DISTR.ini")'
tag:
- name: -Invent.Add
condition: 'file("Dead Man''s Dread Distribution_DISTR.ini")'
- name: -Invent.Remove
condition: 'file("Dead Man''s Dread Distribution_DISTR.ini")'
- name: -NPC.DefaultOutfit
condition: 'file("Dead Man''s Dread Distribution_DISTR.ini")'
- name: -Relev
condition: 'file("Dead Man''s Dread Distribution_DISTR.ini")'
clean:
- crc: 0x6BA45FE0
util: 'SSEEdit v4.0.4b'
- name: 'DLCIntegration( Beyond Skyrim Compatibility Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/8032/'
name: 'DLC Integration'
group: *newContentGroup
- name: 'DLCIntegration.esp'
msg:
- <<: *patchProvided
subs: [ 'Beyond Skyrim DLC Integration' ]
condition: 'active("BS_DLC_patch.esp") and not active("DLCIntegration Beyond Skyrim Compatibility Patch.esp")'
tag:
- EffectStats
- Invent.Change
- -Invent.Remove
- Keywords
- Stats
clean:
- crc: 0xA3FB0FAD
util: 'SSEEdit v4.0.4c'
- crc: 0x651A9B3E
util: 'SSEEdit v4.0.4c'
- name: 'DLCIntegration Beyond Skyrim Compatibility Patch.esp'
clean:
- crc: 0x32F4BBE5
util: 'SSEEdit v4.0.4c'
- name: 'DynamicDungeonLoot.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10308/' ]
clean:
# version: 1.0.1
- crc: 0xC85BA670
util: 'SSEEdit v4.0.3'
- name: 'Economy.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8210/' ]
tag: [ Relev ]
- name: 'EconomyOverhaulandSpeechcraftImprovements(Lite)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9542/' ]
after: [ 'You Hunger.esp' ]
- name: 'EconomyOverhaulandSpeechcraftImprovements.esp'
req: [ *VR_PerkExtender ]
msg:
- <<: *patchIncluded
subs: [ 'Complete Alchemy & Cooking Overhaul' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and not active("EconomyOverhaul CV - CACO Patch.esp")'
- <<: *patchIncluded
subs: [ 'Cooking In Skyrim' ]
condition: 'active("Cooking_In_Skyrim.esp") and not active("EconomyOverhaul CV - CookingInSkyrim Patch.esp")'
- <<: *patchIncluded
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("EconomyOverhaul CV - CuttingRoomFloor Patch.esp")'
- <<: *patchIncluded
subs: [ 'Dawn of Skyrim' ]
condition: 'active("Blues Skyrim.esp") and not active("EconomyOverhaul CV - DawnofSkyrim Patch.esp")'
- <<: *patchIncluded
subs: [ 'Distinct Interiors' ]
condition: 'active("Distinct Interiors.esp") and not active("EconomyOverhaul CV - DistinctInteriors Patch.esp")'
- <<: *patchIncluded
subs: [ 'Even Better Quest Objectives' ]
condition: 'active("BetterQuestObjectives.esp") and not active("EconomyOverhaul CV - EvenBetterQuestObjectives Patch.esp")'
- <<: *patchProvided
subs: [ 'Missives' ]
condition: 'active("Missives.esp") and not active("EconomyOverhaul CV - Missives Patch.esp")'
- <<: *patchIncluded
subs: [ 'Morrowloot Ultimate' ]
condition: 'active("MLU.esp") and not active("EconomyOverhaul CV - MorrowLootUltimate Patch.esp")'
- <<: *patchIncluded
subs: [ 'Ordinator - Perks of Skyrim' ]
condition: 'active("Ordinator - Perks of Skyrim.esp") and not active("EconomyOverhaul CV - Ordinator Patch.esp")'
- <<: *patchIncluded
subs: [ 'Quests Are In Skyrim' ]
condition: 'active("QuestsAreInSkyrimUSSEP.esp") and not active("EconomyOverhaul CV - QuestsAreinSkyrim Patch.esp")'
- <<: *patchIncluded
subs: [ 'Scarcity' ]
condition: 'active("Scarcity SE - Less Loot Mod.esp") and not active("EconomyOverhaul CV - Scarcity Patch.esp")'
- <<: *patchIncluded
subs: [ 'Trade and Barter' ]
condition: 'active("trade & barter.esp") and not active("EconomyOverhaul CV - TradeandBarter Patch.esp")'
- <<: *patchIncluded
subs: [ 'Vokrii - Minimalistic Perks of Skyrim' ]
condition: 'active("Vokrii - Minimalistic Perks of Skyrim.esp") and not active("EconomyOverhaul CV - Vokrii Patch.esp")'
- <<: *patchIncluded
subs: [ 'Weapons Armor Clothing and Clutter Fixes' ]
condition: 'active("waccf_armor and clothing extension.esp") and not active("EconomyOverhaul CV - WACCF Patch.esp")'
- <<: *patchIncluded
subs: [ 'Wet and Cold' ]
condition: 'active("WetandCold.esp") and not active("EconomyOverhaul CV - WetAndCold Patch.esp")'
clean:
- crc: 0x687B1592
util: 'SSEEdit v4.0.3'
- name: 'EconomyOverhaulandSpeechcraftImprovementsLite.esp'
msg:
- <<: *patchIncluded
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("EconomyOverhaul LV - CuttingRoomFloor Patch.esp")'
- <<: *patchIncluded
subs: [ 'Even Better Quest Objectives' ]
condition: 'active("BetterQuestObjectives.esp") and not active("EconomyOverhaul LV - EvenBetterQuestObjectives Patch.esp")'
- <<: *patchProvided
subs: [ 'Missives' ]
condition: 'active("Missives.esp") and not active("EconomyOverhaul LV - Missives Patch.esp")'
- <<: *patchIncluded
subs: [ 'Quests Are In Skyrim' ]
condition: 'active("QuestsAreInSkyrimUSSEP.esp") and not active("EconomyOverhaul LV - QuestsAreinSkyrim Patch.esp")'
- <<: *patchIncluded
subs: [ 'Weapons Armor Clothing and Clutter Fixes' ]
condition: 'active("waccf_armor and clothing extension.esp") and not active("EconomyOverhaul LV - WACCF Patch.esp")'
clean:
- crc: 0x328BEACD
util: 'SSEEdit v4.0.3'
- name: 'EconomyOverhaul CV - (Vokrii|Ordinator) Patch.esp'
after: [ 'EconomyOverhaul CV - MorrowLootUltimate Patch.esp' ]
- name: 'Hybrid Loot and EZs.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26085/' ]
after:
- 'LoreWorthyBandits.esp'
- 'waccf_armor and clothing extension.esp'
- 'Weapon AF.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
- name: 'Immersive Ingestibles.esp'
url: [ 'https://bethesda.net/en/mods/skyrim/mod-detail/3587775/' ]
after: [ 'Requiem.esp' ]
- name: 'ImprovedDaedricArtifacts(LightEbonyMail)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2055/' ]
after: [ 'MLU.esp' ]
tag:
- EnchantmentStats
- Keywords
- Stats
- Text
- name: 'ImprovedDaedricArtifacts.esp'
dirty:
# version: 1.3
- <<: *quickClean
crc: 0x965E57F9
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'ImprovedDaedricArtifactsLightEbonyMail.esp'
dirty:
# version: 1.3
- <<: *quickClean
crc: 0x2285FB22
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Infinite Gold For Merchants.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16162/' ]
after:
- 'Relationship Dialogue Overhaul.esp'
- 'VendorSaleDelay-Gone.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Relationship Dialogue Overhaul'
- '[RDO - Infinite Gold for Merchants Patch](https://www.nexusmods.com/skyrimspecialedition/mods/31271/)'
condition: 'active("Relationship Dialogue Overhaul.esp") and not active("RDO - Infinite Gold for Merchants patch.esp")'
- name: 'J42_ArmorRatingRedux.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17932/' ]
after:
- 'Combat Evolved.esp'
- 'Wildcat - Combat of Skyrim.esp'
- 'Smilodon - Combat of Skyrim.esp'
clean:
- crc: 0x473DB27A
util: 'SSEEdit v4.0.3'
- name: 'Legendary Artifacts.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18981/' ]
clean:
# version: 1.7
- crc: 0x5B50A9BB
util: 'SSEEdit v4.0.3'
- name: 'MoreGoldx(2|5|10)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15493/' ]
tag: [ Relev ]
msg:
- <<: *useOnlyOneX
subs: [ 'More Gold ESP' ]
condition: 'many("MoreGoldx(2|5|10)\.esp")'
- name: 'Morrowloot.esp'
url:
- 'https://www.nexusmods.com/skyrimspecialedition/mods/1255/'
- 'https://www.nexusmods.com/skyrimspecialedition/mods/24751/'
tag:
- Delev
- Relev
dirty:
# version: 4.01
- <<: *quickClean
crc: 0x9E026276
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
# version: Morrowloot Lite 0.1
- <<: *quickClean
crc: 0x2F43E905
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
- name: 'Morrowloot Miscellania - (Ancient Nord Hero Weapons|Better Ancient Knowledge|Daedric Crafting Requirements|Item Distribution|Scroll of Fiercely Roasting)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27094/' ]
- name: 'Morrowloot Miscellania - Ancient Nord Hero Weapons.esp'
clean:
- crc: 0x15199E12
util: 'SSEEdit v4.0.3'
- name: 'Morrowloot Miscellania - Better Ancient Knowledge.esp'
clean:
- crc: 0xA80D83E0
util: 'SSEEdit v4.0.3'
- name: 'Morrowloot Miscellania - Daedric Crafting Requirements.esp'
clean:
- crc: 0x673CB4C9
util: 'SSEEdit v4.0.3'
- name: 'Morrowloot Miscellania - Dremora Bound Weapons.esp'
clean:
- crc: 0x00212AA0
util: 'SSEEdit v4.0.3'
- name: 'Morrowloot Miscellania - Hybrid Loot.esp'
clean:
- crc: 0x96C425D1
util: 'SSEEdit v4.0.3'
- name: 'Morrowloot Miscellania - Item Distribution.esp'
dirty:
- <<: *quickClean
crc: 0x70ADCA93
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 23
- name: 'Morrowloot Miscellania - No Fortify Enchanting Alchemy Smithing.esp'
clean:
- crc: 0x2CB37F0D
util: 'SSEEdit v4.0.3'
- name: 'Morrowloot Miscellania - Scroll of Fiercely Roasting.esp'
clean:
- crc: 0x3DF9EABA
util: 'SSEEdit v4.0.3'
- name: 'MLU.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/3058/'
name: 'MorrowLoot Ultimate'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2295/'
name: 'Morrowloot Ultimate Simplified'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/10/'
name: 'Another Sorting Mod - MLU.esp Replacer'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17653/'
name: '(SJG) OMEGA - The Modular Gameplay Overhaul'
group: *economyGroup
inc: [ 'WACCF_BashedPatchLvlListFix.esp' ]
msg:
- <<: *compatPatch
subs: [ '[Morrowloot Ultimate - Patches](https://www.nexusmods.com/skyrimspecialedition/mods/76259/)' ]
condition: 'version("MLU.esp", >=, "2.0a")'
- <<: *patch3rdParty
subs:
- 'Ars Metallica - Smithing Enhancements'
- '[Morrowloot Ultimate - Patches](https://www.nexusmods.com/skyrimspecialedition/mods/76259/)'
condition: 'active("ars metallica.esp") and not active("MLU - Ars Metallica.esp") and not active("MLU Patches Merged.esp")'
- <<: *patch3rdParty
subs:
- 'Cutting Room Floor'
- '[Morrowloot Ultimate - Patches](https://www.nexusmods.com/skyrimspecialedition/mods/76259/)'
condition: 'active("cutting room floor.esp") and not active("MLU - CRF.esp") and not active("MLU Patches Merged.esp")'
- <<: *patchProvided
subs: [ 'INIGO' ]
condition: 'active("Inigo.esp") and not active("MLU - Inigo.esp") and not active("MLU Patches Merged.esp")'
- <<: *patchProvided
subs: [ 'Lore Weapon Expansion' ]
condition: 'active("Lore Weapon Expansion.esp") and not active("MLU - Lore Weapon Expansion.esp") and not active("MLU Patches Merged.esp")'
- <<: *patchProvided
subs: [ 'Skyrim Revamped - Complete Enemy Overhaul' ]
condition: 'version("MLU.esp", >=, "2.0a") and active("Skyrim Revamped - Complete Enemy Overhaul.esp") and not active("WICO - Immersive People.esp") and not active("MLU - SRCEO.esp") and not active("MLU Patches Merged.esp")'
- <<: *patchProvided
subs: [ 'Skyrim Revamped - Complete Enemy Overhaul & Windsong Immersive Character Overhaul' ]
condition: 'version("MLU.esp", >=, "2.0a") and active("Skyrim Revamped - Complete Enemy Overhaul.esp") and active("WICO - Immersive People.esp") and not active("MLU - SRCEO + WICO.esp") and not active("MLU Patches Merged.esp")'
- <<: *patchProvided
subs: [ 'Summermyst - Enchantments of Skyrim' ]
condition: 'version("MLU.esp", >=, "2.0a") and active("Summermyst - Enchantments of Skyrim.esp") and not active("MLU - Summermyst 2.0.esp") and not active("MLU Patches Merged.esp")'
- <<: *patchProvided
subs: [ 'Windsong Immersive Character Overhaul' ]
condition: 'active("WICO - Immersive People.esp") and not active("Skyrim Revamped - Complete Enemy Overhaul.esp") and not active("MLU - WICO.esp") and not active("MLU Patches Merged.esp")'
- <<: *patchProvided
subs: [ 'Zim''s Immersive Artifacts' ]
condition: 'active("ZIA_Complete Pack_V4.esp") and not active("MLU - ZIA.esp") and not active("MLU Patches Merged.esp")'
dirty:
# Original
- <<: *quickClean
crc: 0x706046D7
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 24
# version: Simplified Full 2.20
- <<: *quickClean
crc: 0x9081941D
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
# version: Simplified No Artifacts 2.20
- <<: *quickClean
crc: 0x4C720110
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
# version: Omega Replacer 1.99.9
- <<: *quickClean
crc: 0xAB5FD735
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 271
# Another Sorting Mod Replacer
- <<: *quickClean
crc: 0xA2D06745
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'MLU - .*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/3058/'
name: 'MorrowLoot Ultimate'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/76259/'
name: 'Morrowloot Ultimate - Patches'
after: [ 'MLU.esp' ]
- name: 'MLU - AAE Ultimate Edition.esp'
after: [ 'MLU - Immersive Armors.esp' ]
tag:
- Actors.ACBS
- Actors.Spells
- Actors.Stats
- Invent.Add
- Invent.Remove
- name: 'MLU - Immersive Armors.esp'
tag:
- Delev
- Invent.Add
- Outfits.Add
- Outfits.Remove
- name: 'MLU - Improved Closefaced Helmets.esp'
tag:
- Keywords
- Text
- name: 'MLU - ImprovedDaedricArtifacts.esp'
tag:
- EnchantmentStats
- Keywords
- Stats
- Text
- name: 'MLU - Inigo.esp'
tag:
- Invent.Add
- Invent.Remove
dirty:
- <<: *quickClean
crc: 0x0E968F0C
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 2
- name: 'MLU - InsanitySorrow Weapons Pack.esp'
tag:
- Delev
- Relev
- name: 'MLU - Mainland Stalhrim.esp'
tag:
- Keywords
- Text
- name: 'MLU - Skyrim Revamped Complete Enemy Overhaul.esp'
inc:
- 'MLU - SRCEO.esp'
- 'MLU - SRCEO + WICO.esp'
tag:
- Actors.ACBS
- Actors.SpellsForceAdd
- Invent.Remove
- NPC.Class
- Outfits.Remove
- name: 'MLU - (SRCEO|WICO)\.esp'
msg:
- <<: *alreadyInX
subs: [ '**MLU - SRCEO + WICO.esp**' ]
condition: 'active("MLU - SRCEO + WICO.esp")'
- name: 'MLU - Summermyst.esp'
inc: [ 'MLU - Summermyst 2.0.esp' ]
tag:
- Invent.Add
- Invent.Remove
- Keywords
- Text
- name: 'MLU - ZIA.esp'
tag:
- EnchantmentStats
- Keywords
- ObjectBounds
- Stats
- Text
- name: 'Netch Leather Distribution.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/45352/'
name: 'Morrowind Threads - A Creation Club Integration Mod'
req:
- <<: *SPID
condition: 'file("Netch Leather Distribution_DISTR.ini")'
tag:
- Delev
- name: -Invent.Add
condition: 'file("Netch Leather Distribution_DISTR.ini")'
- name: -Invent.Remove
condition: 'file("Netch Leather Distribution_DISTR.ini")'
- name: -NPC.DefaultOutfit
condition: 'file("Netch Leather Distribution_DISTR.ini")'
- ObjectBounds
- Outfits.Add
- Outfits.Remove
- Stats
- name: 'Poverty.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24712/' ]
inc:
- name: 'Scarcity SE - Less Loot Mod.esp'
condition: 'checksum("Poverty.esp", BD49570C)'
- name: 'WACCF_BashedPatchLvlListFix.esp'
condition: 'checksum("Poverty.esp", BD49570C)'
msg:
- *requiresMCM
- *requiresMCMVR
tag:
- Delev
- Invent.Add
- Invent.Change
- Invent.Remove
- Relev
clean:
- crc: 0xBD49570C
util: 'SSEEdit v4.0.3'
- crc: 0xF20272B0
util: 'SSEEdit v4.0.3'
- name: 'Rare Curios Integration.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/59340/'
name: 'Curated Curios - A Creation Club Integration Mod'
clean:
- crc: 0x2A3D845E
util: 'SSEEdit v4.0.4b'
- name: 'Rebalanced Leveled Lists( - Lite)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26/' ]
msg:
- <<: *patch3rdParty
subs:
- 'Scarcity SE - Less Loot Mod'
- '[Rebalanced Leveled Lists Scarcity Patch](https://www.nexusmods.com/skyrimspecialedition/mods/20812/)'
condition: 'active("Scarcity SE - Less Loot Mod") and not active("rll(_lite)?_scarcity_patch\.esp")'
- <<: *useOnlyOneX
subs: [ 'Rebalanced Leveled Lists' ]
condition: 'many("Rebalanced Leveled Lists( - Lite)?\.esp")'
tag:
- Delev
- Invent.Add
- Relev
- name: 'Relics of Legend - Enhanced Artifacts.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25620/' ]
clean:
- crc: 0x78CAE7E3
util: 'SSEEdit v4.0.3'
- name: '(Reliquary of Myth|RoM - .*)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31612/'
name: 'Reliquary of Myth - Artifact Overhaul'
- name: '(Reliquary of Myth|RoM - Dragon Priest Masks Pack)\.esp'
tag:
- EffectStats
- Enchantments
- EnchantmentStats
- Sound
- SpellStats
- name: 'Reliquary of Myth.esp'
tag:
- Actors.Spells
- Invent.Remove
- NPC.DefaultOutfit
- NPC.Perks.Add
clean:
- crc: 0x01EC13E9
util: 'SSEEdit v4.0.4c'
- name: 'RoM - Dragon Priest Masks Pack.esp'
tag:
- Actors.ACBS
- Actors.Stats
- Graphics
clean:
- crc: 0x28BB988A
util: 'SSEEdit v4.0.4c'
- name: 'RoM - ISC + MLU Patch.esp'
req: [ 'MLU.esp' ]
- name: 'RichMerchantsSkyrim_x\d+\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1772/'
name: 'Rich Skyrim Merchants'
tag: [ Relev ]
- name: 'Scarcity SE - Less Loot Mod.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8647/' ]
group: *lvlListsGroup
after: [ 'WACCF_BashedPatchLvlListFix.esp' ]
msg:
- <<: *patchProvided
subs: [ 'Spell Research' ]
condition: 'active("SpellResearch.esp") and not active("Scarcity SE - Spell Research Compatibility Patch.esp")'
clean:
# version: 1.1
- crc: 0x34C78E0F
util: 'SSEEdit v4.0.2'
- name: 'Scarcity SE - (2|4|6|8|10)x (Loot|Merchant Item) Rarity\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8647/' ]
group: *lvlListsGroup
after: [ 'Scarcity SE - Less Loot Mod.esp' ]
- name: '(skoomadealer|SkoomDealersDen)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/25081/'
name: 'Become A Skooma Dealer'
- name: 'skoomadealer.esp'
dirty:
- <<: *quickClean
crc: 0xB076A1C9
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
- name: 'SkoomDealersDen.esp'
dirty:
- <<: *quickClean
crc: 0x9FC50651
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
udr: 37
- name: '(Skyrim Revamped|SR - ).*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14338/'
name: 'Skyrim Revamped - Loot and Encounter Zones'
- name: 'Skyrim Revamped.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17653/'
name: '(SJG) OMEGA - The Modular Gameplay Overhaul for SSE Replacer'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/33718/'
name: 'OMEGA Updated Replacer'
after:
- 'LoreWorthyBandits.esp'
- 'waccf_armor and clothing extension.esp'
- 'Weapon AF.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
tag:
- name: -C.Encounter
condition: 'checksum("Skyrim Revamped.esp", 78B11FA1)'
- name: -C.Location
condition: 'checksum("Skyrim Revamped.esp", 78B11FA1)'
- name: -C.Name
condition: 'checksum("Skyrim Revamped.esp", 78B11FA1)'
- name: C.Name
condition: 'checksum("Skyrim Revamped.esp", A2D9E76A) or checksum("Skyrim Revamped.esp", 53DAAB81)'
- Invent.Add
- Invent.Change
- Invent.Remove
msg:
- <<: *patchProvided
subs: [ 'Expanded Skyrim Weaponry' ]
condition: 'active("LrsamwaysExpandedSkyrimWeaponry.esp") and not active("Skyrim Revamped - Skyrim Expanded Weaponry NPC Patch.esp")'
- <<: *patchProvided
subs: [ 'InsanitySorrow Weapon''s Pack' ]
condition: 'active("InsanitySorrow Weapons Pack.esp") and not active("SR - InsanitySorrow Weapon''s Pack.esp")'
- <<: *patchProvided
subs: [ 'Summermyst' ]
condition: 'active("Summermyst - Enchantments of Skyrim.esp") and not active("Skyrim Revamped - Summermyst Patch.esp")'
- <<: *patchProvided
subs: [ 'Lore Weapon Expansion' ]
condition: 'active("Lore Weapon Expansion.esp") and not active("SR - Lore Weapon Expansion Patch.esp")'
dirty:
- <<: *quickClean
crc: 0xA2D9E76A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
clean:
- crc: 0xD3688B7B
util: 'SSEEdit v4.0.3'
- crc: 0x78B11FA1
util: 'SSEEdit v4.0.3'
- name: '(Skyrim Revamped|SR) - (InsanitySorrow Weapon''s Pack|Lore Weapon Expansion Patch|Skyrim Expanded Weaponry NPC Patch|Summermyst Patch)\.esp'
req: [ 'Skyrim Revamped.esp' ]
tag:
- Delev
- Relev
- name: 'Skytoxin.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13153/' ]
clean:
# version: 1.0
- crc: 0xFCAE010E
util: 'SSEEdit v4.0.3'
- name: 'sm_dragonbornpartofskyrim(staves|_scrolls)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14372/'
name: 'Dragonborn DLC is Part of Skyrim (DPOS)'
msg:
- <<: *useOnlyOneX
subs: [ 'Dragonborn DLC is Part of Skyrim (DPOS) ESP' ]
condition: 'many("sm_dragonbornpartofskyrim(staves|_scrolls)\.esp")'
tag:
- Invent.Add
- Keywords
- NPC.DefaultOutfit
- name: 'sm_dragonbornpartofskyrimstaves.esp'
clean:
- crc: 0xB37C4C73
util: 'SSEEdit v4.0.4c'
- name: 'sm_dragonbornpartofskyrim_scrolls.esp'
dirty:
- <<: *quickClean
crc: 0xEF1FDAA0
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Tamrielic Distribution.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/71372/'
name: 'Tamrielic Distribution'
- name: 'Tamrielic Distribution.esp'
tag:
- Delev
- Invent.Add
- Invent.Change
- Invent.Remove
- Relev
clean:
- crc: 0xA26A4B94
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - AA Ebony Plate.esp'
tag:
- Delev
- Keywords
- Names
clean:
- crc: 0x07EE5121
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - AA Elven Hunter.esp'
tag:
- Invent.Add
- Invent.Remove
- Outfits.Add
- Outfits.Remove
dirty:
- <<: *quickClean
crc: 0xADDE7EBF
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Tamrielic Distribution - AA Iron.esp'
tag:
- Delev
- Keywords
- Names
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0xEAF79546
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - AA Leather.esp'
tag:
- Delev
- Names
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0x92BA1D4A
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - AA Silver.esp'
tag:
- Delev
- Invent.Add
- Invent.Remove
- NPC.DefaultOutfit
- Stats
clean:
- crc: 0xFC47974E
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - AA Steel Soldier.esp'
tag:
- Delev
- Names
clean:
- crc: 0x236A3BE7
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - Crossbow Collection.esp'
tag:
- Actors.CombatStyle
- Delev
- Names
- NPC.DefaultOutfit
- Stats
clean:
- crc: 0x4A4965D5
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - Dead Man''s Dread.esp'
inc: [ 'Dead Man''s Dread Distribution.esp' ]
tag:
- Actors.AIPackages
- Actors.DeathItem
- Delev
- Invent.Add
- Invent.Remove
- Names
- NPC.DefaultOutfit
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0x66C07E13
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - Ghosts Reduced Cut.esp'
tag:
- Delev
- Invent.Add
- Invent.Remove
clean:
- crc: 0x9AD6EE62
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - Netch Leather Armor.esp'
inc: [ 'Netch Leather Distribution.esp' ]
tag:
- Delev
- Outfits.Add
- Outfits.Remove
- Stats
clean:
- crc: 0x740DDB6D
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - Pirates Wield Cutlasses.esp'
tag:
- Actors.AIPackages
- Delev
- Invent.Add
- Invent.Remove
- NPC.DefaultOutfit
clean:
- crc: 0x1DB4CD4B
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - Rare Curios.esp'
inc: [ 'Rare Curios Integration.esp' ]
tag: [ Delev ]
clean:
- crc: 0x52C561EC
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - Rare Curios - Bolts Expanded.esp'
tag: [ Delev ]
clean:
- crc: 0x39B3D46F
util: 'SSEEdit v4.0.4b'
- name: 'Tamrielic Distribution - Vigil Enforcer Armor.esp'
inc: [ 'Vigil Enforcer Distribution.esp' ]
tag:
- Actors.CombatStyle
- Delev
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0x82A18ABC
util: 'SSEEdit v4.0.4b'
- name: 'trade & barter.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23081/' ]
group: *economyGroup
after:
- 'Containers and Leveled Lists Fixes.esp'
- 'EconomyOverhaulandSpeechcraftImprovements.esp'
- 'MLU.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Beyond Skyrim - Bruma'
- '[Trade and Barter - Patches](https://www.nexusmods.com/skyrimspecialedition/mods/23220/)'
condition: 'active("BSHeartland.esm") and not (active("Beyond Bruma - Trade and Barter Patch.esp") or active("Ordinator - Perks of Skyrim.esp"))'
- *requiresMCM
- *requiresMCMVR
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Trade and Barter.esp")'
tag:
- Invent.Add
- Invent.Remove
- Text
clean:
- crc: 0x09A56806
util: 'SSEEdit v4.0.3'
- name: 'TrueArtifactsofSkyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8832/' ]
dirty:
# version: 1.61
- <<: *quickClean
crc: 0xFA8AD32A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'TTR_Master_Trader.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1826/' ]
after: [ 'Relationship Dialogue Overhaul.esp' ]
inc: [ 'Infinite Gold For Merchants.esp' ]
- name: 'UnleveledItems.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/254/' ]
tag:
- Delev
- Relev
clean:
- crc: 0x140EBDE2
util: 'SSEEdit v4.0.3g'
- name: 'UnexpectedComments.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/39935/' ]
dirty:
- <<: *quickClean
crc: 0xDABA090F
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'Vigil Enforcer Distribution.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31991/'
name: 'The Vigilants'' New Clothes - A Creation Club Integration Mod'
req:
- <<: *SPID
condition: 'file("Vigil Enforcer Distribution_DISTRI.ini")'
tag:
- Actors.CombatStyle
- Delev
- -Invent.Remove
- Outfits.Add
- Outfits.Remove
- -Relev
clean:
- crc: 0xAE1949F3
util: 'SSEEdit v4.0.4b'
- crc: 0xFBAE5D3D
util: 'SSEEdit v4.0.4b'
- name: 'Weapons Armor Clothing & Clutter Fixes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18994/' ]
inc: [ 'Race Scale Remover.esp' ]
after:
- name: 'Guard Dialogue Overhaul.esp'
condition: 'checksum("Guard Dialogue Overhaul.esp", 6ABC1129) or version("Guard Dialogue Overhaul.esp", >=, "2.17")'
- 'TAR-GuildMaster1stPersonFix.esp'
- name: 'Undeath.esp'
condition: 'checksum("Undeath.esp", EB75A960)'
- 'UnlimitedBookshelves.esp'
tag:
- Actors.ACBS
- EnchantmentStats
- Invent.Add
- Invent.Change
- Invent.Remove
- NPC.DefaultOutfit
- NPC.Perks.Add
- NPC.Race
- Outfits.Add
- Outfits.Remove
- Sound
- SpellStats
- Text
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18994/?tab=forum&topic_id=6871717' ]
- <<: *compatPatch
subs: [ '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)' ]
- <<: *patch3rdParty
subs:
- 'Perks Unbound'
- '[Perks Unbound SSE -- WACCF Patch](https://www.nexusmods.com/skyrimspecialedition/mods/46295/)'
condition: 'active("Perks Unbound - Special Edition.esp") and not active("PerksUnbound_WACCF.esp")'
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - WACCF CCOR ACE Patches](https://www.nexusmods.com/skyrimspecialedition/mods/31758/)'
condition: 'active("Requiem.esp") and not active("Requiem - WACCF.esp") and version("Requiem.esp", <, "6.0.0")'
- <<: *patch3rdParty
subs:
- 'Triss Armor Retextured'
- '[Useless Patches Collection](https://www.nexusmods.com/skyrimspecialedition/mods/27667/)'
condition: 'active("TrissArmorRetextured.esp") and not active("Triss Armor Retextured SE - WACCF Patch.esp")'
- <<: *patchUnavailableRequiem
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "6.0.0")'
clean:
- crc: 0xA8EBA40E
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'WACCF_BashedPatchLvlListFix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18994/' ]
group: *lvlListsGroup
msg:
- *optional
- *requiresBash
clean:
- crc: 0xD42868D2
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'WhitePhialBetterAlignments.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5656/' ]
after:
- 'Complete Alchemy & Cooking Overhaul.esp'
- 'SAFO.*\.esp'
tag:
- ObjectBounds
- Stats
clean:
- crc: 0xB565B1EE
util: 'SSEEdit v4.0.3'
- name: 'You Hunger.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9143/' ]
after:
- 'iNeed.esp'
- 'iNeed - Extended.esp'
- 'RealisticNeedsandDiseases.esp'
- 'Super Simple Needs.esp'
tag:
- Delev
- Relev
msg:
- <<: *patchProvided
subs: [ 'Complete Alchemy and Cooking Overhaul' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and not active("You Hunger - CACO.esp")'
- <<: *patchProvided
subs: [ 'Falskaar' ]
condition: 'active("Falskaar.esm") and not active("You Hunger - Falskaar.esp")'
- name: 'You Hunger - (CACO|Falskaar)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9143/' ]
tag:
- Delev
- Relev
###### Gameplay - Magic & Abilities ######
- name: '_ElderSpells_.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/60796/' ]
- name: '1CCBEEPmiowolfsummon.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/45736/' ]
- name: '1CCBEEPpekora.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/45555/' ]
- name: '1CCBEEPRushiamod.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/45973/' ]
- name: '1CCBEEPsoraspells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49527/' ]
- name: 'aaaJudgement.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/32077/' ]
- name: 'Abyss( - Adamant Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/83329/'
name: 'Abyss'
- name: 'Abyss.esp'
msg:
- <<: *patchIncluded
subs: [ 'Adamant - A Perk Overhaul' ]
condition: 'active("Adamant.esp") and not active("Abyss - Adamant Patch.esp")'
tag: [ Invent.Add ]
clean:
- crc: 0x7B7A4764
util: 'SSEEdit v4.0.4c'
- name: 'Abyss - Adamant Patch.esp'
tag: [ Keywords ]
clean:
- crc: 0x3979E4EC
util: 'SSEEdit v4.0.4c'
- name: 'Ace Blood Magic SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16995/' ]
- name: 'AcquisitiveSoulGemMultithreaded.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1469/' ]
inc:
- 'GIST soul trap.esp'
- 'UFD Enhanced Soultrap.esp'
msg:
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0x71F3F1A3
util: 'SSEEdit v4.0.3'
- name: 'Advanced Alteration - Telekinetics.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29605/' ]
- name: 'AetherialTomes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/47187/' ]
- name: 'Air Spells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/48887/' ]
- name: 'AllMakersLexicon.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21634/' ]
- name: 'AlterationWards.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28818/' ]
- name: 'Andromeda - Unique Standing Stones of Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14910/'
name: 'Andromeda - Unique Standing Stones of Skyrim'
inc:
- 'Aurora - Standing Stones of Skyrim.esp'
- 'Better_Standing_Stones.esp'
- 'BetterStandingStonesMW.esp'
- 'CCO - Permanent Birthsigns.esp'
- 'DoomstoneRebalanced.esp'
- 'ERSO 20 - Standing Stones Overhaul.esp'
- 'Informative Standing Stones.esp'
- 'PS_StandingStones.esp'
- 'StandingStonesAlternative.esp'
- 'standingstoneoverhaul.esp'
- 'Standing Stones Overhaul.esp'
- 'Superior Standing Stones.esp'
after: [ 'disparity.esp' ]
tag:
- -Names
- EffectStats
- Graphics
- SpellStats
- Text
msg:
- <<: *compatIssuesWithX
subs: [ 'Convenient Horses **Convenient Horses.esp**' ]
condition: 'active("Convenient Horses.esp")'
- <<: *compatIssuesWithX
subs: [ 'Disparity **disparity.esp**' ]
condition: 'active("disparity.esp")'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/365/' ]
- *includesMBBF
clean:
- crc: 0x039C4DA3
util: 'SSEEdit v4.0.3'
- name: 'Animated Wings Ultimate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/34571/' ]
- name: 'Apocalypse - Magic of Skyrim.esp'
url:
- 'https://www.nexusmods.com/skyrimspecialedition/mods/1090/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2977857/'
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/136/' ]
- *includesMBBF
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - Apocalypse - Magic of Skyrim patch](https://www.nexusmods.com/skyrimspecialedition/mods/78643/)'
condition: 'active("Requiem.esp") and not active("Requiem - Apocalypse Compatibility Patch.esp")'
- <<: *patchProvided
subs: [ 'Ordinator - Perks of Skyrim' ]
condition: 'active("Ordinator - Perks of Skyrim.esp") and not active("Apocalypse - Ordinator Compatibility Patch.esp")'
- <<: *patchProvided
subs: [ 'Vokrii - Minimalistic Perks of Skyrim' ]
condition: 'active("Vokrii - Minimalistic Perks of Skyrim.esp") and not active("Apocalypse - Vokrii Compatibility Patch.esp")'
- <<: *wildEdits
type: say
subs: [ 'Remove CELL **00009B79** from Apocalypse - Magic of Skyrim.esp' ]
condition: 'checksum("Apocalypse - Magic of Skyrim.esp", 266B3B3B)'
clean:
- crc: 0x4F2B0B46
util: 'SSEEdit v4.0.3f'
- name: 'Apocalypse - More Apocalypse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18578/' ]
- name: 'Apocalypse - Waterstride Spell Addon.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1090/' ]
- name: 'ArachnomancerSpidersSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/39839/' ]
- name: 'Arcane Miscellanea.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/46792/' ]
- name: 'Arcanum.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23488/' ]
msg:
- <<: *alsoUseX
subs: [ '[Arcanum - A New Age of Magic 4.0.1 Bugfix](https://www.nexusmods.com/skyrimspecialedition/mods/46322/)' ]
condition: 'checksum("Arcanum.esp", AA67A039)'
- <<: *renameXtoY
subs:
- 'Arcanum 4.0 BSA.bsa'
- 'Arcanum.bsa'
condition: 'not file("Arcanum.bsa") and file("Arcanum 4.0 BSA.bsa")'
- <<: *renameXtoY
subs:
- 'Arcanum 4.0 BSA - Textures.bsa'
- 'Arcanum - Textures.bsa'
condition: 'not file("Arcanum - Textures.bsa") and file("Arcanum 4.0 BSA - Textures.bsa")'
dirty:
- <<: *quickClean
crc: 0xAA67A039
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
- name: 'Arkay''s Rites - Clean up Corpse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51169/' ]
- name: 'ArrowTransmutation.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2691/' ]
- name: 'Astral.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/37992/' ]
dirty:
- <<: *quickClean
crc: 0x3A8D55BA
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'BearMo.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1404/' ]
- name: 'BeheMo.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49195/' ]
- name: 'Better Candlelight.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4553/' ]
msg:
- <<: *patchUnavailable
subs: [ 'Face Light' ]
condition: 'active("Facelight.esp")'
tag: [ EffectStats ]
clean:
- crc: 0xBD16A6B2
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xE6CCC39C
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Better Vampires.esp'
url:
- 'https://www.nexusmods.com/skyrimspecialedition/mods/1925/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/3244230/'
group: *vampireGameplayGroup
after:
- 'EBM_UnlimitedPower.esp'
- 'EBM_UnlimitedPower_Vampire.esp'
- 'Requiem.esp'
- 'Sacrosanct - Vampires of Skyrim.esp'
- 'Tainted_Blood.esp'
inc:
- name: 'Sacrosanct - Vampires of Skyrim.esp'
condition: 'active("Sacrosanct - Vampires of Skyrim.esp") and not active("Add Sacrosanct Spells to BV.esp") and not active("BVandSacrosanct_Patch.esp")'
msg:
- <<: *patchProvided
subs: [ 'Royal Bloodline: Vampire Lord perk tree **Vampirelordroyal.esp**' ]
condition: 'active("Vampirelordroyal.esp") and not active("BVandRoyalBloodline_Patch.esp")'
- <<: *patchProvided
subs: [ 'Sacrosanct: Vampires of Skyrim' ]
condition: 'active("Sacrosanct - Vampires of Skyrim.esp") and not active("Add Sacrosanct Spells to BV.esp") and not active("BVandSacrosanct_Patch.esp")'
tag:
- EffectStats
- Graphics
- Names
- Sound
- Stats
- Text
clean:
- crc: 0x397B1E26
util: 'SSEEdit v4.0.3'
- name: 'BiCa.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1220/' ]
- name: 'BlinkSpell.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21606/' ]
- name: 'BloodSpellsPack.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15652/' ]
- name: 'Blue Fire Magic - (Fire|Frost)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/452/' ]
- name: 'BoundArmor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11268/' ]
- name: 'BoundArrows.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/938/' ]
- name: 'Bound Quiver Fire.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16762/' ]
- name: 'Bound Tools Spell.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3653/' ]
- name: 'CentaurMaF.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11231/' ]
- name: 'ChoMo.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1293/' ]
- name: 'Chronomancy Spell Pack.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/48375/' ]
- name: 'Clairvoyance.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20197/' ]
after: [ 'Requiem.esp' ]
- name: 'ClassicSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12199/' ]
- name: 'ColdharbourDaedra.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19484/' ]
- name: 'Colorful Bound Weapons.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/37268/' ]
- name: 'Colorful_Magic_SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13261/' ]
- name: 'ColossusMount.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8254/' ]
- name: 'Conjure Ancestral Bosmer.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/38976/' ]
- name: 'Conjure Ash Atronach.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8529/' ]
- name: 'ConjureElemWeapons.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8061/' ]
- name: 'ConjureFemaleDremora.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8717/' ]
- name: 'CorpseToCoinage.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21071/' ]
- name: 'Cosmic Spells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29352/' ]
msg:
- <<: *patchUnavailableRequiem
- name: 'Daedric Entity Restoration Project.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3604/' ]
- name: 'Darkspell01.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30687/'
name: 'Alteration Advanced Teleport Spells'
dirty:
- <<: *quickClean
crc: 0x7B50D74B
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'DetectLever.esp'
url: [ 'https://www.nexusmods.com/skyrim/mods/64196/' ]
- name: 'DHSpell.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/38611/' ]
- name: 'Draco''s Master Healer Spell Pack SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19544/' ]
- name: 'DragonAgeSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22954/' ]
- name: 'DragonGuard.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/43094/' ]
- name: 'DragonMonarch''s Master Spells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49590/' ]
- name: 'Druidessentials.esp'
url: [ 'https://www.nexusmods.com/skyrim/mods/37665/' ]
- name: 'DSOMagicofTamriel.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25737/' ]
- name: 'DualSumHorse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8553/' ]
- name: 'DustAdept.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2350/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x4E210611
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'DuSummon.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3708/' ]
- name: 'DwarvenRacer.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22673/' ]
- name: 'DweDog.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6542/' ]
- name: 'DwemerHorseCo.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6736/' ]
- name: 'DwemerMechanical.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4083/' ]
- name: 'EasyWeaCha.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7226/' ]
- name: 'ElementalArchery.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17203/' ]
- name: 'Enchanting(Adjustments|PriceChargeBugFix).*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/8473/'
name: 'Enchanting Adjustments and Price-Charge Bug Fix'
- name: 'EnchantingAdjustments.esp'
req:
- *SKSE
- *SKSEVR
msg:
- *requiresMCM
- *requiresMCMVR
tag:
- Delev
- EffectStats
- Enchantments
- EnchantmentStats
- Graphics
- Keywords
- Names
- Stats
- Text
clean:
- crc: 0xD8C47D75
util: 'SSEEdit v4.0.4b'
- name: 'EnchantingAdjustments - Summermyst Patch.esp'
tag: [ EnchantmentStats ]
clean:
- crc: 0x129A4BD0
util: 'SSEEdit v4.0.4b'
- name: 'EnchantingAdjustments - VAE Patch.esp'
clean:
- crc: 0x400793DC
util: 'SSEEdit v4.0.4b'
- name: 'EnchantingAdjustments - WACCF Patch.esp'
tag:
- Graphics
- Keywords
- Names
- Stats
clean:
- crc: 0x87D28A15
util: 'SSEEdit v4.0.4b'
- name: 'EnchantingPriceChargeBugFix.esp'
clean:
- crc: 0x7FD1A618
util: 'SSEEdit v4.0.4b'
- name: 'EnchantingPriceChargeBugFix - Summermyst Enchantments.esp'
tag: [ EnchantmentStats ]
clean:
- crc: 0x2155638F
util: 'SSEEdit v4.0.4b'
- name: 'Evenstar - Minimalistic Standing Stones of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/41256/' ]
after:
- 'Convenient Horses.esp'
- 'disparity.esp'
inc:
- 'Aurora - Standing Stones of Skyrim.esp'
- 'Andromeda - Unique Standing Stones of Skyrim.esp'
tag:
- EffectStats
- Graphics
- Keywords
- Names
- Sound
- SpellStats
- Text
msg: [ *includesMBBF ]
clean:
- crc: 0x17C95AFF
util: 'SSEEdit v4.0.3f'
- name: 'Extra Spells of Skyrim (SE).esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/37402/' ]
- name: 'FA_BookOfNecromancy.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/61238/' ]
- name: 'FalmerFemaleEnemies.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49940/' ]
- name: 'FlareStar.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31172/' ]
- name: 'FoMo.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1355/' ]
- name: 'ForcefulTongue.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36276/' ]
inc: [ 'Thunderchild - Epic Shout Package.esp' ]
tag:
- Actors.ACBS
- Actors.AIData
- Actors.CombatStyle
- Actors.Spells
- Actors.Stats
- EffectStats
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- Names
- NPC.AttackRace
- NPC.Class
- NPC.DefaultOutfit
- NPC.Perks.Add
- SpellStats
- Text
clean:
- crc: 0x9410B285
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'ForgottenMagic_Redone.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12711/' ]
- name: 'Freyr - Integrated Standing Stones of Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/88043/'
name: 'Freyr - Integrated Standing Stones of Skyrim'
tag:
- EffectStats
- Graphics
- Sound
- SpellStats
- Text
dirty:
- <<: *quickClean
crc: 0x1CC39397
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'FS_TeleportTomes_(Cities|FactionsHomes|TownsVillages)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/43666/' ]
- name: 'Fubukifriend.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/45593/' ]
- name: 'GerbilMo.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3262/' ]
- name: 'GIST soul trap.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15755/' ]
inc:
- 'AcquisitiveSoulGemMultithreaded.esp'
- 'UFD Enhanced Soultrap.esp'
msg:
- <<: *patchProvided
subs: [ 'Rustic Soul Gems Unsorted' ]
condition: 'file("RUSTIC SOULGEMS - Unsorted( - ESL)?\.esp") and not file("GIST-RusticSoulGems-patch.esp") and not file("RUSTIC SOULGEMS - (Sorted|Unsorted)( - ESL)? - GIST\.esp")'
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0xC9D0A414
util: 'SSEEdit v4.0.3g'
- name: 'GIST-RusticSoulGems-patch.esp'
req:
- name: 'RUSTIC SOULGEMS - Unsorted.esp'
display: '[Rustic Soulgems Unsorted](https://www.nexusmods.com/skyrimspecialedition/mods/5785/)'
condition: 'not file("RUSTIC SOULGEMS - Unsorted( - ESL)?\.esp")'
msg:
- <<: *alreadyInX
subs: [ 'Rustic Soulgems Unsorted GIST' ]
condition: 'file("RUSTIC SOULGEMS - Unsorted( - ESL)? - GIST\.esp")'
tag: [ Graphics ]
clean:
- crc: 0xEF0A2A16
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'GlamorilLite.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13089/' ]
- name: 'Gryphons.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/61516/' ]
- name: 'hfhometeleports.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7148/' ]
- name: 'HK03YennefersFlames.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51172/' ]
- name: 'Huskies.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1861/' ]
- name: 'IHarvest.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27789/' ]
- name: 'IndrikMount.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17787/' ]
- name: 'INFERNAL FLAME.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/33167/' ]
- name: 'jaddruid.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/34724/' ]
- name: 'JaxonzBlinkTeleport2.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7978/' ]
- name: 'JJSC.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36428/' ]
- name: 'khajitdave-necromanticsummons-v02.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49498/' ]
- name: 'KynesZodiac.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18931/' ]
- name: 'La_Tomatina.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/52776/' ]
- name: 'LaBellaMagia -Simple compendium.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21655/' ]
- name: 'Levin.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/44159/' ]
- name: 'LiamsConjurationSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29873/' ]
dirty:
- <<: *quickClean
crc: 0xF1C8C6EF
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'LiamsDestructionSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29873/' ]
- name: 'LiamsStavesofSkyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/57776/' ]
- name: 'llgWardedBlocks.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/61195/' ]
- name: 'LLX Expanded Spells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8935/' ]
- name: 'LoreFriendlySpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28533/' ]
- name: 'LostGrimoire.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4455/'
name: 'Lost Grimoire SSE'
msg:
- <<: *patchProvided
subs: [ 'Adamant - A Perk Overhaul' ]
condition: 'active("Adamant.esp") and not active("LostGrimoire_Adamant_Patch.esp")'
- <<: *patchProvided
subs: [ 'Dino''s Spell Discovery' ]
condition: 'active("DinoSpellDiscovery.esp") and not active("DinoSpellDiscovery - Lost Grimoire Patch.esp")'
- <<: *patchProvided
subs: [ 'Mysticism - A Magic Overhaul' ]
condition: 'active("MysticismMagic.esp") and not active("LostGrimoire_Mysticism_Patch.esp") and not active("Adamant.esp")'
- <<: *patchProvided
subs: [ 'Ordinator - Perks of Skyrim' ]
condition: 'active("Ordinator - Perks of Skyrim.esp") and not active("LostGrimoire_Ordinator_Patch.esp")'
- <<: *patchProvided
subs: [ 'Path of Sorcery - Magic Perk Overhaul' ]
condition: 'active("PathOfSorcery.esp") and not active("PathOfSorcery-LostGrimoire-Patch.esp")'
- <<: *patchProvided
subs: [ 'Praedy''s Staves AIO - SE' ]
condition: 'active("Praedy''s StavesAIO.esp") and not active("Lost Grimoire - PraedyStaves Patch.esp")'
- <<: *patchProvided
subs: [ 'Staves (Creation Club)' ]
condition: 'active("ccbgssse066-staves.esl") and not active("LostGrimoire-CCStaves-Patch.esp")'
- <<: *patchProvided
subs: [ 'Vokrii - Minimalistic Perks of Skyrim' ]
condition: 'active("Vokrii - Minimalistic Perks of Skyrim.esp") and not active("LostGrimoire_Vokrii_Patch.esp")'
- <<: *patchProvided
subs: [ 'Wrath of Nature (SSE Port)' ]
condition: 'active("Wrath Of Nature.esp") and not active("LostGrimoire-WrathOfNature-Patch.esp")'
- <<: *patchProvided
subs: [ 'Wrath of Nature - The Champion of Kynareth (SSE Port)' ]
condition: 'active("Champion of Kynareth.esp") and not active("LostGrimoire-ChampionOfKynareth-Patch.esp")'
clean:
- crc: 0x521CB837
util: 'SSEEdit v4.1.5p'
- name: 'LostGrimoire_Mysticism_Patch.esp'
msg:
- <<: *alreadyInX
subs: [ '**LostGrimoire_Adamant_Patch.esp**' ]
condition: 'active("LostGrimoire_Adamant_Patch.esp")'
- name: 'Lost Grimoire - PraedyStaves Patch.esp'
req:
- name: 'Praedy''s StavesAIO.esp'
display: '[Praedy''s Staves AIO - SE](https://www.nexusmods.com/skyrimspecialedition/mods/65481/)'
- name: 'Magelight Multi Cast.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29380/' ]
dirty:
- <<: *quickClean
crc: 0x89EBE6D8
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'magic of the magna-ge.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11215/' ]
- name: 'Magistrate Levitate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24695/' ]
- name: 'MarkRecallNPC.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/46606/' ]
- name: 'matsurifubukiscream.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/45594/' ]
- name: 'MegaMount.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14183/' ]
- name: 'mihailfirewyrm.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/47394/' ]
- name: 'Milky_Spell.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/59876/' ]
- name: 'Mind Twist - Illusion Spell Pack.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20293/' ]
- name: 'MiniDragons.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1837/' ]
- name: 'Mining For Mages Redux.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4495/' ]
- name: 'MinionMastery.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21334/' ]
- name: 'MinorSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5685/' ]
- name: 'MJHSynthesisRedux.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18483/' ]
- name: 'MOA Seeker Spells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28256/' ]
- name: 'mooning.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27413/' ]
- name: 'MooseMount.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18745/' ]
- name: 'Mundus.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/33411/' ]
after:
- 'Convenient Horses.esp'
- 'disparity.esp'
tag:
- EffectStats
- Graphics
- SpellStats
- Text
clean:
- crc: 0x21A1957E
util: 'SSEEdit v4.0.3g'
- name: 'Mehrunes'' Champion''s Army.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25289/' ]
- name: 'Meteorokinesis.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3041/' ]
- name: 'Mystic(ism)?(Magic|JumpSpells|Ordinator|Survival)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/27839/'
name: 'Mysticism - A Magic Overhaul'
- name: 'MysticismMagic.esp'
msg:
- <<: *patch3rdParty
subs:
- 'FleshFX'
- '[Mysticism - FleshFX Patch](https://www.nexusmods.com/skyrimspecialedition/mods/46997/)'
condition: 'active("FleshFX.esp") and not active("Mysticism_FleshFX_Patch.esp") and not active("Bashed Patch.*\.esp")'
- <<: *patchProvided
subs: [ 'Ordinator - Perks of Skyrim' ]
condition: 'active("Ordinator - Perks of Skyrim.esp") and not active("MysticOrdinator.esp")'
tag:
- Actors.ACBS
- Actors.Factions
- Actors.RecordFlags
- Actors.Spells
- Actors.Stats
- Actors.Voice
- EffectStats
- Enchantments
- EnchantmentStats
- Graphics
- Invent.Change
- Keywords
- NPC.Perks.Add
- Relev
- Sound
- SpellStats
- Stats
- Text
# Do not clean - ITM is for users still on SSE patch v1.5
- name: 'MysticismJumpSpells.esp'
tag: [ EffectStats ]
clean:
- crc: 0x217DEC62
util: 'SSEEdit v4.0.4c'
- name: 'MysticOrdinator.esp'
tag:
- EffectStats
- Graphics
- Keywords
- Names
- Sound
clean:
- crc: 0x38B3CCED
util: 'SSEEdit v4.0.4c'
- name: 'MysticismSurvival.esp'
tag: [ Text ]
clean:
- crc: 0x030439E2
util: 'SSEEdit v4.0.4c'
- name: 'NecromageConjuration.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18806/' ]
- name: 'NecromancySpellsPack.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36336/' ]
- name: 'NecromanticConquest.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/52162/' ]
- name: 'Necromantic spells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1690/' ]
- name: 'NoiralReborn.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16098/' ]
- name: 'Odin - Skyrim Magic Overhaul.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46000/'
name: 'Odin - Skyrim Magic Overhaul'
after: [ 'AltmerSisters.esp' ]
msg:
- <<: *compatIssuesWithX
subs: [ 'Adamant - A Perk Overhaul' ]
condition: 'active("Adamant.esp")'
- <<: *compatIssuesWithX
subs: [ 'Mysticism - A Magic Overhaul' ]
condition: 'active("MysticismMagic.esp")'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/2844/' ]
- *includesMBBF
tag:
- Actors.ACBS
- Actors.RecordFlags
- Actors.Spells
- Actors.Stats
- EffectStats
- EnchantmentStats
- Graphics
- Invent.Remove
- Keywords
- Names
- NPC.Perks.Add
- NPC.Perks.Remove
- ObjectBounds
- Relev
- Sound
- SpellStats
- Stats
- Text
clean:
- crc: 0xAD7A4C82
util: 'SSEEdit v4.0.4b'
- name: 'OverlordMagic.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17481/' ]
- name: 'PathOfTheAntiMage.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19668/' ]
dirty:
# version: 1.5.5.1
- <<: *quickClean
crc: 0xC238C832
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4226
- name: 'PatronGodsOfSkyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/155/' ]
after: [ 'Complete Alchemy & Cooking Overhaul.esp' ]
tag: [ Keywords ]
dirty:
- <<: *quickClean
crc: 0x647371BC
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 23
- name: 'Pilgrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/54099/'
name: 'Pilgrim - A Religion Overhaul'
tag:
- EffectStats
- Graphics
- Keywords
- Names
- Text
- name: 'Pinpoint Explosion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21899/' ]
- name: 'Posion Magic.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8944/' ]
- name: 'Poison Spells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25497/' ]
- name: 'PotentBasicSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/42559/' ]
- name: 'Predator Vision.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2777/' ]
after: [ 'Complete Alchemy & Cooking Overhaul.esp' ]
- name: 'ProgressiveNoviceSpells.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/46819/' ]
- name: 'Pumpkin_Party.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/55128/' ]
- name: 'QL_Stendarr''sLight.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22297/' ]
- name: 'RainRepel.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4264/' ]
- name: 'Randomized Word Walls.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13757/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x48A567EA
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 42
- name: 'ReachMage.esp'
url: [ 'https://www.patreon.com/posts/reach-magic-v1-0-65777188/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x674BDEC6
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 10
- name: 'ReachMageIS.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5209/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xCC209536
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 10
- name: 'RedLightningSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/47552/' ]
- name: 'regenspells-(no)?stack\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/61476/' ]
- name: 'Remorseless Winter.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31649/' ]
- name: 'Resurrect.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11450/' ]
- name: 'RipOffWeapon.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/50787/' ]
- name: 'rt_teleportation.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49097/' ]
- name: 'rvyMacromancyLite.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3901/' ]
- name: 'SE_SummonNazeem.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/52284/' ]
- name: 'SeekerThrallSpell.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2269/' ]
- name: 'ShadowSpellPackage.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13299/' ]
- name: 'ShockSpellUpgrades.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/771/' ]
- name: 'SiltStriders.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6434/' ]
- name: 'Simple Bound Weapons Expansion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21013/' ]
- name: 'ssapbwk.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28094/' ]
- name: 'Slow and Freeze Time Spells -TwinCrows.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/779/' ]
- name: 'SlowTimeSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25201/' ]
- name: 'sMoreFamiliars.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/55118/' ]
- name: 'SovngardeSummonables.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/57891/' ]
- name: 'specialised spells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/52558/' ]
- name: 'Spellmaster - Spells and Spellcasting.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/55192/' ]
- name: 'SpellResearch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20983/' ]
msg:
- <<: *compatPatch
subs: [ '[Spell Research - Patch Compendium Redux](https://www.nexusmods.com/skyrimspecialedition/mods/61177/)' ]
condition: 'active("SpellResearch.esp") and not (checksum("SpellResearch.esp", 755423D7) or checksum("SpellResearch.esp", 63661836) or checksum("SpellResearch.esp", 860EFC3D)) and not active("Spell Research - (Even More Patches|Patch Compendium)\.esp") and not active("SpellResearchSynthesizer.esp")'
tag:
- Invent.Add
- Keywords
- Stats
clean:
- crc: 0x860EFC3D
util: 'SSEEdit v4.0.3'
- crc: 0xCB0C1C65
util: 'SSEEdit v4.0.3'
- name: 'spinesimplespells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/53274/' ]
- name: 'SPK''s Betteronomicon.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/57277/' ]
- name: 'sSwordSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58359/' ]
- name: 'StendarrSpellPack.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/57377/' ]
- name: 'Stormcrown.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/90659/'
name: 'Stormcrown - A Shout Overhaul'
req:
- name: 'SKSE/Plugins/CustomSkills.dll'
display: '[Custom Skills Framework](https://www.nexusmods.com/skyrimspecialedition/mods/41780/)'
msg:
- <<: *alsoUseX
subs: [ '[Scrambled Bugs](https://www.nexusmods.com/skyrimspecialedition/mods/43532/)' ]
condition: 'not file("SKSE/Plugins/ScrambledBugs.dll")'
tag:
- EffectStats
- Graphics
- Keywords
- Names
- Sound
- SpellStats
- Text
dirty:
- <<: *quickClean
crc: 0x1B40B2EA
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- name: 'SuccubusWaifuSummons.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/60483/' ]
- name: 'Summon Monsters.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/57224/' ]
- name: 'SummonBCat.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1220/' ]
- name: 'SummonBlackChocobo.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4717/' ]
- name: 'SummonDeathHound.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4117/' ]
- name: 'SummonFo.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4316/' ]
- name: 'SummonGargoyle.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4825/' ]
- name: 'SummonGiants.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4832/' ]
- name: 'SummonMihailAnimals.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16200/' ]
- name: 'SummonMountsDragonborn.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6093/' ]
- name: 'SummonsBunny.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6136/' ]
- name: 'SummonSpriggan.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30369/' ]
- name: 'SummonWerewolf.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4821/' ]
- name: 'SummonWhiteSpider.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4813/' ]
- name: 'SummonWispmother.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30331/' ]
- name: 'Tainted_Blood.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9312/' ]
clean:
# version: 5.7.9
- crc: 0xF28D435D
util: 'SSEEdit v4.0.2'
- name: 'TechnicolorAlchemy.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22118/' ]
- name: 'Teleport Milestone.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21219/' ]
- name: 'TeleportSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1910/' ]
- name: 'The Career Mage.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/47351/' ]
- name: 'The Dark Arts.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29834/' ]
clean:
- crc: 0x15A59F24
util: 'SSEEdit v4.0.3'
- name: 'TheDarkPathSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15880/' ]
- name: 'Thehaachamaexperience.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/45591/' ]
- name: 'Thunderchild - Epic Shout Package.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1460/' ]
tag:
- EffectStats
- Keywords
- Sound
- SpellStats
- Text
msg:
# doNotClean
- *includesMBBF
- name: 'TissPumpkinORD.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30143/' ]
dirty:
- <<: *quickClean
crc: 0x1A383542
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Tomebound.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21403/' ]
- name: 'Tools.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/57242/' ]
- name: 'TransmuteOreSanely.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/16549/'
name: 'Transmute Ore Sanely'
tag: [ Text ]
clean:
- crc: 0x647406CB
util: 'SSEEdit v4.0.4b'
- name: 'Triumvirate - Mage Archetypes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/39170/' ]
tag:
- -Delev
- Invent.Add
- -Invent.Remove
- -Names
- -Relev
- -Stats
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/2394/' ]
- *includesMBBF
- <<: *patchProvided
subs: [ 'Adamant: A Perk Overhaul' ]
condition: 'active("Adamant.esp") and not active("Triumvirate - Adamant Compatibility Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - Triumvirate Mage Archetypes](https://www.nexusmods.com/skyrimspecialedition/mods/88561/)'
condition: 'active("Requiem.esp") and not active("Requiem - Triumvirate.esp") and version("Requiem.esp", <, "6.0.0")'
- <<: *patchUnavailableRequiem
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "6.0.0")'
clean:
- crc: 0x8949A9E7
util: 'SSEEdit v4.0.3'
- name: 'UFD Enhanced Soultrap.es(l|p)'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6338/' ]
inc:
- 'AcquisitiveSoulGemMultithreaded.esp'
- 'GIST soul trap.esp'
msg:
- *requiresMCM
- *requiresMCMVR
- name: 'UFD Enhanced Soultrap.esl'
clean:
- crc: 0x6631183A
util: 'SSEEdit v4.0.3'
- name: 'UFD Enhanced Soultrap.esp'
clean:
- crc: 0x08DC13F6
util: 'SSEEdit v4.0.3'
- name: 'UnderwaterShockPulse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51218/' ]
- name: 'Undriel_SummonIceHorse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49588/' ]
- name: 'UniqueConjurationThralls.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/43646/' ]
- name: 'Upgrade Leveled Items.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22565/'
name: 'Upgrade Leveled Items'
clean:
- crc: 0x40CF612A
util: 'SSEEdit v4.0.4c'
- name: 'UsefulAlteration.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25409/' ]
- name: 'Use the Force Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9730/' ]
- name: 'Voidgate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/44989/' ]
- name: 'Warlock+Perk.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7051/' ]
- name: 'WardsFunctionalitiesExtended.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18664/' ]
- name: 'White_Wolf.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/61145/' ]
- name: 'Wintersun - Faiths of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22506/' ]
inc: [ 'Religion.esp' ]
msg:
- <<: *compatIssuesWithX
subs: [ 'Zim''s Immersive Artifacts' ]
condition: 'active("ZIA_Daedric Pack.esp") or active("ZRN.esp")'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/962/' ]
- <<: *patch3rdParty
subs:
- 'Zim''s Immersive Artifacts'
- '[Wintersun - More Patches](https://www.nexusmods.com/skyrimspecialedition/mods/24228/)'
condition: 'active("ZIA_Complete Pack.esp") and not active("Wintersun - ZIA Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - Wintersun Patch SSE Plotinuz Update](https://www.nexusmods.com/skyrimspecialedition/mods/61069/)'
condition: 'active("Requiem.esp") and not active("Requiem - Wintersun Patch SSE Plotinuz Update.esp")'
- <<: *patchProvided
subs: [ 'Skyrim VR' ]
condition: 'file("../SkyrimVR.exe") and active("Wintersun - VR Patch.esp")'
- *requiresMCM
- *requiresMCMVR
tag:
- Delev
- EffectStats
- Graphics
- Keywords
- Names
- Relev
- SpellStats
- Text
clean:
- crc: 0x15F51A67
util: 'SSEEdit v4.0.3g'
- name: 'ZCSkyrimTeleportationCollectionV2.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36899/' ]
- name: 'YASTM(_MCM|_VR)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56144/'
name: 'YASTM - Yet Another Soul Trap Manager'
- name: 'YASTM.esp'
req: [ *SKSE ]
inc:
- name: '../SkyrimVR.exe'
display: 'Skyrim VR'
msg:
- <<: *useVersion
subs: [ 'Skyrim VR' ]
condition: 'file("../SkyrimVR.exe")'
clean:
- crc: 0x2DEC140A
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'YASTM_MCM.esp'
msg: [ *requiresMCM ]
clean:
- crc: 0x0F193AB4
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'YASTM_VR.esp'
req:
- name: 'SKSE/Plugins/po3_Tweaks.dll'
display: '[powerofthree''s Tweaks VR](https://www.nexusmods.com/skyrimspecialedition/mods/59510/)'
condition: 'file("../SkyrimVR.exe")'
- name: '../SkyrimVR.exe'
display: 'Skyrim VR'
- name: 'YASTM_(
{0}|CCRareCurios
{0}|CCSaintsAndSeducers
{0}|GuardDialogueOverhaul
{0}|ImmersiveSoundsCompendium
{0}|Inigo
{0}|LucienAnniversaryEdition
{0}|LucienCCRareCurios
{0}|LucienCCSaintsAndSeducers
{0}|MultiLayerParallaxSoulGems
{0}|MultiLayerParallaxSoulGemsISC
{0}|PraedysSoulGems
{0}|PraedysSoulGemsISC
{0}|RUSTICSOULGEMSSorted
{0}|RUSTICSOULGEMSSortedISC
{0}|RUSTICSOULGEMSUnsorted
{0}|RUSTICSOULGEMSUnsortedISC
{0}|SkyrimRemasteredSoulGems
{0}|SkyrimRemasteredSoulGemsISC
{0}|TamrielicCulture
{0}|TheHangingGardens
{0}|Undeath
{0}|Vigilant
{0}|)Patch\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56144/'
name: 'YASTM - Yet Another Soul Trap Manager'
after: [ 'YASTM_MCM.esp' ]
- name: 'YASTM_(
{0}|CCRareCurios
{0}|CCSaintsAndSeducers
{0}|LucienAnniversaryEdition
{0}|LucienCCRareCurios
{0}|LucienCCSaintsAndSeducers
{0}|TheHangingGardens
{0}|Undeath
{0}|Vigilant
{0}|)Patch\.esp'
req: [ 'YASTM.esp' ]
###### Gameplay - Mount & Follower Managers ######
- name: 'AmazingFollowerTweaks.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6656/'
name: 'Amazing Follower Tweaks SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14722/'
name: 'Immersive Amazing Follower Tweaks SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/50259/'
name: 'Amazing Follower Tweaks'
after:
- 'dovahbit.esp'
- 'FCO - Follower Commentary Overhaul.esp'
- 'Qw_BeyondReach_USSEP Patch.esp'
inc:
- 'EFFCore.esm'
- 'EFFDialogue.esp'
- 'nwsFollowerFramework.esp'
dirty:
- <<: *quickClean
crc: 0x88F9C8B8
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- <<: *quickClean
crc: 0x8B1BC915
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- <<: *quickClean
crc: 0x3899F517
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- <<: *quickClean
crc: 0x4F8E9B47
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'Convenient Horses.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9519/'
name: 'Convenient Horses'
after:
- 'AmazingFollowerTweaks.esp'
- 'Immersive Citizens - AI Overhaul.esp'
- 'Relationship Dialogue Overhaul.esp'
tag: [ Text ]
msg:
- <<: *compatIssuesWithX
subs: [ '[Amazing Follower Tweaks SE](https://www.nexusmods.com/skyrimspecialedition/mods/6656/)' ]
condition: 'active("AmazingFollowerTweaks.esp")'
clean:
- crc: 0x2F44C8E3
util: 'SSEEdit v4.0.3'
- name: 'EFF(Core|Dialogue).es(m|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/7003/'
name: 'Extensible Follower Framework'
- name: 'EFFCore.esm'
tag: [ Text ]
clean:
# version: 4.0.5
- crc: 0x9A583BDE
util: 'SSEEdit v4.0.2f'
- name: 'EFFDialogue.esp'
after:
- 'BUVARP.esp'
- 'Relationship Dialogue Overhaul.esp'
inc:
- 'RDO - EFF v3.5.6 Patch.esp'
- name: 'XFLDialogue.esp'
display: 'Extensible Follower Framework v3.5.6'
clean:
# version: 4.0.5
- crc: 0xE0305B2C
util: 'SSEEdit v4.0.2f'
- name: 'Immersive Horses.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13402/' ]
after: [ 'Immersive Citizens - AI Overhaul.esp' ]
req:
- *PapyrusUtil
- *SKSE
- *SKSEVR
inc: [ 'Convenient Horses.esp' ]
msg:
- *requiresMCM
- *requiresMCMVR
- <<: *patch3rdParty
subs:
- 'Beyond Skyrim - Bruma SE'
- '[Immersive Horses - Bruma Patch (BETA)](https://www.nexusmods.com/skyrimspecialedition/mods/21121/)'
condition: 'active("BSHeartland.esm") and not active("Immersive Horses - BS Bruma Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Book Covers Skyrim'
- '[Miscellaneous Patches](https://www.nexusmods.com/skyrimspecialedition/mods/17700/)'
condition: 'active("Book Covers Skyrim.esp") and not active("Book Covers Skyrim - Immersive Horses Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Relationship Dialogue Overhaul'
- '[Miscellaneous Patches](https://www.nexusmods.com/skyrimspecialedition/mods/17700/)'
condition: 'active("Relationship Dialogue Overhaul.esp") and not active("(Relationship Dialogue Overhaul - Immersive Horses Patch|RDO - Immersive Horses Patch|Immersive Horses - RDO)\.esp") and not active("nwsFollowerFramework.esp")'
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Immersive Horses.esp")'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.RecordFlags
- Actors.Spells
- Actors.Stats
- Factions
- Graphics
- Invent.Add
- Keywords
- Names
- NPC.DefaultOutfit
- R.Stats
- SpellStats
- Stats
- Text
clean:
- crc: 0xD5111397
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Immersive Horses - Vanilla Horses.esp'
tag:
- Graphics
- Text
- name: 'Minimalistic Follower Framework.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/47549/' ]
group: *followerFrameworksGroup
inc:
- 'AmazingFollowerTweaks.esp'
- 'EFFCore.esm'
- 'EFFDialogue.esp'
- 'nwsFollowerFramework.esp'
- 'UFO - Ultimate Follower Overhaul.esp'
clean:
- crc: 0x95E0D6AC
util: 'SSEEdit v4.0.3g'
- name: 'My Home Is Your Home.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/7096/'
name: 'My Home is Your Home'
dirty:
- <<: *quickClean
crc: 0x5943F6D5
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
clean:
- crc: 0x0C0F3039
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: '(My Home Is Your Home|MHIYH - BedPatchPackageFac)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20227/'
name: 'My Home is Your Home (MHiYH 2plus)'
- name: 'MHIYH - BedPatchPackageFac.esp'
clean:
- crc: 0xDE68D37A
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'nwsFollowerFramework.esp'
url:
- link: 'https://www.loverslab.com/files/file/6188-nethers-follower-framework/'
name: 'Nether''s Follower Framework (LoversLab)'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/55653/'
name: 'Nether''s Follower Framework (Nexus Mods)'
group: *followerFrameworksGroup
after: [ 'Qw_BeyondReach_USSEP Patch.esp' ]
req:
- *SKSE
- *SKSEVR
inc:
- 'AmazingFollowerTweaks.esp'
- 'EFFCore.esm'
- 'EFFDialogue.esp'
- 'UFO - Ultimate Follower Overhaul.esp'
msg:
- *requiresMCM
- *requiresMCMVR
- <<: *alsoUseX
subs: [ '[Fuz Ro D-oh - Silent Voice](https://www.nexusmods.com/skyrimspecialedition/mods/15109/)' ]
condition: 'not file("SKSE/Plugins/Fuz Ro D''oh.dll")'
- <<: *compatIssuesWithX
subs: [ 'Convenient Horses' ]
condition: 'active("Convenient Horses.esp")'
- <<: *compatIssuesWithX
subs: [ 'Immersive Horses' ]
condition: 'active("Immersive Horses.esp")'
clean:
- crc: 0x8C2D69CF
util: 'SSEEdit v4.0.4'
- name: 'SimpleFollowerManager.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19940/' ]
inc: [ 'My Home Is Your Home.esp' ]
clean:
# version: 1.1
- crc: 0x12897011
util: 'SSEEdit v4.0.0'
###### Gameplay - NPC Balance & Distribution ######
- name: 'Better Hunters.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3329/' ]
msg:
- <<: *requiresMCM
condition: 'not active("SkyUI_SE.esp") and version("Better Hunters.esp", >=, "1.0.1")'
- <<: *wildEdits
subs: [ 'Remove **00006FBF**, **00009079**, **00009097**, **000093F5**, & **000097D9** from **Better Hunters.esp**.' ]
condition: 'checksum("Better Hunters.esp", 78B50785) or checksum("Better Hunters.esp", 680D15F3) or checksum("Better Hunters.esp", 34241866) or checksum("Better Hunters.esp", 6043DA88)'
tag:
- Actors.ACBS
- Actors.Stats
- Factions
- Invent.Add
- Invent.Remove
- NPC.Class
- NPC.DefaultOutfit
- NPC.Perks.Add
- -Relev
dirty:
- <<: *quickClean
crc: 0x78B50785
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 41
- <<: *quickClean
crc: 0xA8929192
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 31
- <<: *quickClean
crc: 0x34241866
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 41
- <<: *quickClean
crc: 0x93DAEA62
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 31
clean:
- crc: 0x6CA160AA
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x656DA834
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Draugr Upgrades and Improvements.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21775/' ]
tag:
- Actors.CombatStyle
- Actors.DeathItem
- Actors.Spells
- Actors.Voice
- Delev
- Invent.Add
- Invent.Remove
- Keywords
- NPC.AttackRace
- NPC.DefaultOutfit
- NPC.Perks.Add
- NPC.Perks.Remove
- NPC.Race
- Relev
dirty:
- <<: *quickClean
crc: 0x79970ACC
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'King-Priest( - (Abyss Addon|Wyrmstooth Patch))?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/59652/'
name: 'King-Priest - Enhanced Dragon Priests'
- name: 'King-Priest.esp'
msg:
- <<: *patchProvided
subs: [ 'Abyss' ]
condition: 'active("Abyss.esp") and not active("King-Priest - Abyss Addon.esp")'
- <<: *patchProvided
subs: [ 'Wyrmstooth' ]
condition: 'active("Wyrmstooth.esp") and not active("King-Priest - Wyrmstooth Patch.esp")'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.CombatStyle
- Actors.DeathItem
- Actors.Factions
- Actors.RecordFlags
- Actors.Spells
- Actors.Stats
- Actors.Voice
- Delev
- Enchantments
- Invent.Add
- Invent.Remove
- Keywords
- Names
- NPC.AttackRace
- NPC.Class
- NPC.DefaultOutfit
- NPC.Perks.Add
- NPC.Perks.Remove
- NPC.Race
- Relev
- R.Stats
- SpellStats
- Stats
clean:
- crc: 0xEDB63E00
util: 'SSEEdit v4.0.4c'
- name: 'King-Priest - Abyss Addon.esp'
clean:
- crc: 0xC304318D
util: 'SSEEdit v4.0.4c'
- name: 'King-Priest - Wyrmstooth Patch.esp'
tag:
- Actors.ACBS
- Actors.DeathItem
- Actors.Factions
- Delev
- Graphics
- Keywords
clean:
- crc: 0x6574A562
util: 'SSEEdit v4.0.4c'
- name: 'Orcish Orc Strongholds.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/58662/'
name: 'Orcish Orc Strongholds - Creation Club Orcish Armors Integrated'
tag:
- Delev
- NPC.DefaultOutfit
clean:
- crc: 0x81A2047C
util: 'SSEEdit v4.0.4b'
- crc: 0xBCFDBBC4
util: 'SSEEdit v4.0.4b'
- name: 'Redoran Ebony.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/58249/'
name: 'Redoran Ebony of Raven Rock'
tag:
- Invent.Add
- Invent.Remove
- NPC.AttackRace
clean:
- crc: 0x23EB2E98
util: 'SSEEdit v4.0.4'
- name: 'SeasonalWildlifeDistribution.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63700/'
name: 'Seasonal Wildlife Distribution'
tag: [ Delev ]
clean:
- crc: 0xA85D4CAE
util: 'SSEEdit v4.0.4b'
- name: 'Serious Civil War Fort Commanders.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/81541/'
name: 'Serious Civil War Fort Commanders'
after: [ 'Neutral Civil War Forts Respawn.esp' ]
msg:
- <<: *alreadyInX
subs: [ '**Civil War Defense for OCW.esp**' ]
condition: 'active("Civil War Defense for OCW.esp")'
- name: 'SkyTEST-HarderCreatures.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/789/' ]
after: [ 'Mortal Enemies.esp' ]
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.CombatStyle
- Actors.Stats
- Delev
- Keywords
- NPC.AttackRace
- NPC.Perks.Add
- R.ChangeSpells
- R.Stats
clean:
- crc: 0x87290B79
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'UD_Serana.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/16815/'
name: 'Queen of the Damned - Deadlier Serana'
tag:
- Actors.ACBS
- Actors.Spells
- Actors.Stats
- Invent.Add
- Invent.Remove
- NPC.Perks.Add
- NPC.Perks.Remove
clean:
- crc: 0x65FDD49A
util: 'SSEEdit v4.0.4b'
- crc: 0x764349C4
util: 'SSEEdit v4.0.4b'
- name: 'Vigil (Enforcer Set|Armor) Integration( Basic| Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/21724/'
name: 'Vigil Enforcer Armor Set (Creation Club) Integration'
msg:
- <<: *useOnlyOneX
subs: [ 'Vigil Enforcer Armor Set (Creation Club) Integration ESP' ]
condition: 'many("Vigil (Enforcer Set|Armor) Integration( Basic| Patch)?\.esp")'
tag:
- NPC.DefaultOutfit
- Outfits.Add
- Outfits.Remove
- name: 'Vigil Enforcer Set Integration.esp'
tag: [ Invent.Add ]
clean:
- crc: 0x1170EF89
util: 'SSEEdit v4.0.4'
- name: 'Vigil Enforcer Set Integration Basic.esp'
tag: [ Invent.Add ]
clean:
- crc: 0xB1E3AAE6
util: 'SSEEdit v4.0.4'
- name: 'Vigil Armor Integration Patch.esp'
clean:
- crc: 0x5C844961
util: 'SSEEdit v4.0.4'
###### Gameplay - NPC Behaviour & Dialogue ######
- name: 'AI Overhaul( Lite)?\.es[lp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/21654/'
name: 'AI Overhaul'
msg:
- <<: *useOnlyOneX
subs: [ 'AI Overhaul plugin' ]
condition: 'many("AI Overhaul( Lite)?\.es[lp]")'
- name: 'AI Overhaul.esp'
after: [ 'cutting room floor.esp' ]
msg:
- <<: *compatPatch
subs: [ '[AI Overhaul - Official Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/35823/)' ]
condition: 'not file("AI Overhaul - (Cutting Room Floor|Denizens of Morthal|Distinct Interiors|RDO Updated|Relationship Dialogue Overhaul) Patch\.esp")'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackagesForceAdd
- Actors.Factions
- Invent.Add
- NPC.AIPackageOverrides
clean:
- crc: 0x23B1EC05
util: 'SSEEdit v4.0.4c'
# Beta
- crc: 0x88DF1804
util: 'SSEEdit v4.0.4c'
- name: 'AI Overhaul Lite.esl'
clean:
- crc: 0x6ADA15C0
util: 'SSEEdit v4.0.4c'
- name: 'AI Overhaul Lite.esp'
clean:
- crc: 0x00C01CA5
util: 'SSEEdit v4.0.4c'
- name: 'BA_KhajiitSpeakRedux_MAIN.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/37197/' ]
group: *playerDialogueGroup
- name: 'BA_KSR_.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/37197/' ]
after:
- 'BA_KhajiitSpeakRedux_MAIN.esp'
- 'mjhKhajiitSpeak.esp'
- name: 'BUVARP SE RE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56120/'
name: 'BUVARP SE RE - Barely Used Vanilla Actors Recycle Project Special Edition Revamped'
after: [ 'DawnguardArsenal.esp' ]
tag:
- Actors.Stats
- Actors.Voice
- NPC.Class
- NPC.DefaultOutfit
- NPC.Race
dirty:
- <<: *quickClean
crc: 0x4C843039
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'DudestiaMultiMarriages.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21625/' ]
- name: 'dwagonbown goes uwu.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35441/' ]
group: *playerDialogueGroup
- name: 'Fertility Mode.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13068/' ]
- name: 'Guard Dialogue Overhaul.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20791/'
name: 'Guard Dialogue Overhaul Redux'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22075/'
name: 'Guard Dialogue Overhaul SE'
after:
- 'Ambriel.esp'
- 'cutting room floor.esp'
- 'Hothtrooper44_ArmorCompilation.esp'
tag:
- Keywords
- name: -Names
condition: 'version("Guard Dialogue Overhaul.esp", >=, "2.17")'
clean:
# Redux, True GDO Port
- crc: 0x6ABC1129
util: 'SSEEdit v4.0.2f'
# Redux
- crc: 0x82FE6344
util: 'SSEEdit v4.0.2f'
# SE
- crc: 0x21C5C3DB
util: 'SSEEdit v4.1.5f'
- name: 'How Hard Is This Persuasion Check.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23886/' ]
clean:
# version: 1.3
- crc: 0x39DF0273
util: 'SSEEdit v4.0.2f'
- name: 'Hunters Not Bandits.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1547/'
name: 'Hunters Not Bandits'
after:
- 'BugfixCompilation.esp'
- 'Guard Dialogue Overhaul.esp'
- 'Immersive Citizens - AI Overhaul.esp'
- 'Relationship Dialogue Overhaul.esp'
clean:
- crc: 0x4435E053
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Icactors.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6270/'
name: 'Increase Actors in a Cell'
msg:
- <<: *useBashTweakInstead
subs: [ 'Tweak Settings -> AI: Max Active Actors' ]
- <<: *useBashTweakInstead
subs: [ 'Tweak Settings -> Combat: Max Actors' ]
- name: 'Immersive Citizens.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/173/'
name: 'Immersive Citizens AI Overhaul (Nexus Mods)'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/3016198/'
name: 'Immersive Citizens AI Overhaul (Bethesda.net Mods)'
- name: 'Immersive Citizens - AI Overhaul.esp'
group: *icaioGroup
inc:
- 'ASLAO - Front Porch (Breezehome).esp'
- 'EEKs Arcadia''s Cauldron.esp'
- 'EEKs Arcadia''s - OCS.esp'
- 'Wind District Breezehome - Replacer.esp'
msg:
- <<: *compatIssuesWithX
subs: [ 'Arthmoor''s Dawnstar **dawnstar.esp**' ]
condition: 'active("dawnstar.esp") and not active("CC_ArtDws_IC_Patch.esp")'
- <<: *compatIssuesWithX
subs: [ 'Better Cities SSE **BetterCitiesWhiterun.esp**, **Better Cities Solitude.esp**' ]
condition: 'active("BetterCitiesWhiterun.esp") or active("Better Cities Solitude.esp")'
- <<: *compatIssuesWithX
subs: [ 'Dawn of Skyrim (Director''s Cut) SE **Blues Skyrim.esp**, **Dawn of Skyrim.esp**' ]
condition: 'active("Blues Skyrim.esp") or active("Dawn of Skyrim.esp")'
- <<: *compatIssuesWithX
subs: [ 'Holds The City Overhaul **Holds.esp**' ]
condition: 'active("Holds.esp")'
- <<: *compatIssuesWithX
subs: [ 'InnCredible **InnCredible.esp**' ]
condition: 'active("InnCredible.esp")'
- <<: *compatIssuesWithX
subs: [ 'Northern Bathhouses SSE **Northern Bathhouses.esp**' ]
condition: 'active("Northern Bathhouses.esp")'
- <<: *compatIssuesWithX
subs: [ 'Skyrim Radioactive **Skyrim Radioactive - Solitude Docks.esp**, **Skyrim Radioactive - Windhelm Docks.esp**' ]
condition: 'active("Skyrim Radioactive - Solitude Docks.esp") or active("Skyrim Radioactive - Windhelm Docks.esp")'
- <<: *compatIssuesWithX
subs: [ 'The People Of Skyrim Complete **tpos_ultimate_esm.esp**' ]
condition: 'active("tpos_ultimate_esm.esp") and not active("tpos_immersive_clit_patch_01.esp")'
- <<: *compatIssuesWithX
subs: [ 'The Useless Shop and Interior Overhaul **iWil_UselessShopOverhaul.esp**' ]
condition: 'active("iWil_UselessShopOverhaul.esp")'
- <<: *compatNotes
subs: [ 'http://ai4egames.com/skyrim/ic-se/#compatibility' ]
- <<: *patchIncluded
type: error
subs: [ 'Open Cities' ]
condition: 'active("open cities skyrim.esp") and not active("Immersive Citizens - OCS patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lighting for ENB' ]
condition: 'active("ELE_SSE.esp") and not active("Immersive Citizens - ELE patch.esp")'
- <<: *patchIncluded
subs: [ 'ELFX - Enhancer' ]
condition: 'active("ELFXEnhancer.esp") and not active("Immersive Citizens - ELFXEnhancer patch.esp")'
- <<: *patchIncluded
subs: [ 'ELFX - Hardcore' ]
condition: 'active("ELFXHardcore.esp") and not active("Immersive Citizens - ELFXHardcore patch.esp")'
tag:
- Actors.AIPackages
- C.Location
- C.LockList
- C.Owner
- Relations.Add
- Relations.Change
- Relations.Remove
clean:
- crc: 0x602F9D9B
util: 'SSEEdit v4.1.5c EXTREMELY EXPERIMENTAL'
- name: 'Immersive Speechcraft.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/21296/'
name: 'Immersive Speechcraft'
req:
- *SKSE
- *SKSEVR
dirty:
- <<: *quickClean
crc: 0x2B1F2BB9
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'ImprovedCompanionsBoogaloo.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/38473/'
name: 'Improved Follower Dialogue - Lydia'
after:
- 'FCO - Follower Commentary Overhaul.esp'
- 'Relationship Dialogue Overhaul.esp'
tag: [ Actors.Voice ]
dirty:
- <<: *quickClean
crc: 0x82652DA7
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 39
- name: 'Misc Dialogue Edits.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28904/' ]
after:
- 'Immersive Citizens - AI Overhaul.esp'
- 'Relationship Dialogue Overhaul.esp'
tag: [ Actors.Factions ]
clean:
- crc: 0x4B9BF8A1
util: 'SSEEdit v4.1.5f'
- name: 'More Dialogue Options.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28905/' ]
after: [ 'Misc Dialogue Edits.esp' ]
- name: 'mjhKhajiitSpeak.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/441/' ]
group: *playerDialogueGroup
after: [ 'BA_KhajiitSpeakRedux_MAIN.esp' ]
- name: 'mjhKhajiitSpeakMod.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/441/' ]
after:
- 'BA_KhajiitSpeakRedux_MAIN.esp'
- 'mjhKhajiitSpeak.esp'
- name: '(RRR - )?More idle markers\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/26397/'
name: 'More Tavern Idles for Realistic Room Rental Enhanced'
- name: 'More idle markers.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/16757/'
name: 'More Tavern Idles'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/24859/'
name: 'Perseids Inns and Taverns - Realistic Room Rental Enhanced'
msg:
- <<: *alreadyInX
subs: [ '**RRR - More idle markers.esp**' ]
condition: 'active("RRR - More idle markers.esp")'
- <<: *useVersion
subs: [ '[Realistic Room Rental Enhanced](https://www.nexusmods.com/skyrimspecialedition/mods/26397/)' ]
condition: 'active("RealisticRoomRental.esp") and not active("RRR - More idle markers.esp")'
clean:
- crc: 0xD2BEB5ED
util: 'SSEEdit v4.0.4c'
- name: 'RRR - More idle markers.esp'
clean:
- crc: 0x4087C286
util: 'SSEEdit v4.0.4c'
- name: 'MoreToSay.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22622/'
name: 'More to Say'
clean:
- crc: 0x70366437
util: 'SSEEdit v4.0.3'
- name: 'moretosay(cityguards|falkreath|generic|karthwasten|riverwood|rorikstead|shorsstone|whiterun)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22622/'
name: 'More to Say'
msg:
- <<: *alreadyInX
subs: [ 'MoreToSay.esp' ]
condition: 'active("MoreToSay.esp")'
- name: 'moretosaycityguards.esp'
clean:
- crc: 0xE9A5FC26
util: 'SSEEdit v4.0.3'
- name: 'moretosayfalkreath.esp'
clean:
- crc: 0x49BAF699
util: 'SSEEdit v4.0.3'
- name: 'moretosaygeneric.esp'
clean:
- crc: 0x3D8F537F
util: 'SSEEdit v4.0.3'
- name: 'moretosaykarthwasten.esp'
clean:
- crc: 0x160AEBFD
util: 'SSEEdit v4.0.3'
- name: 'moretosayriverwood.esp'
clean:
- crc: 0x7E6F5858
util: 'SSEEdit v4.0.3'
- name: 'moretosayrorikstead.esp'
clean:
- crc: 0xE4A5C151
util: 'SSEEdit v4.0.3'
- name: 'moretosayshorsstone.esp'
clean:
- crc: 0xAB7727DA
util: 'SSEEdit v4.0.3'
- name: 'moretosaywhiterun.esp'
clean:
- crc: 0x1C8E8DFA
util: 'SSEEdit v4.0.3'
- name: 'NWS_Karliah.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/62127/'
name: 'Nether''s Karliah'
- name: 'NWS_Karliah.esp'
msg:
- *requiresMCM
- *requiresMCMVR
tag:
- Actors.ACBS
- Actors.AIData
- Actors.CombatStyle
- Actors.Spells
- Actors.Stats
- Invent.Add
- NPC.Class
- NPC.Perks.Add
- NPC.Perks.Remove
- Outfits.Remove
clean:
- crc: 0xF4DBB705
util: 'SSEEdit v4.0.4c'
- name: 'NWS_Karliah_Bijin.esp'
tag: [ Graphics ]
clean:
- crc: 0xC24B9A59
util: 'SSEEdit v4.0.4c'
- name: 'NWS_Karliah_GLAM.esp'
clean:
- crc: 0x48DB55C3
util: 'SSEEdit v4.0.4c'
- name: 'NWS_Karliah_PAN.esp'
clean:
- crc: 0x336D92FC
util: 'SSEEdit v4.0.4c'
- name: 'NWS_Karliah_Vanilla.esp'
clean:
- crc: 0xF0D1ACD1
util: 'SSEEdit v4.0.4c'
- name: 'Realistic AI Detection 2 SE.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2345/' ]
after:
- 'Combat Evolved.esp'
- 'Immersive Citizens - AI Overhaul.esp'
- 'Requiem.esp'
- 'Stealth Skills Rebalanced_COMPLETE.esp'
- 'Thief skills rebalance for Ordinator.esp'
- name: 'Relationship Dialogue Overhaul.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1187/'
name: 'Relationship Dialogue Overhaul - RDO SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42068/'
name: 'Relationship Dialogue Overhaul Lite Fixed'
after: [ '018Auri.esp' ]
# Removed load after for Immersive Citizens, as it can lead to hoisting of too many other mods.
# Which may not work for every users load order. User can add the rule manually instead.
msg:
- <<: *patchProvided
subs: [ 'Amazing Follower Tweaks' ]
condition: 'checksum("Relationship Dialogue Overhaul.esp", 20DC9B97) and (checksum("AmazingFollowerTweaks.esp", 88F9C8B8) or checksum("AmazingFollowerTweaks.esp", F43B6124)) and not active("RDO - AFT v1.66 Patch.esp")'
- <<: *patchProvided
subs: [ 'Immersive Amazing Follower Tweaks' ]
condition: 'checksum("Relationship Dialogue Overhaul.esp", 20DC9B97) and (checksum("AmazingFollowerTweaks.esp", 8B1BC915) or checksum("AmazingFollowerTweaks.esp", 3899F517) or checksum("AmazingFollowerTweaks.esp", CB85EFD2) or checksum("AmazingFollowerTweaks.esp", 2CE005AD)) and not active("RDO - iAFT Patch.esp")'
- <<: *patchProvided
subs: [ 'Extensible Follower Framework (EFF) v4.0.2+' ]
condition: 'checksum("Relationship Dialogue Overhaul.esp", 20DC9B97) and active("EFFDialogue.esp") and not active("RDO - EFF v4.0.2 Patch.esp")'
- <<: *patchUnavailable
type: say
subs: [ 'Follower Commentary Overhaul' ]
condition: 'checksum("Relationship Dialogue Overhaul.esp", 20DC9B97) and active("FCO - Follower Commentary Overhaul.esp")'
clean:
- crc: 0x20DC9B97
util: 'SSEEdit v4.0.3'
- crc: 0x29F34E5B
util: 'SSEEdit v4.0.3'
- name: 'RDO - .*\.esp'
req: [ 'Relationship Dialogue Overhaul.esp' ]
- name: 'RDO - USSEP Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'RDO - CRF + USSEP Patch.esp' ]
condition: 'active("RDO - CRF + USSEP Patch.esp") and active("cutting room floor.esp")'
- name: 'RDO Updated.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/44601/' ]
dirty:
- <<: *quickClean
crc: 0xB3AF66CD
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 7
- name: 'run for your lives.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2272/' ]
msg:
- <<: *includesX
subs: [ 'When Vampires Attack' ]
condition: 'active("When Vampires Attack.esp")'
clean:
# version: 4.0
- crc: 0xF3EF2798
util: 'SSEEdit v4.0.2f'
- name: 'sandboxcylinderheight.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4524/'
name: 'Multiple Floors Sandboxing'
msg:
- <<: *useBashTweakInstead
subs: [ 'Tweak Settings -> Actor: Vertical Object Detection' ]
- name: 'SeranaDialogAddon.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/32161/'
name: 'Serana Dialogue Add-On'
inc:
- 'Marry Me Serana.esp'
- name: 'Serana Dialogue Edit.esp'
condition: 'version("SeranaDialogAddon.esp", >=, "3.0.0")'
msg:
- <<: *compatPatch
subs: [ '[Serana Dialogue Add-On Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/70782/)' ]
tag: [ Keywords ]
clean:
- crc: 0x8680BB0E
util: 'SSEEdit v4.0.4c'
- name: 'SDA.*Patch\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/70782/'
name: 'Serana Dialogue Add-On Patch Hub'
- name: 'SDA Wintersun Patch.esp'
msg:
- <<: *useVersion
subs: [ 'Complete Alchemy & Cooking Overhaul' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and checksum("SDA Wintersun Patch.esp", 7AEF6CDD)'
- name: 'Serana Dialogue Edit.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16222/' ]
after: [ 'Relationship Dialogue Overhaul.esp' ]
clean:
# version: 1.02
- crc: 0x9097E85A
util: 'SSEEdit v4.0.2f'
- name: 'SkyTEST-RealisticAnimals&Predators.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1104/' ]
after: [ 'Mortal Enemies.esp' ]
inc:
- 'SkyTEST-RealisticAnimalsBehaviors_LightVersion.esp'
- 'SkyTEST-RealisticAnimals&Predators_ImAWussy.esp'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.CombatStyle
- Actors.Spells
- Actors.Stats
- Delev
- Factions
- Keywords
- NPC.AttackRace
- NPC.Class
- NPC.Race
- R.ChangeSpells
- R.Stats
- Relations.Add
- Relations.Change
- Relations.Remove
- Relev
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - SkyTEST.esp")'
clean:
- crc: 0x338DA83E
util: 'SSEEdit v4.1.5f'
- name: 'TavernAIFix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23107/' ]
after:
- 'GoToBed.esp'
- 'Immersive Encounters.esp'
clean:
- crc: 0x15B82286
util: 'SSEEdit v4.0.3'
- name: 'TheRealShady.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31478/' ]
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.Stats
- Factions
- Invent.Add
- Invent.Change
- Invent.Remove
- NPC.AttackRace
- NPC.Class
- NPC.DefaultOutfit
clean:
- crc: 0xE5BCC27A
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Wild World.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14616/' ]
- name: 'Wild World.esp'
after:
- 'Combat Evolved.esp'
- 'MVABasic.esp'
inc:
- 'Animal Tweaks.esp'
- 'NARC SE for Animal Tweaks.esp'
- 'NARC SE for Falskaar + Animal Tweaks.esp'
- 'NARC SE for Falskaar + SkyTEST + Animal Tweaks.esp'
- 'NARC SE for Falskaar + SkyTEST.esp'
- 'NARC SE for Falskaar.esp'
- 'NARC SE for SkyTEST + Animal Tweaks.esp'
- 'NARC SE for SkyTEST.esp'
- 'NARC SE for Vanilla.esp'
- 'One With Nature.esp'
- 'Pacifist Mini-Mods Collection.esl'
- 'Pacifist Mini-Mods Collection.esp'
- 'Real Wildlife Behaviour.esp'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Wild World.esp")'
- <<: *patchProvided
subs: [ 'Animallica - Skyrim Wildlife Overhaul' ]
condition: 'file("Animallica.esp") and not file("Wild World - Animallica.esp")'
- <<: *patchProvided
subs: [ 'Beasts of Tamriel' ]
condition: 'file("Beasts of Tamriel.esp") and not file("Wild World - Beasts of Tamriel.esp")'
- <<: *patchProvided
subs: [ 'Immersive Horses' ]
condition: 'file("Immersive Horses.esp") and not file("Wild World - Immersive Horses.esp")'
- <<: *patchProvided
subs: [ 'Revenge Of the Enemies' ]
condition: 'file("Rebirth Monster.esp") and not file("Wild World - Rebirth Monster.esp")'
- <<: *patchProvided
subs: [ 'SkyTEST - Realistic Animals and Predators' ]
condition: 'file("SkyTEST-RealisticAnimals&Predators.esp") and not file("Wild World - SkyTEST.esp")'
tag:
- Actors.AIData
- Actors.AIPackages
- Factions
- NPC.AIPackageOverrides
- Relations.Add
- Relations.Change
clean:
- crc: 0xC87A64A9
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Wild World - SIC.esp'
msg:
- <<: *patchOutdated
condition: 'checksum("Wild World - SIC.esp", 724A874D)'
- name: 'YoungLovers-VoiceOverhaul.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/85908/'
name: 'YoungLover''s - Voice Overhaul'
msg:
- <<: *patch3rdParty
subs:
- 'Nether''s Follower Framework'
- '[YoungLover''s - Voice Overhaul Patches](https://www.nexusmods.com/skyrimspecialedition/mods/164049/)'
condition: 'active("nwsFollowerFramework.esp") and not active("YoungLovers and NFF Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Unofficial Skyrim Special Edition Patch'
- '[YoungLover''s - Voice Overhaul Patches](https://www.nexusmods.com/skyrimspecialedition/mods/164049/)'
condition: 'active("unofficial skyrim special edition patch.esp") and not active("YoungLovers and USSE Patch.esp")'
###### Gameplay - Quests ######
- name: 'AgentOfRighteousMight.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29067/' ]
dirty:
- <<: *quickClean
crc: 0x162BF53D
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 32
- name: 'AK- Namira for Good Guys.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/336/' ]
clean:
# version: 1.1
- crc: 0x5F9D4BF0
util: 'SSEEdit v4.0.3'
- name: 'AlternatePerspective.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/50307/'
name: 'Alternate Perspective - Alternate Start'
group: *altStartGroup
req:
- *JContainers
- *SilentVoice
inc:
- 'alternate start - live another life.esp'
- 'Original Opening Scene.esp'
- 'QuickVanillaStart.esl'
- 'Random Alternate Start Reborn SE.esp'
- 'Skyrim Unbound.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Realm of Lorkhan - Freeform Alternate Start'
- '[Alternate Perspective - Realm of Lorkhan Patch](https://www.nexusmods.com/skyrimspecialedition/mods/104545/)'
condition: 'file("Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp") and not file("SHE_LorkhanPerspective.esp")'
- <<: *patchUnavailable
subs: [ 'Touring Carriages' ]
condition: 'active("TouringCarriages.esp")'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.Factions
- Actors.Stats
- Invent.Add
- NPC.AttackRace
- NPC.Class
- NPC.CrimeFaction
- NPC.DefaultOutfit
dirty:
- <<: *quickClean
crc: 0xC1351E3B
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 20
- name: 'alternate start - live another life.esp'
url:
- link: 'https://www.afkmods.com/index.php?/files/file/1889-alternate-start-live-another-life/'
name: 'Alternate Start - Live Another Life (AFK Mods)'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/2918710/'
name: 'Alternate Start - Live Another Life (Bethesda.net Mods)'
- link: 'https://www.moddb.com/mods/alternate-start-live-another-life/'
name: 'Alternate Start - Live Another Life (Mod DB)'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/272/'
name: 'Alternate Start - Live Another Life (Nexus Mods)'
group: *altStartGroup
after:
- 'Ambriel.esp'
- 'BecomeKingofSkyrim.esp'
- 'BetterQuestObjectives.esp'
- 'Guard Dialogue Overhaul.esp'
inc:
- 'Original Opening Scene.esp'
- 'QuickVanillaStart.esl'
- 'Random Alternate Start.esp'
- 'Random Alternate Start Reborn SE.esp'
- 'Skyrim Unbound.esp'
clean:
- crc: 0xC915ABE0
util: 'SSEEdit v4.1.5b EXTREMELY EXPERIMENTAL'
- name: 'Alternate Start -- New Beginnings.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4939/' ]
tag: [ -Sound ]
clean:
# version: 1.3.0
- crc: 0xD9A7F0A7
util: 'SSEEdit v4.0.2'
- name: 'At Your Own Pace.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/52704/'
name: 'At Your Own Pace'
- name: 'At Your Own Pace - College of Winterhold.esp'
inc:
- 'CoW Entry Requirements.esp'
- 'NotSoFast-MageGuild.esp'
- 'MCWT_TheAugursAdmonishment.esp'
msg:
- <<: *patchProvided
subs: [ 'College of Winterhold - Quest Expansion' ]
condition: 'active("College Of Winterhold - Quest Expansion.esp") and not active("At Your Own Pace - College Quest Expansion Patch.esp")'
clean:
- crc: 0x48E15998
util: 'SSEEdit v4.0.4b'
- name: 'At Your Own Pace - Companions.esp'
dirty:
- <<: *quickClean
crc: 0xEA262A47
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'At Your Own Pace - Dark Brotherhood.esp'
clean:
- crc: 0xAE2B58A1
util: 'SSEEdit v4.0.4b'
- name: 'At Your Own Pace - Main Quest.esp'
inc:
- 'At Your Own Pace - Skyrim Unbound.esp'
- 'NotSoFast-MainQuest.esp'
msg:
- <<: *useVersion
subs: [ 'Skyrim Unbound' ]
condition: 'active("Skyrim Unbound.esp") and not active("At Your Own Pace - Skyrim Unbound.esp")'
clean:
- crc: 0x27ADB2D5
util: 'SSEEdit v4.0.4b'
- name: 'At Your Own Pace - Misc.esp'
clean:
- crc: 0x86D4EAE1
util: 'SSEEdit v4.0.4b'
- name: 'At Your Own Pace - Skyrim Unbound.esp'
clean:
- crc: 0x314F3B8A
util: 'SSEEdit v4.0.4b'
- name: 'At Your Own Pace - Thieves Guild.esp'
after:
- 'BetterQuestObjectives.esp'
- 'BetterQuestObjectives - YASH Patch.esp'
- 'More Dialogue Options.esp'
- 'Requiem.esp'
inc:
- 'Destroy the Thieves Guild.esp'
- 'TCBM.esp'
- 'Thieves Guild Requirements.esp'
dirty:
- <<: *quickClean
crc: 0xD79C6D6E
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
# Obsolete plugins #
- name: 'At Your Own Pace( - Bards College)?\.esp'
msg: [ *obsolete ]
- name: 'BardsRebornStudentofSong.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/47994/'
name: 'Bards Reborn Student of Song'
msg:
- <<: *patchProvided
subs: [ 'AI Overhaul' ]
condition: 'active("AI Overhaul.esp") and not active("BardsRebornStudent AIOverhaul Patch.esp")'
- <<: *patchProvided
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("EnhancedLightsandFX.esp") and not active("BardsRebornELFXpatch.esp")'
- <<: *patchProvided
subs: [ 'Enhanced Solitude' ]
condition: 'active("Enhanced Solitude SSE.esp") and not active("BRStudentofSong EnhancedSolitude Patch.esp")'
- <<: *patchProvided
subs: [ 'Realistic Lighting Overhaul' ]
condition: 'active("RLO - Interiors.esp") and not active("BardsRebornRLOpatch.esp")'
- <<: *patchProvided
subs: [ 'Undeath Remastered' ]
condition: 'active("Undeath.esp") and not active("BardsReborn Undeath Patch.esp")'
- <<: *patchProvided
subs: [ 'Unofficial Skyrim Special Edition Patch' ]
condition: 'active("unofficial skyrim special edition patch.esp") and not active("BardsRebornStudent USSEP Patch.esp") and not file("BardsRebornStudent AIOverhaul Patch.esp")'
dirty:
- <<: *quickClean
crc: 0x30A8184C
util: '[SSEEdit v4.1.5m](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
- name: 'BarenziahQuestMarkers.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/684/'
name: 'Stones of Barenziah Quest Markers'
clean:
- crc: 0x8918315F
util: 'SSEEdit v4.0.4b'
- name: 'BecomeKingofSkyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2152/'
name: 'Become High King of Skyrim - Immersive Edition'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4496/'
name: 'Become High King of Skyrim V2 SE'
dirty:
# version: 1.6 Immersive Edition
- <<: *quickClean
crc: 0xAD4F5609
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 68
# version: 7.4.1
- <<: *quickClean
crc: 0x91F8E094
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 31
- name: 'BetterQuestObjectives.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/159/'
name: 'Even Better Quest Objectives (Nexus Mods)'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/2954089/'
name: 'Even Better Quest Objectives (Bethesda.net Mods)'
- name: 'BetterQuestObjectives.esp'
after:
- 'QuestsAreInSkyrim.esp'
- 'QuestsAreInSkyrimUSSEP.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Quests Are In Skyrim USSEP'
- '[Even Better Quest Objectives - Quests Are In Skyrim USSEP Patch](https://www.nexusmods.com/skyrimspecialedition/mods/33659/)'
condition: 'active("QuestsAreInSkyrimUSSEP.esp") and not active("EBQO_QAIS-USSEP_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Alternate Start - Live Another Life' ]
condition: 'active("alternate start - live another life.esp") and not active("BetterQuestObjectives-AlternateStartPatch.esp")'
- <<: *patchIncluded
subs: [ 'Amazing Follower Tweaks or Immersive Amazing Follower Tweaks' ]
condition: 'active("AmazingFollowerTweaks.esp") and not active("BetterQuestObjectives-AFTPatch.esp")'
- <<: *patchIncluded
subs: [ 'aMidianBorn Skyforge Weapons' ]
condition: 'active("aMidianborn_Skyforge_Weapons.esp") and not active("BetterQuestObjectives-AMBSkyforgePatch.esp")'
- <<: *patchIncluded
subs: [ 'Book Covers Skyrim' ]
condition: 'active("Book Covers Skyrim.esp") and not active("BetterQuestObjectives( - BCS|-BCS-BSaQB) Patch\.esp")'
- <<: *patchIncluded
subs: [ 'Better Skill and Quest Books Names' ]
condition: 'active("Better Skill and Quest Books Names SE.esp") and not active("BetterQuestObjectives-(BSaQB|BCS-BSaQB )Patch\.esp")'
- <<: *patchIncluded
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("BetterQuestObjectives-CRFPatch.esp")'
- <<: *patchIncluded
subs: [ 'Dark Brotherhood for Good Guys' ]
condition: 'active("goodbrother.esp") and not active("BetterQuestObjectives - Dark Brotherhood for Good Guys Patch.esp")'
- <<: *patchIncluded
subs: [ 'Extensible Follower Framework' ]
condition: 'active("EFFCore.esm") and not active("BetterQuestObjectives-EFFPatch.esp")'
- <<: *patchIncluded
subs: [ 'Legacy of the Dragonborn v5+' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("BetterQuestObjectives - LOTD Patch.esp") and version("LegacyoftheDragonborn.esm", >=, "5.0.24")'
- <<: *patchIncluded
subs: [ 'Namira for Good Guys' ]
condition: 'active("AK- Namira for Good Guys.esp") and not active("BetterQuestObjectives - Namira for Good Guys Patch.esp")'
- <<: *patchIncluded
subs: [ 'T3nd0''s Perkus Maximus' ]
condition: 'active("PerkusMaximus_Mage.esp") and not active("BetterQuestObjectives-PerMaPatch.esp")'
- <<: *patchIncluded
subs: [ 'T3nd0s Skyrim SE Redone' ]
condition: 'active("SkyRe_Main.esp") and not active("BetterQuestObjectives-SkyRePatch.esp")'
- <<: *patchIncluded
subs: [ 'The Paarthurnax Dilemma' ]
condition: 'active("the paarthurnax dilemma.esp") and not active("BetterQuestObjectives-PaarDilemmaPatch.esp")'
- <<: *patchIncluded
subs: [ 'Thieves Guild For Good Guys' ]
condition: 'active("TCBM.esp") and not active("BetterQuestObjectives - Thieves Guild For Good Guys Patch.esp")'
- <<: *patchIncluded
subs: [ 'Wintersun - Faiths of Skyrim' ]
condition: 'active("Wintersun - Faiths of Skyrim.esp") and not active("BetterQuestObjectives - Wintersun Patch.esp")'
- <<: *patchIncluded
subs: [ 'Yet Another Skyrim Hardcore mod' ]
condition: 'active("YASH2.esp") and not active("BetterQuestObjectives - YASH Patch.esp")'
tag: [ Text ]
clean:
# USSEP
- crc: 0xDF1DDA2D
util: 'SSEEdit v4.1.5f'
# Non-USSEP
- crc: 0x1FC5AB07
util: 'SSEEdit v4.0.4c'
- name: 'BetterQuestObjectives-DBForevertoMisc.esp'
clean:
- crc: 0x81F203A7
util: 'SSEEdit v4.1.5f'
- name: 'BetterQuestObjectives-AlternateStartPatch.esp'
after: [ 'BetterQuestObjectives.esp' ]
clean:
- crc: 0x4E02B7A3
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives-AFTPatch.esp'
clean:
- crc: 0xCED07127
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives-AMBSkyforgePatch.esp'
msg:
- <<: *alreadyInX
type: say
subs: [ 'aMidianBorn Content Addon' ]
condition: 'active("amidianborn_contentaddon.esp") and active("BetterQuestObjectives-AMBSkyforgePatch.esp")'
clean:
- crc: 0xAB22406D
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives - BCS Patch.esp'
after: [ 'BetterQuestObjectives.esp' ]
msg:
- <<: *alreadyInX
subs: [ '**BetterQuestObjectives-BCS-BSaQB Patch.esp**' ]
condition: 'active("BetterQuestObjectives-BCS-BSaQB Patch.esp")'
clean:
- crc: 0x49F6A550
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives-BSaQBPatch.esp'
msg:
- <<: *alreadyInX
subs: [ '**BetterQuestObjectives-BCS-BSaQB Patch.esp**' ]
condition: 'active("BetterQuestObjectives-BCS-BSaQB Patch.esp")'
clean:
- crc: 0xF0E2EE4E
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives-CRFPatch.esp'
after: [ 'BetterQuestObjectives.esp' ]
clean:
- crc: 0xAC819214
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives - Dark Brotherhood for Good Guys Patch.esp'
clean:
- crc: 0xC15BAADF
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives-EFFPatch.esp'
clean:
- crc: 0x5D8F1625
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives - LOTD Patch.esp'
tag: [ Text ]
clean:
- crc: 0xCAC32CA0
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives - Namira for Good Guys Patch.esp'
clean:
- crc: 0x0ED37538
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives-PerMaPatch.esp'
clean:
- crc: 0xD56ADBA1
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives-SkyRePatch.esp'
clean:
- crc: 0xAF2FB2E9
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives-PaarDilemmaPatch.esp'
clean:
- crc: 0x291AA87B
util: 'SSEEdit v4.0.3'
- name: 'EvenBetterQuestObjectives - Thieves Guild For Good Guys Patch.esp'
clean:
- crc: 0xA4C2C217
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives - Wintersun Patch.esp'
clean:
- crc: 0xEAB541C2
util: 'SSEEdit v4.0.3'
- name: 'BetterQuestObjectives - YASH Patch.esp'
clean:
- crc: 0x12AEC0DE
util: 'SSEEdit v4.0.3'
- name: 'Bittercup - Tweaks and Enhancements.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/81665/'
name: 'Bittercup - Tweaks and Enhancements'
after: [ 'Unofficial Bittercup Patch.esl' ]
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.Stats
- Actors.Voice
- C.Music
- Invent.Add
- Invent.Remove
- Keywords
- NPC.Class
- Outfits.Add
- Outfits.Remove
- Relations.Add
- Stats
- Text
clean:
- crc: 0x648435BD
util: 'SSEEdit v4.0.4c'
- name: 'Blackthorn Alternate Start.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/90238/'
name: 'Blackthorn Alternate Start'
dirty:
- <<: *quickClean
crc: 0xB5B3DAC6
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 111
udr: 1
- name: 'Bloodworm.esp'
url: [ 'https://www.patreon.com/posts/path-of-revenant-65789143/' ]
dirty:
# Version: 1.1
- <<: *quickClean
crc: 0x26B98E67
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 36
udr: 9
- name: 'Boethiah''s Bidding.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18854/'
name: 'Boethiah''s Bidding'
msg:
- <<: *requiresX
type: say
subs: [ 'New save game, don''t use with an existing save.' ]
tag: [ Relations.Add ]
clean:
- crc: 0x6AE7F258
util: 'SSEEdit v4.0.4c'
- name: 'BOTI.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6126/'
name: 'Blood on the Ice Redux'
after: [ 'Quest Conflict Fixes.esp' ]
inc: [ 'FSA_FindingSusannaAlive.esp' ]
msg:
- <<: *alsoUseX
subs: [ '[Fuz Ro D-oh - Silent Voice](https://www.nexusmods.com/skyrimspecialedition/mods/15109/)' ]
condition: 'not file("SKSE/Plugins/Fuz Ro D''oh.dll")'
- <<: *patch3rdParty
subs:
- 'Open Cities Skyrim'
- '[Blood on the Ice Redux Open Cities Patches](https://www.nexusmods.com/skyrimspecialedition/mods/27556/)'
condition: 'active("open cities skyrim.esp") and not active("BOTI ESP OCS ESL Patch.esp") and not active("BOTI ESP-ESL OCS ESL Patch.esp")'
clean:
- crc: 0x0900486D
util: 'SSEEdit v4.0.3'
- crc: 0x14A9986A
util: 'SSEEdit v4.0.3'
- name: 'Bring Meeko to Lod.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25246/' ]
clean:
# Version: 1.0
- crc: 0x0B6F82A2
util: 'SSEEdit v4.0.2f'
- name: 'BUVARP.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13562/' ]
tag: [ C.Location ]
clean:
- crc: 0xD4C34620
util: 'SSEEdit v4.0.3'
- name: 'Civil War Defense for OCW.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/81557/'
name: 'Serious Civil War Defense for OCW'
after:
- 'Jarl Balgruuf Dilemma Extended.esp'
- 'Neutral Civil War Forts Respawn.esp'
- 'Serious Civil War Finale Sieges.esp'
- name: 'CollegeDaysWinterhold.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12615/' ]
clean:
# Version: 5.56
- crc: 0x99F1E78D
util: 'SSEEdit v4.0.2'
- name: 'CollegeEntry.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22184/' ]
after: [ 'waccf_armor and clothing extension.esp' ]
inc:
- 'CollegeApplication.esp'
- 'CollegeModifications.esp'
dirty:
- <<: *quickClean
crc: 0xE993426C
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: '(College Of Winterhold - Quest Expansion|COW_(AtYourOwnPace|EasyEdition|RS|VR)(_)?Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66666/'
name: 'College of Winterhold - Quest Expansion'
- name: 'College Of Winterhold - Quest Expansion.esp'
after: [ 'CoW Entry Requirements.esp' ]
msg:
- <<: *patchProvided
subs: [ 'RS Children Overhaul' ]
condition: 'active("RSkyrimChildren.esm") and not active("COW_RS_Patch.esp")'
clean:
- crc: 0xDB3F4996
util: 'SSEEdit v4.0.4c'
- name: 'Cow_AtYourOwnPace_Patch.esp'
clean:
- crc: 0x6E06CCFE
util: 'SSEEdit v4.0.4c'
- name: 'Cow_EasyEditionPatch.esp'
clean:
- crc: 0xDED7A4FF
util: 'SSEEdit v4.0.4c'
- name: 'COW_RS_Patch.esp'
tag:
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0x3F4B5757
util: 'SSEEdit v4.0.4c'
- name: 'COW_VR_Patch.esp'
clean:
- crc: 0x7D9DE4C9
util: 'SSEEdit v4.0.4c'
- name: '(CWRepairs|CW_Enjia|CWR_IC_Patch|CWR_OC_Patch|CWRepairSGW|CWRNimriel|CWR_JKTemple_Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20668/'
name: 'After the Civil War - Siege Damage Repairs'
- name: 'CWRepairs.esp'
msg:
- <<: *patch3rdParty
subs:
- 'YOT - Your Own Thoughts SE - First Person Messages'
- '[YOT - Your Own Thoughts SE - First Person Messages](https://www.nexusmods.com/skyrimspecialedition/mods/762/)'
condition: 'active("YOT - Your Own Thoughts.esp") and not active("YOT - CWRepairs.esp")'
- <<: *patchIncluded
subs: [ 'Immersive Citizens - AI Overhaul' ]
condition: 'active("Immersive Citizens - AI Overhaul.esp") and not active("CWR_IC_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Open Cities Skyrim' ]
condition: 'active("open cities skyrim.esp") and not active("CWR_OC_Patch.esp")'
- <<: *patchIncluded
subs: [ 'The Second Great War' ]
condition: 'active("GreatWarSkyrim.esp") and not active("CWRepairSGW.esp")'
- <<: *patchProvided
subs: [ 'JK''s Temple of the Divines' ]
condition: 'active("JK''s Temple of the Divines.esp") and not (active("CWR_JKTemple_Patch.esp") or active("JKs Temple of the Divines - After the Civil War patch.esp"))'
clean:
- crc: 0x56B61B44
util: 'SSEEdit v4.1.5f'
- name: 'CW_Enjia.esp'
msg:
- <<: *useVersion
subs: [ 'Open Cities Skyrim' ]
condition: 'active("open cities skyrim.esp") and checksum("CW_Enjia.esp", F9313512)'
clean:
- crc: 0xF9313512
util: 'SSEEdit v4.0.4b'
- crc: 0xA23F932D
util: 'SSEEdit v4.0.4b'
- name: 'CWR_IC_Patch.esp'
clean:
- crc: 0x7DCCD930
util: 'SSEEdit v4.0.4b'
- name: 'CWR_JKTemple_Patch.esp'
clean:
- crc: 0x2191AA4E
util: 'SSEEdit v4.0.4b'
- name: 'CWR_OC_Patch.esp'
clean:
- crc: 0xF8549982
util: 'SSEEdit v4.0.4b'
- name: 'CWRepairSGW.esp'
clean:
- crc: 0x4A2454C1
util: 'SSEEdit v4.0.4b'
- name: 'CWRNimriel.esp'
clean:
- crc: 0x949ED59C
util: 'SSEEdit v4.0.4b'
- name: 'CYA_ChooseYourOwnArchMage.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30887/' ]
after: [ 'CollegeEntry.esp' ]
inc: [ 'CollegeOfWinterholdImmersive.esp' ]
clean:
- crc: 0x49BF832C
util: 'SSEEdit v4.0.3'
- name: 'Dawnguard - HoV Req.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23617/' ]
clean:
# version: 1.0
- crc: 0xBCB1C2DE
util: 'SSEEdit v4.0.2f'
- name: 'Dawnguard - (Tweaks and Enhancements|TnE - Serana Necro Dialogue|Radiant Quest Requirements)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/53364/'
name: 'Dawnguard - Tweaks and Enhancements'
- name: 'Dawnguard - (Tweaks and Enhancements|Radiant Quest Requirements)\.esp'
after: [ 'BetterQuestObjectives.esp' ]
- name: 'Dawnguard - Tweaks and Enhancements.esp'
req: [ *SilentVoice ]
dirty:
- <<: *quickClean
crc: 0xCD672885
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
# Obsolete #
- name: 'Dawnguard - Radiant Quest Requirements.esp'
dirty:
- <<: *quickClean
crc: 0x0560EE7F
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
- name: 'DawnguardDragonbornTiming.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13834/' ]
clean:
# version: 1.0r
- crc: 0x53109251
util: 'SSEEdit v4.0.2f'
- name: 'Dawnguard&VolkiharArtifactsQuests.esp'
url: [ 'https://www.afkmods.com/index.php?/files/file/2299-dawnguard-and-clan-volkihar-epilogues/' ]
# doNotClean
- name: 'Dwarfsphere.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/15996/'
name: 'Project AHO'
msg:
- <<: *patch3rdParty
subs:
- 'SkyTEST - Realistic Animals & Predators'
- '[Project AHO - Skytest Patch](https://www.nexusmods.com/skyrimspecialedition/mods/24997/)'
condition: 'active("SkyTEST-RealisticAnimals&Predators.esp") and not active("AHO - Skytest Patch.esp")'
dirty:
- <<: *quickClean
crc: 0x3365C7A4
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 50
- <<: *quickClean
crc: 0xFB5886C8
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 50
- name: 'Esterah Alternate Start.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56666/'
name: 'Esterah Alternate Start'
dirty:
- <<: *quickClean
crc: 0xF92859A4
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 208
udr: 1
- name: 'Finding_Derkeethus.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19550/' ]
after: [ 'Quest Markers Restored.esp' ]
clean:
# version: 1.1
- crc: 0x04B5F76A
util: 'SSEEdit v4.0.2f'
- name: 'Finding_Helgi_and_Laelette.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28973/' ]
after:
- name: 'BetterQuestObjectives.esp'
condition: 'not is_master("Finding_Helgi_and_Laelette.esp")'
- name: 'Landscape Fixes For Grass Mods.esp'
condition: 'not is_master("Finding_Helgi_and_Laelette.esp")'
- name: 'Road to Morthal.esp'
condition: 'not is_master("Finding_Helgi_and_Laelette.esp")'
- name: 'TheChoiceIsYours.esp'
condition: 'not is_master("Finding_Helgi_and_Laelette.esp")'
clean:
- crc: 0xE5F2D3C8
util: 'SSEEdit v4.0.3'
- name: 'WARP_FindingHaL_Patch.esp'
after:
- 'WARP - EBQO Patch.esp'
- 'WARP - TheChoiceIsYours Patch.esp'
- name: 'Finding_VelehkSain.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19815/'
name: 'Finding Velehk Sain'
after:
- 'ApepiBetterCollege.esp'
- 'CollegeOfWinterholdImmersive.esp'
- 'Immersive Weapons.esp'
- 'MagicalCollegeofWinterhold.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
- name: 'Finding_VelehkSain.esp'
after:
- 'MCWT_ErratumEtc.esp'
- 'MCWT_ErratumEtc_Lite.esp'
- 'MCWT_TheAugursAdmonishment.esp'
- name: 'OCW_Obscure''s_CollegeofWinterhold.esp'
condition: 'not version("Finding_VelehkSain.esp", >=, "1.0.8") and (not checksum("Finding_VelehkSain.esp", 63CC1662) and not checksum("Finding_VelehkSain.esp", 596355B3))'
msg:
- <<: *patchIncluded
subs: [ 'College of Winterhold The Missing Apprentices Quest Fix' ]
condition: 'active("Missing Apprentices CRF Quest Fix.esp") and not active("Finding_VelehkSain_MAQF.esp")'
- <<: *patchIncluded
subs: [ 'Path of the Anti-Mage' ]
condition: 'active("PathOfTheAntiMage.esp") and not active("Finding_VelehkSain_PotAM.esp")'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.CombatStyle
- Actors.DeathItem
- Actors.Stats
- Graphics
- Names
- NPC.AttackRace
- NPC.Class
- Stats
- Text
clean:
- crc: 0xB4CD9B45
util: 'SSEEdit v4.0.4b'
- name: 'Finding_VelehkSain_MAQF.esp'
after:
- name: 'OCW_Obscure''s_CollegeofWinterhold.esp'
condition: 'not version("Finding_VelehkSain_MAQF.esp", >=, "1.0.8") and (not checksum("Finding_VelehkSain_MAQF.esp", 622EFFB6) and not checksum("Finding_VelehkSain_MAQF.esp", 4714F2F9) and not checksum("Finding_VelehkSain_MAQF.esp", 4BBC811C))'
tag: [ Text ]
clean:
- crc: 0x8136C3E4
util: 'SSEEdit v4.0.4b'
- name: 'Finding_VelehkSain_PotAM.esp'
clean:
- crc: 0x3012C0BE
util: 'SSEEdit v4.0.4b'
- name: 'Fishing - Reduced Cut.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/80379/'
name: 'Fishing - Reduced Cut'
tag: [ Names ]
clean:
- crc: 0x17F8DC2A
util: 'SSEEdit v4.0.4c'
- name: 'ForgottenCity.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1179/' ]
dirty:
# version: 1.8
- <<: *quickClean
crc: 0xE6DC78C3
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'FSA_FindingSusannaAlive(_BotIR)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/32512/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Finding Susanna Alive ESP' ]
condition: 'many("FSA_FindingSusannaAlive(_BotIR)?\.esp")'
- name: 'FSA_FindingSusannaAlive.esp'
msg:
- <<: *useVersion
subs: [ 'Blood on the Ice Redux' ]
condition: 'active("BOTI.esp")'
clean:
- crc: 0xD76EF163
util: 'SSEEdit v4.0.3f'
- name: 'FSA_FindingSusannaAlive_BotIR.esp'
clean:
- crc: 0xB77FA395
util: 'SSEEdit v4.0.3f'
- name: 'GetBothRewardsSeries.esp'
url: [ 'https://www.afkmods.com/index.php?/files/file/2293-get-both-rewards/' ]
tag: [ Invent.Add ]
clean:
- crc: 0xF9821CE2
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Glamoril.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/43477/' ]
dirty:
- <<: *quickClean
crc: 0xED78173A
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
udr: 1
- name: 'GoldenglowIsYours.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25155/' ]
tag:
- Keywords
- C.Owner
- C.Music
- Names
clean:
- crc: 0x707BF42E
util: 'SSEEdit v4.0.3'
- name: 'goodbrother.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/519/' ]
dirty:
# version: 3.0
- <<: *quickClean
crc: 0xCAE0AC17
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
udr: 13
- name: 'Haem Projects Goblands.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24351/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x13E490E9
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# version: 1.1 ESM
- <<: *quickClean
crc: 0xADAD47B9
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'HHPathAnimalsTweaked.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23672/' ]
dirty:
- <<: *quickClean
crc: 0x92A076BD
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
udr: 5
- name: 'HouseOfHorrorsQuestExpansion.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/57285/'
name: 'House of Horrors - Quest Expansion'
dirty:
- <<: *quickClean
crc: 0xA062D29F
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: '(Immersive Encounters( - (Open Cities|RS Children|The Great City of Solitude) Patch)?|WEHealingPotions Patch - CACO)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18330/'
name: 'Immersive World Encounters'
- name: 'Immersive Encounters.esp'
msg:
- <<: *patchIncluded
subs: [ 'Open Cities Skyrim' ]
condition: 'active("open cities skyrim.esp") and not active("Immersive Encounters - Open Cities Patch.esp")'
- <<: *patchIncluded
subs: [ 'RS Children Overhaul' ]
condition: 'active("RSkyrimChildren.esm") and not active("Immersive Encounters - RS Children Patch.esp")'
- <<: *patchIncluded
subs: [ 'The Great City of Solitude' ]
condition: 'active("The Great City of Solitude.esp") and not active("Immersive Encounters - The Great City of Solitude Patch.esp")'
- *requiresMCM
- *requiresMCMVR
tag:
- Actors.ACBS
- Actors.AIData
- Actors.Stats
- NPC.Class
clean:
- crc: 0x41D780DA
util: 'SSEEdit v4.0.4c'
- name: 'Immersive Encounters - Open Cities Patch.esp'
req: [ 'open cities skyrim.esp' ]
clean:
- crc: 0x30FCA141
util: 'SSEEdit v4.0.4c'
- name: 'Immersive Encounters - RS Children Patch.esp'
tag:
- Actors.Factions
- Actors.Stats
- NPC.DefaultOutfit
clean:
- crc: 0x7BFFE473
util: 'SSEEdit v4.0.4c'
- name: 'Immersive Encounters - The Great City of Solitude Patch.esp'
req: [ 'The Great City of Solitude.esp' ]
clean:
- crc: 0x7DCD9958
util: 'SSEEdit v4.0.4c'
- name: 'WEHealingPotions Patch - CACO.esp'
clean:
- crc: 0xD758507C
util: 'SSEEdit v4.0.4c'
- name: 'Infiltration (- Quest Expansion|QE - Bandit War Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/114054/'
name: 'Infiltration - Quest Expansion'
- name: 'Infiltration - Quest Expansion.esp'
msg:
- <<: *patchProvided
subs: [ 'Lawless - A Bandit Overhaul' ]
condition: 'active("Bandit War.esp") and not active("Infiltration QE - Bandit War Patch.esp")'
tag:
- Actors.AIData
- Actors.AIPackages
- Relations.Change
clean:
- crc: 0xE9A16C76
util: 'SSEEdit v4.1.5d'
- name: 'Infiltration QE - Bandit War Patch.esp'
clean:
- crc: 0x6A37C456
util: 'SSEEdit v4.1.5d'
- name: 'InnoLostAlt.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24236/' ]
after: [ 'TheChoiceIsYours.esp' ]
clean:
- crc: 0x7D8AB5D7
util: 'SSEEdit v4.0.3'
- name: 'JerralMountainsCitadel.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18175/' ]
dirty:
- <<: *quickClean
crc: 0xCEB48A1B
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
- name: 'JerallMountainsCitadelPart1.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18175/' ]
dirty:
- <<: *reqManualFix
crc: 0xD435B36E
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 177
udr: 126
nav: 2
- <<: *reqManualFix
crc: 0x8805A560
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'JerallMountainsCitadelPart2.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27331/' ]
dirty:
- <<: *reqManualFix
crc: 0x52CB45DA
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 351
udr: 25
nav: 2
- <<: *reqManualFix
crc: 0xADF5AB44
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'js_dragonslayer_expansion.esp'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/e85dd230-6035-45ce-a729-af3b3de13bde/Dragonslayer___Quest_and_Fight_Expansion/'
name: 'Dragonslayer - Quest and Fight Expansion (Verified Creation)'
dirty:
- <<: *quickClean
crc: 0x5C816692
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
- name: 'Knight of the North( - LCO Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/45869/'
name: 'Knight of the North - A Creation Club Quest Overhaul (Nexus Mods)'
- link: 'https://github.com/TateTaylorOH/Knight-of-the-North/'
name: 'Knight of the North - A Creation Club Quest Overhaul (GitHub)'
- name: 'Knight of the North.esp'
msg:
- <<: *patchIncluded
subs: [ 'Lawbringer (Stendarr''s Beacon)' ]
condition: 'active("LCO_StendarrsBeacon.esp") and not active("Knight of the North - LCO Patch.esp")'
tag:
- Enchantments
- Keywords
- Names
- Stats
clean:
- crc: 0x48CA3704
util: 'SSEEdit v4.0.4b'
- name: 'Knight of the North - LCO Patch.esp'
clean:
- crc: 0x05860680
util: 'SSEEdit v4.0.4b'
- name: 'konahrik_accoutrements.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22206/' ]
tag:
- Actors.DeathItem
- Delev
- Graphics
msg:
- <<: *patch3rdParty_JSDCP
condition: 'checksum("meshes/clutter/ruins/ruinsdragonclaw01.nif", 34F46214) and checksum("meshes/KonahAcc/misc/ruinsdragonclaw.nif", 30E9F549)'
dirty:
- <<: *quickClean
crc: 0x93449BB7
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 47
- name: 'ksws07_quest(_no_start_requirements|_shrubs)?\.es[mp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/159911/'
name: 'The Frozen Heart - Quest Mod'
- name: 'ksws07_quest.esm'
dirty:
- <<: *quickClean
crc: 0x7ECC2544
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'LovelyLetter.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21916/' ]
after:
- 'BetterQuestObjectives.esp'
- 'Relationship Dialogue Overhaul.esp'
- 'TheChoiceIsYours.esp'
clean:
# version: 1.0
- crc: 0x70204D4C
util: 'SSEEdit v4.0.2f'
- name: 'MFRY Litany of Larceny 3.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22651/' ]
dirty:
- <<: *quickClean
crc: 0x14A60B82
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Missing Apprentices CRF Quest Fix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6677/'
name: 'College of Winterhold The Missing Apprentices Quest Fix'
after:
- 'BetterQuestObjectives-CRFPatch.esp'
- 'Book Covers Skyrim.esp'
tag:
- Invent.Add
- Text
clean:
- crc: 0x059F28E6
util: 'SSEEdit v4.0.4b'
- name: 'MolagBalsInferno.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/57504/' ]
clean:
- crc: 0x1664F1B2
util: 'SSEEdit v4.0.4'
- name: 'MuirisRevenge.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24312/' ]
clean:
# version: 1.1.3
- crc: 0xC3C85F42
util: 'SSEEdit v4.0.2f'
- name: '(MzarkWonders|MZ_Boats)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40674/'
name: 'The Lost Wonders of Mzark'
- name: 'MzarkWonders.esp'
tag: [ -C.Regions ]
clean:
- crc: 0xD3582882
util: 'SSEEdit v4.0.4'
- name: 'MZ_Boats.esp'
clean:
- crc: 0x9BFE65C5
util: 'SSEEdit v4.0.4'
- name: 'notice board.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3218/' ]
clean:
# version: 1.4
- crc: 0x06EF4166
util: 'SSEEdit v4.0.0'
- name: 'notice board - open cities patch.esp'
clean:
# version: 1.4
- crc: 0x6498488A
util: 'SSEEdit v4.0.0'
- name: 'notice board - better solstheim quests.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15829/' ]
after:
- 'alternate start - live another life.esp'
- 'Immersive Wenches.esp'
tag: [ Keywords ]
clean:
- crc: 0xD0BBADB1
util: 'SSEEdit v4.0.3'
- name: 'NotSoFast-MageGuild.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5686/' ]
after:
- 'CollegeEntry.esp'
- 'CollegeOfWinterholdImmersive.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Immersive College of Winterhold'
- '[Immersive College of Winterhold - Not so fast Mage Guild Patch](https://www.nexusmods.com/skyrimspecialedition/mods/18731/)'
condition: 'active("CollegeOfWinterholdImmersive.esp") and not active("CWIAIPATCH.esp") and not active("UltimateCollege.esp")'
clean:
# version: 1.4
- crc: 0x838EA616
util: 'SSEEdit v4.0.2f'
- name: 'NotSoFast-MainQuest.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2475/' ]
after: [ 'MLU.esp' ]
tag:
- Names
- Text
clean:
- crc: 0x70426EF7
util: 'SSEEdit v4.0.3f'
- name: 'PaarthurnaxQuestExpansion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51711/' ]
inc:
- name: 'AddChoices01.esp'
display: 'Paarthurnax Choices plus3'
- name: 'AddChoices01 orig.esp'
display: 'Paarthurnax Choices plus3'
- 'Paarthfix.esp'
- 'Paarthurnax_Bypass.esp'
- 'the paarthurnax dilemma.esp'
- 'The Paarthurnax Ultimatum.esp'
clean:
- crc: 0x13088DE4
util: 'SSEEdit v4.0.3g'
- name: 'Paradigm - (A Quick Start Overhaul|Simonrim Edition)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/85939/'
name: 'Paradigm - A Quick Start Overhaul'
group: *altStartGroup
inc:
- 'AlternatePerspective.esp'
- 'alternate start - live another life.esp'
- 'Original Opening Scene.esp'
- 'QuickVanillaStart.esl'
- 'Random Alternate Start Reborn SE.esp'
- 'Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp'
- 'Skyrim Unbound.esp'
- name: 'Paradigm - A Quick Start Overhaul.esp'
clean:
- crc: 0x69131899
util: 'SSEEdit v4.0.4c'
- name: 'PathOfMight.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22595/' ]
after:
- 'Ordinator - Perks of Skyrim.esp'
- 'Vokrii - Minimalistic Perks of Skyrim.esp'
inc:
- 'Complete Crafting Overhaul_Remastered.esp'
- 'PerkusMaximus_Warrior.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x227957DA
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Penitus_Oculatus.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21061/' ]
clean:
- crc: 0xA91CDBEB
util: 'SSEEdit v4.0.3'
- crc: 0xA24DEE38
util: 'SSEEdit v4.0.3'
- name: 'Quest Markers Restored.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20195/' ]
clean:
- crc: 0xF8D6D3DF
util: 'SSEEdit v4.0.4b'
- name: 'QuestsAreInSkyrim(USSEP)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18416/' ]
group: *earlyLoadersGroup
msg:
- <<: *useOnlyOneX
subs: [ 'Quests Are In Skyrim ESP' ]
condition: 'many("QuestsAreInSkyrim(USSEP)?\.esp")'
- name: 'QuestsAreInSkyrim.esp'
inc: [ 'unofficial skyrim special edition patch.esp' ]
msg:
- <<: *useVersion
subs: [ 'USSEP' ]
condition: 'active("unofficial skyrim special edition patch.esp")'
clean:
- crc: 0x0981903E
util: 'SSEEdit v4.0.3f'
- name: 'QuestsAreInSkyrimUSSEP.esp'
clean:
- crc: 0x35327EC4
util: 'SSEEdit v4.0.3f'
- name: 'quest_pitfighter.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22513/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xE1DCDD42
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 32
- name: 'quest_pitfighter_dlc01.esp'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xE4C4B73B
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18223/'
name: 'Realm of Lorkhan - Freeform Alternate Start'
inc: [ 'alternate start - live another life.esp' ]
tag:
- Actors.AIPackages
- Actors.Spells
- Invent.Change
- Invent.Remove
- Names
- NPC.DefaultOutfit
- ObjectBounds
- Sound
- Text
dirty:
- <<: *quickClean
crc: 0xA02C91BD
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 83
udr: 1
- name: 'ReplaceMaven.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/53248/'
name: 'A Better Tomorrow - Replace Maven as Jarl'
dirty:
- <<: *quickClean
crc: 0xD79A5E14
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Religion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25487/' ]
msg: [ *patchUnavailableRequiem ]
tag:
- Graphics
- Keywords
clean:
- crc: 0x74BA46D8
util: 'SSEEdit v4.0.3g'
- crc: 0x3C2E9DDA
util: 'SSEEdit v4.0.3g'
- name: 'SaveTheBrotherhood.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/33461/' ]
tag:
- Actors.AIPackages
- Factions
- name: 'SaveTheIcerunner(_HHITPC)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/34681/'
name: 'Save the Icerunner - Lights Out Alternate Routes'
- name: 'SaveTheIcerunner.esp'
after: [ 'TheChoiceIsYours.esp' ]
msg:
- <<: *patchProvided
subs: [ 'How Hard Is This Persuasion Check' ]
condition: 'active("How Hard Is This Persuasion Check.esp") and not active("SaveTheIcerunner_HHITPC.esp")'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Invent.Add
- Invent.Remove
- NPC.Perks.Add
clean:
- crc: 0xF57050CB
util: 'SSEEdit v4.0.4b'
- name: 'SaveTheIcerunner_HHITPC.esp'
clean:
- crc: 0x5780DF02
util: 'SSEEdit v4.0.4b'
- name: 'SexLab-AmorousAdventures.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7305/' ]
tag:
- C.Climate
- C.Water
- name: 'Skyfall Alternate Start.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/91159/'
name: 'Skyfall Alternate Start'
dirty:
- <<: *quickClean
crc: 0x94CBD9BA
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 128
udr: 1
- name: '(RL|LAL)?Daggerfall.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29416/'
name: 'Skygerfall -- Daggerfall''s Main Quest in TESV'
- name: 'Daggerfall.esp'
clean:
- crc: 0x010D3506
util: 'SSEEdit v4.0.4b'
- name: 'Daggerfall - Update.esp'
dirty:
- <<: *quickClean
crc: 0x124CDA18
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'DaggerfallPaperMap.esp'
clean:
- crc: 0x8709549E
util: 'SSEEdit v4.0.4b'
- name: 'LALDaggerfall.esp'
clean:
- crc: 0x03A89BBF
util: 'SSEEdit v4.0.4b'
- name: 'RLDaggerfall.esp'
clean:
- crc: 0xA3D1CF68
util: 'SSEEdit v4.0.4b'
- name: 'DaggerfallTraits.esp'
clean:
- crc: 0xFEBF8276
util: 'SSEEdit v4.0.4b'
- name: 'Daggerfall - Imp Wings FIX.esp'
clean:
- crc: 0x558178F9
util: 'SSEEdit v4.0.4b'
- name: '(Skyrim Extended Cut - Saints and Seducers|ECSS - (Beyond Skyrim Music|Book Covers Skyrim|Merlin|Ruin''s Edge|Shadowrend|Staff of Sheogorath) Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/72772/'
name: 'Skyrim Extended Cut - Saints and Seducers'
- name: 'Skyrim Extended Cut - Saints and Seducers.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Skies Above Weathers and ENB'
- '[Skies Above - Saints and Seducers Extended Cut](https://www.nexusmods.com/skyrimspecialedition/mods/87383/)'
condition: 'active("Skies Above.esp") and not active("Skies Above - ECSS Patch.esp")'
- <<: *requiresX
type: say
subs: [ 'New save game, don''t use with an existing save.' ]
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.Factions
- Actors.Spells
- Actors.Stats
- Actors.Voice
- C.Music
- Delev
- Enchantments
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- Names
- NPC.Class
- NPC.DefaultOutfit
- NPC.Perks.Add
- NPC.Perks.Remove
- NPC.Race
- ObjectBounds
- Outfits.Add
- Outfits.Remove
- R.Description
- R.Skills
- Relations.Add
- Relev
- SpellStats
- Text
clean:
- crc: 0xBF1B318A
util: 'SSEEdit v4.0.4c'
- name: 'ECSS - Beyond Skyrim Music Patch.esp'
clean:
- crc: 0x075A1787
util: 'SSEEdit v4.0.4c'
- name: 'ECSS - Merlin Patch.esp'
clean:
- crc: 0x2C775BCC
util: 'SSEEdit v4.0.4c'
- name: 'ECSS - Ruin''s Edge Patch.esp'
clean:
- crc: 0x060BE629
util: 'SSEEdit v4.0.4c'
- name: 'ECSS - Shadowrend Patch.esp'
clean:
- crc: 0x8B100A2C
util: 'SSEEdit v4.0.4c'
- name: 'ECSS - Staff of Sheogorath Patch.esp'
clean:
- crc: 0xD0E46249
util: 'SSEEdit v4.0.4c'
- name: 'Skyrim Unbound.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/27962/'
name: 'Skyrim Unbound Reborn (Alternate Start)'
group: *altStartGroup
inc:
- 'alternate start - live another life.esp'
- 'Daggerfall.esp'
- 'DragonRemains_SSE.esp'
- 'NotSoFast-MainQuest.esp'
- 'Random Alternate Start Reborn SE.esp'
- 'Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp'
- 'ShoutsCostOneSoul.esp'
req:
- <<: *SKSE
condition: 'not checksum("Skyrim Unbound.esp", BF3A39A9) and not checksum("Skyrim Unbound.esp", 4C621C50) and not file("../skse64_loader.exe")'
tag:
- Actors.Spells
- Invent.Remove
- Names
- NPC.DefaultOutfit
msg:
- <<: *requiresMCM
condition: 'not checksum("Skyrim Unbound.esp", BF3A39A9) and not checksum("Skyrim Unbound.esp", 4C621C50) and not active("SkyUI_SE.esp")'
clean:
- crc: 0x37B28DD5
util: 'SSEEdit v4.0.4c'
- name: 'Skyrim Unlocked.esp'
url: [ 'https://github.com/Kaenguru-Knobel-Kette/skyrim-unlocked/releases/' ]
after: [ 'BetterQuestObjectives.esp' ]
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Skyrim Unlocked.esp")'
dirty:
- <<: *quickClean
crc: 0xD8C4BCD1
util: '[SSEEdit v4.0.3f](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
itm: 1
- name: 'tcbm.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9800/'
name: 'Thieves Guild Alternate Routes: Taking Care of Business Mod'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/10745/'
name: 'Thieves Guild For Good Guys: Taking Care of Business Redux'
after:
- 'BetterQuestObjectives.esp'
- 'Ordinator - Perks of Skyrim.esp'
- 'point the way.esp'
tag:
- Keywords
- Actors.AIPackages
msg:
- <<: *versionPrecedence
subs:
- 'QF_MS11_0001F7A3.pex'
- 'Thieves Guild For Good Guys'
- 'USSEP'
condition: 'active("unofficial skyrim special edition patch.esp") and file("scripts/QF_MS11_0001F7A3.pex") and checksum("scripts/QF_MS11_0001F7A3.pex", 22A14151)'
- <<: *wildEdits
subs: [ 'Remove all NPC records except 0002BA8E MallusMaccius from TCBM.esp. Remove RiftenRatwayZone [ECZN:0009FBB9] in Cell 00016BCF from TCBM.esp.' ]
condition: 'checksum("TCBM.esp", 590CFFA2) or checksum("TCBM.esp", BB5A8ADD) or checksum("TCBM.esp", 48A0029F)'
dirty:
- <<: *quickClean
crc: 0x590CFFA2
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
udr: 1
- <<: *quickClean
crc: 0xBB5A8ADD
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 1
clean:
- crc: 0x759E2463
util: 'SSEEdit v4.0.3'
- name: '(Thane of Whiterun Requires Favors|.* ThaneofWhiterun Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/61206/'
name: 'Thane of Whiterun Requires Favors'
- name: 'Thane of Whiterun Requires Favors.esp'
after: [ 'Thane of Riften Requires Favors.esp' ]
msg:
- <<: *patchProvided
subs: [ 'A Proper Thane for Winterhold' ]
condition: 'active("WinterholdHouse.esp") and not active("WinterholdHouse ThaneofWhiterun Patch.esp")'
- <<: *patchProvided
subs: [ 'Not So Fast - Main Quest' ]
condition: 'active("NotSoFast-MainQuest.esp") and not active("NotSoFast ThaneofWhiterun Patch.esp")'
clean:
- crc: 0x0D389E07
util: 'SSEEdit v4.0.4b'
- name: 'The Brotherhood of Old.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15322/' ]
after:
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("Immersive Citizens - AI Overhaul.esp") and is_master("The Brotherhood of Old.esp")) or (not is_master("Immersive Citizens - AI Overhaul.esp") and not is_master("The Brotherhood of Old.esp"))'
- name: 'SkyrimSewers.esp'
condition: '(is_master("SkyrimSewers.esp") and is_master("The Brotherhood of Old.esp")) or (not is_master("SkyrimSewers.esp") and not is_master("The Brotherhood of Old.esp"))'
msg:
- <<: *patch3rdParty
subs:
- 'Skyrim Sewers'
- '[ Brotherhood of Old and Skyrim Sewers Compatibility patch ](https://www.nexusmods.com/skyrimspecialedition/mods/17697/)'
condition: 'active("SkyrimSewers.esp") and not file("TBoO & SS Patch.esp")'
tag: [ NPC.DefaultOutfit ]
clean:
- crc: 0xABB4BCB2
util: 'SSEEdit v4.0.3'
- name: 'TheChoiceIsYours.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3850/' ]
after:
- 'BA_Sorting.esp'
- 'BA_Sorting_BCS.esp'
- 'BetterQuestObjectives.esp'
- 'BetterQuestObjectives - BCS Patch.esp'
- 'BetterQuestObjectives-BSaQBPatch.esp'
- 'BetterQuestObjectives - LOTD Patch.esp'
- 'Better Skill and Quest Books Names SE.esp'
- 'Book Covers Skyrim.esp'
- 'cutting room floor.esp'
- 'Immersive Citizens - AI Overhaul.esp'
- 'Relationship Dialogue Overhaul.esp'
- name: 'Wintersun - Faiths of Skyrim.esp'
condition: 'not file("TCIY_Wintersun_Patch.esp")'
msg:
- <<: *compatPatch
subs: [ '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)' ]
tag:
- Actors.AIPackages
- Names
- Text
clean:
- crc: 0x79651CA2
util: 'SSEEdit v4.1.5f'
- name: 'TheGemstoneProphecy.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20629/' ]
- name: 'The Heart Of Dibella( QE)? - (Quest Expansion|RS Children Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/94863/'
name: 'The Heart of Dibella - Quest Expansion'
- name: 'The Heart Of Dibella - Quest Expansion.esp'
msg:
- <<: *patchProvided
subs: [ 'RS Children Overhaul' ]
condition: 'active("RSkyrimChildren.esm") and not active("The Heart of Dibella QE - RS Children Patch.esp")'
tag: [ Text ]
clean:
- crc: 0x57B9C4F0
util: 'SSEEdit v4.0.4c'
- name: 'The Heart of Dibella QE - RS Children Patch.esp'
req: [ 'RSkyrimChildren.esm' ]
tag:
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0xD90B0FAC
util: 'SSEEdit v4.0.4c'
- name: 'The Last Dragonborn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/90798/'
name: 'The Last Dragonborn'
dirty:
- <<: *quickClean
crc: 0x678F2824
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- name: 'TheOnlyCureQuestExpansion.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/57683/'
name: 'The Only Cure - Quest Expansion'
tag: [ Factions ]
clean:
- crc: 0xFF8CEDB6
util: 'SSEEdit v4.0.4'
- name: 'the paarthurnax dilemma.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/365/' ]
clean:
- crc: 0x36F5C5BD
util: 'SSEEdit v4.0.3'
- name: 'Thieves Guild Requirements.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/33256/' ]
after: [ 'BetterQuestObjectives.esp' ]
req:
- name: 'FISS.esp'
display: '[FileAccess Interface for Skyrim SE Scripts - FISSES](https://www.nexusmods.com/skyrimspecialedition/mods/13956/)'
condition: 'file("SKSE/Plugins/FISS/TGRSettingsPreset.xml")'
msg:
- <<: *includesX
subs: [ '[Improved Shadowmarks](https://www.nexusmods.com/skyrimspecialedition/mods/17609/)' ]
condition: 'active("Improved Shadowmarks.esp")'
- <<: *includesX
subs: [ '[Sell Unusual Gems - Stones of Barenziah](https://www.nexusmods.com/skyrimspecialedition/mods/17605/)' ]
condition: 'active("Sell Stones of Barenziah.esp")'
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0x4383E5A0
util: 'SSEEdit v4.0.3'
- name: 'TimingIsEverything.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25464/' ]
after: [ 'BetterQuestObjectives.esp' ]
req:
- name: 'FISS.esp'
display: '[FileAccess Interface for Skyrim SE Scripts - FISSES](https://www.nexusmods.com/skyrimspecialedition/mods/13956/)'
condition: 'file("SKSE/Plugins/FISS/TimingIsEverythingPresets.xml")'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Timing is Everything.esp")'
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0x06689998
util: 'SSEEdit v4.0.3'
- name: '(Tools of Kagrenac|TOK_(AetheriumWeapons|CWI|EVGAT|ShalidorsMirror)_Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14168/'
name: 'The Tools of Kagrenac'
- name: 'Tools of Kagrenac.esp'
after:
- name: 'MLU.esp'
condition: '(is_master("MLU.esp") and is_master("Tools of Kagrenac.esp")) or (not is_master("MLU.esp") and not is_master("Tools of Kagrenac.esp"))'
- name: 'ZIA_Ancient Pack.esp'
condition: '(is_master("ZIA_Ancient Pack.esp") and is_master("Tools of Kagrenac.esp")) or (not is_master("ZIA_Ancient Pack.esp") and not is_master("Tools of Kagrenac.esp"))'
- name: 'ZIA_Complete Pack.esp'
condition: '(is_master("ZIA_Complete Pack.esp") and is_master("Tools of Kagrenac.esp")) or (not is_master("ZIA_Complete Pack.esp") and not is_master("Tools of Kagrenac.esp"))'
- name: 'ZKN.esp'
condition: '(is_master("ZKN.esp") and is_master("Tools of Kagrenac.esp")) or (not is_master("ZKN.esp") and not is_master("Tools of Kagrenac.esp"))'
tag:
- -C.Climate
- Sound
clean:
- crc: 0xA9406D75
util: 'SSEEdit v4.0.4c'
- name: 'TOK_AetheriumWeapons_Patch.esp'
clean:
- crc: 0x8415BC26
util: 'SSEEdit v4.0.4c'
- name: 'TOK_CWI_Patch.esp'
clean:
- crc: 0x658C758F
util: 'SSEEdit v4.0.4c'
- crc: 0x22D9DF30
util: 'SSEEdit v4.0.4c'
- name: 'TOK_EVGAT_Patch.esp'
clean:
- crc: 0xFA0EE760
util: 'SSEEdit v4.0.4c'
- name: 'TOK_ShalidorsMirror_Patch.esp'
req: [ 'Shalidor''s Mirror.esp' ]
clean:
- crc: 0xE486857B
util: 'SSEEdit v4.0.4c'
- name: 'TSR_TeldrynSerious.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5541/'
name: 'Teldryn Serious - A Teldryn Sero Backstory Quest'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Teldryn Serious Patch](https://www.nexusmods.com/skyrimspecialedition/mods/32415/)' ]
condition: 'not active("TSR_TeldrynSeriousPatch.esp")'
tag:
- Actors.ACBS
- Actors.CombatStyle
- Actors.Spells
- Actors.Stats
- Invent.Change
- NPC.Class
- NPC.Perks.Add
- Outfits.Remove
clean:
- crc: 0x7B8A7D26
util: 'SSEEdit v4.0.4c'
- name: 'Unmasking Sybille.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/109265/'
name: 'Unmasking Sybille'
dirty:
- <<: *quickClean
crc: 0x9F7FC451
util: '[SSEEdit v4.1.5b EXTREMELY EXPERIMENTAL](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'WARP.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28228/' ]
dirty:
# version: 1.21
- <<: *quickClean
crc: 0x4205EEB8
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'WheelsOfLull.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/748/' ]
inc:
- name: 'WoLStartAt40.esp'
condition: 'version("WheelsOfLull.esp", >=, "5.1.0")'
msg:
- <<: *patchIncluded
subs: [ 'Airship - Dev Aveza' ]
condition: 'active("DA_Skyship.esm") and not active("WheelsofLull-Skyship.esp")'
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0x601BABC8
util: 'SSEEdit v4.1.5g'
- name: 'High Poly NPCs - WheelsOfLull.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/748/' ]
msg:
- <<: *obsolete
subs: [ '[High Poly NPCs - Wheels of Lull](https://www.nexusmods.com/skyrimspecialedition/mods/748/)' ]
condition: 'version("WheelsOfLull.esp", >=, "5.1.0") and not version("High Poly NPCs - WheelsOfLull.esp", >=, "5.1.0")'
- name: 'ww_AlternateDBEnding.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46871/'
name: 'Your Choices Matter - A Dark Brotherhood Expansion SSE'
after:
- 'BetterQuestObjectives.esp'
- 'BetterQuestObjectives-DBForevertoMisc.esp'
- 'Save the Dark Brotherhood!.esp'
- 'SaveTheBrotherhood.esp'
- 'The Brotherhood of Old.esp'
req:
- *SKSE
- *SKSEVR
msg:
- <<: *compatIssuesWithX
subs: [ 'Dark Brotherhood for Good Guys - goodbrother.esp' ]
condition: 'active("goodbrother.esp")'
- <<: *compatIssuesWithX
subs: [ 'Dark Brotherhood For People on the Go - DB_OnTheGo.esp' ]
condition: 'active("DB_OnTheGo.esp")'
- <<: *compatIssuesWithX
subs: [ 'Shezarrine: The Fate of Tamriel - Shezarrine.esp' ]
condition: 'active("Shezarrine.esp")'
- <<: *compatIssuesWithX
subs: [ 'Shut Up Night Mother - Sid_DBNM.esp' ]
condition: 'active("Sid_DBNM.esp")'
- <<: *compatIssuesWithX
subs: [ 'Veezara Alive - Veezara.esp' ]
condition: 'active("Veezara.esp")'
- <<: *patch3rdParty
subs:
- 'Even Better Quest Objectives'
- '[A Selection of EBQO Patches](https://www.nexusmods.com/skyrimspecialedition/mods/47430/)'
condition: 'active("BetterQuestObjectives.esp") and not active("YCM_ADBEM and EBQO Patch.esp")'
- <<: *patchProvided
type: warn
subs: [ 'Save the Dark Brotherhood' ]
condition: 'active("SaveTheBrotherhood.esp") and not active("ww_AlternateDBEnding_SaveTheDBPatch.esp")'
- <<: *requiresMCM
type: say
dirty:
- <<: *quickClean
crc: 0xABAA34BC
util: '[SSEEdit v4.0.3f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
###### Gameplay - Skills & Perks ######
- name: 'Adamant.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30191/' ]
after:
- name: 'SPERG-SSE.esp'
condition: 'file("Vokriinator( Black)?\.esp")'
tag:
- EffectStats
- EnchantmentStats
- -Invent.Add
- -Invent.Remove
- Keywords
- SpellStats
- Text
clean:
- crc: 0x125E4A0C
util: 'SSEEdit v4.0.3'
- name: 'Attraction.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58055/' ]
tag: [ Text ]
clean:
- crc: 0x44285EF4
util: 'SSEEdit v4.0.4b'
- name: 'Elemental Destruction.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/440/' ]
msg:
- <<: *patch3rdParty
subs:
- 'Ordinator - Perks of Skyrim'
- '[Elemental Destruction - Ordinator Patch](https://www.nexusmods.com/skyrimspecialedition/mods/3536/)'
condition: 'active("Ordinator - Perks of Skyrim.esp") and not active("Elemental Destruction - Ordinator Patch.esp")'
dirty:
- <<: *quickClean
crc: 0xA52F627E
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
udr: 1
- name: 'EnchantingAwakened.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18558/' ]
msg: [ *patchUnavailableRequiem ]
- name: 'Growl - Werebeasts of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31245/' ]
after:
# OMEGA Version of Morrowloot Ultimate
- 'MLU.esp'
- 'Mortal Enemies.esp'
- 'Mortal Enemies - No RunWalk Changes.esp'
- 'Mortal Enemies - Rival Remix.esp'
- 'Mortal Enemies - Rival Remix - NoRunWalkChanges.esp'
- 'Mortal Enemies - 2.0 Test Version.esp'
- 'Tainted_Blood.esp'
inc:
- 'Curse of the Dragonborn.esp'
- 'Moonlight Tales Special Edition.esp'
- 'Real Feeding V3.esp'
- name: 'Tainted_Blood.esp'
condition: 'not file("Tainted_Blood_Growl_Compatibility_Patch.esp")'
req: [ *VR_PerkExtender ]
tag:
- EffectStats
- Graphics
- Keywords
- Names
- Sound
- SpellStats
- Text
msg:
- <<: *versionPrecedence
subs:
- 'PlayerWerewolfChangeScript.pex'
- 'RaceCompatibility'
- 'Growl - Werebeasts of Skyrim'
condition: 'file("RaceCompatibility.esm") and file("Scripts/PlayerWerewolfChangeScript.pex")'
- <<: *compatIssuesWithX
subs: [ '[Mark of Arkay - Death Alternative](https://www.nexusmods.com/skyrimspecialedition/mods/11540/)' ]
condition: 'active("mrt_MarkofArkay SE.esp")'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/1519' ]
- *includesMBBF
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - Growl](https://www.nexusmods.com/skyrimspecialedition/mods/72577/)'
condition: 'active("Requiem.esp") and not active("Requiem - Growl.esp")'
- <<: *patch3rdParty
subs:
- 'Mortal Enemies'
- '[Growl - Mortal Enemies Patch](https://www.nexusmods.com/skyrimspecialedition/mods/31270/)'
condition: 'active("Mortal Enemies( - No RunWalk Changes| - Rival Remix( - NoRunWalkChanges)?| - 2.0 Test Version)?\.esp") and not file("Growl-MortalEnemies Patch.esp")'
clean:
- crc: 0x041CC3FF
util: 'SSEEdit v4.0.3'
- name: 'Ish''s Souls to Perks.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1955/' ]
dirty:
- <<: *quickClean
crc: 0x801BF769
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: '(HandtoHand(Armor|Locksmith)?|H2HBooksAndTrainers)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/59790/'
name: 'Hand to Hand - An Adamant Addon'
- name: 'HandtoHand.esp'
tag:
- Names
- Text
- name: 'HandtoHandArmor.esp'
tag: [ Text ]
- name: 'HandToHandLocksmith.esp'
tag: [ Text ]
- name: 'H2HBooksAndTrainers.esp'
tag:
- Actors.Factions
- Actors.Stats
- Invent.Add
- Invent.Remove
- Keywords
- NPC.Class
- Stats
- name: 'Lock_Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14927/' ]
# Checksum for Ordinator version is volatile, see git log for full explanation of after & requiremnt
after: [ 'Ordinator - Perks of Skyrim.esp' ]
req:
- name: 'Ordinator - Perks of Skyrim.esp'
condition: 'checksum("Lock_Overhaul.esp", CD2D19F5)'
msg:
- *requiresMCM
- *requiresMCMVR
- <<: *useVersion
type: warn
subs: [ 'Ordinator - Perks of Skyrim' ]
condition: 'active("Ordinator - Perks of Skyrim.esp") and checksum("Lock_Overhaul.esp", B7986707)'
clean:
- crc: 0xB7986707
util: 'SSEEdit v4.0.3g'
- crc: 0xCD2D19F5
util: 'SSEEdit v4.0.3g'
- name: 'LupineWerewolfPerkExpansion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16561/' ]
tag:
- Actors.DeathItem
- Names
- Text
dirty:
- <<: *quickClean
crc: 0x031E3B09
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 41
- name: 'Manbeast.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44746/'
name: 'Manbeast - A Werewolf Overhaul'
tag:
- Actors.Factions
- Actors.Stats
- Text
- name: 'Moonlight Tales Special Edition.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2803/' ]
clean:
# version: 1.35
- crc: 0x0ED20DC7
util: 'SSEEdit v4.0.2f'
- name: 'MultipleEnchantments.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2694/' ]
msg:
- <<: *patch3rdParty
subs:
- 'Ordinator - Perks of Skyrim'
- '[Multiple Enchantments - Ordinator Patch](https://www.nexusmods.com/skyrimspecialedition/mods/5267/)'
condition: 'active("Ordinator - Perks of Skyrim.esp") and not active("Multiple Enchantments - Ordinator Patch.esp")'
- name: 'Ordinator - Perks of Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1137/'
name: 'Ordinator - Perks of Skyrim (Nexus Mods)'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/2980036/'
name: 'Ordinator - Perks of Skyrim (Bethesda.net Mods)'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63384/'
name: 'Vokrus - Vokrii Expanded'
group: *perksGroup
after:
- name: 'PathOfSorcery.esp'
condition: 'file("Path to Ordinance.esp") or file("Vokriinator( Black)?\.esp")'
- 'Phenderix Magic Evolved.esp'
- 'Phenderix Magic World.esp'
- 'SAFO.esp'
- 'Undeath.esp'
- name: 'Vokrii - Minimalistic Perks of Skyrim.esp'
condition: 'file("Vokriinator( Black)?\.esp")'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
req: [ *VR_PerkExtender ]
inc:
- 'PerkusMaximus_CombatPlus.esp'
- 'PerkusMaximus_Mage.esp'
- 'PerkusMaximus_Master.esp'
- 'PerkusMaximus_Thief.esp'
- 'PerkusMaximus_Warrior.esp'
- 'ScopedBows_EagleEyeTweak.esp'
msg:
- <<: *alsoUseX
type: warn
subs: [ '[Bug Fixes SSE](https://www.nexusmods.com/skyrimspecialedition/mods/33261/)' ]
condition: 'not file("SKSE/Plugins/BugFixesSSE.dll")'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/22/' ]
- *includesMBBF
- <<: *patch3rdParty
subs:
- 'Smithing Perks Overhaul'
- '[ kryptopyr''s Patch Hub ](https://www.nexusmods.com/skyrimspecialedition/mods/19518) or [ Smithing Perks Overhaul and Ordinator Mashup ](https://www.nexusmods.com/skyrimspecialedition/mods/20605/)'
condition: 'active("Smithing Perks Overhaul SE.esp") and not active("SPO_Ordinator_Patch.esp") and not active("SPO_Ordinated.esp")'
- <<: *patchProvided
subs: [ 'Odin - Skyrim Magic Overhaul' ]
condition: 'active("Odin - Skyrim Magic Overhaul.esp") and not active("Odin - Ordinator Compatibility Patch.esp")'
tag:
- EffectStats
- name: -EffectStats
condition: 'active("Vokrus - Vokrii Expanded.esp")'
- Graphics
- name: -Graphics
condition: 'active("Vokrus - Vokrii Expanded.esp")'
- Keywords
- Names
- name: -Names
condition: 'active("Vokrus - Vokrii Expanded.esp")'
- Sound
- SpellStats
- Text
- name: -Text
condition: 'active("Vokrus - Vokrii Expanded.esp")'
clean:
- crc: 0x42352CAE
util: 'SSEEdit v4.0.3'
# Vokrus Replacer
- crc: 0x400B4613
util: 'SSEEdit v4.0.4c'
- name: 'Ordinator - More Enchanting Ranks.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9275/' ]
req: [ 'Ordinator - Perks of Skyrim.esp' ]
- name: 'PathOfSorcery.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6660/' ]
group: *perksGroup
after:
- 'Adamant.esp'
- name: 'Ordinator - Perks of Skyrim.esp'
condition: 'not file("Path to Ordinance.esp") and not file("Vokriinator( Black)?\.esp")'
- 'SPERG-SSE.esp'
- name: 'Vokrii - Minimalistic Perks of Skyrim.esp'
condition: 'not file("Vokriinator( Black)?\.esp")'
tag:
- Actors.Spells
- Keywords
- Names
- Text
dirty:
- <<: *quickClean
crc: 0x6F45DD3D
util: '[SSEEdit v4.0.3f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Path to Ordinance.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/37296/' ]
tag:
- Names
- Text
msg:
- <<: *includesX
subs: [ '[Path of Sorcery Synergy Fix](https://www.nexusmods.com/skyrimspecialedition/mods/41142/)' ]
condition: 'active("PoSUnofficialFix.esp")'
- name: 'Perks of Valhala - Block Only.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/95559/' ]
group: *perksGroup
tag:
- Graphics
- Names
- SpellStats
- Text
clean:
- crc: 0xFA663F7B
util: 'SSEEdit v4.1.5d'
- name: 'Piercing Shot Perk - Bullseye perk replacer.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2698/' ]
msg:
- <<: *wildEdits
subs: [ 'Remove the Navigation Mesh Info Map record 00012FB4 from Piercing Shot Perk - Bullseye perk replacer.esp with [SSEEdit](https://www.nexusmods.com/skyrimspecialedition/mods/164)' ]
condition: 'checksum("Piercing Shot Perk - Bullseye perk replacer.esp", 01D2BE9A) or checksum("Piercing Shot Perk - Bullseye perk replacer.esp", 69200C44)'
- name: 'Sacrilege - Minimalistic Vampires of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/42408/' ]
group: *vampireGameplayGroup
inc:
- 'Better Vampires.esp'
- 'Sacrosanct - Vampires of Skyrim.esp'
req: [ *VR_PerkExtender ]
tag:
- EffectStats
- Graphics
- Keywords
- Names
- Sound
- SpellStats
- Text
msg:
- *includesMBBF
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - Sacrilege](https://www.nexusmods.com/skyrimspecialedition/mods/72578/)'
condition: 'active("Requiem.esp") and not active("Requiem - Sacrilege.esp") and version("Requiem.esp", <, "6.0.0")'
- <<: *patchUnavailableRequiem
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "6.0.0")'
clean:
- crc: 0x96E2166B
util: 'SSEEdit v4.0.3f'
- name: 'Sacrosanct - Vampires of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3928/' ]
group: *vampireGameplayGroup
inc:
- 'mslVampiricThirst.esp'
- 'SanguinairVampirism.esp'
- 'VampireLordPerksExpanded.esp'
after: [ 'RaceCompatibilityUSKPOverride.esp' ]
req: [ *VR_PerkExtender ]
tag:
- EffectStats
- Graphics
- Keywords
- Names
- Sound
- SpellStats
- Text
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/54' ]
- *includesMBBF
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - Sacrosanct Patch](https://www.nexusmods.com/skyrimspecialedition/mods/62406/)'
condition: 'active("Requiem.esp") and not active("Requiem - Sacrosanct Patch.esp") and version("Requiem.esp", <, "6.0.0")'
- <<: *patchUnavailableRequiem
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "6.0.0")'
clean:
- crc: 0x9570442B
util: 'SSEEdit v4.0.3'
- name: 'Scion.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41639/'
name: 'Scion - A Vampire Overhaul'
tag:
- SpellStats
- Text
- name: 'Simple Skill Books.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27186/' ]
clean:
- crc: 0xE2334E08
util: 'SSEEdit v4.0.3'
- name: 'Smithing Perks Overhaul SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19246/' ]
after: [ 'Complete Crafting Overhaul_Remastered.esp' ]
inc:
- 'PathOfMight.esp'
- 'PerkusMaximus_Warrior.esp'
tag:
- Names
- Text
clean:
- crc: 0xC0A33704
util: 'SSEEdit v4.0.3f'
- crc: 0xBB63CBFF
util: 'SSEEdit v4.0.3f'
- name: 'SPERG-SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14180/' ]
after:
- name: 'MysticismMagic.esp'
condition: 'file("Vokriinator( Black)?\.esp")'
- name: 'stealth skills rebalanced.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/52768/'
name: 'Stealth Skills Rebalanced'
req:
- *SKSE
- *SKSEVR
msg:
- <<: *useVersion
subs: [ 'Weapons Armor Clothing and Clutter Fixes' ]
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and checksum("stealth skills rebalanced.esp", 9380D88F)'
tag:
- EffectStats
- Enchantments
- EnchantmentStats
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- Names
- ObjectBounds
- SpellStats
- Stats
- Text
clean:
- crc: 0x9380D88F
util: 'SSEEdit v4.0.4c'
- crc: 0x9EF247B0
util: 'SSEEdit v4.0.4c'
- name: 'Vampiric Thirst Redone.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/13549/'
name: 'Vampiric Thirst Redone SSE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17610/'
name: 'The ACTUAL Vampiric Thirst for SSE'
group: *vampireGameplayGroup
- name: 'mslVampiricThirst.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17610/'
name: 'The ACTUAL Vampiric Thirst for SSE'
group: *vampireGameplayGroup
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Vampiric Thirst.esp")'
- name: 'Vokrii - Minimalistic Perks of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26176/' ]
group: *perksGroup
after:
- name: 'Ordinator - Perks of Skyrim.esp'
condition: 'file("Vokrus - Vokrii Expanded.esp")'
- name: 'PathOfSorcery.esp'
condition: 'file("Vokriinator( Black)?\.esp")'
inc:
- 'PerkusMaximus_CombatPlus.esp'
- 'PerkusMaximus_Mage.esp'
- 'PerkusMaximus_Master.esp'
- 'PerkusMaximus_Thief.esp'
- 'PerkusMaximus_Warrior.esp'
tag:
- Delev
- EffectStats
- Graphics
- Keywords
- Names
- Relev
- Sound
- SpellStats
- Text
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/1174/' ]
- <<: *compatPatch
subs: [ '[Umgak''s Vokrii Compatibility Patch Compendium](https://www.nexusmods.com/skyrimspecialedition/mods/26278/)' ]
condition: 'not file("Vokrii - (ABT Ammo Recovery|AOS|Bruma|DawnguardArsenal - WACCF|DawnguardArsenal|EDM \+ SSP|Elemental Destruction Magic|Enchanting Adjustments|HOR Creatures|HOR Plants|PoisonMastery|Shadow Spell Package|Skyrim Alchemy Fixed|Tomebound|Trade & Barter|WACCF) Patch\.esp")'
- *includesMBBF
- <<: *patchProvided
subs: [ 'Mysticism - A Magic Overhaul' ]
condition: 'active("MysticismMagic.esp") and not active("Mysticism - Vokrii Compatibility Patch.esp")'
- <<: *patchProvided
subs: [ 'Odin - Skyrim Magic Overhaul' ]
condition: 'active("Odin - Skyrim Magic Overhaul.esp") and not active("Odin - Vokrii Compatibility Patch.esp")'
clean:
- crc: 0x1AE0B575
util: 'SSEEdit v4.0.3'
- name: 'Vokriinator( Black)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26702/' ]
group: *perksGroup
inc: [ 'Path to Ordinance.esp' ]
tag:
- Names
- Text
- name: 'Vokriinator.esp'
msg:
- <<: *alreadyInX
subs: [ '**Vokriinator Black.esp**' ]
condition: 'active("Vokriinator Black.esp")'
clean:
- crc: 0xF5D3D16D
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Vokriinator Black.esp'
tag:
- Graphics
- Keywords
- SpellStats
dirty:
- <<: *quickClean
crc: 0x659969CD
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'Vokrus - Vokrii Expanded.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63384/'
name: 'Vokrus - Vokrii Expanded'
inc:
- 'Path to Ordinance.esp'
- 'Vokriinator.esp'
- 'Vokriinator Black.esp'
dirty:
- <<: *quickClean
crc: 0xDB569E4F
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'WerewolfPerksExpanded.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1285/' ]
after: [ 'Requiem.esp' ]
###### Gameplay - User Interface ######
- name: 'Better descriptions SSE.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7134/' ]
- name: 'Better descriptions SSE.esp'
tag:
- Names
- Text
clean:
- crc: 0x2F15202C
util: 'SSEEdit v4.0.3g'
- name: 'Better Descriptions SSE - (Barrels & Urns|Bounty Notes|Chests|Coin Purses|Dead Bodies|Display Cases|Doors|Furniture|Horses - (Cities Names|Colours)|Map Markers|Misc Books|Quest Books|Shrines|Skillbooks|Spell tomes|Spell tomes for Apocalypse|Thrones|Book Covers Skyrim( \+ Lost Library)? patch)\.esp'
tag: [ Names ]
- name: 'Better Descriptions SSE - (Bounty Notes|Map Markers|Misc Books|Quest Books|Shrines|Skillbooks|Standing Stones|YOT Patch)\.esp'
tag: [ Text ]
- name: 'Better Descriptions SSE - Standing Stones.esp'
inc:
- 'Andromeda - Unique Standing Stones of Skyrim.esp'
- 'Aurora - Standing Stones of Skyrim.esp'
- name: 'Better descriptions SSE - (Book Covers Skyrim|Book Covers Skyrim \+ Lost Library|YOT) patch\.esp'
req: [ 'Better descriptions SSE.esp' ]
- name: 'Better Descriptions SSE - YOT Patch.esp'
req: [ 'YOT - Your Own Thoughts.esp' ]
- name: 'Disease Descriptions( - RND Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/26992/'
name: 'Disease Descriptions for the Immersive Adventurer'
tag:
- Names
- Text
- name: 'Disease Descriptions.esp'
msg:
- <<: *patchIncluded
type: warn
subs: [ 'Realistic Needs and Diseases' ]
condition: 'active("RealisticNeedsandDiseases.esp") and not active("Disease Descriptions - RND Patch.esp")'
clean:
- crc: 0xFCFA119B
util: 'SSEEdit v4.0.4b'
- crc: 0xC60FECE5
util: 'SSEEdit v4.0.4b'
- name: 'Dragon Wall Wisdom.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17591/'
name: 'Dragon Wall Wisdom - Readable Dragon Walls'
dirty:
- <<: *quickClean
crc: 0x10928766
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'QuickLootEE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/69980/'
name: 'QuickLoot EE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/120075/'
name: 'QuickLootIE'
msg:
- <<: *patchUpdateAvailable
subs: [ '[QuickLootIE](https://www.nexusmods.com/skyrimspecialedition/mods/120075/) **OR** [1.6.1170 Support (DLL Only) - Fixed](https://github.com/WaterFace/QuickLootEE/releases/latest)' ]
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", >, "1.5.97.0") and not version("SKSE/Plugins/QuickLootEE.dll", >=, "1.2.0.0") and not file("SKSE/Plugins/QuickLootEE-NG.dll")'
- *requiresMCM
- *requiresMCMVR
- <<: *useOnlyOneX
subs: [ 'QuickLoot DLL' ]
condition: 'many("SKSE/Plugins/QuickLootEE(-NG)?\.dll")'
- <<: *versionXIncY
subs:
- 'QuickLoot EE'
- 'Skyrim'
condition: 'readable("../SkyrimSE.exe") and product_version("../SkyrimSE.exe", >, "1.5.97.0") and not version("SKSE/Plugins/QuickLootEE.dll", >=, "1.2.0.0") and not file("SKSE/Plugins/QuickLootEE-NG.dll")'
clean:
- crc: 0x0F6F63D9
util: 'SSEEdit v4.1.5g'
- name: 'tdgsseActivateToInteract.esl'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35492/' ]
msg:
- <<: *useBashTweakInstead
subs: [ 'Tweak Settings -> Prompt: Activate' ]
- name: 'TESL-LS-.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40919/'
name: 'TESL Loading Screens - Tweaks and Addons'
- name: 'TESL-LS-AddonMain.esp'
msg:
- <<: *patchIncluded
subs: [ 'Apocalypse' ]
condition: 'active("Apocalypse - Magic of Skyrim.esp") and not active("TESL-LS-AddonApocalypse.esp")'
- <<: *patchIncluded
subs: [ 'Imperious' ]
condition: 'active("Imperious - Races of Skyrim.esp") and not active("TESL-LS-AddonImperious.esp")'
- <<: *patchIncluded
subs: [ 'Sacrosanct' ]
condition: 'active("Sacrosanct - Vampires of Skyrim.esp") and not active("TESL-LS-AddonSacrosanct.esp")'
- <<: *patchIncluded
subs: [ 'Thunderchild' ]
condition: 'active("Thunderchild - Epic Shout Package.esp") and not active("TESL-LS-AddonThunderchild.esp")'
clean:
- crc: 0x09BB88B3
util: 'SSEEdit v4.0.3'
- crc: 0x45B51807
util: 'SSEEdit v4.0.3'
- crc: 0xF84D6866
util: 'SSEEdit v4.0.3'
- name: 'TESL-LS-VanillaLSRemover.esp'
group: *lateLoadersGroup
- name: 'Unique Region Names.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/56452/' ]
msg:
- <<: *patchProvided
subs: [ 'Realistic Water Two SE' ]
condition: 'active("RealisticWaterTwo.esp") and not active("cutting room floor.esp") and not active("MissingEZs_AllExteriors.esp") and not active("RealisticWaterTwo - Unique Region Names.esp") and not active("RealisticWaterTwo - Unique Region Names - (Cutting Room Floor|MissingEZs_AllExteriors)\.esp")'
- <<: *patchProvided
subs: [ 'Realistic Water Two SE and Cutting Room Floor SSE' ]
condition: 'active("RealisticWaterTwo.esp") and active("cutting room floor.esp") and not active("RealisticWaterTwo - Unique Region Names - Cutting Room Floor.esp")'
- <<: *patchProvided
subs: [ 'Realistic Water Two SE and Missing Encounter Zones FIXED' ]
condition: 'active("RealisticWaterTwo.esp") and active("MissingEZs_AllExteriors.esp") and not active("RealisticWaterTwo - Unique Region Names - MissingEZs_AllExteriors.esp")'
- name: 'RealisticWaterTwo - Unique Region Names.esp'
msg:
- <<: *alreadyInX
subs: [ 'RealisticWaterTwo - Unique Region Names - Cutting Room Floor.esp' ]
condition: 'active("RealisticWaterTwo - Unique Region Names - Cutting Room Floor.esp")'
- <<: *alreadyInX
subs: [ 'RealisticWaterTwo - Unique Region Names - MissingEZs_AllExteriors.esp' ]
condition: 'active("RealisticWaterTwo - Unique Region Names - MissingEZs_AllExteriors.esp")'
- name: 'ValdacilsItemSorting.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5224/' ]
- name: 'Yot -.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/762/'
name: 'YOT - Your Own Thoughts SE'
tag: [ Text ]
- name: 'YOT - Your Own Thoughts.esp'
clean:
# AE
- crc: 0x2D1BF884
util: 'SSEEdit v4.1.5f'
# SE
- crc: 0x63C713B2
util: 'SSEEdit v4.0.3h (Hotfix 1)'
# SE, Alt. Game Mechanics Vanilla
- crc: 0x5518CDFF
util: 'SSEEdit v4.0.3h (Hotfix 1)'
###### Gameplay - User Interface - Map markers ######
- name: 'Atlas (Legendary( OCS)?|Compass Tweaks)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/14493/'
name: 'Atlas Map Markers'
- name: 'Atlas Legendary( OCS)?\.esp'
after:
- 'Complete Alchemy & Cooking Overhaul.esp'
- 'MLU.esp'
- name: 'Atlas (Legendary|Compass Tweaks)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20466/'
name: 'Atlas Map Markers DV'
- name: 'Atlas Legendary.esp'
group: *mapMarkersGroup
inc: [ 'open cities skyrim.esp' ]
clean:
- crc: 0xF9673261
util: 'SSEEdit v4.0.4b'
- crc: 0xE1DB000E
util: 'SSEEdit v4.0.4'
- name: 'Atlas Legendary OCS.esp'
req: [ 'open cities skyrim.esp' ]
- name: 'Atlas Compass Tweaks.esp'
clean:
- crc: 0x73556E7A
util: 'SSEEdit v4.0.4b'
- crc: 0x3259520C
util: 'SSEEdit v4.0.4'
- name: 'atlas map markers.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/24104/'
name: 'Atlas Map Markers SE - Updated with MCM'
group: *mapMarkersGroup
inc:
- name: 'open cities skyrim.esp'
condition: 'not active("opencitiesskyrim_atlasmapmarkers_patch.esp")'
msg:
- <<: *patch3rdParty
subs:
- 'Open Cities Skyrim'
- '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)'
condition: 'active("open cities skyrim.esp") and not active("opencitiesskyrim_atlasmapmarkers_patch.esp")'
- name: 'dawnguard map markers.esp'
url: [ 'https://www.afkmods.com/index.php?/files/file/1896-dawnguard-map-markers/' ]
group: *mapMarkersGroup
clean:
- crc: 0xAA2F3309
util: 'SSEEdit v4.0.3'
###### Gameplay - User Interface - Maps ######
- name: 'A Clear Map of Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56367/'
name: 'A Clear Map of Skyrim and Other Worlds'
group: *paperMapsGroup
inc:
- 'EzEWorldMapSE.esp'
- 'FWMF for Fantasy Paper Maps.esp'
- 'FWMF for Paper Map by Mirhayasu.esp'
- 'FWMF Geology Survey Map.esp'
- 'FWMF Marked Clean Map.esp'
- 'FWMF Marked Old Map.esp'
- 'FWMF SE Marked Clean Map 4K.esp'
- 'FWMF SE Marked Old Map 4K.esp'
- 'FWMF SE Unmarked Clean Map 4K.esp'
- 'FWMF SE Unmarked Old Map 4K.esp'
- 'FWMF Skyrim and Solstheim Satellite Maps.esp'
- 'FWMF Unmarked Clean Map.esp'
- 'FWMF Unmarked Old Map.esp'
- 'IcePenguinWorldMapclassic.esp'
- 'IcePenguinWorldMapPaper.esp'
- 'Paper World Map.esp'
clean:
- crc: 0x473003D7
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'ACMOS - (Beyond Reach|Bruma|Falskaar|Midwood Isle|Vominheim|Wyrmstooth|WTT Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56367/'
name: 'A Clear Map of Skyrim and Other Worlds'
- name: 'ACMOS - Beyond Reach.esp'
clean:
- crc: 0xB3CB2350
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'ACMOS - Bruma.esp'
clean:
- crc: 0x46FD64E6
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'ACMOS - Falskaar.esp'
clean:
- crc: 0xDF55A674
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'ACMOS - Midwood Isle.esp'
clean:
- crc: 0xF91F2DE8
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'ACMOS - Vominheim.esp'
clean:
- crc: 0xD33C7D75
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'ACMOS - Wyrmstooth.esp'
clean:
- crc: 0xC9FF4FB9
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'City Paper Maps for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/160067/'
name: 'AIO City Paper Maps for FWMF'
group: *paperMapsGroup
- name: 'EzEWorldMapSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7012/' ]
group: *worldSettingsGroup
- name: 'FWMF (for Fantasy Paper Maps|for Paper Map by Mirhayasu|Geology Survey Map|Skyrim and Solstheim Satellite Maps|(SE )?(Un)?Marked (Clean|Old) Map( 4K)?|Skygerfall)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29932/'
name: 'Flat World Map Framework'
group: *paperMapsGroup
- name: 'Lux patch for FWMF.esp'
after:
- 'FWMF for Fantasy Paper Maps.esp'
- 'FWMF for Paper Map by Mirhayasu.esp'
- 'FWMF Geology Survey Map.esp'
- 'FWMF Marked Clean Map.esp'
- 'FWMF Marked Old Map.esp'
- 'FWMF SE Marked Clean Map 4K.esp'
- 'FWMF SE Marked Old Map 4K.esp'
- 'FWMF SE Unmarked Clean Map 4K.esp'
- 'FWMF SE Unmarked Old Map 4K.esp'
- 'FWMF Skyrim and Solstheim Satellite Maps.esp'
- 'FWMF Unmarked Clean Map.esp'
- 'FWMF Unmarked Old Map.esp'
inc: [ 'Lux - Flat Maps generic patch.esp' ]
- name: 'Water for ENB - Patch - FWMF for Fantasy Paper Maps.esp'
after: [ 'FWMF for Fantasy Paper Maps.esp' ]
- name: 'Water for ENB - Patch - FWMF for Satellite Maps.esp'
after: [ 'FWMF Skyrim and Solstheim Satellite Maps.esp' ]
- name: 'Water for ENB - Patch - FWMF Geology Survey.esp'
after: [ 'FWMF Geology Survey Map.esp' ]
- name: 'Water for ENB - Patch - FWMF Marked Clean.esp'
after: [ 'FWMF Marked Clean Map.esp' ]
- name: 'Water for ENB - Patch - FWMF Marked Clean Map 4K.esp'
after: [ 'FWMF SE Marked Clean Map 4K.esp' ]
- name: 'Water for ENB - Patch - FWMF Marked Old.esp'
after: [ 'FWMF Marked Old Map.esp' ]
- name: 'Water for ENB - Patch - FWMF Marked Old Map 4K.esp'
after: [ 'FWMF SE Marked Old Map 4K.esp' ]
- name: 'Water for ENB - Patch - FWMF Paper Map by Mirhayasu.esp'
after: [ 'FWMF for Paper Map by Mirhayasu.esp' ]
- name: 'Water for ENB - Patch - FWMF Unmarked Clean.esp'
after: [ 'FWMF Unmarked Clean Map.esp' ]
- name: 'Water for ENB - Patch - FWMF Unmarked Clean Map 4K.esp'
after: [ 'FWMF SE Unmarked Clean Map 4K.esp' ]
- name: 'Water for ENB - Patch - FWMF Unmarked Old.esp'
after: [ 'FWMF Unmarked Old Map.esp' ]
- name: 'Water for ENB - Patch - FWMF Unmarked Old Map 4K.esp'
after: [ 'FWMF SE Unmarked Old Map 4K.esp' ]
# Standalone Skyrim Maps #
- name: '(Apocrypha|Blackreach|Dayspring Canyon|Deepwood Vale|Forgotten Vale|Markarth|Skuldafn|Skyrim|Solstheim|Soul Cairn|Sovngarde)( Paper)? Map( by (FreelanceCartography|Geevee))? for FWMF( by Limon)?\.esp'
group: *paperMapsGroup
after:
- 'FWMF for Fantasy Paper Maps.esp'
- 'FWMF for Paper Map by Mirhayasu.esp'
- 'FWMF Geology Survey Map.esp'
- 'FWMF Marked Clean Map.esp'
- 'FWMF Marked Old Map.esp'
- 'FWMF SE Marked Clean Map 4K.esp'
- 'FWMF SE Marked Old Map 4K.esp'
- 'FWMF SE Unmarked Clean Map 4K.esp'
- 'FWMF SE Unmarked Old Map 4K.esp'
- 'FWMF Skyrim and Solstheim Satellite Maps.esp'
- 'FWMF Unmarked Clean Map.esp'
- 'FWMF Unmarked Old Map.esp'
- name: 'Apocrypha Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/92774/'
name: 'Apocrypha Paper Map for FWMF'
- name: 'Blackreach Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/53878/'
name: 'Blackreach Paper Map for FWMF'
- name: 'Dayspring Canyon Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/61917/'
name: 'Dayspring Canyon Paper Map for FWMF'
- name: 'Deepwood Vale Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/75155/'
name: 'Deepwood Vale Paper Map for FWMF'
- name: 'Forgotten Vale Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/54628/'
name: 'Forgotten Vale Paper Map for FWMF'
- name: 'Markarth Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/62386/'
name: 'Markarth Paper Map by Mirhayasu for FWMF'
- name: 'Skuldafn Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/73489/'
name: 'Skuldafn Paper Map for FWMF'
- name: 'Skuldafn Paper Map for FWMF by Limon.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/123990/'
name: 'Skuldafn Paper Map for FWMF by Limon'
- name: 'Skyrim Paper Map by FreelanceCartography for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/78995/'
name: 'Skyrim Paper Map by FreelanceCartography for FWMF'
- name: 'Solstheim Map by Geevee for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63086/'
name: 'Skyrim and Solstheim Paper Maps by Geevee for FWMF'
- name: 'Soul Cairn Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/55387/'
name: 'Soul Cairn Paper Map for FWMF'
- name: 'Sovngarde Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/54255/'
name: 'Sovngarde Paper Map for FWMF'
# Standalone Add-On Maps #
- name: '(FWMF_(Akavir|Darkend)|(Beyond Bruma|Darkend|ECSS Shivering Isles|Falskaar|GCoN|Midwood Isle|Sea of Causality|Solstheim|Vigilant|Wyrmstooth)( Paper)?( Map)?( by (Duncan|Mirhayasu))? for FWMF( by Limon)?)\.esp'
group: *paperMapsGroup
after:
- 'FWMF for Fantasy Paper Maps.esp'
- 'FWMF for Paper Map by Mirhayasu.esp'
- 'FWMF Geology Survey Map.esp'
- 'FWMF Marked Clean Map.esp'
- 'FWMF Marked Old Map.esp'
- 'FWMF SE Marked Clean Map 4K.esp'
- 'FWMF SE Marked Old Map 4K.esp'
- 'FWMF SE Unmarked Clean Map 4K.esp'
- 'FWMF SE Unmarked Old Map 4K.esp'
- 'FWMF Skyrim and Solstheim Satellite Maps.esp'
- 'FWMF Unmarked Clean Map.esp'
- 'FWMF Unmarked Old Map.esp'
- name: 'Beyond Bruma by Mirhayasu for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64037/'
name: 'Beyond Skyrim Bruma Paper Map by Mirhayasu for FWMF'
- name: '(Beyond Bruma|Falskaar|GCoN|Solstheim|Wyrmstooth)( Map)?( by Duncan)? for FWMF\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/55025/'
name: 'Duncan''s Paper Maps for FWMF'
- name: '(Darkend|Vigilant) Paper Map for FWMF\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/84112/'
name: 'Updates to various maps for FWMF'
- name: 'ECSS Shivering Isles Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/88709/'
name: 'Extended Cut - Saints and Seducers Paper Map for FWMF'
- name: 'FWMF_Akavir.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/87874/'
name: 'Paper Akavir Map for FWMF'
- name: 'FWMF_Darkend.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60691/'
name: 'Paper Darkend Map for FWMF'
msg:
- <<: *alreadyInX
subs: [ '**Darkend Paper Map for FWMF.esp**' ]
condition: 'active("Darkend Paper Map for FWMF.esp")'
- name: 'FWMF Skygerfall.esp'
inc: [ 'DaggerfallPaperMap.esp' ]
- name: 'Midwood Isle Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66187/'
name: 'Midwood Isle Paper Map for FWMF'
- name: 'Sea of Causality Paper Map for FWMF by Limon.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/146754/'
name: 'DAc0da Paper Map for FWMF by Limon'
- name: 'Vigilant Paper Map for FWMF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/59967/'
name: 'Paper Coldharbour Map for VIGILANT (FWMF)'
- name: 'Vigilant Paper Map for FWMF by Limon.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/123407/'
name: 'Vigilant Paper Map for FWMF by Limon'
- name: 'IcePenguinWorldMap(classic|Paper)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5804/'
name: 'A Quality World Map'
inc:
- 'A Clear Map of Skyrim.esp'
- 'EzEWorldMapSE.esp'
- 'FWMF for Fantasy Paper Maps.esp'
- 'FWMF for Paper Map by Mirhayasu.esp'
- 'FWMF Geology Survey Map.esp'
- 'FWMF Marked Clean Map.esp'
- 'FWMF Marked Old Map.esp'
- 'FWMF SE Marked Clean Map 4K.esp'
- 'FWMF SE Marked Old Map 4K.esp'
- 'FWMF SE Unmarked Clean Map 4K.esp'
- 'FWMF SE Unmarked Old Map 4K.esp'
- 'FWMF Skyrim and Solstheim Satellite Maps.esp'
- 'FWMF Unmarked Clean Map.esp'
- 'FWMF Unmarked Old Map.esp'
- 'Paper World Map.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'A Quality World Map ESP' ]
condition: 'many("IcePenguinWorldMap(classic|Paper)?\.esp")'
- name: 'IcePenguinWorldMap(classic)?\.esp'
after:
- 'Cathedral Concept - Lightweight Grass Overhaul.esp'
- 'Cathedral Landscapes.esp'
- name: 'IcePenguinWorldMap.esp'
clean:
- crc: 0xAC5D1C02
util: 'SSEEdit v4.0.3'
- name: 'icepenguinworldmapclassic.esp'
clean:
- crc: 0xC1050661
util: 'SSEEdit v4.0.3'
- name: 'IcePenguinWorldMapPaper.esp'
group: *paperMapsGroup
clean:
- crc: 0x09706810
util: 'SSEEdit v4.0.3'
- name: 'Paper World Map.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10836/' ]
group: *paperMapsGroup
inc: [ 'IcePenguinWorldMapPaper.esp' ]
msg:
- <<: *patchUnavailable
subs: [ 'Atlas Map Markers' ]
condition: 'active("atlas map markers.esp") or active("Atlas Legendary.esp") or active("Atlas Legendary OCS.esp")'
- <<: *patchUnavailable
subs: [ 'Enhanced Lighting for ENB (ELE)' ]
condition: 'active("ELE_SSE.esp")'
###### Items ######
- name: 'AdditionalH(earthfireDolls|FDollsPassivesPatch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46930/'
name: 'Additional Hearthfire Dolls'
- name: 'AdditionalHearthfireDolls.esp'
clean:
- crc: 0x517CEB91
util: 'SSEEdit v4.0.4b'
- name: 'AdditionalHFDollsPassivesPatch.esp'
msg: [ *optional ]
clean:
- crc: 0x181437E4
util: 'SSEEdit v4.0.4b'
- name: 'AetheriumSwordsnArmor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2687/'
name: 'Aetherium Armor and Weapons Compilation by lautasantenni'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Aetherium Armor.esp")'
clean:
- crc: 0xFA7F23A7
util: 'SSEEdit v4.0.4b'
- name: 'aMidianBorn_ContentAddon(Light)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35390/'
name: 'aMidianBorn Content Addon'
after:
- 'aMidianBorn_Book of Silence.esp'
- 'BetterQuestObjectives.esp'
- '1nivWICCloaks.esp'
- '1nivWICCloaksNoGuards.esp'
- 'WarmongerArmory_LeveledList.esp'
inc:
- 'aMidianBorn_Book of Silence.esp'
- 'aMidianBorn_Ebony Variants.esp'
- 'aMidianBorn_Glass Variants.esp'
- 'aMidianBorn_Glass Variants Lore.esp'
- 'aMidianborn_Skyforge_Weapons.esp'
tag:
- Graphics
- Invent.Add
- Keywords
- Names
- Outfits.Add
- Outfits.Remove
- Stats
msg:
- <<: *requiresResources
subs: [ '[aMidianBorn Book of Silence SE](https://www.nexusmods.com/skyrimspecialedition/mods/35382/) **(CCOR CONTENT ADDON BSA)**' ]
condition: 'not file("aMidianBorn_ContentAddon(Light)?\.bsa") and not file("textures/AMB Variants/dlc02/nordiccarvedbrown/nordiccarvedbootsm.dds")'
- <<: *useOnlyOneX
subs: [ 'aMidianBorn Content Addon ESP' ]
condition: 'many("aMidianBorn_ContentAddon(Light)?\.esp")'
- name: 'amidianborn_contentaddon.esp'
msg:
- <<: *obsolete
subs: [ '[aMidianBorn Content Addon](https://www.nexusmods.com/skyrimspecialedition/mods/35390/)' ]
condition: 'not version("amidianborn_contentaddon.esp", >=, "2.2") and active("Weapons Armor Clothing & Clutter Fixes.esp")'
- <<: *renameXtoY
subs:
- '**aMidianBorn_ContentAddonLight.bsa**'
- '**aMidianBorn_ContentAddon.bsa**'
condition: 'not file("aMidianBorn_ContentAddon.bsa") and file("aMidianBorn_ContentAddonLight.bsa") and not file("aMidianBorn_ContentAddonLight.esp")'
clean:
- crc: 0x3307ACE9
util: 'SSEEdit v4.0.3g'
- name: 'aMidianBorn_ContentAddonLight.esp'
inc: [ 'Complete Crafting Overhaul_Remastered.esp' ]
msg:
- <<: *renameXtoY
subs:
- '**aMidianBorn_ContentAddon.bsa**'
- '**aMidianBorn_ContentAddonLight.bsa**'
condition: 'not file("aMidianBorn_ContentAddonLight.bsa") and file("aMidianBorn_ContentAddon.bsa") and not file("amidianborn_contentaddon.esp")'
clean:
- crc: 0xD8B69F8C
util: 'SSEEdit v4.0.3g'
- name: 'aMidianborn_Skyforge_Weapons.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35382/'
name: 'aMidianBorn Book of Silence'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - aMidianborn Skyforge Weapons.esp")'
- name: 'AOM\.es(m|p)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12470/'
name: 'The Art of Magicka UNP Skyrim SE'
inc: [ 'AOM 2019.esp' ]
msg:
- <<: *requiresX
subs: [ '[XP32 Maximum Skeleton Special Extended - XPMSSE](https://www.nexusmods.com/skyrimspecialedition/mods/1988/)' ]
condition: 'not file("XPMSE.esp")'
tag: [ Graphics ]
- name: 'AOM 2019.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19737/'
name: 'The Art of Magicka 2020 SSE'
tag:
- Graphics
- Names
- name: 'Apophysis(_DPM_SE|_KA_Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5800/'
name: 'Apophysis Dragon Priest Masks'
- name: 'Apophysis_DPM_SE.esp'
msg:
- <<: *patchProvided
subs: [ 'Konahrik''s Accoutrements' ]
condition: 'active("konahrik_accoutrements.esp") and not active("Apophysis_KA_Patch.esp")'
- name: 'Armory( of Favored Soul|FSShields)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/8667/'
name: 'Armory of The Favored Soul'
- name: 'Armory of Favored Soul.esp'
msg:
- <<: *wildEdits
subs: [ 'Remove all records except for **Constructible Objects**, **Statics**, & **Weapons** from **Armory of Favored Soul.esp**.' ]
condition: 'checksum("Armory of Favored Soul.esp", 4626DB96) or checksum("Armory of Favored Soul.esp", F582126A) or checksum("Armory of Favored Soul.esp", 4AB82BC8)'
- name: 'ArmoryFSShields.esp'
msg:
- <<: *wildEdits
subs: [ 'Remove **00033779** & it''s children from **ArmoryFSShields.esp**.' ]
condition: 'checksum("ArmoryFSShields.esp", E69FF5E0)'
tag: [ Invent.Add ]
- name: 'Artifacts.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2431/' ]
dirty:
# version: 1.2
- <<: *quickClean
crc: 0x23847A1C
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'ArtifactsOfBoethiah.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15264/' ]
dirty:
- <<: *quickClean
crc: 0xBEA0B2DA
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0x9DA0E677
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'ArtifactsOfTheCourtWizards.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51393/' ]
tag: [ Invent.Add ]
clean:
- crc: 0x6D5880CE
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'waccf_armor and clothing extension(_spid)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19002/'
name: 'Armor and Clothing Extension'
tag:
- Outfits.Add
- Outfits.Remove
- name: 'waccf_armor and clothing extension.esp'
after:
- 'AmuletsShowOnEverything.esp'
- 'AmuletsShowOnClothes.esp'
- 'AmuletsShowOnHeavyArmor.esp'
- 'AmuletsShowOnLightArmor.esp'
- 'AmuletsShowOnRobes.esp'
- 'AmuletsShowOnEverything-JOP.esp'
- 'AmuletsShowOnClothes-JOP.esp'
- 'AmuletsShowOnHeavyArmor-JOP.esp'
- 'AmuletsShowOnLightArmor-JOP.esp'
- 'AmuletsShowOnRobes-JOP.esp'
- 'AnotherSortingMod_2017-SSE.esp'
- 'WACCF_ASM-2019.esp'
msg:
- <<: *compatPatch
subs: [ '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)' ]
- <<: *patch3rdParty
subs:
- 'Remodeled Armor'
- '[Armor and Clothing Extension - Remodeled Armor Patch](https://www.nexusmods.com/skyrimspecialedition/mods/30220/)'
condition: 'active("Remodeled Armor - Vanilla Replacer.esp") and not active("ACE_Remodeled_Armor_Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - WACCF CCOR ACE Patches](https://www.nexusmods.com/skyrimspecialedition/mods/31758/)'
condition: 'active("Requiem.esp") and not active("Requiem - WACCF - ACE.esp") and version("Requiem.esp", <, "6.0.0")'
- <<: *patchUnavailableRequiem
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "6.0.0")'
- *requiresMCM
- *requiresMCMVR
tag:
- -Invent.Remove
- -Names
- NPC.DefaultOutfit
- -Stats
clean:
- crc: 0xAFE71282
util: 'SSEEdit v4.0.4b'
- name: 'waccf_armor and clothing extension_spid.esp'
req: [ *SPID ]
clean:
- crc: 0xC9EF92AB
util: 'SSEEdit v4.0.4b'
- name: 'AVExpansion.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/34100/'
name: 'Armor Variants Expansion'
tag:
- Delev
- Outfits.Add
- Outfits.Remove
- Relev
clean:
- crc: 0xE11A2FFB
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'AyleidLichCrownRestored.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/58398/'
name: 'Ayleid Lich Crown - Cut Content Restored (Anniversary Edition - The Cause)'
tag:
- Actors.DeathItem
- Graphics
- Keywords
clean:
- crc: 0x153F7E3C
util: 'SSEEdit v4.0.4'
- name: 'AzurasShield_SE_Eng.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12998/'
name: 'Azura''s Shield SE'
dirty:
- <<: *quickClean
crc: 0x368B3AE2
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 3
- name: 'BandolierForNPC.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19093/'
name: 'Bandolier - Bags and Pouches for NPC'
tag:
- Names
- Stats
- name: 'BandolierForNPC.esp'
msg:
- <<: *patchIncluded
subs: [ 'Cloaks of Skyrim' ]
condition: 'active("Cloaks.esp") and not active("BandolierForNPC - (Winter is Coming and )?Cloaks of Skyrim Patch\.esp")'
- <<: *patchIncluded
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("BandolierForNPC - Cutting Room Floor Patch.esp")'
- <<: *patchIncluded
subs: [ 'Dawnguard Arsenal' ]
condition: 'active("DawnguardArsenal.esp") and not active("BandolierForNPC - Dawnguard Arsenal.esp")'
- <<: *patchIncluded
subs: [ 'Immersive Armors' ]
condition: 'active("Hothtrooper44_ArmorCompilation.esp") and not active("BandolierForNPC - Immersive Armors( WiC CoS)? Patch\.esp")'
- <<: *patchIncluded
subs: [ 'Weapons Armor Clothing & Clutter Fixes' ]
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and not active("BandolierForNPC - (Weapons Armor Clothing Clutter|WACCF WiC CoS) Patch\.esp")'
- <<: *patchIncluded
subs: [ 'Winter Is Coming Cloaks' ]
condition: 'active("1nivWICCloaks.esp") and not active("BandolierForNPC - Winter is Coming( and Cloaks of Skyrim)? Patch\.esp")'
- name: 'BandolierForNPC - (Cloaks of Skyrim|Winter is Coming) Patch.esp'
msg:
- <<: *alreadyInX
subs: [ '**BandolierForNPC - Winter is Coming and Cloaks of Skyrim Patch.esp**' ]
condition: 'active("BandolierForNPC - Winter is Coming and Cloaks of Skyrim Patch.esp") and active("Cloaks.esp") and active("1nivWICCloaks.esp")'
- <<: *useInstead
subs: [ '**BandolierForNPC - Winter is Coming and Cloaks of Skyrim Patch.esp**' ]
condition: 'not active("BandolierForNPC - Winter is Coming and Cloaks of Skyrim Patch.esp") and active("Cloaks.esp") and active("1nivWICCloaks.esp")'
- name: 'BandolierForNPC - Immersive Armors Patch.esp'
msg:
- <<: *alreadyInX
subs: [ '**BandolierForNPC - Immersive Armors WiC CoS Patch.esp**' ]
condition: 'active("BandolierForNPC - Immersive Armors WiC CoS Patch.esp") and active("Cloaks.esp") and active("1nivWICCloaks.esp")'
- name: 'BandolierForNPC - Realistic Enchantements.esp'
after: [ 'BandolierForNPC.esp' ]
- name: 'BandolierForNPC - Weapons Armor Clothing Clutter Patch.esp'
msg:
- <<: *alreadyInX
subs: [ '**BandolierForNPC - WACCF WiC CoS Patch.esp**' ]
condition: 'active("BandolierForNPC - WACCF WiC CoS Patch.esp") and active("Cloaks.esp") and active("1nivWICCloaks.esp")'
- name: 'Better Skill and Quest Books Names SE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5260/'
name: 'Better Skill and Quest Books Names'
tag:
- Deactivate
- Names
clean:
- crc: 0x6EF090B3
util: 'SSEEdit v4.0.4c'
- crc: 0xC638EA57
util: 'SSEEdit v4.0.4c'
- crc: 0xF520CBBF
util: 'SSEEdit v4.0.4c'
- name: 'BetterTreasuryHouse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2485/' ]
dirty:
- <<: *quickClean
crc: 0x895CA291
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
udr: 6
- name: 'BeyondSkyrimMerchant.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31519/' ]
clean:
- crc: 0x51469A86
util: 'SSEEdit v4.1.5f'
- name: 'BGCollectables.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15092/' ]
clean:
# version: 1
- crc: 0x6CE0A40A
util: 'SSEEdit v4.0.3'
- name: 'Black Thief.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/48252/' ]
dirty:
- <<: *quickClean
crc: 0xB7952B91
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'BooksBooksBooks.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10251/' ]
clean:
# version: 1.4
- crc: 0x01210102
util: 'SSEEdit v4.0.3'
- name: 'Book Covers Skyrim.esp'
url:
- 'https://www.nexusmods.com/skyrimspecialedition/mods/901/'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/3071870/'
name: 'Book Covers Skyrim - Original'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/3072082/'
name: 'Book Covers Skyrim - Desaturated'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/10/'
name: 'Another Sorting Mod - Replacer Plugin'
msg:
- *alreadyInLotD
- <<: *patch3rdParty
subs:
- 'Wintersun - Faiths of Skyrim'
- '[Wintersun - More Patches](https://www.nexusmods.com/skyrimspecialedition/mods/24228/)'
condition: 'active("Wintersun - Faiths of Skyrim.esp") and not active("Wintersun - BCS Patch.esp") and not active("Bashed Patch.*\.esp")'
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Book Covers Skyrim.esp")'
after:
- 'Tel_Nalta.esp'
- 'UnlimitedBookshelves.esp'
- 'Weightless Books.esp'
- 'WeightlessOV - Book.esp'
tag:
- Graphics
- Names
- ObjectBounds
- Sound
- Stats
clean:
- crc: 0x32587221
util: 'SSEEdit v4.0.3f'
- crc: 0xEFE70941
util: 'SSEEdit v4.0.3f'
- name: 'Book Covers Skyrim - Lost Library.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/902/'
name: 'Book Covers Skyrim - Lost Library'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/3203152/'
name: 'BCS Lost Library - Original'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/3203032/'
name: 'BCS Lost Library - Desaturated'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/70272/'
name: 'Book Covers Skyrim - Lost Library REDUX'
msg:
- <<: *alreadyInLotD
condition: 'active("LegacyoftheDragonborn.esm") and not checksum("Book Covers Skyrim - Lost Library.esp", 6D8408E1)'
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Lost Library.esp")'
tag: [ Delev ]
clean:
- crc: 0xDA570813
util: 'SSEEdit v4.0.3f'
- name: 'Chesko_WearableLantern.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7560/' ]
req:
- <<: *PapyrusUtil
condition: 'active("SkyUI_SE.esp")'
msg:
- <<: *deleteOrDeactivateX
subs: [ '**SKSE/Plugins/StorageUtil.dll**' ]
condition: 'file("SKSE/Plugins/StorageUtil.dll")'
- <<: *patchUpdateAvailable
subs: [ '[Chesko''s Wearable Lanterns - SE and VR Patch](https://www.nexusmods.com/skyrimspecialedition/mods/19348/)' ]
condition: 'file("../skse64_loader.exe") and (not file("scripts/_wl_compatibility.pex") or checksum("scripts/_wl_compatibility.pex", 7DA73A58))'
- <<: *patchUpdateAvailable
subs: [ '[Wearable Lanterns MCM Fix](https://www.nexusmods.com/skyrimspecialedition/mods/25372/)' ]
condition: 'active("SkyUI_SE.esp") and not file("interface/wearablelanterns/_wl_title.dds") and not file("interface/exported/widgets/wearablelanterns/meter.swf")'
- <<: *requiresMCM
condition: 'not active("SkyUI_SE.esp") and checksum("scripts/_wl_compatibility.pex", 02E2CA8E)'
clean:
- crc: 0xA1170B2D
util: 'SSEEdit v4.0.4b'
- name: 'ChillrendNote\.es(p|l)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/34657/'
name: 'Concerning Chillrend'
- name: 'ChillrendNote.esp'
dirty:
- <<: *quickClean
crc: 0xA86756E4
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'ChillrendNote.esl'
dirty:
- <<: *quickClean
crc: 0xE771ACEB
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'chocoyum.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/33790/'
name: 'CHOCOLATE'
tag: [ Invent.Add ]
dirty:
- <<: *quickClean
crc: 0x6EC960DE
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Chrysamere.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12829/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xD4C67D7F
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 1
- name: 'Circlets and Masks with all Robes and Hoods.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3732/' ]
group: *fixesGroup
tag:
- Graphics
- Names
clean:
# version: 1.31
- crc: 0x17AE7063
util: 'SSEEdit v4.0.2f'
- name: 'ClavicusArgonianMasque.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26908/' ]
after:
- 'MLU.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
tag: [ Graphics ]
- name: 'Cloaks(( - USSEEP Patch)? - No Imperial| - Player Only)?( - Dawnguard| - USSEP Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6369/'
name: 'Cloaks of Skyrim'
- name: 'Cloaks( - No Imperial| - Player Only)?\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Cloaks of Skyrim ESP' ]
condition: 'many("Cloaks( - No Imperial| - Player Only)?\.esp")'
tag: [ Invent.Add ]
- name: 'Cloaks( - No Imperial)?( - Dawnguard)?\.esp'
tag: [ Outfits.Add ]
- name: 'Cloaks.esp'
clean:
- crc: 0x7A522F11
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Cloaks - Dawnguard.esp'
clean:
- crc: 0x60DE7658
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Cloaks - USSEP Patch.esp'
msg:
- <<: *alreadyInX
subs: [ '**Cloaks_CCOR_Patch.esp**' ]
condition: 'active("Cloaks_CCOR_Patch.esp")'
- <<: *alreadyInX
subs: [ '**Qw_CloaksOfSkyrim_CRF Patch.esp**' ]
condition: 'active("Qw_CloaksOfSkyrim_CRF Patch.esp")'
- <<: *alreadyInX
subs: [ '**Qw_CloaksOfSkyrim_USSEP Patch.esp**' ]
condition: 'active("Qw_CloaksOfSkyrim_USSEP Patch.esp")'
- name: 'Cloaks - No Imperial.esp'
clean:
- crc: 0xB316DFEB
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Cloaks - No Imperial - Dawnguard.esp'
clean:
- crc: 0x2A23FA6A
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Cloaks - Player Only.esp'
clean:
- crc: 0x2999F90A
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Cloaks - Player Only - Dawnguard.esp'
req: [ 'Cloaks - Player Only.esp' ]
clean:
- crc: 0x45353408
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Cloaks&Capes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2019/'
name: 'Cloaks and Capes'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Cloaks and Capes.esp")'
- name: 'CL Chillrend.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2916/' ]
- name: 'C\.O\.I\.N.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/51439/'
name: 'C.O.I.N. - Coins of Interesting Natures'
- name: 'C.O.I.N.esp'
req:
- <<: *BaseObjSwap
condition: 'file("C.O.I.N_SWAP.ini")'
msg:
- <<: *alsoUseX
subs: [ '[Inventory Interface Information Injector](https://www.nexusmods.com/skyrimspecialedition/mods/85702/)' ]
condition: 'file("SKSE/Plugins/InventoryInjector/C.O.I.N.json") and not file("SKSE/Plugins/InventoryInjector.dll")'
- <<: *patchIncluded
subs: [ 'Beyond Skyrim - Bruma' ]
condition: 'active("BSHeartland.esm") and not active("C.O.I.N. - Beyond Skyrim Patch.esp")'
- <<: *patchIncluded
subs: [ 'Description Framework' ]
condition: 'file("SKSE/Plugins/DescriptionFramework.dll") and not file("C.O.I.N_DESC.ini")'
- <<: *requiresMCM
type: say
tag:
- Delev
- Names
- ObjectBounds
- -Relev
clean:
- crc: 0xCAE77D1B
util: 'SSEEdit v4.0.4'
- name: 'C.O.I.N. - Beyond Skyrim Patch.esp'
tag:
- Graphics
- Keywords
- ObjectBounds
- Stats
clean:
- crc: 0xC90FC44E
util: 'SSEEdit v4.0.4c'
- name: 'Common Clothes and Armors.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21305/' ]
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Common Clothes and Armors.esp")'
tag:
- Graphics
- Keywords
- ObjectBounds
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0x7462E171
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Craftable Horse Barding.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/23679/'
name: 'Craftable Horse Barding'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Craftable Horse Barding.esp")'
- name: '(DaedricCloaks|WICO_DaedricCloaks_Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9530/'
name: 'Daedric Cloaks'
- name: 'DaedricCloaks.esp'
tag:
- Invent.Add
- NPC.DefaultOutfit
- Outfits.Add
dirty:
- <<: *quickClean
crc: 0x1DD1D189
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0x484551FE
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0x49B341C1
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0x2C88101F
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0x651F2799
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0x1814C3B5
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0x6752F515
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0xB230B719
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
clean:
- crc: 0x73423EB3
util: 'SSEEdit v4.0.4'
- crc: 0xAFD93667
util: 'SSEEdit v4.0.4'
- crc: 0xD4EB3F1E
util: 'SSEEdit v4.0.4'
- name: 'WICO_DaedricCloaks_Patch.esp'
clean:
- crc: 0x9B3E1856
util: 'SSEEdit v4.0.4'
- name: '(DawnguardArsenal|DGA-ArsMSE CompatPatch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/25094/'
name: 'Dawnguard Arsenal'
- name: 'DawnguardArsenal.esp'
msg:
- <<: *patchProvided
subs: [ 'Ars Metallica - Smithing Enhancement' ]
condition: 'active("ars metallica.esp") and not active("DGA-ArsMSE CompatPatch.esp")'
tag:
- Actors.CombatStyle
- Actors.Factions
- Actors.Spells
- Actors.Stats
- Delev
- EffectStats
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- NPC.Class
- NPC.CrimeFaction
- NPC.DefaultOutfit
- NPC.Perks.Add
- Outfits.Add
- Outfits.Remove
- Sound
- Stats
clean:
- crc: 0x3A701728
util: 'SSEEdit v4.0.4b'
- name: 'DGA-ArsMSE CompatPatch.esp'
tag: [ Text ]
clean:
- crc: 0x0F6BC33B
util: 'SSEEdit v4.0.4b'
- name: 'DIS_Authentic_Legion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29559/' ]
dirty:
# version: 1.1 Base
- <<: *quickClean
crc: 0x8C2F1AED
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
clean:
# version: 1.1 Standalone
- crc: 0xD00C9ED2
util: 'SSEEdit v4.0.3'
# version: 1.1 Standalone 50x50
- crc: 0x0DBF9F7B
util: 'SSEEdit v4.0.3'
- name: 'DIS_Heavy_Legion.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30468/'
name: 'New Legion'
msg:
- <<: *requiresX
type: error
subs: [ 'New Legion textures' ]
condition: 'not file("Textures/Armor_Replacer/2_Legion") and not file("textures/pbr/Armor_Replacer/2_Legion")'
tag:
- Delev
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- Names
- NPC.Class
- NPC.DefaultOutfit
- Outfits.Add
- Outfits.Remove
- Relev
- Stats
dirty:
- <<: *quickClean
crc: 0x97D7B46C
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'DIS_NordScale.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41118/'
name: 'Scale Nord Armor'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Scale Nord Armor.esp")'
- name: '(DivineCloaks|WICO_DivineCloaks_Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9304/'
name: 'Divine Cloaks'
- name: 'DivineCloaks.esp'
tag:
- NPC.DefaultOutfit
- Outfits.Add
dirty:
- <<: *quickClean
crc: 0x9D106993
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- <<: *quickClean
crc: 0x87625E01
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'WICO_DivineCloaks_Patch.esp'
clean:
- crc: 0x90B16C77
util: 'SSEEdit v4.0.4'
- name: 'Dr_Bandolier.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2417/' ]
- name: '(DwarvenEbony - )?HandHammers\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30707/'
name: 'Mauls - One Handed Hammers'
- name: 'HandHammers.esp'
msg:
- <<: *patchProvided
subs: [ 'Dwarven Ebony' ]
condition: 'active("DwarvenEbony.esp") and not active("DwarvenEbony - HandHammers.esp")'
tag:
- Delev
- Invent.Add
- Invent.Remove
clean:
- crc: 0xAE5AC4F8
util: 'SSEEdit v4.0.4c'
- name: 'DwarvenEbony - HandHammers.esp'
clean:
- crc: 0xA86F3A0F
util: 'SSEEdit v4.0.4c'
- name: 'El_WayfarersCoatSSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10194/' ]
- name: 'Equippable Tomes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/157/' ]
dirty:
- <<: *quickClean
crc: 0x0AE8CBDE
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'Faction Crossbows.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4047/' ]
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Faction Crossbows.esp")'
clean:
# version: 1.1
- crc: 0xEFE74E03
util: 'SSEEdit v4.0.2f'
- name: 'FishingGloves(Lite)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/63197/' ]
- name: 'FishingGloves.esp'
tag:
- Invent.Add
- Outfits.Add
clean:
- crc: 0xF10D4208
util: 'SSEEdit v4.0.4b'
- name: 'FishingGlovesLite.esp'
clean:
- crc: 0xB2A172CE
util: 'SSEEdit v4.0.4b'
- name: 'Fossilsyum.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14107/' ]
clean:
# version: 2.1
- crc: 0xBAAFEFF6
util: 'SSEEdit v4.0.3'
- name: 'Fulcimentum - More Staves and Wands of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23825/' ]
tag:
- Delev
- Invent.Add
- Keywords
dirty:
- <<: *quickClean
crc: 0x6B27B98E
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- <<: *quickClean
crc: 0x66EFDF49
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'GuardsArmorsAndWeapons.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19259/'
name: 'Guards Overhaul - New Weapons and Armour'
dirty:
- <<: *quickClean
crc: 0xD435392D
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26
- name: 'Guard Overhaul - Equality Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19259/'
name: 'Guards Overhaul - New Weapons and Armour'
dirty:
- <<: *quickClean
crc: 0x8E4A1340
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Guards_Armor_Replacer.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22671/' ]
tag:
- Actors.ACBS
- Actors.Stats
- Delev
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- Names
- NPC.DefaultOutfit
- Outfits.Add
- Outfits.Remove
- Relev
- Sound
- Stats
dirty:
- <<: *quickClean
crc: 0xED725A9C
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
clean:
- crc: 0x876D9DF2
util: 'SSEEdit v4.0.3g'
- name: 'Gwelda Dawnguard Armor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31641/' ]
dirty:
- <<: *quickClean
crc: 0xED67BE5D
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 1
- name: 'HFDecorativeDolls.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/493/' ]
group: *newContentGroup
- name: 'Hothtrooper44_Armor(Compilation|_Ecksstra)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/3479/'
name: 'Immersive Armors'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/85913/'
name: 'Immersive Armors Refitted and Reinforced'
- name: 'Hothtrooper44_ArmorCompilation.esp'
after: [ 'Ambriel.esp' ]
msg:
- <<: *patchUnavailableRequiem
- <<: *requiresResources
subs: [ '[Immersive Armors - Asdasfa Tweaks and Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/85433/)' ]
condition: 'version("Hothtrooper44_ArmorCompilation.esp", ==, "1.2.0IARR") and not file("meshes/armor/ala")'
tag:
- Delev
- Outfits.Add
- Outfits.Remove
- Relev
clean:
# version: 8.1
- crc: 0x8A28DB11
util: 'SSEEdit v4.0.2f'
- crc: 0x262A0248
util: 'SSEEdit v4.0.4c'
- name: 'Hothtrooper44_Armor_Ecksstra.esp'
req: [ 'Hothtrooper44_ArmorCompilation.esp' ]
msg:
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0x561B126F
util: 'SSEEdit v4.0.4c'
- name: 'IARR, (ACE|ALMSIVI|CCOR|DBM|Levelled List|Owl) (Integration|Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/85913/'
name: 'Immersive Armors Refitted and Reinforced'
- name: 'IARR, ACE Patch.esp'
clean:
- crc: 0x6F71C09A
util: 'SSEEdit v4.0.4c'
- name: 'IARR, ALMSIVI Integration.esp'
tag:
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0x4BD68E4D
util: 'SSEEdit v4.0.4c'
- name: 'IARR, CCOR Patch.esp'
clean:
- crc: 0x38AE025D
util: 'SSEEdit v4.0.4c'
- name: 'IARR, DBM Integration.esp'
after: [ 'IARR, CCOR Patch.esp' ]
tag:
- -Invent.Add
- -Invent.Remove
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0xDF787225
util: 'SSEEdit v4.0.4c'
- name: 'IARR, Levelled List Integration.esp'
group: *lvlListsGroup
clean:
- crc: 0x476601BB
util: 'SSEEdit v4.0.4c'
- name: 'IARR, OWL Patch.esp'
group: *lvlListsGroup
tag:
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0xE235AD36
util: 'SSEEdit v4.0.4c'
- name: 'icebladeofthemonarch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13972/' ]
clean:
# version: 2.6
- crc: 0x787415CE
util: 'SSEEdit v4.0.3'
- name: 'ImmersiveIntegrationSE15.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22420/' ]
clean:
# version: 0.8
- crc: 0x85B039B1
util: 'SSEEdit v4.0.2f'
- name: 'Immersive Jewelry.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5336/'
name: 'Immersive Jewelry SSE'
after: [ 'Complete Crafting Overhaul_Remastered.esp' ]
inc: [ 'Lootification.esm' ]
msg:
- <<: *obsolete
subs: [ 'Immersive Jewelry 1.06a' ]
condition: 'version("Immersive Jewelry.esp", ==, "1.05")'
tag:
- Delev
- Graphics
- Invent.Add
- Invent.Change
- Invent.Remove
- Keywords
- Names
- Outfits.Add
- Outfits.Remove
- Relev
- Stats
- Text
dirty:
# version: 1.06a
- <<: *quickClean
crc: 0x20AA5984
util: '[SSEEdit v4.1.5f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Immersive Sanguine Note SE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42058/'
name: 'Immersive Sanguine Note Replacer'
tag: [ Text ]
clean:
- crc: 0xCE66604D
util: 'SSEEdit v4.0.4'
- name: 'Immersive Weapons.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16788/' ]
after: [ AmazingFollowerTweaks.esp ]
msg:
- <<: *patch3rdParty
type: warn
subs:
- 'A Rose in the Snow - Reborn'
- '[Patch for A Rose in the Snow - Reborn and Immersive Weapons](https://www.nexusmods.com/skyrimspecialedition/mods/149020/)'
condition: 'active("A Rose in the Snow.esp") and not active("ARIS_WI_Patch.esp")'
- <<: *patchUnavailableRequiem
tag:
- Delev
- Graphics
- Keywords
- Invent.Add
- Invent.Remove
- Relev
- Stats
clean:
- crc: 0x5B38977B
util: 'SSEEdit v4.0.3'
- name: 'imp_helm_legend.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/824/'
name: 'Improved closefaced helmets'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/85514/'
name: 'Improved Closefaced Helmets - Fixes'
after: [ 'Circlets and Masks with all Robes and Hoods.esp' ]
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Improved Closefaced Helmets.esp")'
- <<: *patch3rdParty
subs:
- 'Immersive Armors'
- '[Improved Closedfaced Helmets Patches](https://www.nexusmods.com/skyrimspecialedition/mods/12405/)'
condition: 'active("Hothtrooper44_ArmorCompilation.esp") and not active("imp_helm_Immersive_Armors.esp")'
- <<: *patch3rdParty
subs:
- 'Improved Dragon Priest Masks SE'
- '[Improved Closedfaced Helmets Patches](https://www.nexusmods.com/skyrimspecialedition/mods/12405/)'
condition: 'active("Improved Dragon Priest Masks.esp") and not active("imp_helm_IDPM.esp") and not active("Weapons Armor Clothing & Clutter Fixes.esp")'
- <<: *patch3rdParty
subs:
- 'Unofficial Skyrim Special Edition Patch'
- '[Improved Closedfaced Helmets Patches](https://www.nexusmods.com/skyrimspecialedition/mods/12405/)'
condition: 'active("unofficial skyrim special edition patch.esp") and not active("imp_helm_USSEP.esp") and not active("Weapons Armor Clothing & Clutter Fixes.esp") and not active("Requiem.esp") and version("imp_helm_legend.esp", <, "1.2")'
tag: [ Graphics ]
clean:
# Original
- crc: 0x8491D752
util: 'SSEEdit v4.1.5j'
# Fixes
- crc: 0x38529FE8
util: 'SSEEdit v4.0.4c'
- name: '1nivWIC(Sky)?Cloaks(CRAFT|NoGuards|Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4933/'
name: 'Winter Is Coming SSE - Cloaks'
- name: '1nivWICCloaks(CRAFT|NoGuards)?\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Winter Is Coming ESP' ]
condition: 'many("1nivWICCloaks(CRAFT|NoGuards)?\.esp")'
- name: '1nivWICCloaks(NoGuards)?\.esp'
tag:
- Outfits.Add
- Outfits.Remove
- name: '1nivWICCloaks.esp'
clean:
- crc: 0x5D2443E8
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: '1nivWICCloaksCRAFT.esp'
clean:
- crc: 0x37A08CC4
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: '1nivWICCloaksNoGuards.esp'
clean:
- crc: 0x75B4F674
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: '1nivWICSkyCloaksPatch.esp'
msg:
- <<: *alreadyInX
subs: [ '**1nivWICCloaks_COS_CCOR_Patch.esp**' ]
condition: 'active("1nivWICCloaks_COS_CCOR_Patch.esp")'
tag:
- -Delev
- Outfits.Remove
- -Relev
- name: 'Inn Soaps.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29615/'
name: 'Inn Soaps'
tag:
- Invent.Add
- Text
clean:
- crc: 0x0B78B41A
util: 'SSEEdit v4.0.4c'
- crc: 0xD8CBA0EE
util: 'SSEEdit v4.0.4c'
- crc: 0x5239E722
util: 'SSEEdit v4.0.4c'
- crc: 0xAF721339
util: 'SSEEdit v4.0.4c'
- name: 'InsanitySorrow Weapons Pack.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8206/' ]
tag: [ Relev ]
clean:
# version: 1.7
- crc: 0x082F3A95
util: 'SSEEdit v4.0.2'
- name: 'JSwords(D)?\.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29415/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'JaySuS Swords' ]
condition: 'many("JSwords(D)?\.esm")'
- name: 'JSwords.esm'
clean:
- crc: 0x3E768974
util: 'SSEEdit v4.0.3'
# Lore Friendly
- crc: 0x8BB38B17
util: 'SSEEdit v4.0.3'
- name: 'JSwordsD.esm'
tag:
- Delev
- Invent.Add
- Invent.Remove
msg:
- <<: *patchIncluded
subs: [ 'Immersive Weapons' ]
condition: 'active("Immersive Weapons.esp") and not active("JSwords-ImmersiveWeaponsPatch.esp")'
clean:
- crc: 0x186D41CB
util: 'SSEEdit v4.0.3'
# Lore Friendly
- crc: 0xF42DCC30
util: 'SSEEdit v4.0.3'
- name: 'JS Armored Circlets SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2140/' ]
dirty:
- <<: *quickClean
crc: 0xF94B2A20
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0x7DEDF75F
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'KatanaCrafting.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5306/' ]
msg:
- <<: *alreadyInX
subs: [ '**Requiem.esp**' ]
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "5.3.0")'
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Katana Crafting.esp") and version("Requiem.esp", <, "5.3.0")'
- name: 'ktWeaponPackSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15050/' ]
dirty:
- <<: *quickClean
crc: 0xC0A3861C
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
- name: 'LADX_SSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2314/'
name: 'Legendary Armors - DeserterX Collection SSE'
tag:
- Delev
- Invent.Add
- name: 'LC_FieldGuardArmor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25481/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x9F28E445
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'LC_LandLordArmor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13341/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0xD2B5C055
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'LC_RevitalizedImperialArmory.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19690/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xD941629D
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: '(Leek_Giant|GiantLeek)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/43960/' ]
- name: 'Leek_Giant.esp'
dirty:
- <<: *quickClean
crc: 0x704F38BC
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26
udr: 14
- name: 'GiantLeek.esp'
dirty:
- <<: *quickClean
crc: 0x7C263915
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Lollygagging Fashions( WACCF)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/117833/'
name: 'Lollygaggin'' - Vanilla Guard Armor Replacer'
- name: 'Lollygagging Fashions.esp'
tag:
- Delev
- Graphics
- Keywords
- Names
- ObjectBounds
- Outfits.Add
- Outfits.Remove
- Stats
clean:
- crc: 0xFDD146F9
util: 'SSEEdit v4.1.5f'
- name: 'Lollygagging Fashions WACCF.esp'
tag:
- Graphics
- Names
clean:
- crc: 0x20B032B0
util: 'SSEEdit v4.1.5f'
- name: 'Lore Weapon Expansion( - Daedric Crescent| - Goldbrand| - Relics of the Crusader)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9660/' ]
- name: 'Lore Weapon Expansion.esp'
after:
- 'Audio Overhaul Skyrim.esp'
- 'DLCIntegration.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
tag:
- Delev
- Relev
clean:
# version: 1.4c
- crc: 0x0D7685E5
util: 'SSEEdit v4.0.2f'
- name: 'Lore Weapon Expansion - (Daedric Crescent|Goldbrand|Relics of the Crusader)\.esp'
group: *newContentGroup
inc: [ *LotD_v5 ]
- name: 'Lore Weapon Expansion - Daedric Crescent.esp'
clean:
# version: 1.4c
- crc: 0x524C6138
util: 'SSEEdit v4.0.2f'
- name: 'Lore Weapon Expansion - Goldbrand.esp'
clean:
# version: 1.4c
- crc: 0x5587FCE6
util: 'SSEEdit v4.0.2f'
- name: 'Lore Weapon Expansion - Relics of the Crusader.esp'
clean:
# version: 1.4c
- crc: 0xA5763C46
util: 'SSEEdit v4.0.2f'
- name: 'LPotD Armor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/51461/'
name: 'Lost Paladin Armor - Unofficial SSE Port'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Divine Wrath Armor.esp")'
- name: 'LrsamwaysExpandedSkyrimWeaponry.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2300/' ]
clean:
- crc: 0x12BB1808
util: 'SSEEdit v4.0.3'
- name: 'LvxMagicksFactionBooks-Morebooks Please2.5.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10810/' ]
dirty:
- <<: *quickClean
crc: 0x54A05022
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Mage Outfit Texture Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25611/' ]
dirty:
- <<: *quickClean
crc: 0x182B6D93
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'MarkekrausBarstoolBrawler.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/61354/' ]
req:
- *SKSE
- *SKSEVR
clean:
- crc: 0xC64C56A5
util: 'SSEEdit v4.0.4'
- name: 'MarkekrausChairhammers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/61304/' ]
req:
- *SKSE
- *SKSEVR
clean:
- crc: 0xAB3D127D
util: 'SSEEdit v4.0.4'
- name: 'MarkekrausChairrows.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/61168/' ]
req:
- <<: *SKSE
condition: 'version("MarkekrausChairrows.esp", >=, "2.0.0")'
clean:
- crc: 0x97C6EF29
util: 'SSEEdit v4.0.4'
- name: 'mihaildwarvenpowerarmor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30317/' ]
dirty:
- <<: *quickClean
crc: 0xA542594A
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
- name: 'mihailboundarmos.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36571/' ]
- name: 'MisterB''s Unique Treasures.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28939/' ]
dirty:
- <<: *quickClean
crc: 0xF18C33A9
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- name: 'More Thalmor Dossiers.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65059/'
name: 'More Thalmor Dossiers'
msg:
- <<: *patchProvided
subs: [ 'Helgen Reborn' ]
condition: 'active("Helgen Reborn.esp") and not active("More Thalmor Dossiers - Helgen Reborn.esp")'
- <<: *patchProvided
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("More Thalmor Dossiers - LotD.esp")'
clean:
- crc: 0xA057DD73
util: 'SSEEdit v4.0.4'
- name: 'NarrativeLoot Complete.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12812/' ]
dirty:
- <<: *quickClean
crc: 0x19851963
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 21
- name: 'Netch Leather on Solstheim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44039/'
name: 'Netch Leather Armor on Solstheim'
tag:
- Delev
- Invent.Add
- Invent.Remove
- NPC.DefaultOutfit
- Outfits.Add
- Outfits.Remove
- Relev
clean:
- crc: 0x5499061E
util: 'SSEEdit v4.0.4b'
- name: 'NewArmoury.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15394/' ]
dirty:
- <<: *quickClean
crc: 0xBAEB5EAB
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'NW_(Companions_Replacer_Light|Wolf_Armor_Standalone)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/109963/'
name: 'Legacy of Ysgramor'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/111121/'
name: 'Legacy of Ysgramor - My patches and fixes SE by Xtudo'
- name: 'NW_Companions_Replacer_Light.esp'
tag:
- Graphics
- Keywords
- ObjectBounds
- Outfits.Add
- Outfits.Remove
- Stats
clean:
- crc: 0x6E94D7ED
util: 'SSEEdit v4.1.5c EXTREMELY EXPERIMENTAL'
- name: 'NW_Wolf_Armor_Standalone.esp'
msg:
- <<: *alreadyInX
subs: [ '**NW_Companions_Replacer_Light.esp**' ]
condition: 'active("NW_Companions_Replacer_Light.esp")'
clean:
- crc: 0x8D62A261
util: 'SSEEdit v4.1.5c EXTREMELY EXPERIMENTAL'
- name: 'NW_Sons_of_Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/68656/'
name: 'Sons of Skyrim'
tag:
- Delev
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- Names
- NPC.DefaultOutfit
- ObjectBounds
- Outfits.Add
- Outfits.Remove
- Relev
- Stats
dirty:
- <<: *quickClean
crc: 0xDDAB5F4D
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
udr: 13
clean:
- crc: 0x11EF7EC3
util: 'SSEEdit v4.0.4c'
- name: 'OpulentOutfits_2017-SSE (AIO|Replacer|Standalone)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/861/'
name: 'Opulent Outfits - Mage Robes of Winterhold 2020-SSE'
msg:
- <<: *useOnlyOneX
subs: [ 'Opulent Outfits ESP' ]
condition: 'many("OpulentOutfits_2017-SSE (AIO|Replacer|Standalone)\.esp")'
- name: 'OpulentOutfits_2017-SSE (AIO|Replacer)\.esp'
inc: [ 'waccf_armor and clothing extension.esp' ]
tag:
- Actors.Spells
- Delev
- Graphics
- Invent.Add
- Invent.Change
- Invent.Remove
- Keywords
- Names
- NPC.DefaultOutfit
- NPC.Perks.Add
- Outfits.Add
- Outfits.Remove
- Relev
- Stats
- Text
- name: 'OpulentOutfits_2017-SSE AIO.esp'
clean:
- crc: 0xE9DA05B8
util: 'SSEEdit v4.0.3g'
- crc: 0x71397A2C
util: 'SSEEdit v4.0.3g'
- crc: 0x784A2626
util: 'SSEEdit v4.0.3g'
- crc: 0x097D6634
util: 'SSEEdit v4.0.3g'
- name: 'OpulentOutfits_2017-SSE Replacer.esp'
clean:
- crc: 0x9657B6B4
util: 'SSEEdit v4.0.3g'
- crc: 0x6B701C30
util: 'SSEEdit v4.0.3g'
- name: 'OvensAndChurns(Main|MinorInns|PlayerHouses)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19941/' ]
- name: 'OvensAndChurnsMain.esp'
dirty:
# version: 1.01
- <<: *quickClean
crc: 0x7663A7AE
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 15
- name: 'OvensAndChurnsPlayerHouses.esp'
dirty:
# version: 1.01
- <<: *quickClean
crc: 0x37E22F6C
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 11
- name: 'OvensAndChurnsMinorInns.esp'
dirty:
# version: 1.01
- <<: *quickClean
crc: 0x97224F16
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 26
- name: 'peacekeeper armour1.esp'
url: [ 'https://bethesda.net/en/mods/skyrim/mod-detail/4085096/' ]
tag: [ Relev ]
dirty:
- <<: *quickClean
crc: 0x121EAFD5
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Pirates Wield Cutlasses.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31753/'
name: 'Pirates Wield Cutlasses'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56074/'
name: 'Pirates Wield Cutlasses - SPID Addon'
req:
- <<: *SPID
condition: 'file("Pirates Wield Cutlasses_DISTR.ini")'
clean:
- crc: 0x041C04B4
util: 'SSEEdit v4.0.4b'
- crc: 0x16D4E235
util: 'SSEEdit v4.0.4b'
- name: 'Potions.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5077/' ]
tag: [ Graphics ]
- name: '(PraedysSkulls|HabdsRemainsLOTDPatch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/52073/'
name: 'Unique Skulls HD - SE'
tag: [ Graphics ]
- name: 'PraedysSkulls.esp'
tag:
- Outfits.Add
- Outfits.Remove
clean:
- crc: 0x15491894
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x61B67600
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'HabdsRemainsLOTDPatch.esp'
tag: [ ObjectBounds ]
clean:
- crc: 0x78C011FC
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x3023FFC9
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'PrvtI_(HeavyArmory|HA).*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6308/'
name: 'Heavy Armory - New Weapons'
- name: 'PrvtI_HeavyArmory.esp'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Heavy Armory.esp") and version("Requiem.esp", <, "5.3.0")'
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - Heavy Armory Patch](https://www.nexusmods.com/skyrimspecialedition/mods/89009/)'
condition: 'active("Requiem.esp") and not active("Requiem - Heavy Armory Patch.esp") and version("Requiem.esp", >=, "5.3.0")'
- <<: *patchIncluded
subs: [ 'Weapons Armor Clothing and Clutter Fixes' ]
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and not active("PrvtI_HeavyArmory_WACCF_Patch.esp")'
tag:
- Delev
- Invent.Add
- Invent.Remove
- Keywords
- Names
- Relev
- Stats
clean:
- crc: 0x89D66889
util: 'SSEEdit v4.0.4c'
- name: 'PrvtIRoyalArmory.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6994/'
name: 'Royal Armory - New Artifacts'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44392/'
name: 'Royal Armory - New Artifacts Plugin Replacer'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Royal Armory.esp")'
clean:
- crc: 0x06EC2D98
util: 'SSEEdit v4.0.4c'
- crc: 0x1B005466
util: 'SSEEdit v4.0.4c'
- name: 'PsijicTeleportSpells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5643/' ]
dirty:
# version: 4.8.0
- <<: *quickClean
crc: 0xA202F2E4
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 42
- name: '(RareCuriosBoltsExpanded|RCBE - Thwack Consistency Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/39903/'
name: 'Rare Curios - Bolts Expanded'
- name: 'RareCuriosBoltsExpanded.esp'
tag:
- Delev
- Graphics
- Keywords
- Names
- ObjectBounds
- Relev
- Stats
- Text
clean:
- crc: 0x620CEAB4
util: 'SSEEdit v4.0.4b'
- name: 'RCBE - Thwack Consistency Patch.esp'
msg: [ *patchOutdated ]
- name: 'RelicsofHyruleDragonborn.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12244/' ]
clean:
- crc: 0x336DE5C8
util: 'SSEEdit v4.0.3'
- name: 'Remodeled Armor - Vanilla Replacer.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22168/' ]
dirty:
- <<: *quickClean
crc: 0x24A898B8
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Rough Leather Armor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/23725/'
name: 'Rough Leather Armor - Unofficial SE Port'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Rough Leather Armor.esp")'
- name: 'RuinsEdge.esp'
url: [ 'https://www.patreon.com/posts/ruins-edge-v1-2-65789547/' ]
dirty:
# version: 1.2
- <<: *quickClean
crc: 0xE3C3CF54
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'RUSTIC SOULGEMS - (Sorted|Unsorted)( - ESL)?( - GIST)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5785/' ]
tag:
- Graphics
- ObjectBounds
inc:
- name: 'MLPSoulGems.esp'
display: 'MultiLayer Parallax Soul Gems'
msg:
- <<: *useOnlyOneX
condition: 'many("RUSTIC SOULGEMS - (Sorted|Unsorted)( - ESL)?( - GIST)?\.esp")'
subs: [ 'RUSTIC SOULGEMS' ]
- name: 'RUSTIC SOULGEMS - Sorted.esp'
tag: [ Names ]
clean:
- crc: 0x2F1715EC
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xE2AAFCF0
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x240FB8A3
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x1DAA6BEB
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x0AAB3093
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xB3BABE90
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'RUSTIC SOULGEMS - Sorted - ESL.esp'
tag: [ Names ]
clean:
- crc: 0x7AD6717B
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'RUSTIC SOULGEMS - Sorted - GIST.esp'
tag: [ Names ]
clean:
- crc: 0x5E295CF3
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'RUSTIC SOULGEMS - Sorted - ESL - GIST.esp'
tag: [ Names ]
clean:
- crc: 0xB03693EC
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'RUSTIC SOULGEMS - Unsorted.esp'
dirty:
- <<: *quickClean
crc: 0x8B98CA15
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
clean:
- crc: 0x89792621
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x4AA7E618
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xA5DE6420
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x1A8E5C3C
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xADD2280C
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0xE075ED5E
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'RUSTIC SOULGEMS - Unsorted - ESL.esp'
dirty:
- <<: *quickClean
crc: 0xE54891DA
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
clean:
- crc: 0x72B14661
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'RUSTIC SOULGEMS - Unsorted - GIST.esp'
dirty:
- <<: *quickClean
crc: 0xB4B14CCE
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
clean:
- crc: 0xA44937DA
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'RUSTIC SOULGEMS - Unsorted - ESL - GIST.esp'
dirty:
- <<: *quickClean
crc: 0xC62B36D0
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
clean:
- crc: 0x3AEAA186
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Seashells.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4492/' ]
msg: [ *alreadyInLotD ]
- name: 'ScopedBows.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/912/'
name: 'Scoped Bows SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19495/'
name: 'Scoped Bows Compatibility Kit - SBCK'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Scoped Bows.esp")'
tag:
- Delev
- Graphics
- Invent.Add
- Invent.Remove
- Stats
clean:
- crc: 0x5E29053A
util: 'SSEEdit v4.0.3'
- crc: 0x3B42D974
util: 'SSEEdit v4.0.3'
- crc: 0xAB2A8510
util: 'SSEEdit v4.0.3'
- name: 'ScopedBows_MLU_ZIA Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19495/' ]
tag:
- Graphics
- Names
- Stats
- name: 'SL01AmuletsSkyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/487/' ]
tag: [ Delev ]
clean:
# version: 4.061
- crc: 0xC77B2B42
util: 'SSEEdit v4.0.2f'
- name: 'Skyrim Food Expansion.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/110935/'
name: 'Skyrim Food Expansion'
- name: 'Skyrim Food Expansion.esp'
req: [ *BaseObjSwap ]
tag:
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- Names
dirty:
- <<: *quickClean
crc: 0x340AC958
util: '[SSEEdit v4.1.5d](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'SkyrimsUniqueTreasures.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5261/' ]
clean:
# version: 4.4
- crc: 0x218B87C0
util: 'SSEEdit v4.0.3'
- name: 'skyshards.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1939-eso-skyshards/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/3326552/'
after: [ 'Landscape For Grass Mods - Moon and Star PATCH.esp' ]
clean:
- crc: 0x3D73F899
util: 'SSEEdit v4.0.3'
- name: 'StaffOfSheogorath.esp'
url: [ 'https://www.patreon.com/posts/staff-of-v1-0-1-65781526/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x9B0E1A85
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
- name: 'StendarrsHammer.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12945/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x683930EE
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
udr: 1
- name: 'SUDs([ _](Apothecary Food|CACO|InnSoaps|- RND)[ _]Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/85824/'
name: 'SUDs - Skyrim''s Unique Drinks'
- name: 'SUDs.esp'
msg:
- <<: *wildEdits
subs: [ 'Remove the XEZN subrecord from RiftenRatwayZone in 00016BCF.' ]
condition: 'checksum("SUDs.esp", A6E41470)'
tag:
- Graphics
- Invent.Add
- ObjectBounds
- Stats
- name: 'SUDS Apothecary Food Patch.esp'
clean:
- crc: 0xC1503C98
util: 'SSEEdit v4.0.4c'
- name: 'SUDs_CACO_Patch.esp'
clean:
- crc: 0xC47C6FB6
util: 'SSEEdit v4.0.4c'
- name: 'SUDS_InnSoaps_Patch.esp'
tag:
- Invent.Add
- Invent.Remove
clean:
- crc: 0x8808B159
util: 'SSEEdit v4.0.4c'
- name: 'SUDs - RND Patch.esp'
clean:
- crc: 0xFD173E4B
util: 'SSEEdit v4.0.4c'
- name: 'Summermyst - Enchantments of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6285/' ]
inc:
- 'Animated Weapon Enchants.esp'
- 'Classic Elder Scrolls Attributes.esp'
- name: 'Immersive Jewelry.esp'
condition: 'not file("ImmersiveJewelryXSummermyst.esp") and not file("ImmersiveJewelryXSummermyst - Unrestricted.esp")'
- 'SkyRe_Main.esp'
- 'Wintermyst - Enchantments of Skyrim.esp'
- 'Worlds Dawn.esp'
after:
- 'Weapon AF.esp'
- 'Weapons & Armor Fixes_Remade.esp'
tag:
- EffectStats
- EnchantmentStats
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- Text
msg:
- <<: *compatIssuesWithX
subs: [ 'EnchantingAwakened.esp' ]
condition: 'active("Summermyst - Enchantments of Skyrim.esp") and active("EnchantingAwakened.esp")'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/116/' ]
- *includesMBBF
- <<: *patch3rdParty
subs:
- 'Immersive Jewelry'
- '[Summermyst X Immersive Jewelry](https://www.nexusmods.com/skyrimspecialedition/mods/30463/)'
condition: 'active("Immersive Jewelry.esp") and not active("ImmersiveJewelryXSummermyst.esp") and not active("ImmersiveJewelryXSummermyst - Unrestricted.esp")'
- <<: *patch3rdParty
subs:
- 'Weapon AF'
- '[Weapon AF and Summermyst Patch (Old Files)](https://www.nexusmods.com/skyrimspecialedition/mods/19500/)'
condition: 'active("Weapon AF.esp") and not active("Weapon AF and Summermyst Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Weapons Armor Clothing and Clutter Fixes'
- '[Summermyst - WACCF Patch](https://www.nexusmods.com/skyrimspecialedition/mods/34547/)'
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and not active("Summermyst - WACCF Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Requiem - The Roleplaying Overhaul'
- '[Requiem - Summermyst](https://www.nexusmods.com/skyrimspecialedition/mods/67594/)'
condition: 'active("Requiem.esp") and not active("Requiem - Summermyst.esp") and version("Requiem.esp", <, "5.3.0")'
- <<: *patchUnavailableRequiem
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "5.3.0")'
clean:
# version: 3.07SSE
- crc: 0x1F17FC44
util: 'SSEEdit v4.0.2f'
- name: 'SweetRollVariants.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/71911/'
name: 'Actual Sweet Roll Variants (Base Object Swapper - New Flavours - High Poly)'
- name: 'SweetRollVariants.esp'
req: [ *BaseObjSwap ]
msg:
- <<: *patchProvided
subs: [ 'Pets of Skyrim (Creation Club)' ]
condition: 'active("ccvsvsse002-pets.esl") and not active("SweetRollVariants_CC_Pets.esp")'
tag:
- Delev
- Graphics
clean:
- crc: 0x94DB0A4C
util: 'SSEEdit v4.0.4c'
- name: 'SweetRollVariants_ApothecaryFood.esp'
clean:
- crc: 0xBCFA63A0
util: 'SSEEdit v4.0.4c'
- name: 'SweetRollVariants_BSBruma.esp'
clean:
- crc: 0xF20B4006
util: 'SSEEdit v4.0.4c'
- name: 'SweetRollVariants_CC_Pets.esp'
dirty:
- <<: *quickClean
crc: 0x904892A9
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'SweetRollVariants_Lucien.esp'
clean:
- crc: 0xA9488545
util: 'SSEEdit v4.0.4c'
- name: 'SweetRollVariants_OrderMenu.esp'
clean:
- crc: 0xBA220ADF
util: 'SSEEdit v4.0.4c'
- name: 'Tale of Two Mers.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/43074/'
name: 'Tale of Two Mer - An Armor Variant Mod'
tag:
- Actors.AIData
- Delev
- Names
clean:
- crc: 0x269E89A6
util: 'SSEEdit v4.0.4b'
- name: 'TalosHousecarl.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5540/'
name: 'Talos Housecarl Armor Pack'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Talos Housecarl Armor.esp")'
- name: 'ThaneWeaponsReborn.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8387/' ]
msg: [ *alreadyInLotD ]
- name: 'Thaumaturgy(JumpBoots)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/57138/'
name: 'Thaumaturgy - An Enchanting Overhaul'
- name: 'Thaumaturgy.esp'
tag:
- EffectStats
- Enchantments
- EnchantmentStats
- Graphics
- Keywords
- Relev
- Stats
- Text
- name: 'ThaumaturgyJumpBoots.esp'
tag: [ EnchantmentStats ]
- name: 'TheEggOfTime.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18667/'
name: 'The Egg Of Time - Dwemer artifacts from Morrowind'
dirty:
- <<: *quickClean
crc: 0xFF836439
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
- name: 'The Infinity Gauntlet.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25556/' ]
msg:
- <<: *wildEdits
subs: [ 'Remove 00000D74 & 0000003C.' ]
condition: 'checksum("The Infinity Gauntlet.esp", BEDB4EB0)'
dirty:
- <<: *quickClean
crc: 0xC875BB6D
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
- name: 'TheOneRing.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20167/' ]
dirty:
- <<: *quickClean
crc: 0xDDAB5BDC
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- <<: *quickClean
crc: 0xECD2F4A3
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- <<: *quickClean
crc: 0xFF77372A
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'TheWulfPanda - City Teleport Spells( Less Magicka Increase Cast Time)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7015/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Teleport Spells Towns and Villages' ]
condition: 'many("TheWulfPanda - City Teleport Spells( Less Magicka Increase Cast Time)?\.esp")'
- <<: *wildEdits
subs: [ '[Cleaning Guide](https://macsplody.github.io/xGuides/#-teleport---city-spells-)' ]
condition: 'checksum("TheWulfPanda - City Teleport Spells.esp", 6FCC9D3A) or checksum("TheWulfPanda - City Teleport Spells Less Magicka Increase Cast Time.esp", DA06632F)'
- name: 'TheWulfPanda - City Teleport Spells.esp'
dirty:
# version: 1.01
- <<: *quickClean
crc: 0xEC89CAD3
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 19
- name: 'TheWulfPanda - City Teleport Spells Less Magicka Increase Cast Time.esp'
dirty:
# version: 1.01
- <<: *quickClean
crc: 0x5AE957AB
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 19
- name: 'TheWulfPanda - Faction Teleport Spells( Less Magicka Increased Cast Time)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6991/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Teleport Spells Towns and Villages' ]
condition: 'many("TheWulfPanda - Faction Teleport Spells( Less Magicka Increased Cast Time)?\.esp")'
- <<: *wildEdits
subs: [ '[Cleaning Guide](https://macsplody.github.io/xGuides/#-teleport---faction-spells-)' ]
condition: 'checksum("TheWulfPanda - Faction Teleport Spells.esp", 017847FA) or checksum("TheWulfPanda - Faction Teleport Spells Less Magicka Increased Cast Time.esp", 7F826487)'
- name: 'TheWulfPanda - Faction Teleport Spells.esp'
dirty:
# version: 1.01
- <<: *quickClean
crc: 0x6DA7BCF5
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 30
- name: 'TheWulfPanda - Faction Teleport Spells Less Magicka Increased Cast Time.esp'
dirty:
# version: 1.03
- <<: *quickClean
crc: 0x3BEDC8A5
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 30
- name: 'TheWulfPanda - Teleport Spells Towns and Villages( Less Magicka Increase Cast Time)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7267/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Teleport Spells Towns and Villages' ]
condition: 'many("TheWulfPanda - Teleport Spells Towns and Villages( Less Magicka Increase Cast Time)?\.esp")'
- <<: *wildEdits
subs: [ '[Cleaning Guide](https://macsplody.github.io/xGuides/#-teleport---towns-and-villages-)' ]
condition: 'checksum("TheWulfPanda - Teleport Spells Towns and Villages.esp", AAAA667B) or checksum("TheWulfPanda - Teleport Spells Towns and Villages Less Magicka Increase Cast Time.esp", 8C2C1182)'
- name: 'TheWulfPanda - Teleport Spells Towns and Villages.esp'
dirty:
# version: 1.03
- <<: *quickClean
crc: 0xE614F5D7
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
- name: 'TheWulfPanda - Teleport Spells Towns and Villages Less Magicka Increase Cast Time.esp'
dirty:
# version: 1.00
- <<: *quickClean
crc: 0x2393970C
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
- name: 'TMBVanillaArmorandClothes.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18094/' ]
msg:
- <<: *requiresX
subs: [ '[XP32 Maximum Skeleton Special Extended - XPMSSE](https://www.nexusmods.com/skyrimspecialedition/mods/1988/)' ]
condition: 'not file("XPMSE.esp")'
tag: [ Graphics ]
- name: 'treasure_hunt.es(l|p)'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19469/' ]
- name: 'treasure_hunt.esl'
clean:
# version: 1.72
- crc: 0xE987720F
util: 'SSEEdit v4.0.3'
- name: 'treasure_hunt.esp'
clean:
# version: 1.72
- crc: 0x5647775E
util: 'SSEEdit v4.0.3'
- name: 'Ulags Legacy.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20510/'
name: 'Ulag''s Legacy - Apotheus Light Armor - Blooded Heavy Armor - Duskward Light Armor'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Ulag''s Legacy.esp")'
- name: 'Undriel_Everlight.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16043/' ]
dirty:
- <<: *quickClean
crc: 0x5E62A5C6
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Unique(Grimsever|Stormfang)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14389/' ]
- name: 'UniqueGrimsever.esp'
clean:
# version: 1.1
- crc: 0x4D0C8B32
util: 'SSEEdit v4.0.2f'
- name: 'UniqueStormfang.esp'
clean:
# version: 1.3
- crc: 0xC7C6B0F0
util: 'SSEEdit v4.0.2f'
- name: 'Unique Uniques.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3334/' ]
msg: [ *alreadyInLotD ]
clean:
- crc: 0x31DB2011
util: 'SSEEdit v4.0.3f'
- name: 'Unique Zephyr.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16956/' ]
tag:
- Graphics
- ObjectBounds
- Stats
- Text
clean:
- crc: 0xFDE147EF
util: 'SSEEdit v4.0.4'
- crc: 0x4FDC9DB0
util: 'SSEEdit v4.0.4'
- name: 'Vikings Weaponry - Johnskyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14409/' ]
clean:
- crc: 0xCF308145
util: 'SSEEdit v4.0.3'
- name: 'Vikings Weaponry LL - Johnskyrim.esp'
tag: [ Relev ]
clean:
- crc: 0xA13319FC
util: 'SSEEdit v4.0.3'
- name: 'Volkihar Knight.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4806/' ]
clean:
# version: 1.0
- crc: 0xF3768475
util: 'SSEEdit v4.0.2f'
- name: 'WarmongerArmory_LeveledList.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4956/' ]
after:
- '1nivWICCloaks.esp'
- '1nivWICCloaksNoGuards.esp'
tag:
- Actors.ACBS
- Delev
- Graphics
- Invent.Add
- Invent.Remove
- Outfits.Add
- Outfits.Remove
- Relev
- name: 'WarmongerArmory_SSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17809/'
name: 'Warmonger Armory - Unofficial Fixed SSE Port'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Warmonger Armory.esp")'
- name: 'WeaponsOf3E_SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5019/' ]
clean:
# version: 1.0.3
- crc: 0x6488D166
util: 'SSEEdit v4.0.2f'
- name: '3rdEraWeaponsMoS.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16876/' ]
clean:
# version: 1.51
- crc: 0x16CAA198
util: 'SSEEdit v4.0.2f'
- name: 'Wintermyst - (Enchantments of Skyrim|Increased Damage).esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18603/' ]
tag: [ Names ]
- name: 'Wintermyst - Enchantments of Skyrim.esp'
inc:
- 'Animated Weapon Enchants.esp'
- 'Summermyst - Enchantments of Skyrim.esp'
tag:
- Delev
- Graphics
- Relev
msg:
- <<: *compatIssuesWithX
subs: [ 'EnchantingAwakened.esp' ]
condition: 'active("Wintermyst - Enchantments of Skyrim.esp") and active("EnchantingAwakened.esp")'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18603/' ]
dirty:
# version: 4.06SE
- <<: *quickClean
crc: 0x24B9E639
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Wintermyst - Increased Damage.esp'
clean:
# version: 4.06SE
- crc: 0x65AFCE11
util: 'SSEEdit v4.0.0'
- name: 'witchplate.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17053/'
name: 'Witchplate Armor Set'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Witchplate Armor.esp")'
- name: 'WZOblivionArtifacts.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/10644/'
name: 'Oblivion Artifact Pack'
dirty:
- <<: *quickClean
crc: 0x5FD5D31C
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 31
udr: 3
- <<: *quickClean
crc: 0xF914361B
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 31
udr: 3
- name: 'WZTamrielic Culture.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11418/' ]
clean:
- crc: 0x22A8658C
util: 'SSEEdit v4.0.3'
- name: 'yumcheese.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/36506/'
name: 'Cheesemod for EVERYONE'
msg:
- <<: *wildEdits
subs: [ 'Remove the record 00083B04 & remove the XEZN subrecord from RiftenRatwayZone in 00016BCF.' ]
condition: 'checksum("yumcheese.esp", 8A36B7F3) or checksum("yumcheese.esp", A2F4FBDB)'
tag:
- Invent.Add
- Invent.Remove
dirty:
- <<: *quickClean
crc: 0x8A36B7F3
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 25
udr: 4
- <<: *quickClean
crc: 0x5FFDF5E1
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 25
udr: 4
- name: '(ZIA_(Ancient(_V4)?|Complete|Daedric) Pack|Z[A-Y]{2})\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9138/'
name: 'Zim''s Immersive Artifacts'
# Zim's Immersive Artifacts - Pack plugins
- name: 'ZIA_(Ancient|Complete|Daedric) Pack\.esp'
after: [ 'MLU.esp' ]
- name: 'ZIA_Ancient Pack.esp'
clean:
- crc: 0x19D4478E
util: 'SSEEdit v4.0.4c'
- name: 'ZIA_Complete Pack.esp'
tag:
- EffectStats
- Enchantments
- EnchantmentStats
- Graphics
- Keywords
- Names
- Sound
- Stats
- Text
clean:
# All artifacts
- crc: 0xC4A8C3D1
util: 'SSEEdit v4.0.4c'
# Not all artifacts
- crc: 0x1ED7B431
util: 'SSEEdit v4.0.4c'
- name: 'ZIA_Daedric Pack.esp'
clean:
- crc: 0xC774099C
util: 'SSEEdit v4.0.4c'
# Zim's Immersive Artifacts - Individual plugins
- name: 'Z(AB|AS|AU|BB|BW|CH|CV|DB|EB|EM|GA|KN|KT|MB|MR|MS|NA|NB|NI|OI|RA|RH|RN|SB|SC|SH|SK|SM|SR|SY|TH|VD|WJ|WT)\.esp'
after: [ 'MLU.esp' ]
# Zim's Immersive Artifacts - Obsolete plugins
- name: 'ZIA_Ancient Pack_V4.esp'
msg: [ *obsolete ]
###### Locations - New Dungeons ######
- name: '(CauseReducedCut(- Ayleid Gear Consistency Patch)?|Rielle - Vault of Meridia)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66676/'
name: 'The Cause - Reduced Cut'
- name: 'CauseReducedCut.esp'
dirty:
- <<: *quickClean
crc: 0x6634DF7A
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
- name: 'CauseReducedCut- Ayleid Gear Consistency Patch.esp'
clean:
- crc: 0x51DD187F
util: 'SSEEdit v4.0.4b'
- name: 'Rielle - Vault of Meridia.esp'
clean:
- crc: 0x114081E6
util: 'SSEEdit v4.0.4b'
- name: 'DeadMansRefuge(ArenaPatch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66194/'
name: 'Dead Man''s Refuge (Nexus Mods)'
- name: 'DeadMansRefuge.esp'
url:
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/4283320/'
name: 'Dead Man''s Refuge (Bethesda.net)'
msg:
- <<: *patchProvided
subs: [ 'Arena - An Encounter Zone Overhaul' ]
condition: 'active("Arena.esp") and not active("DeadMansRefugeArenaPatch.esp")'
clean:
- crc: 0x2BBD7258
util: 'SSEEdit v4.0.4'
- name: 'DeadMansRefugeArenaPatch.esp'
url:
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/4283327/'
name: 'Dead Man''s Refuge - Arena Patch (Bethesda.net)'
clean:
- crc: 0x62425172
util: 'SSEEdit v4.0.4'
- name: 'dv01vampireclanwar.esm'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/4e3bf6f3-8632-4f5d-8094-fbb245b3d22a/A_Tale_of_Blood_and_Snow/'
name: 'A Tale of Blood and Snow (Verified Creation)'
tag: [ Keywords ]
clean:
- crc: 0xF0312268
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'MorthalBarrow(_AtlasMapMarkers_Patch| ESOImports Patch|-TDC)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/90737/'
name: 'Morthal Barrow'
- name: 'MorthalBarrow.esp'
tag: [ C.Location ]
clean:
- crc: 0xD472025E
util: 'SSEEdit v4.0.4c'
- name: 'MorthalBarrow_AtlasMapMarkers_Patch.esp'
clean:
- crc: 0x0DFC215D
util: 'SSEEdit v4.0.4c'
- name: 'MorthalBarrow ESOImports Patch.esp'
clean:
- crc: 0x5B3FB345
util: 'SSEEdit v4.0.4c'
- name: 'MorthalBarrow-TDC.esp'
clean:
- crc: 0x9982C9BA
util: 'SSEEdit v4.0.4c'
###### Locations - New Lands ######
- name: 'arnima.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/3008/'
name: 'Beyond Reach'
dirty:
# version: 4.0.0
- <<: *quickClean
crc: 0x939EA05D
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11767
- name: 'Artaeum.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/33150/'
name: 'Isle of Artaeum Season 3'
dirty:
- <<: *reqManualFix
crc: 0x78537FA2
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'Black Marsh( North)?.es(m|p)'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19027/' ]
- name: 'Black Marsh.esm'
clean:
# version: 5
- crc: 0xBEE29EE4
util: 'SSEEdit v4.0.2'
- name: 'Black Marsh North.esp'
dirty:
# version: 5
- <<: *reqManualFix
crc: 0xC8E33B76
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 160
udr: 14019
nav: 129
# version: 5, after QAC
- <<: *reqManualFix
crc: 0xBA5B1367
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 129
- name: 'BS(Assets|Heartland|_DLC_patch)\.es[mp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/10917/'
name: 'Beyond Skyrim - Bruma'
# - name: 'BSAssets.esm'
# Do not clean - Just GRUP ITMs. Reevaluate if other ITMs, UDRs, or deleted navmeshes are present.
- name: 'BSHeartland.esm'
msg:
- <<: *patch3rdParty
subs:
- 'Complete Alchemy & Cooking Overhaul'
- '[CACO - Beyond Skyrim Bruma Patch](https://www.nexusmods.com/skyrimspecialedition/mods/24830/)'
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and not active("CACO_Beyond Skyrim Bruma_Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Flora Respawn Fix'
- '[Flora Respawn Fix SE for Beyond Skyrim](https://www.nexusmods.com/skyrimspecialedition/mods/11072/)'
condition: 'active("FloraRespawnFix.esp") and not active("BSHeartlandFRF.esp")'
- <<: *patch3rdParty
subs:
- 'iNeed'
- '[Beyond Skyrim - Bruma - Tweaks Enhancements and Patches SSE](https://www.nexusmods.com/skyrimspecialedition/mods/19374/)'
condition: 'active("iNeed.esp") and not active("Bruma - iNeed Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Ordinator - Perks of Skyrim'
- '[Ordinator Beyond Skyrim Bruma Patch](https://www.nexusmods.com/skyrimspecialedition/mods/10934/)'
condition: 'active("Ordinator - Perks of Skyrim.esp") and not active("Ordinator - Beyond Skyrim Bruma Patch.esp")'
tag:
- Actors.ACBS
- Actors.DeathItem
- Actors.Factions
- Actors.Stats
- C.Regions
- Graphics
- Keywords
- Names
- ObjectBounds
- Text
# Do not clean - Just GRUP ITMs & test cell defined in BSAssets.esm. Reevaluate if other ITMs, UDRs, or deleted navmeshes are present.
- name: 'BS_DLC_patch.esp'
tag:
- Delev
- Invent.Add
- Invent.Remove
- Keywords
- Relev
clean:
- crc: 0x3D74719B
util: 'SSEEdit v4.0.4c'
- name: 'bs bruma corrections (pc).esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/33748/'
name: 'Beyond Skyrim - Bruma - Corrections'
tag:
- Delev
- Invent.Add
- Invent.Remove
- Outfits.Add
- Outfits.Remove
- name: 'BS(BSHeartland - Unofficial Patch|_Campfire)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19374/'
name: 'Beyond Skyrim - Bruma - Tweaks Enhancements and Patches SSE'
- name: 'BSHeartland - Unofficial Patch.esp'
tag:
- C.Location
- C.Name
- Names
dirty:
- <<: *quickClean
crc: 0x41A22D57
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 24
- name: 'BS_Campfire.esp'
tag: [ Names ]
- name: 'Chanterelle World Interiors.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/41965/' ]
dirty:
- <<: *reqManualFix
crc: 0xB5E2C59A
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Clockwork.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4155/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x7E36F0E5
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 122
- name: 'cronemod.esm'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/ccbe2c79-9749-41b1-97e0-1097e087d593/Coven_of_Crones/'
name: 'Coven of Crones (Verified Creation)'
tag:
- C.ImageSpace
- C.Light
- C.Music
clean:
- crc: 0xDE9A4E88
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Darkend.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10423/' ]
dirty:
# version: 1.4
- <<: *quickClean
crc: 0x616730B8
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26
- name: 'DwemerWorldGate.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/29305/'
name: 'Dwemer Worldgate'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/49791/'
name: 'Dwemer Welttor (Dwemer Worldgate) 0.3.1 DV'
dirty:
- <<: *quickClean
crc: 0xC2C932AA
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 108
clean:
- crc: 0x4D549249
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Falskaar.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2057/'
name: 'Falskaar'
msg:
- <<: *patch3rdParty
subs:
- 'Better Dynamic Snow'
- '[Falskaar - Addons and Patches](https://www.nexusmods.com/skyrimspecialedition/mods/19454/)'
condition: 'active("Better Dynamic Snow.esp") and not active("Falskaar - Better Dynamic Snow Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Containers and Leveled Lists Fixes - Complete Loot Overhaul'
- '[Falskaar - Addons and Patches](https://www.nexusmods.com/skyrimspecialedition/mods/19454/)'
condition: 'active("Containers and Leveled Lists Fixes.esp") and not active("Falskaar - CLLF Patch.esp")'
- <<: *patch3rdParty
subs:
- 'iNeed - Food Water and Sleep'
- '[Falskaar - Addons and Patches](https://www.nexusmods.com/skyrimspecialedition/mods/19454/)'
condition: 'active("iNeed.esp") and not active("Falskaar - iNeed Patch.esp")'
- <<: *patch3rdParty
subs:
- 'SkyTEST - Realistic Animals and Predators'
- '[Falskaar - Addons and Patches](https://www.nexusmods.com/skyrimspecialedition/mods/19454/)'
condition: 'active("SkyTEST-RealisticAnimals&Predators.esp") and not active("BSHeartland.esm") and not active("Falskaar - SkyTEST Patch.esp")'
- <<: *patch3rdParty
subs:
- 'SkyTEST and Beyond Skyrim - Bruma'
- '[Falskaar - Addons and Patches](https://www.nexusmods.com/skyrimspecialedition/mods/19454/)'
condition: 'active("SkyTEST-RealisticAnimals&Predators.esp") and active("BSHeartland.esm") and not active("Falskaar - SkyTEST and Bruma Patch.esp")'
- <<: *patch3rdParty
subs:
- 'YASH - Yet Another Skyrim Hardcore Mod'
- '[Falskaar - Addons and Patches](https://www.nexusmods.com/skyrimspecialedition/mods/19454/)'
condition: 'active("YASH2.esp") and not active("Falskaar - YASH Patch.esp")'
- <<: *patchUpdateAvailable
subs: [ '[Comprehensive Falskaar Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/62819/)' ]
condition: 'not active("Comprehensive_Falskaar_Fixes.esp")'
dirty:
- <<: *quickClean
crc: 0x00AFAC80
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'ForgottenIsland.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6640/' ]
dirty:
- <<: *quickClean
crc: 0x353FFB77
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 19
- name: 'Gray Fox Cowl.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4509/'
name: 'The Gray Cowl of Nocturnal SE'
dirty:
# version: 1.3
- <<: *quickClean
crc: 0xDA11D0DA
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 21
- name: 'Identity Crisis.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/39634/' ]
inc:
- name: 'BSHeartland.esm'
display: 'Beyond Skyrim - Bruma SE'
condition: 'not active("BS Bruma Patch.esp")'
msg:
- <<: *patchProvided
subs: [ 'Beyond Skyrim - Bruma SE' ]
condition: 'active("BSHeartland.esm") and not active("BS Bruma Patch.esp")'
- name: 'Maslea.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18327/'
name: 'The Republic of Maslea - Chapter one - SSE'
inc: [ 'MoreBanditCamps.esp' ]
req: [ *SilentVoice ]
dirty:
- <<: *quickClean
crc: 0x47A6A2ED
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2387
- <<: *quickClean
crc: 0x2D208787
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2390
- name: 'Midwood Isle.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28120/' ]
clean:
- crc: 0x902458B5
util: 'SSEEdit v4.0.4'
- name: 'MI Alt Ship Loc 2.esp'
dirty:
- <<: *quickClean
crc: 0x010D8C29
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'MILightsControl.esp'
clean:
- crc: 0xC3C4CE49
util: 'SSEEdit v4.0.4'
- name: 'MoonAndStar_(MAS|ImmersionPatch)\.esp'
url:
- 'https://www.nexusmods.com/skyrimspecialedition/mods/4301/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/3107024/'
- 'https://www.nexusmods.com/skyrimspecialedition/mods/28530/'
- name: 'MoonAndStar_MAS.esp'
after:
- name: 'AuroraVillage.esp'
condition: 'not is_master("MoonAndStar_MAS.esp")'
- name: 'Landscape Fixes For Grass Mods.esp'
condition: 'not is_master("MoonAndStar_MAS.esp")'
- name: 'Tel_Nalta.esp'
condition: 'not is_master("MoonAndStar_MAS.esp")'
msg:
- <<: *patch3rdParty
subs:
- 'Undeath Remastered'
- '[Moon and Star - Undeath Remastered Patch](https://www.nexusmods.com/skyrimspecialedition/mods/19068/)'
condition: 'active("Undeath.esp") and not active("MoonAndStar_Undeath_compat.esp")'
- <<: *patch3rdParty
subs:
- 'WARZONES - Assault Attack'
- '[ Moon and Star WARZONES - Assault Attack Compatibility Patch ](https://www.nexusmods.com/skyrimspecialedition/mods/10751/)'
condition: 'active("WARZONES - SSE - DLC - Assault Attack.esp") and not active("JRWZMASPatch.esp")'
- <<: *patchUpdateAvailable
subs: [ '[Moon and Star - Cleaned Plugin Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/28530/)' ]
condition: 'checksum("moonpath.esp", EB5AEFAF)'
tag: [ C.Location ]
clean:
- crc: 0x2EE7DDD5
util: 'SSEEdit v4.0.3g'
- name: 'MoonAndStar_ImmersionPatch.esp'
inc: [ *LotD_v5 ]
- name: 'moonpath.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4341/'
name: 'Moonpath to Elsweyr SSE'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Unofficial Moonpath to Elsweyr Patch](https://www.nexusmods.com/skyrimspecialedition/mods/15882/)' ]
condition: 'active("moonpath.esp") and checksum("moonpath.esp", 18577F3E) and not active("JRMoonpathtoElsweyrPatch.esp")'
clean:
# version: 1.16.1
- crc: 0x18577F3E
util: 'SSEEdit v4.0.3'
- name: 'Moonpath (Music - )?Sky and Light(n)?ing Fix( - merged)?.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18683/' ]
after: [ 'JRMoonpathBrumaPatch.esp' ]
- name: 'JRMoonpathtoElsweyrPatch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/15882/'
name: 'Unofficial Moonpath to Elsweyr Patch'
tag: [ Names ]
clean:
# version: 1.5
- crc: 0x3161E919
util: 'SSEEdit v4.0.0'
- name: 'Nyhus.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4016/' ]
- name: 'Phenderix Magic World.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6551/' ]
msg:
- <<: *alsoUseX
subs: [ '[Phenderix Magic World - Leveled Lists Add-On](https://www.nexusmods.com/skyrimspecialedition/mods/36742/)' ]
condition: 'not active("Phenderix Magic World - Leveled Lists Add-On.esp")'
- <<: *patch3rdParty
subs:
- 'Open Cities Skyrim'
- '[Phenderix OCS Patch](https://www.nexusmods.com/skyrimspecialedition/mods/39637/)'
condition: 'active("open cities skyrim.esp") and not active("Phenderix OCS Patch.esp")'
dirty:
- <<: *quickClean
crc: 0xE4CCCE2F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
itm: 17
- name: 'StagPrinceBow.esp'
url: [ 'https://www.patreon.com/posts/hunting-grounds-65785356/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x6B66BD44
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'summerset(isl|Fix)es\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/72004/'
name: 'Summerset Isle'
- name: 'summersetisles.esp'
dirty:
- <<: *quickClean
crc: 0x3F84C631
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2925
- name: 'SummersetFixes.esp'
tag: [ C.Music ]
dirty:
- <<: *quickClean
crc: 0x1102AE68
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 689
udr: 1430
nav: 20
- name: 'SurSummerAssault - Stormcloak.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/42715/' ]
dirty:
- <<: *reqManualFix
crc: 0x5722E46A
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 34
udr: 5
nav: 1
- <<: *reqManualFix
crc: 0xC61AFBDA
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- <<: *reqManualFix
crc: 0x8B24E15B
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 27
udr: 5
nav: 1
- <<: *reqManualFix
crc: 0x3AF36AE7
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'TheBawbsShire.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18903/'
name: 'The Shire SE'
dirty:
# version: 1.3
- <<: *reqManualFix
crc: 0x1344E8BC
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
nav: 2
# version: 1.3, after QAC
- <<: *reqManualFix
crc: 0xB86979DE
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'The Haven From The Cold And Dark.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5266/'
name: 'The Haven From The Cold And Dark 2.0'
dirty:
# version: 2.4
- <<: *reqManualFix
crc: 0xC53D3A5B
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3996
nav: 3
# version: 2.4
- <<: *reqManualFix
crc: 0x168EF727
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Undeath.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6180/'
name: 'Undeath Remastered (Nexus Mods)'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/3327746/'
name: 'Undeath Remastered (Bethesda.net Mods)'
after:
- name: 'MoonAndStar_MAS.esp'
condition: 'not is_master("Undeath.esp")'
inc: [ 'AuroraVillage.esp' ]
msg:
- <<: *alsoUseX
subs: [ '[Undeath Remastered - Facegen Data Patch](https://www.nexusmods.com/skyrimspecialedition/mods/20046/)' ]
condition: 'not file("meshes/actors/character/FaceGenData/FaceGeom/Undeath.esp/000BB03A.NIF") and not active("UndeathFixes.esp")'
- <<: *patch3rdParty
subs:
- 'Complete Alchemy & Cooking Overhaul'
- '[CACO Undeath Patch](https://www.nexusmods.com/skyrimspecialedition/mods/29825/)'
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and not active("CACO_Undeath_Patch.esp")'
- <<: *patchUpdateAvailable
subs: [ '[Undeath Classical Lichdom](https://www.nexusmods.com/skyrimspecialedition/mods/40802/)' ]
condition: 'not active("UndeathFixes.esp") and not file("Undeath Ascension.esp") and not file("Undeath Immersive Lichdom.esp") and not file("Tainted_Blood.esp")'
- <<: *wildEdits
subs: [ '[Undeath Wild Edits Cleaning Guide](https://macsplody.github.io/xGuides/#-undeath-remastered-)' ]
condition: 'checksum("Undeath.esp", EB75A960) or checksum("Undeath.esp", FDADED23)'
tag:
- Graphics
- Relations.Add
- Sound
dirty:
- <<: *quickClean
crc: 0xEB75A960
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 41
- name: 'UndeathFixes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40802/'
name: 'Undeath Classical Lichdom'
tag: [ Relations.Add ]
msg:
- <<: *compatIssuesWithX
subs: [ 'True Hybrid: Tainted Blood of the Dragonborn **Tainted_Blood.esp**' ]
condition: 'active("Tainted_Blood.esp")'
- <<: *compatIssuesWithX
subs: [ 'Undeath: Immersive Lichdom **Undeath Immersive Lichdom.esp**' ]
condition: 'active("Undeath Immersive Lichdom.esp")'
- <<: *compatIssuesWithX
subs: [ 'Undeath: The Ascension **Undeath Ascension.esp**' ]
condition: 'active("Undeath Ascension.esp")'
clean:
- crc: 0x35DA5A55
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: '(Valen_assault|BosmerArmorMATY743)\.es(p|m)'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/48349/'
name: 'Assault on Valenwood'
- name: 'Valen_assault.esp'
dirty:
- <<: *quickClean
crc: 0x54ABB1A6
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 430
- name: 'BosmerArmorMATY743.esm'
dirty:
- <<: *quickClean
crc: 0xB66DB668
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Vigilant.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11849/'
name: 'VIGILANT SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11894/'
name: 'VIGILANT Voiced - English Addon'
clean:
- crc: 0x77C79B19
util: 'SSEEdit v4.0.3'
- crc: 0xEEE14A2F
util: 'SSEEdit v4.0.3'
- name: 'vominheim.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31472/' ]
- name: 'Wyrmstooth.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/45565/'
name: 'Wyrmstooth'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18553/'
name: 'Drachenzahn (Wyrmstooth) DV'
msg:
- <<: *obsolete
subs: [ '[Wyrmstooth](https://www.nexusmods.com/skyrimspecialedition/mods/45565/)' ]
condition: 'version("Wyrmstooth.esp", <, "1.19.2") and not file("interface/translations/wyrmstooth_german.txt")'
- <<: *patch3rdParty_JSDCP
condition: 'checksum("meshes/clutter/ruins/ruinsdragonclaw01.nif", 34F46214) and not active("JS Dragon Claws - Wyrmstooth Patch.esp")'
clean:
- crc: 0xDCFCEF85
util: 'SSEEdit v4.0.4c'
# German
- crc: 0xC9371351
util: 'SSEEdit v4.0.4b'
###### Locations - New Structures & Landmarks ######
- name: 'AHZBetterDGEntranceSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4126/'
name: 'Immersive Dawnguard Dayspring Pass'
after:
- name: 'Immersive Patrols II.esp'
condition: 'not is_master("AHZBetterDGEntranceSE.esp")'
tag:
- C.Location
- C.Regions
dirty:
- <<: *quickClean
crc: 0xFC45B26D
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
- name: 'AHZBetterDGEntranceSE - BSHeartland Patch.esp'
after: [ 'AHZBetterDGEntranceSE.esp' ]
req: [ 'BSHeartland.esm' ]
- name: 'AKSkyrimUnderground.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/131/' ]
clean:
- crc: 0xC9D34395
util: 'SSEEdit v4.0.3'
- name: 'AKSkyrimUnderground.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/131/' ]
clean:
- crc: 0x7E339FFC
util: 'SSEEdit v4.0.3'
- name: 'ancient weathertop.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42065/'
name: 'Lord of the Rings Amon Sul - Ancient Weathertop'
dirty:
- <<: *reqManualFix
crc: 0x6C28BE22
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
- name: '(Artifacts_Revised|DBM_Artifacts_RevisedPatch|AoSR_AoB_DBMPatch)\.esp'
url:
- link: 'https://www.patreon.com/posts/artifacts-of-v1-65790091/'
name: 'Artifacts of Skyrim - Revised Edition'
- name: 'Artifacts_Revised.esp'
tag:
- C.Light
- Graphics
- Invent.Add
- NPC.DefaultOutfit
- ObjectBounds
- Outfits.Add
dirty:
- <<: *quickClean
crc: 0x20AD15FB
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1096
udr: 9
- name: 'DBM_Artifacts_RevisedPatch.esp'
dirty:
- <<: *quickClean
crc: 0x4EDA3E42
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
udr: 16
- name: 'AoSR_AoB_DBMPatch.esp'
clean:
- crc: 0xAD75705B
util: 'SSEEdit v4.0.4'
- name: 'Aurora(Village| - Moon and Star Patch).esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17647/' ]
- name: 'AuroraVillage.esp'
inc: [ 'Lake Ilinalta Shack.esp' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x9F71C5AA
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- name: 'Aurora - Moon and Star Patch.esp'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x3931F00E
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Badersee.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16419/' ]
tag: [ C.Location ]
dirty:
- <<: *reqManualFix
crc: 0x6C7A13F1
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'BattleAftermath.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4742/' ]
after: [ 'Immersive War and Violence.esp' ]
clean:
- crc: 0xC536917E
util: 'SSEEdit v4.1.5f'
# No Dragon Attack
- crc: 0x51F9FAE2
util: 'SSEEdit v4.0.3'
- name: 'bee hives.esp'
url: [ 'https://www.afkmods.com/index.php?/files/file/1891-bee-hives/' ]
group: *newContentGroup
clean:
# version: 2.0.3
- crc: 0x9774E2CE
util: 'SSEEdit v4.0.2'
- name: 'BlackthornManor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2242/'
name: 'Blackthorn - A Buildable Town in The Rift'
inc: [ 'HoH.esp' ]
dirty:
# English
- <<: *quickClean
crc: 0x7E530609
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
# German
- <<: *quickClean
crc: 0x33E9DBFD
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
- name: 'BooksOfSkyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4115/'
name: 'Books of Skyrim SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/46991/'
name: 'Books of Skyrim SE - Redux'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Books of Skyrim SE - Redux](https://www.nexusmods.com/skyrimspecialedition/mods/46991/)' ]
condition: 'active("BooksOfSkyrim.esp") and not version("BooksOfSkyrim.esp", >=, "5.0.0")'
- <<: *requiresResources
subs: [ '[Books of Skyrim SE](https://www.nexusmods.com/skyrimspecialedition/mods/4115/)' ]
condition: 'not file("BooksOfSkyrim.bsa") and not file("BooksOfSkyrim - Textures.bsa") and not file("textures/manny/librarian/manny_librarian_sign.dds")'
clean:
- crc: 0xE9FF2708
util: 'SSEEdit v4.0.3'
- name: 'bring out your dead.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1892-bring-out-your-dead/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2956453/'
clean:
- crc: 0xB6FC130C
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: '(Convenient Carriages|CC_.*).esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12693/' ]
- name: 'Convenient Carriages.esp'
after:
- 'Clockwork.esp'
- 'COTN - Dawnstar.esp'
- 'Enhanced Solitude SSE.esp'
- 'JKs Skyrim.esp'
- 'MoreToSay.esp'
- 'moretosayfalkreath.esp'
- 'Solitude Docks.esp'
- 'tpos_complete02_RTCWG.esp'
- 'Windhelm Bridge Overhaul.esp'
inc: [ 'CFTO.esp' ]
msg:
- <<: *patchIncluded
subs: [ 'Better Dynamic Snow' ]
condition: 'active("Better Dynamic Snow.esp") and not active("CC_BDSnow_Patch.esp")'
- <<: *patchIncluded
subs: [ 'City Entrances Overhaul - Markarth' ]
condition: 'active("Markarth Entrance Overhaul.esp") and not active("CC_CEOMark_Patch.esp")'
- <<: *patchIncluded
subs: [ 'City Entrances Overhaul - Windhelm' ]
condition: 'active("WindhelmEntranceOverhaul.esp") and not active("CC_CEOWind_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("CC_CRF_Patch.esp") and not active("CC_CRF_LFFGM_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Dawnstar' ]
condition: 'active("dawnstar.esp") and not active("CC_ArtDws_Patch.esp") and not active("CC_ArtDws_IC_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Landscape Fixes For Grass Mods' ]
condition: 'active("Landscape Fixes For Grass Mods.esp") and not active("CC_LFFGM_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Storefront' ]
condition: 'active("storefront.esp") and not active("CC_ArtStorefront_Patch.esp")'
- <<: *patchIncluded
subs: [ 'The Great City of Solitude' ]
condition: 'active("The Great City of Solitude.esp") and not active("CC_TGCS_Patch.esp")'
clean:
- crc: 0xA69C30B9
util: 'SSEEdit v4.0.3g'
- crc: 0x529C0B5C
util: 'SSEEdit v4.0.3g'
- name: 'Caveoftheforgotten.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13499/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x7438A832
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'CFTO.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/8379/'
name: 'Carriage and Ferry Travel Overhaul'
after: [ 'Immersive Citizens - AI Overhaul.esp' ]
msg:
- <<: *patch3rdParty
subs:
- 'Creation Club Bittercup'
- '[Carriage Ferry Travel Overhaul (CFTO) Bittercup Fix](https://www.nexusmods.com/skyrimspecialedition/mods/60974/) or [CFTO Bittercup Compatibility Patch](https://www.nexusmods.com/skyrimspecialedition/mods/60587/)'
condition: 'active("cckrtsse001_altar.esl") and not active("JKs Skyrim.esp") and not active("CFTO bittercup fix.esp") and not active("CFTO_Bittercup_Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Creation Club Bittercup & JK''s Skyrim'
- '[CFTO Bittercup Compatibility Patch - JK''s Skyrim](https://www.nexusmods.com/skyrimspecialedition/mods/60588/)'
condition: 'active("cckrtsse001_altar.esl") and active("JKs Skyrim.esp") and not active("CFTO_Bittercup_JKs_Skyrim_Patch.esp")'
- <<: *patchProvided
subs: [ 'Arthmoor''s Dawnstar' ]
condition: 'active("dawnstar.esp") and not active("CFTO - Arthmoor Danwstar Patch.esp")'
- <<: *patchProvided
subs: [ 'Hearthfire Extended' ]
condition: 'active("hearthfireextended.esp") and not active("HFE-CFTO-Patch.esp")'
- <<: *patchProvided
subs: [ 'Immersive Citizens - AI Overhaul' ]
condition: 'active("Immersive Citizens - AI Overhaul.esp") and not active("CFTO - Immersive Citizens Patch.esp")'
- <<: *patchUpdateAvailable
subs: [ '[Carriage and Ferry Travel Overhaul - Companions Radiant Quest Fix](https://www.nexusmods.com/skyrimspecialedition/mods/52353/)' ]
condition: 'not active("CFTO_fix.esp")'
- <<: *patchUpdateAvailable
subs: [ '[Carriage and Ferry Travel Overhaul - Fixes and Winterhold](https://www.nexusmods.com/skyrimspecialedition/mods/40651/)' ]
condition: 'version("CFTO.esp", <=, "2.0")'
clean:
- crc: 0xD2FF9967
util: 'SSEEdit v4.0.4b'
- name: 'Chapels Of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15215/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x9E053C89
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 393
nav: 3
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0xCD67DB06
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Civil War Battlefields.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14284/' ]
dirty:
# version: 3.5
- <<: *quickClean
crc: 0x62C75F1D
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 34
- name: 'Convenient Bridges.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2715/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x231346AC
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 99
- name: 'Crossroads Inn.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1406/' ]
dirty:
- <<: *quickClean
crc: 0x7AD68FA2
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'cutting room floor.esp'
url:
- link: 'https://www.afkmods.com/index.php?/files/file/1894-cutting-room-floor/'
name: 'Cutting Room Floor (AFK Mods)'
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/2955350/'
name: 'Cutting Room Floor (Bethesda.net Mods)'
- link: 'https://www.moddb.com/mods/cutting-room-floor/'
name: 'Cutting Room Floor (Mod DB)'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/276/'
name: 'Cutting Room Floor (Nexus Mods)'
after:
- name: 'TouringCarriages.esp'
condition: '(is_master("cutting room floor.esp") and is_master("TouringCarriages.esp")) or (not is_master("cutting room floor.esp") and not is_master("TouringCarriages.esp"))'
msg:
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Cutting Room Floor.esp")'
clean:
- crc: 0x98C35BF6
util: 'SSEEdit v4.0.4c'
- name: 'danyanavysofskyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13447/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0xC3E81C75
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 67
udr: 65
nav: 4
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0x48ABD6C0
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
- name: 'dolmen ruins.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1897-dolmen-ruins-eso-dark-anchors/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2941128/'
clean:
# version: 2.0.5
- crc: 0xBC6758E7
util: 'SSEEdit v4.0.2'
- name: 'DragonbridgeSouthSide.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13444/' ]
dirty:
- <<: *quickClean
crc: 0xF2F09D70
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- <<: *quickClean
crc: 0xC088ADAE
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- <<: *quickClean
crc: 0x522CAE81
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- <<: *quickClean
crc: 0xD25DB557
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'DragonsKeep( - .+ Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/271/'
name: 'Dragons Keep'
- name: 'DragonsKeep.esp'
msg:
- <<: *patchIncluded
subs: [ 'Mirai - the Girl with the Dragon Heart' ]
condition: 'active("zMirai.esp") and not active("DragonsKeep - Mirai Patch.esp")'
clean:
- crc: 0x36987BEC
util: 'SSEEdit v4.1.5b EXTREMELY EXPERIMENTAL'
- name: 'EasierRidersDungeonPackSSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2218/' ]
dirty:
- <<: *quickClean
crc: 0x87B2F91C
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 35
- name: 'Eli_Dovah Vault.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/42237/' ]
dirty:
- <<: *quickClean
crc: 0x003EA023
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- <<: *quickClean
crc: 0xE9D52EC1
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'ESOimports.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11729/'
name: 'The Elder Scrolls Online Imports'
- name: 'ESOimports.esp'
tag:
- Actors.ACBS
- Actors.CombatStyle
- Actors.Voice
- C.Encounter
- C.Location
- C.Name
- C.Owner
- Delev
- EffectStats
- Graphics
- Invent.Add
- Invent.Remove
- NPC.DefaultOutfit
- NPC.Race
- Names
- ObjectBounds
- Relev
- Text
dirty:
- <<: *quickClean
crc: 0x20879BC9
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 23
- name: 'ESOimports - Dawnguard.esp'
dirty:
- <<: *quickClean
crc: 0x066F1DE3
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 46
- name: 'ESOimports - Dragonborn.esp'
dirty:
- <<: *quickClean
crc: 0x72E95057
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 112
- name: 'ESOImports - Darkwater Crossing Patch.esp'
clean:
- crc: 0xAE615F82
util: 'SSEEdit v4.0.4'
- name: 'ESOImports - JKs Skyrim Patch.esp'
dirty:
- <<: *quickClean
crc: 0xE80662E8
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'ESOImports - Kynesgrove Patch.esp'
clean:
- crc: 0xCE2D3A93
util: 'SSEEdit v4.0.4'
- name: 'ESOImports - Keld Nar Patch.esp'
clean:
- crc: 0xE52BA8C4
util: 'SSEEdit v4.0.4'
- name: 'ESOImports - ToK Patch.esp'
dirty:
- <<: *quickClean
crc: 0x40F3EB73
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Fachry Brothel Riften.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/23763/'
name: 'The Rift Brothel'
dirty:
- <<: *quickClean
crc: 0x163A3B3F
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
- name: 'Finn''s Riverwood.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/98806/'
name: 'Finn''s Skyrim - Riverwood Municipality'
dirty:
- <<: *reqManualFix
crc: 0xC80887F8
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
nav: 17
- <<: *reqManualFix
crc: 0x35660C34
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 17
- name: 'Forgotten DungeonsSSE.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/449/' ]
tag: [ C.Location ]
clean:
- crc: 0xB6DB0A2F
util: 'SSEEdit v4.0.3'
- name: 'Forgotten DungeonsSSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/449/' ]
msg: [ *obsolete ]
- name: 'FrostshoreShelter(ArenaPatch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/68258/'
name: 'Frostshore Shelter (Nexus Mods)'
- name: 'FrostshoreShelter.esp'
url:
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/4283331/'
name: 'Frostshore Shelter (Bethesda.net)'
msg:
- <<: *patchProvided
subs: [ 'Arena - An Encounter Zone Overhaul' ]
condition: 'active("Arena.esp") and not active("FrostshoreShelterArenaPatch.esp")'
clean:
- crc: 0x3EDC5BF6
util: 'SSEEdit v4.0.4'
- name: 'FrostshoreShelterArenaPatch.esp'
url:
- link: 'https://bethesda.net/en/mods/skyrim/mod-detail/4283335/'
name: 'Frostshore Shelter - Arena Patch (Bethesda.net)'
clean:
- crc: 0xF163B74F
util: 'SSEEdit v4.0.4'
- name: 'frozenintime.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12625/' ]
dirty:
# version: 1.1, regular
- <<: *quickClean
crc: 0xF73F2AC4
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
# version: 1.1, reduced loot
- <<: *quickClean
crc: 0x264F55D5
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'Gavrostead.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6794/' ]
dirty:
- <<: *quickClean
crc: 0x2A020CC8
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- name: 'Granite Hill.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58335/' ]
dirty:
- <<: *quickClean
crc: 0x2C24C9B6
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'Granitehall.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/57180/' ]
dirty:
- <<: *quickClean
crc: 0x2CB4CEB4
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'GrayQuarter959.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42234/'
name: 'Windhelm Expansion - Grey Quarter'
dirty:
- <<: *quickClean
crc: 0x07282553
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 27
- name: 'HopesabandonSSE 1.1.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13870/' ]
dirty:
- <<: *quickClean
crc: 0xB887D331
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- name: 'Immersive War and Violence.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15428/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x5ADB907A
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 22
udr: 66
- name: 'Incaendo_IsengravBarrow.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20584/' ]
clean:
- crc: 0xE2C1F2A2
util: 'SSEEdit v4.0.3'
- name: 'JokerineArgonianSettlement.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17263/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x76A74A54
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
- name: 'JokerinesRedditDungeon.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17806/' ]
dirty:
- <<: *quickClean
crc: 0x87021CAF
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 23
- name: 'Kinky Inn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/28917/'
name: 'The Kinky Princess'
dirty:
- <<: *reqManualFix
crc: 0x2627D9E9
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Laundry.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2011/' ]
group: *newContentGroup
- name: 'Left Hand Crossing.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18726/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xBF023846
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'lordship.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35643/'
name: 'Build Your Own City: Becoming a Lord'
dirty:
- <<: *reqManualFix
crc: 0x44940364
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 9
- name: 'LoreiusSettlement.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17249/' ]
clean:
# version: 1.4
- crc: 0x7B0E794A
util: 'SSEEdit v4.0.2'
- name: 'mannyBlackRock.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23362/' ]
dirty:
- <<: *quickClean
crc: 0x8172E96C
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'mannyDragonhead.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23360/' ]
dirty:
- <<: *quickClean
crc: 0x861FB09E
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'Man Those Borders!.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/681/' ]
dirty:
# version: 1.6
- <<: *quickClean
crc: 0x22D00784
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 66
- name: 'Milos Hot Springs.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17144/' ]
dirty:
- <<: *quickClean
crc: 0x68A34A5D
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- <<: *quickClean
crc: 0xA9037317
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'MoreBanditEncampmentsFALK.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13270/' ]
dirty:
- <<: *reqManualFix
crc: 0xD7C12C8C
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 372
nav: 27
- <<: *reqManualFix
crc: 0x19142779
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 27
- name: 'NorthernTowns.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12915/' ]
dirty:
- <<: *quickClean
crc: 0x538D8CF1
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
- name: 'oblivion gates in cities.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1904-oblivion-gates-in-cities/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2964068/'
inc: [ 'open cities skyrim.esp' ]
clean:
# version: 2.0.2
- crc: 0x618758ED
util: 'SSEEdit v4.0.2'
- name: 'Oblivion Gates Remade.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9040/' ]
clean:
- crc: 0xD948150A
util: 'SSEEdit v4.0.3'
- name: 'Overstead.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9323/' ]
dirty:
- <<: *reqManualFix
crc: 0x0DF870FF
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 41
udr: 1
nav: 2
- <<: *reqManualFix
crc: 0xC7A3E3AF
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'point the way.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/352/' ]
clean:
# version: 2.0.6
- crc: 0xCE0124EF
util: 'SSEEdit v4.0.3'
- name: 'ProudspireMarketplace.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17980/' ]
clean:
# version: 1.1
- crc: 0x400082ED
util: 'SSEEdit v4.0.2'
- name: 'provincial courier service.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/2006-provincial-courier-service/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/4024642/'
after:
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("Immersive Citizens - AI Overhaul.esp") and is_master("provincial courier service.esp")) or (not is_master("Immersive Citizens - AI Overhaul.esp") and not is_master("provincial courier service.esp"))'
- name: 'manny Lantern Caretakers.esp'
condition: '(is_master("manny Lantern Caretakers.esp") and is_master("provincial courier service.esp")) or (not is_master("manny Lantern Caretakers.esp") and not is_master("provincial courier service.esp"))'
tag:
- Actors.ACBS
- Actors.AIPackages
- Factions
- NPC.CrimeFaction
clean:
- crc: 0x423C0D3A
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Ravengrave.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6570/' ]
dirty:
- <<: *reqManualFix
crc: 0x663041E6
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
nav: 1
- <<: *reqManualFix
crc: 0x238150DD
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Reich Corigate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58214/' ]
dirty:
- <<: *quickClean
crc: 0x2613D535
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'RREnhanced.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19001/' ]
dirty:
- <<: *quickClean
crc: 0x4778895B
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 33
udr: 236
clean:
- crc: 0x0EE555DC
util: 'SSEEdit v4.0.3'
- name: 'RodryksDragonBridge.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42510/'
name: 'Rodryk''s Dragon Bridge'
msg:
- <<: *patch3rdParty
subs:
- 'Enhanced Lights and FX'
- '[ELFX - Rodryk''s Dragon Bridge patch](https://www.nexusmods.com/skyrimspecialedition/mods/43032/) or [Rodryk''s Dragon Bridge - Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/50408/)'
condition: 'active("EnhancedLightsandFX.esp") and not active("ELFX - Rodryk''s Dragon Bridge patch.esp") and not active("((Great JKs North|JKs_GTaC) - Rodryks(_Arthmoor)? \+ |RodryksDragonBridge - (GTaC|JKs)?(_Arthmoor)?( \+ )?)ELFX\.esp")'
- <<: *patch3rdParty
subs:
- 'The Great Cities - Minor Cities and Towns'
- '[Rodryk''s Dragon Bridge - Great Cities Patch](https://www.nexusmods.com/skyrimspecialedition/mods/42619/)'
condition: 'active("The Great Cities - Minor Cities and Towns.esp") and not active("RodryksDragonBridge - GCS Dragon Bridge Patch.esp")'
dirty:
- <<: *quickClean
crc: 0xB73D9C06
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 1
- name: '(Run_of_the_Mill_Inn|RunoftheMillInn).*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19481/' ]
- name: 'Run_of_the_Mill_Inn.esp'
dirty:
- <<: *quickClean
crc: 0xB4CD3865
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'RunoftheMillInn_CRF_NavPatch.esp'
dirty:
- <<: *quickClean
crc: 0x0DEC8D29
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
- name: 's6o6t Lore - Oblivion Gates.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/50933/'
name: 's6o6t LORE - Oblivion gates'
group: *newContentGroup
msg:
- <<: *wildEdits
subs: [ 'Remove **00000025** & **00000D74** from **s6o6t Lore - Oblivion Gates.esp**.' ]
condition: 'checksum("s6o6t Lore - Oblivion Gates.esp", 52854C30)'
- name: 'SeaPointSettlement.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11346/' ]
dirty:
# version: 3.08
- <<: *quickClean
crc: 0x6C90193C
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 37
- name: 'Settlements Expanded SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7777/' ]
after:
- name: 'soljund''s sinkhole.esp'
condition: '(is_master("soljund''s sinkhole.esp") and is_master("Settlements Expanded SE.esp")) or (not is_master("soljund''s sinkhole.esp") and not is_master("Settlements Expanded SE.esp"))'
- name: 'whistling mine.esp'
condition: '(is_master("whistling mine.esp") and is_master("Settlements Expanded SE.esp")) or (not is_master("whistling mine.esp") and not is_master("Settlements Expanded SE.esp"))'
tag:
- C.Acoustic
- C.Location
- C.Music
- Relations.Add
msg:
- <<: *patchProvided
subs: [ 'Blackthorn' ]
condition: 'active("BlackthornManor.esp") and not active("Settlements Expanded SE - Blackthorn Patch.esp")'
- <<: *patchProvided
subs: [ 'Carriage and Ferry Travel Overhaul' ]
condition: 'active("CFTO.esp") and not active("Settlements Expanded SE - CFTO Patch.esp")'
- <<: *patchProvided
subs: [ 'Inns and Taverns' ]
condition: 'active("Inns and Taverns.esp") and not active("Settlements Expanded SE - Inns and Taverns AIO Patch.esp")'
- <<: *patchProvided
subs: [ 'Inns and Taverns' ]
condition: 'active("Inns and Taverns - Heartwood Inn.esp") and not active("Settlements Expanded SE - Inns and Taverns Patch - Heartwood Inn.esp")'
- <<: *patchProvided
subs: [ 'Lanterns of Skyrim' ]
condition: 'active("Lanterns Of Skyrim - All In One - Main.esm") and not active("Settlements Expanded SE - Lanterns of Skyrim Patch.esp")'
- <<: *patchProvided
subs: [ 'Legendary Cities' ]
condition: 'active("Tes Arena - Skyrim Frontier Fortress.esp") and not active("Settlements Expanded SE - Legendary Cities Patch - AIO.esp")'
- <<: *patchProvided
subs: [ 'Legendary Cities - Modular: Amol' ]
condition: 'active("TES Arena Amol.esp") and not active("Settlements Expanded SE - Legendary Cities Patch - Modular.esp")'
- <<: *patchProvided
subs: [ 'RS Children Overhaul' ]
condition: 'active("RSkyrimChildren.esm") and not active("Settlements Expanded SE - RS Children Patch.esp")'
- <<: *patchProvided
subs: [ 'Skyrim Better Roads And Bridges' ]
condition: 'active("Skyrim Better Roads and Bridges - All In One - Merged.esp") and not active("Settlements Expanded SE - Skyrim Better Roads and Bridges Patch.esp")'
- <<: *patchProvided
subs: [ 'Skyrim Better Roads' ]
condition: 'active("Skyrim Better Roads - All In One - Merged.esp") and not active("Settlements Expanded SE - Skyrim Better Roads Patch.esp")'
- <<: *patchProvided
subs: [ 'Soljund''s Sinkhole' ]
condition: 'active("soljund''s sinkhole.esp") and not active("Settlements Expanded SE - Soljunds Sinkhole Patch.esp")'
- <<: *patchProvided
subs: [ 'Whistling Mine' ]
condition: 'active("whistling mine.esp") and not active("Settlements Expanded SE - Whistling Mine Patch.esp")'
clean:
- crc: 0x3519894D
util: 'SSEEdit v4.0.3g'
- name: 'simpleCarriageExpansion.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/10434/'
name: 'Carriage Stops of Skyrim'
group: *newContentGroup
clean:
# version: 1.1
- crc: 0xA15D3872
util: 'SSEEdit v4.0.2'
- name: 'SkjolgaBasin.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25080/' ]
dirty:
- <<: *quickClean
crc: 0xC2A91443
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
- name: 'SkyrimSewers.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9320/' ]
clean:
- crc: 0xACB9FC00
util: 'SSEEdit v4.0.3'
- crc: 0xDEAB2F8C
util: 'SSEEdit v4.0.3'
- name: 'Skyrim Trading Posts.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23997/' ]
msg:
- <<: *patchProvided
type: warn
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("CRF + Trading Posts Patch.esp")'
clean:
# version: 3.3
- crc: 0x06C1490B
util: 'SSEEdit v4.0.2'
- name: 'CRF + Trading Posts Patch.esp'
clean:
- crc: 0x6D3D6301
util: 'SSEEdit v4.0.2'
- name: 'sm_jobasha_(bookshop|WHrestore_patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/13285/'
name: 'Jobasha''s Books'
msg:
- <<: *useOnlyOneX
subs: [ 'Jobasha''s Books ESP' ]
condition: 'many("sm_jobasha_(bookshop|WHrestore_patch)\.esp")'
tag:
- Keywords
- Stats
- name: 'sm_jobasha_bookshop.esp'
msg:
- <<: *useInstead
subs: [ '[Jobasha''s Books and WinterHold Restored Patch](https://www.nexusmods.com/skyrimspecialedition/mods/13285/) **sm_jobasha_WHrestore_patch.esp**' ]
condition: 'active("Winterhold Restored.esp")'
dirty:
- <<: *quickClean
crc: 0x3327F159
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
- name: 'sm_jobasha_WHrestore_patch.esp'
req: [ 'Winterhold Restored.esp' ]
dirty:
- <<: *quickClean
crc: 0xED930025
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
udr: 1
- name: 'SMMerchantCamp.esl'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/26042/'
name: 'Laryn Summermyst Merchant Camp'
dirty:
- <<: *quickClean
crc: 0xD6E8CE35
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'sm_winterholdtemple.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/13284/'
name: 'Winterhold Temple of Julianos'
dirty:
- <<: *quickClean
crc: 0xE4AAC11B
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
- name: 'SolemnKeep.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11037/' ]
dirty:
- <<: *quickClean
crc: 0x883638C7
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
- name: 'Solitude Docks.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/13922/'
name: 'Solitude Docks'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/33777/'
name: 'Solitude Docks Updated'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64071/'
name: 'Rob''s Bug Fixes - Solitude Docks Updated'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - Solitude Docks Updated](https://www.nexusmods.com/skyrimspecialedition/mods/64071/)' ]
condition: 'checksum("Solitude Docks.esp", 650E43BB) or checksum("Solitude Docks.esp", DDAD84FE)'
dirty:
- <<: *quickClean
crc: 0x650E43BB
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 28
- <<: *quickClean
crc: 0xDDAD84FE
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
clean:
- crc: 0x6574C43C
util: 'SSEEdit v4.0.4c'
- name: 'Solitude Skyway SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8250/' ]
after:
- name: 'KvHarborside.esp'
condition: 'file("KvHarborside [PATCH - SSkwy.TGCoS].esp")'
inc:
- <<: *LotD_v5
condition: 'not active("Solitude Skyway SE - Legacy of the Dragonborn Patch.esp") and not active("MPXP1\.3 \[PATCH - (DBPT\.)?SSkwy\.LotD\]( \(OCS\))?\.esp")'
msg:
- <<: *patch3rdParty
subs:
- 'Legacy of the Dragonborn & Drengin''s Blue Palace Terrace'
- '[Modular PatchXPress (MPxP)](https://www.nexusmods.com/skyrimspecialedition/mods/36116/) MPXP1.3 [PATCH - DBPT.SSkwy.LotD]'
condition: 'active("LegacyoftheDragonborn.esm") and not active("open cities skyrim.esp") and active("BluePalaceTerrace.esp") and not active("MPXP1.3 [PATCH - DBPT.SSkwy.LotD].esp") and not active("Solitude Skyway SE - Legacy of the Dragonborn Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Legacy of the Dragonborn & Drengin''s Blue Palace Terrace & Open Cities Skyrim'
- '[Modular PatchXPress (MPxP)](https://www.nexusmods.com/skyrimspecialedition/mods/36116/) MPXP1.3 [PATCH - DBPT.SSkwy.LotD] (OCS)'
condition: 'active("LegacyoftheDragonborn.esm") and active("open cities skyrim.esp") and active("BluePalaceTerrace.esp") and not active("MPXP1.3 [PATCH - DBPT.SSkwy.LotD] (OCS).esp") and not active("Solitude Skyway SE - Legacy of the Dragonborn Patch.esp")'
- <<: *patchProvided
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm") and active("BluePalaceTerrace.esp") and not active("Solitude Skyway SE - Legacy of the Dragonborn Patch.esp") and not active("MPXP1\.3 \[PATCH - (DBPT\.)?SSkwy\.LotD\]( \(OCS\))?\.esp")'
clean:
- crc: 0x4C4ACF55
util: 'SSEEdit v4.0.3'
- name: 'Stendarr Rising.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/49346/' ]
- name: 'Stendarr Rising.esp'
clean:
- crc: 0x6DFF7D65
util: 'SSEEdit v4.0.3j (RC2 for 4.0.4)'
- name: 'Stonecrest.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9303/' ]
dirty:
# version: 1.4
- <<: *quickClean
crc: 0xDF79FA9B
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
- name: 'Stonecrest - Verdant, Patch.esp'
dirty:
# version: 1.4
- <<: *quickClean
crc: 0x02A47EF7
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'storefront.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1910-storefront/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2948562/'
clean:
# version: 2.0.4
- crc: 0xDED3A723
util: 'SSEEdit v4.0.2f'
- name: 'Sunthgat.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/55343/' ]
dirty:
- <<: *reqManualFix
crc: 0x7F7C712F
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Syerscote.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/58403/' ]
dirty:
- <<: *quickClean
crc: 0xF79DBD87
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 4
- name: 'Tes (Arena Amol|Arena Nimalten|Arena NorthKeep|Arena - Skyrim Frontier Fortress|Blackmoor|DunstadGrove|Granite Hall|Pagran Village)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/318/' ]
- name: 'Tes Arena - Skyrim Frontier Fortress.esp'
inc:
- 'TES Arena Amol.esp'
- 'Tes Arena Nimalten.esp'
- 'Tes Arena NorthKeep.esp'
- 'TES DunstadGrove.esp'
- 'Tes Granite Hall.esp'
- 'Tes Pagran Village.esp'
- name: 'TES Arena Amol.esp'
clean:
- crc: 0xBE843CF3
util: 'SSEEdit v4.0.3'
- name: 'Tes Arena Nimalten.esp'
dirty:
- <<: *quickClean
crc: 0xF23AF9E9
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 27
- name: 'Tes Arena NorthKeep.esp'
dirty:
- <<: *quickClean
crc: 0x7032CD9B
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
- name: 'TES Blackmoor.esp'
dirty:
- <<: *quickClean
crc: 0x18093352
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'TES DunstadGrove.esp'
dirty:
- <<: *quickClean
crc: 0xD1267288
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 29
- name: 'Tes Granite Hall.esp'
dirty:
- <<: *quickClean
crc: 0xD35D28DC
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
- name: 'Tes Pagran Village.esp'
dirty:
- <<: *quickClean
crc: 0xB38457F5
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 19
- name: 'Tes Vernim Wood.esp'
dirty:
- <<: *quickClean
crc: 0xEFC1B9D8
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 38
udr: 3
- name: 'The Windhelm Smelter.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/46333/' ]
msg:
- <<: *patchProvided
subs: [ 'Capital Windhelm Expansion' ]
condition: 'active("WindhelmSSE.esp") and not active("The Windhelm Smelterworks - Capital Windhelm Patch.esp")'
- <<: *patchProvided
subs: [ 'Lanterns of Skyrim II' ]
condition: 'active("Lanterns Of Skyrim II.esm") and not active("The Windhelm Smelterworks - LOS II Patch.esp")'
dirty:
- <<: *reqManualFix
crc: 0xED966101
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 30
nav: 1
- <<: *reqManualFix
crc: 0x71698916
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Windhelm Smelterworks.esp'
msg: [ *obsolete ]
- name: 'TimberSprings.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/43743/' ]
dirty:
- <<: *reqManualFix
crc: 0x07674A3F
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 173
nav: 1
- <<: *reqManualFix
crc: 0xCBFBBC4F
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'TownOfPinewatch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15735/' ]
dirty:
- <<: *reqManualFix
crc: 0x8C77CBC4
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 28
nav: 1
- <<: *reqManualFix
crc: 0x0BE962F8
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'vikingmeadhall.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17132/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x10B36003
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'Vuldur\.es(m|p)'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12186/' ]
tag: [ C.Location ]
- name: 'Vuldur.esp'
clean:
- crc: 0x4A24602B
util: 'SSEEdit v4.0.3'
- name: 'Vuldur.esm'
clean:
- crc: 0x40DE999C
util: 'SSEEdit v4.0.3'
- name: 'HammetDungeons\.es(m|p)'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12186/' ]
tag: [ C.Location ]
- name: 'HammetDungeons.esp'
clean:
- crc: 0x721BCED1
util: 'SSEEdit v4.0.3'
- name: 'HammetDungeons.esm'
clean:
- crc: 0x64353491
util: 'SSEEdit v4.0.3'
- name: 'Warbird''s Dwemer Train Station.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30964/' ]
- name: 'Warbirds Whiterun Metropolis.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/56839/' ]
- name: 'Watchtowers of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19230/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x8BEFEC60
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
udr: 18
- name: 'WhiteLighthouseSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21955/' ]
dirty:
# version: 2.0
- <<: *quickClean
crc: 0x3D32FCC3
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Windhelm Docks Pathways SE( - Better Docks AIO Patch| - Open Cities Skyrim Patch)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8697/' ]
- name: 'Windhelm Docks Pathways SE.esp'
clean:
# version: 1.32
- crc: 0xB7F8A610
util: 'SSEEdit v4.0.2'
- name: 'Windhelm Docks Pathways SE - Better Docks AIO Patch.esp'
clean:
# version: 1.1
- crc: 0x0895E2BF
util: 'SSEEdit v4.0.2'
- name: 'Windhelm Docks Pathways SE - Open Cities Skyrim Patch.esp'
clean:
# version: 1.1
- crc: 0x707334C0
util: 'SSEEdit v4.0.2'
- name: 'winRoscrea.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19247/' ]
dirty:
# version: 1.4
- <<: *quickClean
crc: 0x19F035CF
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
###### Location - Overhauls ######
- name: 'AnotherOakwood.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/61007/' ]
after: [ 'ogFalkreathHauntings.esp' ]
msg:
- <<: *wildEdits
subs: [ 'Remove **00009B96**, **00009B97**, & **00009BB9** from **AnotherOakwood.esp**.' ]
condition: 'checksum("AnotherOakwood.esp", 1B9CB7E5)'
tag: [ C.Location ]
- name: 'Better( )?Cities( )?(Solitude|Whiterun)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3847/' ]
- name: 'Better Cities Solitude.esp'
dirty:
- <<: *quickClean
crc: 0xC112DD5C
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
- name: 'BetterCitiesWhiterun.esp'
dirty:
- <<: *quickClean
crc: 0x4BEB56A4
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 27
udr: 92
- name: 'BluePalaceTerrace.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35180/' ]
after:
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("BluePalaceTerrace.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("BluePalaceTerrace.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
- name: 'Solitude Expansion.esp'
condition: '(is_master("BluePalaceTerrace.esp") and is_master("Solitude Expansion.esp")) or (not is_master("BluePalaceTerrace.esp") and not is_master("Solitude Expansion.esp"))'
tag:
- C.Location
- C.Light
clean:
- crc: 0x7B4B358A
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x84585406
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'BluePalaceTerrace-ELFX-and-ELFXEnhancer-Patch.esp'
tag: [ C.Light ]
- name: 'BluePalaceTerrace-ELFX-and-ELFX - Hardcore-Patch.esp'
tag: [ C.Light ]
- name: 'BluePalaceTerrace-OCS-patch.esp'
tag: [ C.Location ]
- name: 'ClefJ''s Half Moon Mill.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24365/' ]
clean:
- crc: 0xBC0187AE
util: 'SSEEdit v4.0.3'
- name: 'ClefJs Karthwasten.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/30947/' ]
clean:
- crc: 0x83D4D343
util: 'SSEEdit v4.0.3'
- name: 'ClefJShorsStone.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22988/' ]
dirty:
- <<: *quickClean
crc: 0xDF1A0762
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
udr: 28
- name: '(CollegeOfWinterholdImmersive|CWI.*Patch.*|ICOW_(MOW|WICO)_Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17004/'
name: 'Immersive College of Winterhold'
- name: 'CollegeOfWinterholdImmersive.esp'
after:
- name: 'Book Covers Skyrim.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("Book Covers Skyrim.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("Book Covers Skyrim.esp"))'
- name: 'CollegeEntry.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("CollegeEntry.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("CollegeEntry.esp"))'
- name: 'College Of Winterhold - Quest Expansion.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("College Of Winterhold - Quest Expansion.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("College Of Winterhold - Quest Expansion.esp"))'
- name: 'cutting room floor.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("cutting room floor.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("cutting room floor.esp"))'
- name: 'Enlightened College of Winterhold.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("Enlightened College of Winterhold.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("Enlightened College of Winterhold.esp"))'
- name: 'HFDecorativeDolls.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("HFDecorativeDolls.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("HFDecorativeDolls.esp"))'
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
- name: 'Immersive Wenches.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("Immersive Wenches.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("Immersive Wenches.esp"))'
- name: 'MCWT_ScheduledSavos.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("MCWT_ScheduledSavos.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("MCWT_ScheduledSavos.esp"))'
- name: 'MLU.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("MLU.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("MLU.esp"))'
- name: 'TheWulfPanda - Faction Teleport Spells.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("TheWulfPanda - Faction Teleport Spells.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("TheWulfPanda - Faction Teleport Spells.esp"))'
- name: 'TheWulfPanda - Faction Teleport Spells Less Magicka Increased Cast Time.esp'
condition: '(is_master("CollegeOfWinterholdImmersive.esp") and is_master("TheWulfPanda - Faction Teleport Spells Less Magicka Increased Cast Time.esp")) or (not is_master("CollegeOfWinterholdImmersive.esp") and not is_master("TheWulfPanda - Faction Teleport Spells Less Magicka Increased Cast Time.esp"))'
req:
- *SKSE
- *SKSEVR
inc: [ 'MagicalCollegeofWinterhold.esp' ]
msg:
- <<: *compatPatch
subs: [ '[Immersive College of Winterhold Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/67358/)' ]
condition: 'not active("(ICOW.*Patch|.* - ICOW Patch)\.esp") and not active("UltimateCollege.esp")'
- <<: *patch3rdParty
subs:
- 'Obscure''s College of Winterhold'
- '[Ultimate College of Winterhold](https://www.nexusmods.com/skyrimspecialedition/mods/44797/)'
condition: 'active("OCW_Obscure''s_CollegeofWinterhold.esp") and not active("UltimateCollege.esp")'
- <<: *patch3rdParty_RPC
condition: 'active("Requiem.esp") and not active("Requiem - Immersive College of Winterhold.esp")'
- <<: *patchIncluded
subs: [ 'Better Dynamic Snow' ]
condition: 'active("Better Dynamic Snow.esp") and not active("CWIBDSPatch.esp")'
- <<: *patchIncluded
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("CWICRFSEPatch.esp") and not active("ICOW - (AIO - )?CRF Patch\.esp") and not active("UltimateCollege.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("EnhancedLightsandFX.esp") and not active("CWIEnLFXSEPatch.esp") and not active("UltimateCollege.esp")'
- <<: *patchIncluded
subs: [ 'M''rissi''s Tails of Troubles' ]
condition: 'active("MrissiTailOfTroubles.esp") and not active("CWIMTOTPatchSE.esp") and not active("ICOW - Mrissi Patch.esp") and not active("UltimateCollege.esp")'
- <<: *patchIncluded
subs: [ 'Open Cities Skyrim' ]
condition: 'active("open cities skyrim.esp") and not active("CWIOpenCitiesSEPatch.esp")'
- <<: *patchIncluded
subs: [ 'Ordinator - Perks Of Skyrim' ]
condition: 'active("Ordinator - Perks of Skyrim.esp") and not active("CWIOrdinatorPatchSSE.esp") and not active("UltimateCollege.esp")'
- <<: *patchIncluded
subs: [ 'Skyrim Project Optimization Full ESM' ]
condition: 'active("Skyrim Project Optimization - Full Version.esm") and not active("CWISPOPatchSE.esp") and not active("UltimateCollege.esp")'
- <<: *patchUpdateAvailable
subs: [ '[Immersive College of Winterhold Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/67358/) (Unofficial Immersive College of Winterhold Patch)' ]
condition: 'not active("ICOW Unofficial Patch.esp") and not active("UltimateCollege.esp")'
- *requiresMCM
- *requiresMCMVR
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.CombatStyle
- Actors.Spells
- Actors.Stats
- C.Climate
- C.Encounter
- C.Light
- C.Music
- C.Owner
- C.Regions
- C.Water
- Enchantments
- EnchantmentStats
- Factions
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- NPC.AttackRace
- NPC.Class
- NPC.DefaultOutfit
- NPC.Perks.Add
- NPC.Perks.Remove
- Outfits.Add
- Stats
- Text
clean:
- crc: 0x01E10725
util: 'SSEEdit v4.0.4b'
- name: 'CWICRFSEPatch.esp'
inc:
- 'ICOW - AIO - CRF Patch.esp'
- 'ICOW - CRF Patch.esp'
clean:
- crc: 0xE6B65E3B
util: 'SSEEdit v4.0.4b'
- name: 'CWIMTOTPatchSE.esp'
inc: [ 'ICOW - Mrissi Patch.esp' ]
clean:
- crc: 0x67B8CED1
util: 'SSEEdit v4.0.4b'
- name: 'COTN - Dawnstar.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/28952/'
name: 'Cities of the North - Dawnstar'
after:
- name: 'JKs Skyrim.esp'
condition: 'active("The Great Cities of JK''s North - Patch.esp") and ((is_master("COTN - Dawnstar.esp") and is_master("JKs Skyrim.esp")) or (not is_master("COTN - Dawnstar.esp") and not is_master("JKs Skyrim.esp")))'
- name: 'Landscape Fixes For Grass Mods.esp'
condition: 'not is_master("COTN - Dawnstar.esp")'
- name: 'Landscape For Grass Mods JK''S Skyrim.esp'
condition: 'not is_master("COTN - Dawnstar.esp")'
- name: 'MoreToSay.esp'
condition: 'not is_master("COTN - Dawnstar.esp")'
- name: 'moretosaycityguards.esp'
condition: 'not is_master("COTN - Dawnstar.esp") and not active("COTN Dawnstar - More to Say City Guards.esp")'
msg:
- <<: *compatPatch
subs: [ '[Cities of the North - Dawnstar Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/30885/)' ]
tag: [ C.Music ]
clean:
- crc: 0x679D5AEB
util: 'SSEEdit v4.0.4b'
- name: 'COTN - Falkreath.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56731/'
name: 'Cities of the North - Falkreath'
after:
- name: 'JKs Skyrim.esp'
condition: 'active("The Great Cities of JK''s North - Patch.esp") and ((is_master("COTN - Falkreath.esp") and is_master("JKs Skyrim.esp")) or (not is_master("COTN - Falkreath.esp") and not is_master("JKs Skyrim.esp")))'
msg:
- <<: *compatPatch
subs: [ '[Cities of the North - Falkreath Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/56734/)' ]
- name: 'COTN - Morthal.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/34168/'
name: 'Cities of the North - Morthal'
after:
- name: 'JKs Skyrim.esp'
condition: 'active("The Great Cities of JK''s North - Patch.esp") and ((is_master("COTN - Morthal.esp") and is_master("JKs Skyrim.esp")) or (not is_master("COTN - Morthal.esp") and not is_master("JKs Skyrim.esp")))'
- name: 'Landscape For Grass Mods JK''S Skyrim.esp'
condition: 'not is_master("COTN - Morthal.esp")'
msg:
- <<: *compatPatch
subs: [ '[Cities of the North - Morthal Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/34228/)' ]
clean:
- crc: 0xB88858C6
util: 'SSEEdit v4.0.4b'
- name: 'COTN - Winterhold.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/40088/' ]
after:
- name: 'JKs Skyrim.esp'
condition: 'active("The Great Cities of JK''s North - Patch.esp") and ((is_master("COTN - Winterhold.esp") and is_master("JKs Skyrim.esp")) or (not is_master("COTN - Winterhold.esp") and not is_master("JKs Skyrim.esp")))'
msg:
- <<: *compatPatch
subs: [ '[Cities of the North - Winterhold Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/40181/)' ]
- name: 'CoW Bridge Fix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17972/' ]
group: *fixesGroup
inc: [ 'WinterholdBridgeFixed.esp' ]
dirty:
# version: 1
- <<: *quickClean
crc: 0x72FFC50B
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 23
- name: 'darkwater crossing.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1895-darkwater-crossing/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2949694/'
after:
- name: 'Finding_Derkeethus.esp'
condition: '(is_master("Finding_Derkeethus.esp") and is_master("darkwater crossing.esp")) or (not is_master("Finding_Derkeethus.esp") and not is_master("darkwater crossing.esp"))'
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("Immersive Citizens - AI Overhaul.esp") and is_master("darkwater crossing.esp")) or (not is_master("Immersive Citizens - AI Overhaul.esp") and not is_master("darkwater crossing.esp"))'
tag:
- Keywords
- Names
clean:
- crc: 0x9CCF0D4E
util: 'SSEEdit v4.0.3g'
- name: 'Dawn of Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9074/'
name: 'Dawn of Skyrim (Director''s Cut) SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63486/'
name: 'Rob''s Bug Fixes - Dawn of Skryim'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - Dawn of Skyrim](https://www.nexusmods.com/skyrimspecialedition/mods/63486/)' ]
condition: 'checksum("Dawn of Skyrim.esp", 77E14A2C)'
clean:
- crc: 0x77E14A2C
util: 'SSEEdit v4.0.3'
- crc: 0x5DACB455
util: 'SSEEdit v4.0.4c'
- name: 'Blues Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9074/' ]
clean:
- crc: 0x37F1F20D
util: 'SSEEdit v4.0.3'
- name: 'dawnstar.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/2035-dawnstar/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/4042758/'
after:
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("dawnstar.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("dawnstar.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
clean:
- crc: 0x3305FDD4
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'dragon bridge.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1979-dragon-bridge/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/3991097'
inc: [ 'DragonBridgeBoardwalk.esp' ]
tag:
- Actors.AIPackages
- Invent.Add
- -Invent.Remove
clean:
- crc: 0x88C9CF62
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Distinct Interiors.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6130/'
name: 'Distinct Interiors'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/23831/'
name: 'Distinct Interiors - Fixes'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30483/'
name: 'Distinct Interiors - Cleaned Plugin Replacer'
- name: 'Distinct Interiors.esp'
after:
- 'ELFX - NoBreezehome.esp'
- 'ELFX - NoHoneyside.esp'
- 'ELFX - NoPlayerHomes.esp'
- 'ELFX - NoProudspireManor.esp'
- 'ELFX - NoVlindrelHall.esp'
- 'EnhancedLightsandFX.esp'
- 'Snazzy Furniture and Clutter Overhaul.esp'
inc:
- name: 'InnCredible.esp'
condition: 'not checksum("Distinct Interiors.esp", B337055B)'
- name: 'OpulentThievesGuild.esp'
condition: 'not checksum("Distinct Interiors.esp", B337055B) and not checksum("Distinct Interiors.esp", A0B93437)'
msg:
- <<: *compatIssuesWithX
subs: [ 'EnhancedLightsandFX.esp' ]
condition: 'active("EnhancedLightsandFX.esp") and not active("ELFX - No(PlayerHomes|Breezehome|Honeyside|ProudspireManor|VlindrelHall)\.esp") and not checksum("Distinct Interiors.esp", B337055B) and not file("textures/greynoise.dds")'
- <<: *compatIssuesWithX
subs: [ 'Snazzy Furniture and Clutter Overhaul.esp' ]
condition: 'active("Snazzy Furniture and Clutter Overhaul.esp") and not active("SFCO - Distinct Interiors Fixes Patch.esp") and not active("SFCO - Distinct Interiors Patch.esp")'
- type: error
content:
- lang: en
text: 'This plugin includes records deleted by its master files. A guide to fixing this can be found [here](https://macsplody.github.io/xGuides/#-distinct-interiors-).'
- lang: de
text: 'Dieses Plugin enthält Einträge die von dessen Master-Dateien entfernt wurden. Eine englische Anleitung zum beheben befindet sich [hier](https://macsplody.github.io/xGuides/#-distinct-interiors-).'
condition: 'checksum("Distinct Interiors.esp", 6977340A)'
dirty:
- <<: *quickClean
crc: 0xCB0F62A8
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 1
clean:
- crc: 0xE0B02A54
util: 'SSEEdit v4.0.3'
- crc: 0xA0B93437
util: 'SSEEdit v4.0.3'
- name: 'Distinct Interiors - Guilds.esp'
inc: [ 'OpulentThievesGuild.esp' ]
clean:
- crc: 0x16EC9185
util: 'SSEEdit v4.0.3'
- name: 'Distinct Interiors - Inns.esp'
inc: [ 'InnCredible.esp' ]
clean:
- crc: 0x99012024
util: 'SSEEdit v4.0.3'
- name: 'Distinct Interiors - Miscellaneous.esp'
clean:
- crc: 0xE45A43C7
util: 'SSEEdit v4.0.3'
- name: 'Distinct Interiors - Player Homes.esp'
msg:
- <<: *compatIssuesWithX
subs: [ 'EnhancedLightsandFX.esp' ]
condition: 'active("EnhancedLightsandFX.esp") and not active("ELFX - No(PlayerHomes|Breezehome|Honeyside|ProudspireManor|VlindrelHall)\.esp")'
- type: error
content:
- lang: en
text: 'This plugin includes records deleted by its master files. A guide to fixing this can be found [here](https://macsplody.github.io/xGuides/#-distinct-interiors-).'
- lang: de
text: 'Dieses Plugin enthält Einträge die von dessen Master-Dateien entfernt wurden. Eine englische Anleitung zum beheben befindet sich [hier](https://macsplody.github.io/xGuides/#-distinct-interiors-).'
condition: 'checksum("Distinct Interiors - Player Homes.esp", 289785CC)'
clean:
- crc: 0xBE5B4F4A
util: 'SSEEdit v4.0.3'
- name: 'Distinct Interiors - Shops.esp'
clean:
- crc: 0x9DA76663
util: 'SSEEdit v4.0.3'
- name: 'DungeonsRevisited.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/51798/'
name: 'Dungeons - Revisited'
after:
- 'ELFXEnhancer.esp'
- 'ELFX - Hardcore.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Enhanced Lights and FX Hardcore'
- '[PATCH for Dungeons Revisited - ELFX Hardcore](https://www.nexusmods.com/skyrimspecialedition/mods/59610/)'
condition: 'active("ELFX - Hardcore.esp") and not active("ELFX Shadows.esp") and not active("PATCH - ELFX Hardcore-Dungeons revisited.esp")'
tag:
- C.Light
- C.Water
dirty:
- <<: *quickClean
crc: 0x2E0B6C5F
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'EEKs Immersive Whiterun.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/31214/' ]
tag:
- C.Light
- C.ImageSpace
- C.Water
- Invent.Add
- Invent.Remove
- Actors.AIPackages
msg:
- type: error
content:
- lang: en
text: 'This plugin references a record **000CB4F3**, which has been deleted by Hearthfires.esm. This must be corrected manually by the mod author.'
- lang: de
text: 'Dieses Plugin weist auf einen Eintrag **000CB4F3** hin, der von Hearthfires.esm gelöscht wurde. Dies muss manuell vom Mod-Autor korrigiert werden.'
condition: 'checksum("EEKs Immersive Whiterun.esp", 7CAB09F2) or checksum("EEKs Immersive Whiterun.esp", 16BF915D)'
- name: 'Enhanced Solitude Docks.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28349/' ]
after: [ 'Enhanced Solitude SSE.esp' ]
clean:
- crc: 0x1CE94209
util: 'SSEEdit v4.0.4'
- name: 'Enhanced Solitude SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27816/' ]
clean:
- crc: 0xEABAE5E2
util: 'SSEEdit v4.0.4'
- name: 'Enlightened College of Winterhold.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8710/' ]
group: *earlyLoadersGroup
- name: 'ETaC - (RESOURCES|Complete|Darkwater Crossing|Dawnstar|Kynesgrove|Morthal|Riverwood|Rorikstead).*\.es(m|p)'
url:
- link: 'https://www.afkmods.com/index.php?/files/file/2377-expanded-towns-and-cities-sse/'
name: 'Expanded Towns and Cities (SSE)'
- name: 'ETaC - RESOURCES.esm'
group: *fixesGroup
clean:
- crc: 0xAE652BA9
util: 'SSEEdit v4.0.4b'
- crc: 0x84C8B5C9
util: 'SSEEdit v4.0.4b'
- name: 'ETaC - Complete.esp'
after:
- name: '3DNPC.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("3DNPC.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("3DNPC.esp"))'
- name: 'AncientLand2.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("AncientLand2.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("AncientLand2.esp"))'
- name: 'BetterDocks-MP-DLC-Compatible.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("BetterDocks-MP-DLC-Compatible.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("BetterDocks-MP-DLC-Compatible.esp"))'
- name: 'CLARALUX SSE.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("CLARALUX SSE.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("CLARALUX SSE.esp"))'
- name: 'cutting room floor.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("cutting room floor.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("cutting room floor.esp"))'
- name: 'Finding_Derkeethus.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("Finding_Derkeethus.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("Finding_Derkeethus.esp"))'
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
- name: 'Landscape Fixes For Grass Mods.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("Landscape Fixes For Grass Mods.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("Landscape Fixes For Grass Mods.esp"))'
- name: 'LeafRest OnePiece.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("LeafRest OnePiece.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("LeafRest OnePiece.esp"))'
- name: 'Populated Cities Towns Villages Legendary.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("Populated Cities Towns Villages Legendary.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("Populated Cities Towns Villages Legendary.esp"))'
- name: 'RiverwoodHuntingCabinSE.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("RiverwoodHuntingCabinSE.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("RiverwoodHuntingCabinSE.esp"))'
- name: 'RLO - Exteriors.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("RLO - Exteriors.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("RLO - Exteriors.esp"))'
- name: 'Rorikstead Wagons.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("Rorikstead Wagons.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("Rorikstead Wagons.esp"))'
- name: 'S3DLandscapes NextGenerationForests.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("S3DLandscapes NextGenerationForests.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("S3DLandscapes NextGenerationForests.esp"))'
- name: 'Skyrim Bridges.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("Skyrim Bridges.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("Skyrim Bridges.esp"))'
- name: 'UniqueLocationsRiverwoodForest.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("UniqueLocationsRiverwoodForest.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("UniqueLocationsRiverwoodForest.esp"))'
- name: 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("Verdant - A Skyrim Grass Plugin SSE Version.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("Verdant - A Skyrim Grass Plugin SSE Version.esp"))'
- name: 'ViscousGrass.esp'
condition: '(is_master("ETaC - Complete.esp") and is_master("ViscousGrass.esp")) or (not is_master("ETaC - Complete.esp") and not is_master("ViscousGrass.esp"))'
inc:
- 'darkwater crossing.esp'
- 'dawnstar.esp'
- 'Eli_RiverwoodShack.esp'
- 'HogorTheGiant_V1.esp'
- 'JK''s Riverwood.esp'
- '01NobleWarriorCottage2.0.esp'
msg:
- <<: *patchIncluded
subs: [ 'Ancient Land' ]
condition: 'active("AncientLand2.esp") and not active("ETaC - Complete Ancient Land Patch.esp")'
- <<: *patchIncluded
subs: [ 'Carriage and Ferry Travel Overhaul' ]
condition: 'active("CFTO.esp") and not active("ETaC - Complete CFTO Patch.esp") and not active("JKs Skyrim.esp")'
- <<: *patchIncluded
subs: [ 'CLARALUX' ]
condition: 'active("CLARALUX SSE.esp") and not active("ETaC - Complete Claralux Patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("ELFX - Exteriors.esp") and not active("ETaC - Complete ELFX Patch.esp")'
- <<: *patchIncluded
subs: [ 'Hunters Cabin of Riverwood' ]
condition: 'active("RiverwoodHuntingCabinSE.esp") and not active("ETaC - Complete Hunting Cabin Patch.esp")'
- <<: *patchIncluded
subs: [ 'Rigmor of Bruma' ]
condition: 'active("Rigmor.esp") and not active("ETaC - Complete Rigmor Patch.esp") and not active("ETaC - Complete RoB Patch.esp")'
- <<: *patchIncluded
subs: [ 'Realistic Lighting Overhaul' ]
condition: 'active("RLO - Exteriors.esp") and not active("ETaC - Complete RLO Patch.esp")'
- <<: *patchIncluded
subs: [ 'RS Children Overhaul' ]
condition: 'active("RSkyrimChildren.esm") and not file("ETaC - Complete RSC Patch.esp")'
- <<: *patchIncluded
subs: [ 'Unique Locations - Riverwood Forest' ]
condition: 'active("UniqueLocationsRiverwoodForest.esp") and not active("ETaC - Complete ULRF Patch.esp")'
tag:
- C.Location
- Keywords
clean:
- crc: 0x0F87CAB5
util: 'SSEEdit v4.0.4b'
- name: 'ETaC - Darkwater Crossing.esp'
after:
- name: 'Finding_Derkeethus.esp'
condition: '(is_master("ETaC - Darkwater Crossing.esp") and is_master("Finding_Derkeethus.esp")) or (not is_master("ETaC - Darkwater Crossing.esp") and not is_master("Finding_Derkeethus.esp"))'
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("ETaC - Darkwater Crossing.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("ETaC - Darkwater Crossing.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
- name: 'Skyrim Bridges.esp'
condition: '(is_master("ETaC - Darkwater Crossing.esp") and is_master("Skyrim Bridges.esp")) or (not is_master("ETaC - Darkwater Crossing.esp") and not is_master("Skyrim Bridges.esp"))'
inc: [ 'darkwater crossing.esp' ]
msg:
- <<: *patchIncluded
subs: [ 'CLARALUX' ]
condition: 'active("CLARALUX SSE.esp") and not active("ETaC - Darkwater Crossing Claralux Patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("ELFX - Exteriors.esp") and not active("ETaC - Darkwater Crossing ELFX Patch.esp")'
tag:
- C.Location
- Keywords
clean:
- crc: 0x72E3F055
util: 'SSEEdit v4.0.4b'
- name: 'ETaC - Dawnstar.esp'
after:
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("ETaC - Dawnstar.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("ETaC - Dawnstar.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
- name: 'Populated Cities Towns Villages Legendary.esp'
condition: '(is_master("ETaC - Dawnstar.esp") and is_master("Populated Cities Towns Villages Legendary.esp")) or (not is_master("ETaC - Dawnstar.esp") and not is_master("Populated Cities Towns Villages Legendary.esp"))'
inc: [ 'dawnstar.esp' ]
msg:
- <<: *patchIncluded
subs: [ 'Carriage and Ferry Travel Overhaul' ]
condition: 'active("CFTO.esp") and not active("ETaC - Dawnstar CFTO Patch.esp")'
- <<: *patchIncluded
subs: [ 'CLARALUX' ]
condition: 'active("CLARALUX SSE.esp") and not active("ETaC - Dawnstar Claralux Patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("ELFX - Exteriors.esp") and not active("ETaC - Dawnstar ELFX Patch.esp")'
- <<: *patchIncluded
subs: [ 'Rigmor of Bruma' ]
condition: 'active("Rigmor.esp") and not active("ETaC - Dawnstar Rigmor Patch.esp") and not active("ETaC - Dawnstar RoB Patch.esp")'
- <<: *patchIncluded
subs: [ 'RS Children Overhaul' ]
condition: 'active("RSkyrimChildren.esm") and not file("ETaC - Dawnstar RSC Patch.esp")'
clean:
- crc: 0x83A4FD6E
util: 'SSEEdit v4.0.4b'
- name: 'ETaC - Kynesgrove.esp'
after:
- name: 'cutting room floor.esp'
condition: '(is_master("ETaC - Kynesgrove.esp") and is_master("cutting room floor.esp")) or (not is_master("ETaC - Kynesgrove.esp") and not is_master("cutting room floor.esp"))'
tag: [ C.Location ]
clean:
- crc: 0x885E3F16
util: 'SSEEdit v4.0.4b'
- name: 'ETaC - Morthal.esp'
after:
- name: 'AncientLand2.esp'
condition: '(is_master("ETaC - Morthal.esp") and is_master("AncientLand2.esp")) or (not is_master("ETaC - Morthal.esp") and not is_master("AncientLand2.esp"))'
tag: [ C.Location ]
clean:
- crc: 0xECAA7832
util: 'SSEEdit v4.0.4b'
- name: 'ETaC - Riverwood.esp'
after:
- name: 'AncientLand2.esp'
condition: '(is_master("ETaC - Riverwood.esp") and is_master("AncientLand2.esp")) or (not is_master("ETaC - Riverwood.esp") and not is_master("AncientLand2.esp"))'
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("ETaC - Riverwood.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("ETaC - Riverwood.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
- name: 'LeafRest OnePiece.esp'
condition: '(is_master("ETaC - Riverwood.esp") and is_master("LeafRest OnePiece.esp")) or (not is_master("ETaC - Riverwood.esp") and not is_master("LeafRest OnePiece.esp"))'
- name: 'Populated Cities Towns Villages Legendary.esp'
condition: '(is_master("ETaC - Riverwood.esp") and is_master("Populated Cities Towns Villages Legendary.esp")) or (not is_master("ETaC - Riverwood.esp") and not is_master("Populated Cities Towns Villages Legendary.esp"))'
- name: 'RiverwoodHuntingCabinSE.esp'
condition: '(is_master("ETaC - Riverwood.esp") and is_master("RiverwoodHuntingCabinSE.esp")) or (not is_master("ETaC - Riverwood.esp") and not is_master("RiverwoodHuntingCabinSE.esp"))'
- name: 'RLO - Exteriors.esp'
condition: '(is_master("ETaC - Riverwood.esp") and is_master("RLO - Exteriors.esp")) or (not is_master("ETaC - Riverwood.esp") and not is_master("RLO - Exteriors.esp"))'
inc:
- 'Eli_RiverwoodShack.esp'
- 'HogorTheGiant_V1.esp'
- 'JK''s Riverwood.esp'
- '01NobleWarriorCottage2.0.esp'
msg:
- <<: *patchIncluded
subs: [ 'Ancient Land' ]
condition: 'active("AncientLand2.esp") and not active("ETaC - Riverwood Ancient Land Patch.esp")'
- <<: *patchIncluded
subs: [ 'CLARALUX' ]
condition: 'active("CLARALUX SSE.esp") and not active("ETaC - Riverwood Claralux Patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("ELFX - Exteriors.esp") and not active("ETaC - Riverwood ELFX Patch.esp")'
- <<: *patchIncluded
subs: [ 'Hunters Cabin of Riverwood' ]
condition: 'active("RiverwoodHuntingCabinSE.esp") and not active("ETaC - Riverwood Hunting Cabin Patch.esp")'
- <<: *patchIncluded
subs: [ 'Rigmor of Bruma' ]
condition: 'active("Rigmor.esp") and not active("ETaC - Riverwood Rigmor Patch.esp") and not active("ETaC - Riverwood RoB Patch.esp")'
- <<: *patchIncluded
subs: [ 'Realistic Lighting Overhaul' ]
condition: 'active("RLO - Exteriors.esp") and not active("ETaC - Riverwood RLO Patch.esp")'
- <<: *patchIncluded
subs: [ 'Unique Locations - Riverwood Forest' ]
condition: 'active("UniqueLocationsRiverwoodForest.esp") and not active("ETaC - Riverwood ULRF Patch.esp")'
tag: [ C.Location ]
clean:
- crc: 0x16847A98
util: 'SSEEdit v4.0.4b'
- name: 'ETaC - Rorikstead.esp'
after:
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("ETaC - Rorikstead.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("ETaC - Rorikstead.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
- name: 'Rorikstead Wagons.esp'
condition: '(is_master("ETaC - Rorikstead.esp") and is_master("Rorikstead Wagons.esp")) or (not is_master("ETaC - Rorikstead.esp") and not is_master("Rorikstead Wagons.esp"))'
tag: [ C.Location ]
clean:
- crc: 0x6DDCF952
util: 'SSEEdit v4.0.4b'
- name: 'falkreath.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/2143-falkreath/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/4086477/'
after:
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("Immersive Citizens - AI Overhaul.esp") and is_master("falkreath.esp")) or (not is_master("Immersive Citizens - AI Overhaul.esp") and not is_master("falkreath.esp"))'
- name: 'moretosayfalkreath.esp'
condition: '(is_master("moretosayfalkreath.esp") and is_master("falkreath.esp")) or (not is_master("moretosayfalkreath.esp") and not is_master("falkreath.esp"))'
clean:
- crc: 0x3B751958
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'fall of granite hill.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/2156-the-fall-of-granite-hill/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/4092108'
after:
- name: 'HoldBorderBanners.esp'
condition: 'not is_master("fall of granite hill.esp")'
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("fall of granite hill.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("fall of granite hill.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
clean:
- crc: 0x7D237336
util: 'SSEEdit v4.0.3g'
- name: 'FarmhouseChimneys.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8766/' ]
msg:
- <<: *requiresMCM
condition: 'file("scripts/FarmhouseChimneysMCM.pex") and not active("SkyUI_SE.esp")'
dirty:
- <<: *quickClean
crc: 0x9BE9AC68
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: '(fortdawnguardimmersive|FDI.*|IFD.*)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40436/'
name: 'Immersive Fort Dawnguard'
- name: 'fortdawnguardimmersive.esp'
after:
- 'AHZBetterDGEntranceSE.esp'
- name: 'Blacksmith Forge Water Fix SE.esp'
condition: 'not active("Bashed Patch.*\.esp")'
- name: 'Blacksmith Forge Water Fix SE USSEP.esp'
condition: 'not active("Bashed Patch.*\.esp")'
- 'castle volkihar rebuilt.esp'
- 'EmbersHD.esp'
- 'Immersive Patrols II.esp'
msg:
- <<: *patchIncluded
subs: [ 'Dawnguard Arsenal' ]
condition: 'active("DawnguardArsenal.esp") and not active("FDIDGArsenalPatch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("EnhancedLightsandFX.esp") and not active("FDIELnFXPatch.esp")'
- <<: *patchIncluded
subs: [ 'Immersive Patrols' ]
condition: 'active("Immersive Patrols II.esp") and not active("IFDImmPatrolsIIPatch.esp")'
- <<: *patchIncluded
subs: [ 'Medieval Lanterns of Skyrim' ]
condition: 'active("Medieval Lanterns of Skyrim.esp") and not active("FDIMLOSPatch.esp")'
- <<: *patchIncluded
subs: [ 'Palaces & Castles Enhanced' ]
condition: 'active("Palaces Castles Enhanced.esp") and not active("FDIPCEPatch.esp") and not active("FDIPCEnhancedPatch.esp")'
- <<: *patchIncluded
subs: [ 'Realistic Lighting Overhaul - Interiors' ]
condition: 'active("RLO - Interiors.esp") and not active("FDIRLOInteriorsPatch.esp")'
- <<: *patchIncluded
subs: [ 'Skyrim Project Optimization' ]
condition: 'active("Skyrim Project Optimization - Full Version.esm") and not active("FDISPOPatch.esp")'
- <<: *patchIncluded
subs: [ 'Skyrim Wayshrines - Immersive Fast Travel' ]
condition: 'active("WayshrinesIFT.esp") and not active("FDIWayshrinesPatch.esp") and not active("FDISWIFTPatch.esp")'
- <<: *patchIncluded
subs: [ 'Snazzy Furniture and Clutter Overhaul' ]
condition: 'active("Snazzy Furniture and Clutter Overhaul.esp") and not active("IFDSFCOPatch.esp")'
- <<: *patchIncluded
subs: [ 'Training Dummies Provide XP' ]
condition: 'active("Training Dummies XP.esp") and active("Training Dummies XP Dawnguard.esp") and not active("FDIDummyXPPatch.esp")'
- <<: *patchIncluded
subs: [ 'Weapons Armor Clothing & Clutter Fixes' ]
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and not active("IFDWACCFPatch.esp")'
- <<: *patchUpdateAvailable
subs: ['[Legacy of the Dragonborn Patches (Official)](https://www.nexusmods.com/skyrimspecialedition/mods/30980/)']
condition: '(active("FDILOTDPatch.esp") or active("FDILOTDBPatch.esp")) and not active("DBM_ImmersiveFortDawnguard_Patch.esp")'
tag:
- Actors.AIPackages
- Actors.Stats
- C.Climate
- C.Light
- C.Water
- Factions
clean:
- crc: 0x33523FF8
util: 'SSEEdit v4.0.3g'
- name: 'FDIDGArsenalPatch.esp'
tag:
- Actors.CombatStyle
- Actors.Stats
- NPC.Class
- name: 'FDILOTD(B)?Patch\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Legacy of the Dragonborn patch' ]
condition: 'many("FDILOTD(B)?Patch\.esp")'
- name: 'FDIPC(E|Enhanced)Patch\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Palaces & Castles Enhanced patch' ]
condition: 'many("FDIPC(E|Enhanced)Patch\.esp")'
- name: 'FDI(SWIFT|Wayshrines)Patch\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Skyrim Wayshrines patch' ]
condition: 'many("FDI(SWIFT|Wayshrines)Patch\.esp")'
- name: 'FDIRLOInteriorsPatch.esp'
req: [ 'RLO - Interiors.esp' ]
tag: [ C.Light ]
- name: 'Fort(ified) Dawnguard.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9317/' ]
after: [ 'castle volkihar rebuilt.esp' ]
inc: [ 'fortdawnguardimmersive.esp' ]
dirty:
- <<: *reqManualFix
crc: 0x531EDE85
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
itm: 5
nav: 1
- <<: *reqManualFix
crc: 0xAAEDEDAB
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
nav: 1
- name: 'Friendlier Taverns.esp'
url:
- 'https://www.nexusmods.com/skyrimspecialedition/mods/1399/'
- 'https://www.nexusmods.com/skyrimspecialedition/mods/2506/'
- 'https://www.nexusmods.com/skyrimspecialedition/mods/30118/'
msg:
- <<: *useInstead
subs: [ '[Friendlier Taverns](https://www.nexusmods.com/skyrimspecialedition/mods/2506/)' ]
condition: 'active("JKs Skyrim.esp") and checksum("Friendlier Taverns.esp", 0C38A36A)'
tag: [ Invent.Add ]
dirty:
- <<: *quickClean
crc: 0x6B2AFBBC
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
udr: 17
# With Baths and Barns
- <<: *reqManualFix
crc: 0x0C38A36A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 198
udr: 28
nav: 2
- <<: *reqManualFix
crc: 0xB66104FF
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
# With Baths and no Barns
- <<: *reqManualFix
crc: 0x4F6EC655
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 199
udr: 30
nav: 2
- <<: *reqManualFix
crc: 0xC42B5E1E
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
# With Baths, Bathers and Barns
- <<: *reqManualFix
crc: 0x4773C8FF
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- <<: *reqManualFix
crc: 0xC8E7F78D
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
udr: 14
nav: 2
- <<: *reqManualFix
crc: 0x67C920B9
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- <<: *reqManualFix
crc: 0xC43EC1CB
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
udr: 5
nav: 2
- <<: *reqManualFix
crc: 0xDA39778D
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'helarchen creek.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1927-helarchen-creek/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/3090713/'
clean:
- crc: 0x20589DD2
util: 'SSEEdit v4.0.3'
- name: 'Helgen Reborn.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5673/' ]
after:
- name: 'MLU.esp'
condition: '(is_master("Helgen Reborn.esp") and is_master("MLU.esp")) or (not is_master("Helgen Reborn.esp") and not is_master("MLU.esp"))'
tag: [ Actors.Voice ]
msg:
- <<: *patch3rdParty_JSDCP
condition: 'checksum("meshes/clutter/ruins/ruinsdragonclaw01.nif", 34F46214) and not active("JS Dragon Claws - Helgen Reborn Patch.esp")'
dirty:
- <<: *quickClean
crc: 0x78362B89
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 20
- name: 'Holds(Resources| - )?(Amber Guard|Black Moor|Border Lodge Inn|Darkwater Crossing|Dawnstar|Dragon Bridge|Dunbarrow Village|Falkreath|Hall of the Vigilant|Ivarstead|Karthwasten|Kynesgrove|Lainalten|Lainter Dale|Morthal|North Keep|Riften|Riverwood|Rorikstead|Shor''s Stone|Small Locations|Solitude|Stonehills|Whiterun|Windhelm|Wintergate|Winterhold)?\.es[mp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/10609/'
name: 'Holds The City Overhaul'
- name: 'Holds( - )?(Amber Guard|Black Moor|Border Lodge Inn|Darkwater Crossing|Dawnstar|Dragon Bridge|Dunbarrow Village|Falkreath|Hall of the Vigilant|Ivarstead|Karthwasten|Kynesgrove|Lainalten|Lainter Dale|Morthal|North Keep|Riften|Riverwood|Rorikstead|Shor''s Stone|Small Locations|Solitude|Stonehills|Whiterun|Windhelm|Wintergate|Winterhold)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20685/'
name: 'Holds The City Overhaul - Patching Center SE'
- name: 'Holds.esp'
after: [ 'Landscape Fixes For Grass Mods.esp' ]
msg:
- <<: *requiresResources
subs: [ '[Winter Is Coming - Cloaks](https://www.nexusmods.com/skyrimspecialedition/mods/4933)' ]
condition: 'not file("Meshes/1nivCloaks/BearClaw/BearClawA_GND.nif")'
clean:
- crc: 0xEF19645E
util: 'SSEEdit v4.0.3'
- name: 'HoldsResources.esm'
msg:
- <<: *requiresResources
subs: [ '[Winter Is Coming - Cloaks](https://www.nexusmods.com/skyrimspecialedition/mods/4933)' ]
condition: 'not file("Meshes/1nivCloaks/BearClaw/BearClawA_GND.nif")'
- name: 'Holds - Falkreath.esp'
after: [ 'Landscape Fixes For Grass Mods.esp' ]
### HS Interior Overhauls ###
- name: 'HSDragonBridge - Four Shields Tavern.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/73017/'
name: 'HS DragonBridge - Four Shields Tavern'
- name: 'HSMarkarth - Silver-Blood Inn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/78778/'
name: 'HS Markarth - Silver-Blood Inn'
- name: 'HSPlayerHomes - Breezehome.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/74184/'
name: 'HS Player Homes - Breezehome'
- name: 'HSPlayerHomes - Hjerim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/95250/'
name: 'HS Player Homes - Hjerim'
- name: 'HSPlayerHomes - Honeyside.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/70968/'
name: 'HS Player Homes - Honeyside'
- name: 'HSPlayerHomes - Proudspire Manor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/72313/'
name: 'HS Player Homes - Proudspire Manor'
- name: 'HSPlayerHomes - SeverinManor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/69855/'
name: 'HS Player Homes - Severin Manor'
- name: 'HSPlayerHomes - Vlindrel Hall.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/83170/'
name: 'HS Player Homes - Vlindrel Hall'
- name: 'HSResources.esl'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/72307/'
name: 'HS Resources'
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/72307/?tab=forum&topic_id=12707772' ]
- name: 'HSRiverwood - Alvor and Sigrid''s House.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/86088/'
name: 'HS Riverwood - Alvor and Sigrid''s House'
- name: 'HSRiverwood - Faendal''s House.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/83574/'
name: 'HS Riverwood - Faendal''s House'
- name: 'HSRiverwood - Hod and Gerdur''s House.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/74491/'
name: 'HS Riverwood - Hod and Gerdur''s House'
- name: 'HSRiverwood - Riverwood Trader.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/86090/'
name: 'HS Riverwood - Riverwood Trader'
- name: 'HSRiverwood - Sleeping Giant Inn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/86092/'
name: 'HS Riverwood - Sleeping Giant Inn'
- name: 'HSRiverwood - Sven and Hilde''s House.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/86094/'
name: 'HS Riverwood - Sven and Hilde''s House'
- name: 'HSSolitude - Angeline''s Aromatics.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/93197/'
name: 'HS Solitude - Angeline''s Aromatics'
- name: 'HSSolitude - Bits and Pieces.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/93877/'
name: 'HS Solitude - Bits and Pieces'
- name: 'HSSolitude - Temple of the Divines.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/76056/'
name: 'HS Solitude - Temple of the Divines'
- name: 'HSSolitude - The Winking Skeever.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/82417/'
name: 'HS Solitude - The Winking Skeever'
- name: 'HSWhiterun - Arcadia''s Cauldron.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/75340/'
name: 'HS Whiterun - Arcadia''s Cauldron'
- name: 'HSWhiterun - Belethor''s General Goods.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/87317/'
name: 'HS Whiterun - Belethor''s General Goods'
- name: 'HSWhiterun - Carlotta Valentia''s House.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/92734/'
name: 'HS Whiterun - Carlotta Valentia''s House'
- name: 'HSWhiterun - Dragonsreach.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/88753/'
name: 'HS Whiterun - Dragonsreach'
- name: 'HSWhiterun - Heimskr''s House.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/93401/'
name: 'HS Whiterun - Heimskr''s House'
- name: 'HSWhiterun - Jorrvaskr.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/79389/'
name: 'HS Whiterun - Jorrvaskr'
- name: 'HSWhiterun - Olava the Feeble''s House.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/91279/'
name: 'HS Whiterun - Olava the Feeble''s House'
- name: 'HSWhiterun - Severio Pelagia''s House.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/94003/'
name: 'HS Whiterun - Severio Pelagia''s House'
- name: 'HSWhiterun - Temple of Kynareth.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/92090/'
name: 'HS Whiterun - Temple of Kynareth'
- name: 'HSWhiterun - The Bannered Mare.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/90657/'
name: 'HS Whiterun - The Bannered Mare'
- name: 'HSWhiterun - The Drunken Huntsman.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/74909/'
name: 'HS Whiterun - The Drunken Huntsman'
- name: 'HSWhiterun - Warmaiden''s.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/91109/'
name: 'HS Whiterun - Warmaiden''s'
- name: 'HSWhiterun - Ysolda''s House.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/89227/'
name: 'HS Whiterun - Ysolda''s House'
- name: 'HSWilderness - Anise''s Cabin.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/86865/'
name: 'HS Wilderness - Anise''s Cabin'
- name: 'HSWindhelm - Sadri''s Used Wares.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/95520/'
name: 'HS Windhelm - Sadri''s Used Wares'
- name: 'HSWindhelm - Temple of Talos.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/96227/'
name: 'HS Windhelm - Temple of Talos'
- name: 'HS(DragonBridge|Markarth|PlayerHomes|Riften|Riverwood|Solitude|Whiterun|Wilderness|Windhelm) - .+\.esp'
after:
- 'EnhancedLightsandFX.esp'
- 'Flower Girls NPC Relationships.esp'
- 'Immersive Citizens - AI Overhaul.esp'
- 'Lux.esp'
- 'SexLab-AmorousAdventures.esp'
- name: 'InnCredible.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/790/' ]
dirty:
# version: 1.3.1
- <<: *reqManualFix
crc: 0x853EB843
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
nav: 3
# version: 1.3.1, after QAC
- <<: *reqManualFix
crc: 0x30E5D2D2
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Inns and Taverns( - Heartwood Inn| - The Ghostly View)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12223/' ]
- name: 'Inns and Taverns.esp'
dirty:
# version: 1.2
- <<: *quickClean
crc: 0xC354E06E
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 91
- name: 'Inns and Taverns - Heartwood Inn.esp'
inc: [ 'Inns and Taverns.esp' ]
dirty:
# version: 1.2
- <<: *quickClean
crc: 0x358FD05D
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
- name: 'Inns and Taverns - The Ghostly View.esp'
inc: [ 'Inns and Taverns.esp' ]
dirty:
# version: 1.2
- <<: *quickClean
crc: 0x1EB28610
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
- name: 'ivarstead.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1900-ivarstead/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2958352/'
clean:
- crc: 0x095A4B0C
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'iWil_UselessShopOverhaul.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/21887/'
name: 'The Useless Shop and Interior Overhaul SE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/27406/'
name: 'The Useless Shop and Interior Overhaul SE - Drunken Huntsman Bug Fix'
dirty:
- <<: *reqManualFix
crc: 0x71EE880F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 2
nav: 5
- <<: *reqManualFix
crc: 0x72B10622
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 5
- <<: *reqManualFix
crc: 0x75DC460E
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
udr: 2
nav: 3
- <<: *reqManualFix
crc: 0x42557944
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'JK''s College of Winterhold.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65676/'
name: 'JK''s College of Winterhold'
inc: [ 'UltimateCollege.esp' ]
msg:
- <<: *patch3rdParty
subs:
- 'Goldbrand (Creation Club) & Immersive College of Winterhold'
- '[JK''s College of Winterhold (Immersive and Obscure) Combo Patches](https://www.nexusmods.com/skyrimspecialedition/mods/67820/)'
condition: 'active("ccbgssse005-goldbrand.esl") and active("CollegeOfWinterholdImmersive.esp") and not active("JKs CoW - ICOW - CC - Goldbrand Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Goldbrand (Creation Club) & Obscure''s College of Winterhold'
- '[JK''s College of Winterhold (Immersive and Obscure) Combo Patches](https://www.nexusmods.com/skyrimspecialedition/mods/67820/)'
condition: 'active("ccbgssse005-goldbrand.esl") and active("OCW_Obscure''s_CollegeofWinterhold.esp") and not active("JKs CoW - OCW - CC Goldbrand Patch.esp")'
- <<: *patch3rdParty
type: error
subs:
- 'Immersive College of Winterhold'
- '[JK''s College of Winterhold (Immersive and Obscure) Combo Patches](https://www.nexusmods.com/skyrimspecialedition/mods/67820/)'
condition: 'active("CollegeOfWinterholdImmersive.esp") and not active("JKs College of Winterhold - ICOW Patch.esp")'
- <<: *patch3rdParty
type: error
subs:
- 'Obscure''s College of Winterhold'
- '[JK''s College of Winterhold (Immersive and Obscure) Combo Patches](https://www.nexusmods.com/skyrimspecialedition/mods/67820/)'
condition: 'active("OCW_Obscure''s_CollegeofWinterhold.esp") and not active("JKs College of Winterhold - OCW Patch.esp")'
tag:
- C.Light
- C.Water
clean:
- crc: 0x7B150803
util: 'SSEEdit v4.0.4b'
- name: 'JK''s High Hrothgar.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/62219/' ]
tag:
- C.Water
- ObjectBounds
clean:
- crc: 0xBDF500C6
util: 'SSEEdit v4.0.4b'
- name: 'JK''s Riverwood.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2013/' ]
after:
- 'S3DTrees NextGenerationForests.esp'
- 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
- 'ViscousGrass.esp'
msg:
- <<: *alreadyInX
subs: [ 'JK''s Skyrim' ]
condition: 'active("JKs Skyrim.esp")'
- name: 'JK''s SkyHaven Forge.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8706/' ]
msg:
- <<: *alreadyInX
subs: [ 'JK''s Skyrim' ]
condition: 'active("JKs Skyrim.esp")'
clean:
- crc: 0x2B55D70F
util: 'SSEEdit v4.0.3g'
- name: 'JKs Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/6289/'
name: 'JK''s Skyrim'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/24416/'
name: 'JK''s Skyrim - ETaC - Patches Replacer'
after:
- name: 'S3DTrees NextGenerationForests.esp'
condition: '(is_master("JKs Skyrim.esp") and is_master("S3DTrees NextGenerationForests.esp")) or (not is_master("JKs Skyrim.esp") and not is_master("S3DTrees NextGenerationForests.esp"))'
- name: 'The Great Cities - Minor Cities and Towns.esp'
condition: 'active("The Great Cities of JK''s North - Patch.esp") and ((is_master("JKs Skyrim.esp") and is_master("The Great Cities - Minor Cities and Towns.esp")) or (not is_master("JKs Skyrim.esp") and not is_master("The Great Cities - Minor Cities and Towns.esp")))'
- name: 'UniqueLocationsRiverwoodForest.esp'
condition: '(is_master("JKs Skyrim.esp") and is_master("UniqueLocationsRiverwoodForest.esp")) or (not is_master("JKs Skyrim.esp") and not is_master("UniqueLocationsRiverwoodForest.esp"))'
- name: 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
condition: '(is_master("JKs Skyrim.esp") and is_master("Verdant - A Skyrim Grass Plugin SSE Version.esp")) or (not is_master("JKs Skyrim.esp") and not is_master("Verdant - A Skyrim Grass Plugin SSE Version.esp"))'
- name: 'ViscousGrass.esp'
condition: '(is_master("JKs Skyrim.esp") and is_master("ViscousGrass.esp")) or (not is_master("JKs Skyrim.esp") and not is_master("ViscousGrass.esp"))'
inc:
- 'Paradise_City_Merged.esp'
- 'Paradise_City_MergedNoWindhelm.esp'
- 'Paradise_City_MergedSummerWindhelm.esp'
- 'Paradise_City_Rorikstead.esp'
msg:
- <<: *compatIssuesWithX
subs: [ 'Immersive Citizens - AI Overhaul' ]
condition: 'active("Immersive Citizens - AI Overhaul.esp")'
- <<: *compatIssuesWithX
subs: [ 'Paradise City - Great Trees for Cities' ]
condition: 'active("Paradise_City_Merged.esp") or active("Paradise_City_MergedNoWindhelm.esp") or active("Paradise_City_MergedSummerWindhelm.esp") or active("Paradise_City_Rorikstead.esp")'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6289?tab=description' ]
- <<: *compatPatch
subs: [ '[JK''s Skyrim Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/154077/)' ]
condition: 'not active("JKs Skyrim - .* patch\.esp") and checksum("JKs Skyrim.esp", C2ACB37F)'
- <<: *patch3rdParty
subs:
- 'Dawn of Skyrim'
- '[JK''s Skyrim - Dawn of Skyrim - Patch](https://www.nexusmods.com/skyrimspecialedition/mods/16852/)'
condition: 'active("(Dawn of|Blues) Skyrim\.esp") and not active("JKs Skyrim_Dawn of Skyrim_Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Expanded Towns and Cities Complete'
- '[JK''s Skyrim - ETaC - Patches](https://www.nexusmods.com/skyrimspecialedition/mods/24416/)'
condition: 'active("ETaC - Complete.esp") and checksum("JKs Skyrim.esp", C2ACB37F)'
- <<: *patch3rdParty
subs:
- 'The Great Cities - Minor Cities and Towns'
- '[The Great Cities of JK''s North - Patch](https://www.nexusmods.com/skyrimspecialedition/mods/33687/)'
condition: 'checksum("JKs Skyrim.esp", C2ACB37F) and active("The Great Cities - Minor Cities and Towns.esp") and (not active("COTN - Dawnstar.esp") or not active("COTN - Morthal.esp")) and not active("The Great Cities of JK''s Skyrim - Patch.esp")'
- <<: *patch3rdParty
subs:
- 'The Great Cities & Cities of the North'
- '[The Great Cities of JK''s North - Patch](https://www.nexusmods.com/skyrimspecialedition/mods/33687/)'
condition: 'checksum("JKs Skyrim.esp", C2ACB37F) and active("The Great Cities - Minor Cities and Towns.esp") and active("COTN - Dawnstar.esp") and active("COTN - Morthal.esp") and not active("The Great Cities of JK''s North - Patch.esp")'
clean:
# Original
- crc: 0xC2ACB37F
util: 'SSEEdit v4.1.5f'
# ETaC Replacer
- crc: 0x932DCD5F
util: 'SSEEdit v4.0.4c'
# JK's Skyrim Patch Collection #
- name: 'JKs Skyrim - .+ patch\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/154077/'
name: 'JK''s Skyrim Patch Collection'
after: [ 'JKs Skyrim - Rob''s Bug Fixes.esp' ]
- name: 'JKs Skyrim - (Blowing in the Wind|Holidays) patch.esp'
inc:
- 'Blues Skyrim.esp'
- 'Dawn of Skyrim.esp'
- 'ETaC - Complete.esp'
- name: 'JKs Skyrim - CFTO patch.esp'
inc: [ 'ETaC - Complete.esp' ]
- name: 'JKs Skyrim - (Dragon Bridge|Arthmoor ((CRF )?DA DB FA IV RO|All)) patch\.esp'
inc: [ 'The Great City of Dragon Bridge - JK''s + Arth''s Patch.esp' ]
- name: 'JKs Skyrim - (Rorikstead|Arthmoor ((CRF )?DA DB FA IV RO|All)) patch\.esp'
inc: [ 'The Great City of Rorikstead - JK''s + Arth''s Patch.esp' ]
- name: 'JK''s Temple of Talos.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/56971/'
name: 'JK''s Temple of Talos'
msg:
- <<: *patch3rdParty
subs:
- 'ELFX Shadows'
- '[ELFX Shadows - Official Patches Hub](https://www.nexusmods.com/skyrimspecialedition/mods/64178/)'
condition: 'active("ELFX Shadows.esp") and not active("ELFX Shadows - JK Temple of Talos.esp")'
- <<: *patch3rdParty
subs:
- 'Window Shadows RT'
- '[Window Shadows - Patches for JK''s Interiors](https://www.nexusmods.com/skyrimspecialedition/mods/55309/)'
condition: 'active("Shadows.esp") and not active("WS-JK''s Temple of Talos.esp")'
clean:
- crc: 0x0C6BB768
util: 'SSEEdit v4.0.4'
- name: 'JK''s The Bannered Mare.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/33845/' ]
tag: [ C.Water ]
clean:
- crc: 0xBA0A1929
util: 'SSEEdit v4.0.4'
- name: 'JK''s The Winking Skeever.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/43991/' ]
after: [ 'Immersive Citizens - AI Overhaul.esp' ]
tag:
- C.Water
- Invent.Add
dirty:
- <<: *quickClean
crc: 0x41D5106D
util: '[SSEEdit v4.0.3f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'JKs_The_Winking_Skeever_AlternateStartMods.esp'
after: [ 'alternate start - live another life.esp' ]
- name: 'JKs Whiterun.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2259/' ]
after:
- 'S3DTrees NextGenerationForests.esp'
- 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
- 'ViscousGrass.esp'
tag:
- C.Location
- C.Water
msg:
- <<: *alreadyInX
subs: [ 'JK''s Skyrim' ]
condition: 'active("JKs Skyrim.esp")'
- name: 'JKs Whiterun exterior.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2259/' ]
after:
- 'S3DTrees NextGenerationForests.esp'
- 'Verdant - A Skyrim Grass Plugin SSE Version.esp'
- 'ViscousGrass.esp'
msg:
- <<: *alreadyInX
subs: [ 'JK''s Skyrim' ]
condition: 'active("JKs Skyrim.esp")'
- name: 'karthwasten.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1901-karthwasten/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2960640/'
inc: [ 'Karthwasten - Let The Silver Flow.esp' ]
tag:
- C.LockList
- C.Name
clean:
- crc: 0x7E88B353
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Kato''s Riverwood.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7031/' ]
dirty:
- <<: *quickClean
crc: 0x3702F743
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 128
udr: 22
- name: 'Kato''s Whiterun.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9200/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xF9114200
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 167
udr: 72
- name: 'Kato''s Cities Trees.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9200/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xDEF4D752
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'keld-nar.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/2039-keld-nar/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/4047950/'
after:
- name: 'Clockwork.esp'
condition: 'not is_master("keld-nar.esp")'
- name: 'Complete Alchemy & Cooking Overhaul.esp'
condition: 'not is_master("keld-nar.esp")'
- name: 'Landscape Fixes For Grass Mods.esp'
condition: 'not is_master("keld-nar.esp")'
- name: 'Watchtowers of Skyrim.esp'
condition: 'not is_master("keld-nar.esp")'
msg:
- <<: *patchProvided
subs: [ 'Clockwork' ]
condition: 'active("Clockwork.esp") and not active("Keld-Nar + Clockwork Patch.esp")'
clean:
- crc: 0xAF881616
util: 'SSEEdit v4.0.3g'
- name: 'KingdomWinterhold.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65288/'
name: 'Kingdom of Winterhold (thanedom all in one)'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65366/'
name: 'Koenigtum von Winterfeste (Kingdom of Winterhold) DV'
clean:
- crc: 0xCBBCED41
util: 'SSEEdit v4.0.4b'
- crc: 0x72C2348A
util: 'SSEEdit v4.0.4'
- name: 'kinggathcreations_bard.esm'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/d9436fab-12d5-4bcf-a8a1-c359d6a200ea/Bards_College_Expansion/'
name: 'Bards College Expansion (Verified Creation)'
group: *newContentGroup
clean:
- crc: 0xB9F9DC96
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'kynesgrove.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1902-kynesgrove/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2948900/'
after:
- name: 'SkyrimReputation_SSE.esp'
condition: '(is_master("SkyrimReputation_SSE.esp") and is_master("kynesgrove.esp")) or (not is_master("SkyrimReputation_SSE.esp") and not is_master("kynesgrove.esp"))'
clean:
- crc: 0x25C25727
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'MagicalCollegeofWinterhold.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1539/' ]
after:
- name: 'CollegeEntry.esp'
condition: 'not is_master("MagicalCollegeofWinterhold.esp")'
dirty:
- <<: *quickClean
crc: 0x9AA2E2D1
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'MCoW_EndofLoadOrderOverwrite.esp'
after:
- name: 'CollegeEntry.esp'
condition: 'is_master("MagicalCollegeofWinterhold.esp")'
- name: 'Markarth Entrance Overhaul.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19538/' ]
- name: 'Markarth Entrance Overhaul.esp'
after: [ 'Clockwork.esp' ]
clean:
- crc: 0x3D19A836
util: 'SSEEdit v4.0.3'
- name: 'Markarth Entrance Overhaul - CFTO Patch.esp'
clean:
# version: 1.1
- crc: 0x6BB78774
util: 'SSEEdit v4.0.2'
- name: 'MCWT_.*.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22653/'
name: 'Misc. College of Winterhold Tweaks'
- name: 'MCWT_ACollegeCoup.esp'
clean:
- crc: 0x991A4BCD
util: 'SSEEdit v4.0.3'
- name: 'MCWT_ACollegeCoup_3DNs.esp'
clean:
- crc: 0x8C8CDAB3
util: 'SSEEdit v4.0.3'
- name: 'MCWT_ACollegeCoup_ICNs.esp'
clean:
- crc: 0x4A7275AE
util: 'SSEEdit v4.0.3'
- name: 'MCWT_ACollegeCoup_ICNs_OE.esp'
clean:
- crc: 0x83B1E9F6
util: 'SSEEdit v4.0.3'
- name: 'MCWT_ACollegeCoup_OCW.esp'
clean:
- crc: 0xF458371F
util: 'SSEEdit v4.0.3'
- name: 'MCWT_ArnielsAppeals.esp'
clean:
- crc: 0xE77D107B
util: 'SSEEdit v4.0.3'
- name: 'MCWT_AWizardsWalk.esp'
msg:
- <<: *alreadyInX
subs: [ 'Immersive College of Winterhold' ]
condition: 'active("CollegeOfWinterholdImmersive.esp") and active("MCWT_AWizardsWalk.esp")'
- <<: *alreadyInX
subs: [ 'Obscure''s College of Winterhold' ]
condition: 'active("OCW_Obscure''s_CollegeofWinterhold.esp") and active("MCWT_AWizardsWalk.esp")'
clean:
- crc: 0xA5D77392
util: 'SSEEdit v4.0.3'
- name: 'MCWT_DeadDunmerDelivery.esp'
inc: [ 'WendigoFactionSkillRequirements.esp' ]
clean:
- crc: 0x0AB9A475
util: 'SSEEdit v4.0.3'
- name: 'MCWT_EarlyElementalist(_ICoW|_OCW)?\.esp'
tag: [ Deactivate ]
- name: 'MCWT_EarlyElementalist.esp'
clean:
- crc: 0xB14B8130
util: 'SSEEdit v4.0.3'
- name: 'MCWT_EarlyElementalist_ICoW.esp'
clean:
- crc: 0xEAFD82C4
util: 'SSEEdit v4.0.3'
- name: 'MCWT_EarlyElementalist_OCW.esp'
clean:
- crc: 0xAC9843A6
util: 'SSEEdit v4.0.3'
- name: 'MCWT_ErratumEtc.esp'
inc:
- 'ApepiBetterCollege.esp'
- 'CollegeOfWinterholdImmersive.esp'
- 'CollegeofWinterholdUpgraded.esp'
- 'MagicalCollegeofWinterhold.esp'
msg:
- <<: *useInstead
subs: [ 'MCWT_ErratumEtc_Lite.esp' ]
condition: 'active("ApepiBetterCollege.esp") or active("CollegeOfWinterholdImmersive.esp") or active("CollegeofWinterholdUpgraded.esp") or active("MagicalCollegeofWinterhold.esp")'
- <<: *alreadyInX
subs: [ 'Obscure''s College of Winterhold' ]
condition: 'active("OCW_Obscure''s_CollegeofWinterhold.esp") and active("MCWT_ErratumEtc.esp")'
clean:
- crc: 0x9C7B8D4C
util: 'SSEEdit v4.0.3'
- name: 'MCWT_ErratumEtc_Lite.esp'
msg:
- <<: *alreadyInX
subs: [ 'Obscure''s College of Winterhold' ]
condition: 'active("OCW_Obscure''s_CollegeofWinterhold.esp") and active("MCWT_ErratumEtc_Lite.esp")'
clean:
- crc: 0x3B57D01F
util: 'SSEEdit v4.0.3'
- name: 'MCWT_ExpiditeTheExpirate.esp'
clean:
- crc: 0x116B6B2F
util: 'SSEEdit v4.0.3'
- name: 'MCWT_FriendlyFaralda.esp'
after: [ 'More idle markers.esp' ]
msg:
- <<: *alreadyInX
subs: [ 'Improved College Entry - Questline Tweaks' ]
condition: 'active("CollegeEntry.esp") and active("MCWT_FriendlyFaralda.esp")'
clean:
- crc: 0xA68648B0
util: 'SSEEdit v4.0.3'
- name: 'MCWT_GovernableGatekeeper.esp'
after: [ 'CollegeOfWinterholdImmersive.esp' ]
clean:
- crc: 0x160C3C3A
util: 'SSEEdit v4.0.3'
- name: 'MCWT_GovernableGatekeeper_Off.esp'
clean:
- crc: 0x2029A55F
util: 'SSEEdit v4.0.3'
- name: 'MCWT_InescapableInsights.esp'
clean:
- crc: 0xD2CB8547
util: 'SSEEdit v4.0.3'
- name: 'MCWT_InescapableInsights_EBQO.esp'
clean:
- crc: 0xBE100739
util: 'SSEEdit v4.0.3'
- name: 'MCWT_InescapableInsights_EBQO_QaiS.esp'
clean:
- crc: 0x612E0FF3
util: 'SSEEdit v4.0.3'
- name: 'MCWT_InescapableInsights_QaiS.esp'
clean:
- crc: 0xAADE46FC
util: 'SSEEdit v4.0.3'
- name: 'MCWT_MageLightMaintenance.esp'
after: [ 'alternate start - live another life.esp' ]
inc:
- 'CollegeEntry.esp'
- 'CollegeOfWinterholdImmersive.esp'
- name: 'College Bridge Light Fix - Clean ITM and Remove Unnecessary Record.esp'
display: 'College of Winterhold Light Pillars FIX'
- 'Enlightened College of Winterhold.esp'
- 'Enlightened College of Winterhold(Just Light Pillars).esp'
clean:
- crc: 0xF8DD14D9
util: 'SSEEdit v4.0.3'
- name: 'MCWT_ScheduledSavos.esp'
msg:
- <<: *alreadyInX
subs: [ 'Obscure''s College of Winterhold' ]
condition: 'active("OCW_Obscure''s_CollegeofWinterhold.esp") and active("MCWT_ScheduledSavos.esp")'
clean:
- crc: 0x4D58A63C
util: 'SSEEdit v4.0.3'
- name: 'MCWT_TheAugursAdmonishment.esp'
inc: [ 'NotSoFast-MageGuild.esp' ]
msg:
- <<: *useInstead
subs: [ 'MCWT_TheAugursAdmonishment_NSF-MG.esp' ]
condition: 'active("NotSoFast-MageGuild.esp")'
- <<: *alreadyInX
subs: [ 'Improved College Entry - Questline Tweaks' ]
condition: 'active("CollegeEntry.esp") and active("MCWT_TheAugursAdmonishment.esp")'
clean:
- crc: 0xE5C9654A
util: 'SSEEdit v4.0.3'
- name: 'MCWT_TheAugursAdmonishment_NSF-MG.esp'
clean:
- crc: 0xF85B1AFE
util: 'SSEEdit v4.0.3'
msg:
- <<: *alreadyInX
subs: [ 'Improved College Entry - Questline Tweaks' ]
condition: 'active("CollegeEntry.esp") and active("MCWT_TheAugursAdmonishment_NSF-MG.esp")'
- name: 'MCWT_UnflappableFaculty.esp'
clean:
- crc: 0x1A5382AC
util: 'SSEEdit v4.0.3'
- name: 'Mixwater Mill Reborn.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13348/' ]
inc: [ 'Checkpoints of Skyrim.esp' ]
clean:
# version: 1.3
- crc: 0x792410E3
util: 'SSEEdit v4.0.2f'
- name: 'Nordic Ruins of Skyrim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20382/' ]
dirty:
- <<: *quickClean
crc: 0x74534FBE
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26
- name: 'oakwood.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/2178-oakwood/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/4117042/'
after:
- name: 'storefront.esp'
condition: '(is_master("storefront.esp") and is_master("oakwood.esp")) or (not is_master("storefront.esp") and not is_master("oakwood.esp"))'
- name: 'TouringCarriages-Oakwood.esp'
condition: '(is_master("TouringCarriages-Oakwood.esp") and is_master("oakwood.esp")) or (not is_master("TouringCarriages-Oakwood.esp") and not is_master("oakwood.esp"))'
inc: [ 'Lakeview_Extended.esp' ]
clean:
- crc: 0xC96DCE2B
util: 'SSEEdit v4.0.3'
- name: 'OarsRest.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/41812/' ]
tag: [ C.Location ]
clean:
- crc: 0xBC21043B
util: 'SSEEdit v4.0.3'
- name: 'OCW_.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20514/'
name: 'Obscure''s College of Winterhold'
- name: 'OCW_Obscure''s_CollegeofWinterhold.esp'
inc:
- 'accessible saarthal and labyrinthian.esp'
- 'ApepiBetterCollege.esp'
- 'Better College Students Room.esp'
- 'College Guards SE JMR.esp'
- 'CollegeDormDoors.esp'
- 'CollegeGrounds.esp'
- name: 'CollegeOfWinterholdImmersive.esp'
condition: 'not active("UltimateCollege.esp")'
- 'CollegeofWinterholdUpgraded.esp'
- 'CoW-Thriving edition.esp'
- 'EspeciallySpecialWinterhold.esp'
- 'FTWB - Fix that Winterhold Bridge.esp'
- 'Followers.esp'
- 'MagicalCollegeofWinterhold.esp'
- name: 'MagiCollege.esp'
condition: 'version("OCW_Obscure''s_CollegeofWinterhold.esp", >=, "1.5.00")'
- 'Toblerone Winterhold College.esp'
- 'Winterhold College SSE.esp'
msg:
- <<: *compatIssuesWithX
subs: [ '[Cloaks and Capes Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/19510/)' ]
condition: 'active("Cloaks&Capes.esp")'
- <<: *compatIssuesWithX
subs: [ '[Guardian Spectres](https://www.nexusmods.com/skyrimspecialedition/mods/30772/)' ]
condition: 'checksum("mihailspectres.esp", 95F0F68D)'
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/787/' ]
- <<: *missingRequirementXforPlugin
type: error
subs: [ 'OCW_CellSettings.esp' ]
condition: 'not active("OCW_CellSettings.esp") and version("OCW_Obscure''s_CollegeofWinterhold.esp", >=, "1.5.00") and not active("JKs College of Winterhold - OCW Patch.esp")'
tag:
- -Actors.Factions
- -Invent.Add
- -Invent.Remove
clean:
- crc: 0x318C6177
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'OCW_CellSettings.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44797/'
name: 'Ultimate College of Winterhold - an ICOW and OCW Patch'
group: *highPriorityGroup
inc:
- name: 'UltimateCollege.esp'
condition: 'not version("OCW_CellSettings.esp", >=, "100.99.97")'
msg:
- <<: *alreadyInX
subs: [ '**JKs College of Winterhold - OCW Patch.esp**' ]
condition: 'active("JKs College of Winterhold - OCW Patch.esp")'
- <<: *useVersion
subs: [ 'Ultimate College' ]
condition: 'active("UltimateCollege.esp") and not version("OCW_CellSettings.esp", >=, "100.99.97")'
- <<: *versionXofYorGreaterRequired
subs:
- '1.5.00'
- 'OCW_Obscure''s_CollegeofWinterhold.esp'
condition: 'not version("OCW_Obscure''s_CollegeofWinterhold.esp", >=, "1.5.00")'
clean:
# OCW
- crc: 0xB8CF33F0
util: 'SSEEdit v4.1.5p 32bit fix version'
# UCOW
- crc: 0xE9D8E4C1
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'OCW_BDS_FEPatch.esp'
msg: [ *alreadyInOrFixedByBDSv3_0 ]
- name: 'OCW_SPO_FEPatch.esp'
msg:
- <<: *alreadyInX
subs: [ 'Obscure''s College of Winterhold v1.5.02+' ]
condition: 'version("OCW_Obscure''s_CollegeofWinterhold.esp", >=, "1.5.02")'
- name: 'OCW_TGCs_FEPatch.esp'
msg:
- <<: *alreadyInX
subs: [ '**TGC Winterhold - OCW Patch.esp**' ]
condition: 'active("TGC Winterhold - OCW Patch.esp") and active("The Great City of Winterhold v4.esp")'
- name: 'OCW_WR2_FEPatch.esp'
msg:
- <<: *alreadyInX
subs: [ '**OCW_WR2_JK_FEPatch.esp**' ]
condition: 'active("Winterhold Restored.esp") and active("Winterhold Restored - JKs Skyrim Patch.esp") and not active("OCW_WR2_JK_FEPatch.esp")'
- name: 'OldHroldanRuins.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10134/' ]
tag: [ C.Location ]
clean:
- crc: 0xDB7238E5
util: 'SSEEdit v4.0.3g'
- crc: 0xEC8CCF97
util: 'SSEEdit v4.0.3g'
- name: 'OpulentThievesGuild(Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/931/'
name: 'Opulent Thieves Guild'
- name: 'OpulentThievesGuild.esp'
msg:
- <<: *patch3rdParty
subs:
- 'Additional Hearthfire Dolls'
- '[Some Additional Hearthfire Dolls Patches](https://www.nexusmods.com/skyrimspecialedition/mods/49757/)'
condition: 'active("AdditionalHearthfireDolls.esp") and not active("Hearthfire dolls opulent thieves guild.esp")'
- <<: *patch3rdParty
subs:
- 'Brynjolf has Time for You'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("Brynjolf has Time.esp") and not active("Opulent Thieves Guild - Brynjolf has Time Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Cheesemod for EVERYONE'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("yumcheese.esp") and not active("Opulent Thieves Guild - Cheesemod Patch.esp")'
- <<: *patch3rdParty
subs:
- 'DX Celes Rogue Armor - UNP'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("Celes Rogue Armor UNP.esp") and not active("Opulent Thieves Guild - DX Celes Rogue Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Embers XD'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("Embers XD.esp") and not active("EnhancedLightsandFX.esp") and not active("JK''s The Ragged Flagon.esp") and not active("Opulent Thieves Guild - Embers XD [XD ESP] Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Embers XD and Enhanced Lights and FX'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("Embers XD.esp") and active("EnhancedLightsandFX.esp") and not active("JK''s The Ragged Flagon.esp") and not active("Opulent Thieves Guild - ELFX - Embers XD Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Embers XD and Enhanced Lights and FX and JK''s The Ragged Flagon'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("Embers XD.esp") and active("EnhancedLightsandFX.esp") and active("JK''s The Ragged Flagon.esp") and not active("JKs Ragged Flagon - OTG - ELFX - Embers XD Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Enhanced Lights and FX'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("EnhancedLightsandFX.esp") and not active("Embers XD.esp") and not active("JK''s The Ragged Flagon.esp") and not active("Opulent Thieves Guild - ELFX Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Enhanced Lights and FX and JK''s The Ragged Flagon'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("EnhancedLightsandFX.esp") and active("JK''s The Ragged Flagon.esp") and not active("Embers XD.esp") and not active("JKs Ragged Flagon - OTG - ELFX Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Jampion NPCs - Male NPC Overhaul'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("Jampion NPCs.esp") and not active("Opulent TG Jampion Patch.esp")'
- <<: *patch3rdParty
subs:
- 'JK''s The Ragged Flagon'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("JK''s The Ragged Flagon.esp") and not active("JKs Ragged Flagon - OTG Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Mystic Condenser'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("Mystic Condenser.esp") and not active("Opulent Thieves Guild - Mystic Condenser Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Ragged Flagon Shortcut'
- '[Opulent Thieves Guild and Ragged Flagon Shortcut - Compatability Patch](https://www.nexusmods.com/skyrimspecialedition/mods/61982/)'
condition: 'active("raggedshortcut.esp") and not active("OpulentThievesGuildShortcutPatch.esp")'
- <<: *patch3rdParty
subs:
- 'Skyrim Sewers 4'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("SkyrimSewers.esp") and not active("Opulent Thieves Guild - Skyrim Sewers Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Skyrims Unique Treasures'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("SkyrimsUniqueTreasures.esp") and not active("Opulent Thieves Guild - SUT Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Snazzy Furniture and Clutter Overhaul (SFCO)'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("Snazzy Furniture and Clutter Overhaul.esp") and not active("Opulent Thieves Guild - SFCO Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Sneak Tools'
- '[Opulent Thieves Guild - Sneak Tools compatibility patch](https://www.nexusmods.com/skyrimspecialedition/mods/48071/)'
condition: 'active("Sneak Tools.esp") and not active("Opulent Thieves Guild - Sneak Tools Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Unofficial Skyrim Special Edition Patch'
- '[Opulent Thieves Guild Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35261/)'
condition: 'active("unofficial skyrim special edition patch.esp") and not active("Opulent Thieves Guild - USSEP Patch.esp")'
- <<: *patchUpdateAvailable
subs: [ '[Opulent Thieves Guild - FPS Fix](https://www.nexusmods.com/skyrimspecialedition/mods/41309/)' ]
condition: 'active("SMIM-.*\.esp") and not active("Opulent Thieves Guild - FPS Fix.esp")'
- <<: *patchUpdateAvailable
subs: [ '[Update ESL Patch - Created by Erstam](https://www.nexusmods.com/skyrimspecialedition/mods/931/)' ]
condition: 'not active("OpulentThievesGuildPatch.esp")'
- <<: *wildEdits
subs: [ 'Remove the XEZN subrecord from RiftenRatwayZone in 00016BCF.' ]
condition: 'checksum("OpulentThievesGuild.esp", 78CE1FC1) and not active("OpulentThievesGuildPatch.esp")'
tag:
- Actors.ACBS
- Actors.AIPackages
- C.Light
- C.Music
- Invent.Add
- Invent.Remove
- name: 'OpulentThievesGuildPatch.esp'
clean:
- crc: 0xF5C66B8F
util: 'SSEEdit v4.0.4b'
- name: 'Palaces Castles Enhanced.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1819/' ]
group: *pceGroup
inc: [ 'Vaults of Skyrim 1.0 NEXUS.esp' ]
msg:
- <<: *compatPatch
subs: [ '[Palaces and Castles Enhanced Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/33364/)' ]
- <<: *patchProvided
subs: [ 'Open Cities' ]
condition: 'active("open cities skyrim.esp") and not active("PCE - Open Cities Patch.esp")'
- <<: *patchProvided
subs: [ 'Relighting Skyrim' ]
condition: 'active("RelightingSkyrim_SSE.esp") and not active("PCE - Relighting Skyrim.esp")'
tag:
- C.Encounter
- C.Light
- C.LockList
- C.Music
- C.Name
- C.Water
clean:
- crc: 0x38BA0672
util: 'SSEEdit v4.0.3'
- name: 'PCE - (3DNPC|ELFX|Holds|Holidays|Immersive Citizens|Relighting Skyrim|RDO|RLO|Skyrim Sewers|SPO).*\.esp'
after:
- 'PCE - USSEP Patch.esp'
- 'PCE - USSEP+CRF Patch.esp'
- name: 'PCE - Immersive Citizens AI Overhaul Patch.esp'
after: [ 'PCE - Skyrim Sewers Patch.esp' ]
- name: 'PCE - RLO Patch.esp'
after:
- 'PCE - 3DNPC Patch.esp'
- 'PCE - Art of Magicka Patch.esp'
- 'PCE - Holidays Patch.esp'
- 'PCE - Immersive Citizens AI Overhaul Patch.esp'
- 'PCE - Open Cities Patch.esp'
- 'PCE - Skyrim Sewers Patch.esp'
- 'PCE - SPO Patch.esp'
tag: [ C.Light ]
- name: 'PCE - USSEP+CRF Patch.esp'
tag: [ Factions ]
- name: 'Paradise_City_.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10135/' ]
- name: 'Paradise_City_RESOURCES.esm'
clean:
- crc: 0x4A3008F0
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_Merged.esp'
clean:
- crc: 0x37732D56
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_MergedNoRorikstead.esp'
clean:
- crc: 0x55AE86EE
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_MergedNoWindhelm.esp'
clean:
- crc: 0xB50A2FEF
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_MergedSummerWindhelm.esp'
clean:
- crc: 0x872CD206
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_Markarth.esp'
clean:
- crc: 0xD4DDE71A
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_Riften.esp'
clean:
- crc: 0x7130539C
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_Rorikstead.esp'
clean:
- crc: 0x6E0F46AF
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_Solitude.esp'
clean:
- crc: 0x41B0335F
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_SummerWindhelm.esp'
clean:
- crc: 0x2DEA823A
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_Whiterun.esp'
clean:
- crc: 0xD20290AC
util: 'SSEEdit v4.0.3'
- name: 'Paradise_City_Windhelm.esp'
clean:
- crc: 0x35C17E7B
util: 'SSEEdit v4.0.3'
- name: 'Raven Rock.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/640/' ]
msg:
- <<: *patchProvided
subs: [ 'Clockwork' ]
condition: 'active("Clockwork.esp") and not active("Raven Rock - Clockwork Patch.esp")'
dirty:
# version: 1.02
- <<: *quickClean
crc: 0x7F257FE6
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
- name: 'Raven Rock - Clockwork Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/640/' ]
dirty:
# version: 1.00
- <<: *quickClean
crc: 0x42CE0509
util: '[SSEEdit v4.0.1](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'RavenRockReborn.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24867/' ]
dirty:
# version: 1.00
- <<: *reqManualFix
crc: 0x1283DF1A
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 273
nav: 7
# version: 1.00, After QAC
- <<: *reqManualFix
crc: 0xB28D205D
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 7
- name: 'RealisticRoomRental(-Basic)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/24859/'
name: 'Perseids Inns and Taverns - Realistic Room Rental Enhanced'
after:
- 'EconomyOverhaulandSpeechcraftImprovements.esp'
- 'EconomyOverhaulandSpeechcraftImprovementsLite.esp'
- name: 'RealisticRoomRental.esp'
dirty:
# version: 1.8.9.001
- <<: *quickClean
crc: 0xA3167911
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
- name: 'RealisticRoomRental-Basic.esp'
clean:
# version: 1.8.9.001
- crc: 0xCCFC4BA9
util: 'SSEEdit v4.0.2f'
- name: 'RealisticWinterhold.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/14384/' ]
dirty:
- <<: *reqManualFix
crc: 0x6C1AA296
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 77
udr: 36
nav: 1
- <<: *reqManualFix
crc: 0xF9F9AF0E
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'RedBag''s Solitude.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42052/'
name: 'RedBag''s Solitude'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64068/'
name: 'Rob''s Bug Fixes - RedBag''s Solitude'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - RedBag''s Solitude](https://www.nexusmods.com/skyrimspecialedition/mods/64068/)' ]
condition: 'checksum("RedBag''s Solitude.esp", A9A23AB8)'
clean:
- crc: 0xA9A23AB8
util: 'SSEEdit v4.0.4b'
- crc: 0xB9B5FB6A
util: 'SSEEdit v4.0.4c'
- name: 'USSEP Patch for RedBag''s Solitude.esp'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'MPXP 1.4 RBS ESP' ]
condition: 'active("MPXP1\.4 \[PATCH - SSkwy\.TGCoS(\.LotD)?\.RBS\]\.esp")'
- <<: *alreadyInOrFixedByX
subs: [ '**RedBag''s Solitude [PATCH - TGCoS].esp**' ]
condition: 'active("RedBag''s Solitude [PATCH - TGCoS].esp")'
- name: 'River Rock Village.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19432/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0xBD63547F
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 19
- name: 'rorikstead.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/2103-rorikstead/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/4063535/'
after:
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("rorikstead.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("rorikstead.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
inc: [ 'Rorikstead Revised.esp' ]
clean:
- crc: 0x3B9B5701
util: 'SSEEdit v4.0.3'
- name: 'Ryn''s Bleakfalls Tower.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/72659/'
name: 'Ryn''s Bleak Falls Tower'
msg:
- <<: *patch3rdParty
subs:
- 'Lawbringer (Bleak Falls Tower)'
- '[Patches for Ryn''s](https://www.nexusmods.com/skyrimspecialedition/mods/74233/)'
condition: 'active("LCO_BleakFallsTower.esp") and not active("Ryn''s Bleakfalls Tower Lawbringer Basic Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Legend of the Eagles Nest SSE'
- '[Patches for Ryn''s](https://www.nexusmods.com/skyrimspecialedition/mods/74233/)'
condition: 'active("flaho_shi_eagles_nest_ENG.esp") and not active("Ryn''s Bleakfalls Tower - Eagle Nest.esp")'
clean:
- crc: 0x47A5430D
util: 'SSEEdit v4.0.4'
- name: 'Ryn''s Farms.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/72305/'
name: 'Ryn''s Farms'
msg:
- <<: *patch3rdParty
subs:
- 'Ryn''s Standing Stones'
- '[Ryn''s Skyrim Official Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/73778/)'
condition: 'active("Ryn''s Standing Stones.esp") and not active("Ryn''s_Standing_Stones_Ryn''s_Farms_PATCH.esp")'
clean:
- crc: 0x1BE50A99
util: 'SSEEdit v4.0.4'
- name: 'Ryn''s Mehrunes Dagon Shrine.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/88451/'
name: 'Ryn''s Mehrunes Dagon''s Shrine'
tag:
- C.Acoustic
- C.ImageSpace
- C.Light
- C.Music
clean:
- crc: 0x3C6329BD
util: 'SSEEdit v4.0.4c'
- name: 'Ryn''s Saarthal.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/74785/'
name: 'Ryn''s Saarthal'
tag:
- Actors.ACBS
- Actors.Spells
- Actors.Stats
- Invent.Add
- Invent.Remove
- NPC.Class
- NPC.Perks.Add
clean:
- crc: 0x58FCD3F6
util: 'SSEEdit v4.0.4c'
- crc: 0xFDC4E121
util: 'SSEEdit v4.0.4c'
- name: 'RynsWhiterunCityLimits.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65661/'
name: 'Ryn''s Whiterun City Limits'
msg:
- <<: *patch3rdParty
subs:
- 'CC Tundra Homestead'
- '[Whiterun Exteriors Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/78920/)'
condition: 'active("cceejsse001-hstead.esm") and not active("Ryns Whiterun City Limits - (Iggath )?Tundra Homestead Patch\.esp") and not active("JKs Ryns Whiterun Exterior - CC Tundra Homestead patch.esp")'
- <<: *patch3rdParty
subs:
- 'eFPS - Exterior FPS boost'
- '[Unofficial eFPS patches](https://www.nexusmods.com/skyrimspecialedition/mods/70176/)'
condition: 'active("Occ_Skyrim_Tamriel.esp") and not active("Occ_Skyrim_RynsWhiterunCityLimits_patch.esp")'
- <<: *patch3rdParty
subs:
- 'Ryn''s Bleakwind Basin'
- '[Ryn''s Skyrim Official Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/73778/)'
condition: 'active("Ryn''s Bleakwind Basin.esp") and not active("Ryn''s_Whiterun_City_Limits_Ryn''s_Bleakwind_Basin_Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Ryn''s Halted Stream Camp'
- '[Ryn''s Skyrim Official Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/73778/)'
condition: 'active("Ryn''s Halted Stream Camp.esp") and not active("Ryn''s_Whiterun_City_Limits_Ryn''s_Halted_Stream_Camp_PATCH.esp")'
clean:
- crc: 0x758D31E3
util: 'SSEEdit v4.0.4c'
- name: 'Sanctuary Reborn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22070/'
name: 'Dark Brotherhood Reborn - Dawnstar Sanctuary'
dirty:
- <<: *quickClean
crc: 0xDEB7C3C4
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: '(Serenity|SailorMoonClub|LunarWeapons)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30019/'
name: 'Serenity - A Silent Moons Camp Overhaul'
- name: '(Serenity|SailorMoonClub)\.esp'
tag:
- C.Location
- Delev
- Graphics
- Keywords
- Names
- Stats
- Text
- name: 'Serenity.esp'
dirty:
- <<: *quickClean
crc: 0x5972B869
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
clean:
- crc: 0x54652F9B
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'SailorMoonClub.esp'
dirty:
- <<: *quickClean
crc: 0xF5295D1D
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
clean:
- crc: 0xCBD838E0
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- crc: 0x1470C914
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'LunarWeapons.esp'
clean:
- crc: 0xF3925568
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'Shadows over Ilinalta.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/117021/'
name: 'Shadows Over Ilinalta'
tag:
- C.Location
- Keywords
- Names
clean:
- crc: 0x39858C47
util: 'SSEEdit v4.1.5d'
- name: 'shor''s stone.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1908-shors-stone/'
- 'https://bethesda.net/it/mods/skyrim/mod-detail/2958397/'
clean:
- crc: 0x016194AB
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'SkyHavenTempleRestored.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10647/' ]
dirty:
# version: 1.4
- <<: *reqManualFix
crc: 0x1F20DDB3
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 54
nav: 56
# version: 1.4, after QAC
- <<: *reqManualFix
crc: 0x9639ECFF
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 56
- name: 'SkyR .*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/10454/'
name: 'Skyrim Radioactive SE'
- name: 'SkyR Mega Merge.esp'
dirty:
# version: 1.4
- <<: *reqManualFix
crc: 0x0EF183F3
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
nav: 9
# version: 1.4, after QAC
- <<: *reqManualFix
crc: 0x0A93015D
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 9
- name: 'SkyR - Riften Interiors.esp'
dirty:
# version: 1.4
- <<: *quickClean
crc: 0x6D0FDDF3
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
# version: 1.4 Open Cities
- <<: *quickClean
crc: 0x9022BD8E
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
- name: 'SkyR - Riverwood Interiors.esp'
clean:
# version: 1.4
- crc: 0x65CD286C
util: 'SSEEdit v4.0.2'
- name: 'SkyR - Solitude Docks.esp'
dirty:
# version: 1.3
- <<: *reqManualFix
crc: 0xC6065A3D
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
nav: 4
# version: 1.3, after QAC
- <<: *reqManualFix
crc: 0x4A843C94
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
- name: 'SkyR - Solitude Dock fps patch.esp'
clean:
# version: 0.1
- crc: 0x6B57FD12
util: 'SSEEdit v4.0.2'
- name: 'SkyR - Solitude Dock CB patch.esp'
dirty:
- <<: *reqManualFix
crc: 0x6DEDC899
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
nav: 1
- <<: *reqManualFix
crc: 0xB9DF9C04
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'SkyR - Solitude Dock MMC patch.esp'
clean:
- crc: 0xBE8C57C8
util: 'SSEEdit v4.0.2'
- name: 'SkyR - Solitude Interiors.esp'
dirty:
# version: 1.4, after QAC
- <<: *reqManualFix
crc: 0x93A6613B
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
nav: 6
# version: 1.4, after QAC
- <<: *reqManualFix
crc: 0x73822AE1
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 6
# version: 1.4 Open Cities
- <<: *reqManualFix
crc: 0x412AC7C3
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 6
- name: 'SkyR - Whiterun Interiors.esp'
dirty:
# version: 1.4
- <<: *reqManualFix
crc: 0x4FAEE002
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
# version: 1.4 Open Cities
- <<: *reqManualFix
crc: 0xFA1ED63E
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'SkyR - Windhelm Docks.esp'
dirty:
# version: 1.2.1, after QAC
- <<: *reqManualFix
crc: 0x72F49EC0
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 56
nav: 1
# version: 1.2.1, after QAC
- <<: *reqManualFix
crc: 0xCFF666F6
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'SkyR - Windhelm Interiors.esp'
dirty:
# version: 1.4
- <<: *quickClean
crc: 0x9889ECCA
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
# version: 1.4 Open Cities
- <<: *quickClean
crc: 0xDC243E1D
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'SkyR - Windhelm Interiors USP patch.esp'
clean:
# version: 1.4
- crc: 0xA4013100
util: 'SSEEdit v4.0.2'
- name: 'Skyrim Reborn - Hjaalmarch Hold.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23801/' ]
clean:
# version: 1.1
- crc: 0x6825A94A
util: 'SSEEdit v4.0.2'
- name: 'Skyrim Reborn - Whiterun Hold.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16530/' ]
clean:
# version: 1.0.5
- crc: 0xB501F40F
util: 'SSEEdit v4.0.2'
- name: 'Snazzy Furniture and Clutter Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2414/' ]
clean:
- crc: 0xDCC7A47D
util: 'SSEEdit v4.0.3'
- crc: 0x0F1F05F4
util: 'SSEEdit v4.0.3'
- name: 'Solitude Expansion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8/' ]
inc: [ 'Real Solitude Rocks.esp' ]
after:
- 'Solitude Exterior Addon.esp'
- 'Tamriel Reloaded HD SE.esp'
dirty:
- <<: *reqManualFix
crc: 0xB547C8EB
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 20
nav: 13
- <<: *reqManualFix
crc: 0xBC5257F4
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 13
- <<: *reqManualFix
crc: 0x1B5779E0
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 77
nav: 31
- <<: *reqManualFix
crc: 0x249FA46C
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 31
clean:
- crc: 0x326627D7
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'SE - Better Cities Patch.esp'
dirty:
- <<: *reqManualFix
crc: 0x3B37D5BC
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 51
nav: 11
- <<: *reqManualFix
crc: 0x11E51BC4
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 11
- name: 'soljund''s sinkhole.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1909-soljunds-sinkhole/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2959957/'
tag:
- Actors.ACBS
- Actors.AIPackages
- C.Name
clean:
- crc: 0x5D72E944
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'SR Exterior Cities.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/87954/'
name: 'SR Exterior Cities Series'
group: *ocsGroup
inc: [ 'Open Cities Skyrim.esp' ]
- name: 'SurWR.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/37982/'
name: 'Capital Whiterun Expansion'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63355/'
name: 'Rob''s Bug Fixes - Capital Whiterun Expansion'
after: [ 'Landscape and Water Fixes - Patch - LFfGM.esp' ]
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - Capital Whiterun Expansion](https://www.nexusmods.com/skyrimspecialedition/mods/63355/)' ]
condition: 'checksum("SurWR.esp", D96CF5BF)'
clean:
- crc: 0xD96CF5BF
util: 'SSEEdit v4.0.4b'
- crc: 0x38E0471A
util: 'SSEEdit v4.0.4c'
- name: 'TacticalValtheim.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9101/' ]
inc: [ 'Druid Den Redux.esp' ]
tag:
- C.Location
- Keywords
clean:
- crc: 0x11BDC61E
util: 'SSEEdit v4.0.3'
- name: 'Tel Mithryn( Prison)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/643/' ]
- name: 'Tel Mithryn.esp'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xF37F12D5
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
clean:
# version: 1.0, Spongeman131 Update
- crc: 0x4EF2882E
util: 'SSEEdit v4.0.2f'
- name: 'Tel Mithryn Prison.esp'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xE0E0AA54
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'telengard.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/2107-telengard/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/4066247/'
clean:
- crc: 0x028D4C07
util: 'SSEEdit v4.0.3'
- name: 'telmith.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18956/'
name: 'Expanded Tel Mithryn'
dirty:
- <<: *reqManualFix
crc: 0x0B98A6FE
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 66
udr: 43
nav: 2
- <<: *reqManualFix
crc: 0x75BD457C
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: '(Resources - )?The Great Cities( - Minor Cities and Towns)?.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20272/'
name: 'The Great Cities - Minor Cities and Towns'
- name: 'The Great Cities - Minor Cities and Towns.esp'
after:
- name: 'JKs Skyrim.esp'
condition: 'active("The Great Cities of JK''s Skyrim - Patch.esp") and ((is_master("The Great Cities - Minor Cities and Towns.esp") and is_master("JKs Skyrim.esp")) or (not is_master("The Great Cities - Minor Cities and Towns.esp") and not is_master("JKs Skyrim.esp")))'
dirty:
- <<: *quickClean
crc: 0x2E50E9ED
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26
- name: 'The Great City of Dawnstar.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19491/'
name: 'The Great City of Dawnstar SSE Edition'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66898/'
name: 'Rob''s Bug Fixes - TGC Dawnstar'
msg:
- *alreadyInTGC
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - TGC Dawnstar](https://www.nexusmods.com/skyrimspecialedition/mods/66898/)' ]
condition: 'checksum("The Great City of Dawnstar.esp", BB653BFB)'
clean:
- crc: 0xBB653BFB
util: 'SSEEdit v4.0.3'
- crc: 0xEC69D3F3
util: 'SSEEdit v4.0.4d'
- name: '(The Great City of |TGCo)Dragon Bridge( - Arthmoor DB Patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19962/'
name: 'The Great City of Dragon Bridge'
- name: 'The Great City of Dragon Bridge.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/68412/'
name: 'Rob''s Bug Fixes - TGC Dragon Bridge'
after:
- name: 'dragon bridge.esp'
condition: 'active("TGCoDragon Bridge - Arthmoor DB Patch.esp") or active("The Great City of Dragon Bridge - JK''s + Arth''s Patch.esp")'
msg: [ *alreadyInTGC ]
clean:
- crc: 0xEFA73FDF
util: 'SSEEdit v4.0.4b'
- crc: 0x87283AFA
util: 'SSEEdit v4.0.4b'
- name: 'TGCoDragon Bridge - Arthmoor DB Patch.esp'
msg:
- <<: *alreadyInOrFixedByX
subs: [ '**The Great City of Dragon Bridge - JK''s + Arth''s Patch.esp**' ]
condition: 'active("The Great City of Dragon Bridge - JK''s + Arth''s Patch.esp")'
- name: 'The Great City of Falkreath.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19709/' ]
msg: [ *alreadyInTGC ]
clean:
- crc: 0x03553243
util: 'SSEEdit v4.0.3'
- name: 'The Great City of Morthal.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19592/' ]
msg: [ *alreadyInTGC ]
dirty:
- <<: *quickClean
crc: 0xECDC04AA
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
- name: 'The Great City of Rorikstead.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20151/'
name: 'The Great City of Rorikstead'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/68559/'
name: 'Rob''s Bug Fixes - TGC Rorikstead'
after:
- name: 'rorikstead.esp'
condition: 'active("The Great City of Rorikstead - JK''s + Arth''s Patch.esp")'
msg: [ *alreadyInTGC ]
dirty:
- <<: *quickClean
crc: 0x2C846503
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
clean:
- crc: 0x96DC80C3
util: 'SSEEdit v4.0.4b'
- name: 'The Great City of Solitude.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22243/'
name: 'The Great City of Solitude SSE'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/72117/'
name: 'Rob''s Bug Fixes - TGC Solitude'
after:
- name: 'KvHarborside.esp'
condition: 'file("KvHarborside \[PATCH - (SSkwy\.)?TGCoS\]\.esp")'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - TGC Solitude](https://www.nexusmods.com/skyrimspecialedition/mods/72117/)' ]
condition: 'checksum("The Great City of Solitude.esp", BB0F093C)'
tag: [ C.Location ]
dirty:
- <<: *quickClean
crc: 0xBB0F093C
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
clean:
- crc: 0xB1FB18BA
util: 'SSEEdit v4.0.4c'
- name: 'USSEP - The Great City of Solitude Patch.esp'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'MPXP 1.1/1.2 TGCoS ESP' ]
condition: 'active("MPXP1\.[12] \[PATCH - (DBPT\.)?SSkwy\.TGCoS\]( \(OCS\))?\.esp")'
- <<: *alreadyInOrFixedByX
subs: [ '**OCS [PATCH - TGCoS].esp**' ]
condition: 'active("OCS [PATCH - TGCoS].esp")'
- <<: *alreadyInOrFixedByX
subs: [ '**The Great City of Solitude Tweaks.esp**' ]
condition: 'active("The Great City of Solitude Tweaks.esp")'
- name: 'The Great City of Winterhold( v4)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/17127/'
name: 'The Great City Of Winterhold'
- name: 'The Great City of Winterhold v4.esp'
inc: [ 'The Great City of Winterhold.esp' ]
msg:
- <<: *patch3rdParty
subs:
- 'Obscure''s College of Winterhold'
- '[The Great City of Winterhold Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/74560/)'
condition: 'active("OCW_Obscure''s_CollegeofWinterhold.esp") and not active("TGC Winterhold - OCW Patch.esp")'
- <<: *patch3rdParty
type: warn
subs:
- 'The Great Cities - Minor Cities and Towns'
- '[The Great City of Winterhold Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/74560/)'
condition: 'active("The Great Cities - Minor Cities and Towns.esp") and not active("TGC Winterhold - The Great Cities patch.esp")'
clean:
- crc: 0xE42205FB
util: 'SSEEdit v4.0.4c'
- name: 'The Great City of Winterhold.esp'
msg: [ *alreadyInTGC ]
- name: 'The Great Town of Ivarstead.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/34505/' ]
dirty:
- <<: *quickClean
crc: 0x7EB0E20A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'The Great Town of Karthwasten.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/33032/' ]
dirty:
- <<: *quickClean
crc: 0x46296887
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
- name: 'The Great Town of Shor''s Stone.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/35977/' ]
clean:
- crc: 0x3B388277
util: 'SSEEdit v4.0.3'
- name: 'The Great Village of Mixwater Mill.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36350/' ]
clean:
- crc: 0xC432E455
util: 'SSEEdit v4.0.3'
- name: 'The Great Village of Old Hroldan.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/33189/' ]
dirty:
- <<: *quickClean
crc: 0x12F0B5FD
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
- name: 'The Ruins.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9933/' ]
dirty:
# version: 1
- <<: *quickClean
crc: 0x0D4D03BC
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 48
- name: 'Undriel_(QuaintRavenRock|QRR_Clockwork_Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20851/'
name: 'Quaint Raven Rock'
- name: 'Undriel_QuaintRavenRock.esp'
inc:
- 'Raven Rock.esp'
- 'SolstheimLighthouse.esp'
- 'Undriel_Raven_of_RavenRock.esl'
- 'Undriel_Raven_of_RavenRock.esp'
msg:
- <<: *compatPatch
subs: [ '[Quaint Raven Rock Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/35290/)' ]
- <<: *includesX
subs: [ 'The Raven of Raven Rock SE' ]
condition: 'active("Undriel_Raven_of_RavenRock.esp") or active("Undriel_Raven_of_RavenRock.esl")'
- <<: *patch3rdParty
subs:
- 'Ghosts of the Tribunal (Creation Club)'
- '[Quaint Raven Rock - Ghosts of the Tribunal Patch](https://www.nexusmods.com/skyrimspecialedition/mods/59172/)'
condition: 'active("ccasvsse001-almsivi.esm") and not active("Quaint Raven Rock - (Ghosts of the Tribunal CC Patch|GotT - EL Patch)\.esp")'
- <<: *patchProvided
subs: [ 'Clockwork' ]
condition: 'active("Clockwork.esp") and not active("Undriel_QRR_Clockwork_Patch.esp")'
- <<: *patchUpdateAvailable
subs: [ '[Quaint Raven Rock Navm Cleaned and Optimized](https://www.nexusmods.com/skyrimspecialedition/mods/58041/)' ]
condition: 'active("Undriel_QuaintRavenRock.esp") and not file("Undriel_QRR Nav Fixed Patch.esp")'
clean:
- crc: 0x0AFFAEEF
util: 'SSEEdit v4.0.4'
- name: 'Undriel_QRR_Clockwork_Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/58041/'
name: 'Quaint Raven Rock Navm Cleaned and Optimized'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Quaint Raven Rock Navm Cleaned and Optimized](https://www.nexusmods.com/skyrimspecialedition/mods/58041/)' ]
condition: 'checksum("Undriel_QRR_Clockwork_Patch.esp", 8A98BC76)'
dirty:
- <<: *reqManualFix
crc: 0x8A98BC76
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
clean:
- crc: 0xBFAC7281
util: 'SSEEdit v4.0.4b'
- name: 'Vaults of Skyrim (1.0 NEXUS|Palaces Patch)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10386/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Vaults of Skyrim' ]
condition: 'many("Vaults of Skyrim (1.0 NEXUS|Palaces Patch)\.esp")'
- name: 'Vaults of Skyrim 1.0 NEXUS.esp'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x750B5B0B
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 20
udr: 24
- name: 'Vaults of Skyrim Palaces Patch.esp'
req: [ 'Palaces Castles Enhanced.esp' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x7CAE947E
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26
udr: 17
- name: 'VikingShipPlayerHome.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13526/' ]
inc:
- 'City of Dawnstar.esp'
- 'MharphinV2.0.esp'
clean:
# version: 1.6
- crc: 0x00EC9C71
util: 'SSEEdit v4.0.2f'
- name: 'Whistling City Ruins.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30766/'
name: 'Whistling Mine Ruins'
msg:
- <<: *wildEdits
subs: [ 'Delete **Sub-Block 0, 0** in SSEEdit.' ]
condition: 'checksum("Whistling City Ruins.esp", FE1A1960)'
dirty:
- <<: *quickClean
crc: 0x32C772B9
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 97
itm: 2
- name: 'whistling mine.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1912-whistling-mine/'
- 'https://mods.bethesda.net/#en/workshop/skyrim/mod-detail/2959645/'
after:
- name: 'Immersive Citizens - AI Overhaul.esp'
condition: '(is_master("whistling mine.esp") and is_master("Immersive Citizens - AI Overhaul.esp")) or (not is_master("whistling mine.esp") and not is_master("Immersive Citizens - AI Overhaul.esp"))'
inc: [ 'TES Arena Amol.esp' ]
clean:
- crc: 0xABF1B47B
util: 'SSEEdit v4.0.3h (Hotfix 1)'
- name: 'WhiterunDefenses.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40094/'
name: 'Fortified Whiterun'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/70186/'
name: 'Rob''s Bug Fixes - Fortified Whiterun'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - Fortified Whiterun](https://www.nexusmods.com/skyrimspecialedition/mods/70186/)' ]
condition: 'checksum("WhiterunDefenses.esp", 9A3B2ACE)'
dirty:
- <<: *quickClean
crc: 0x9A3B2ACE
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
udr: 2
clean:
- crc: 0xFBB83F99
util: 'SSEEdit v4.0.4c'
- name: 'WhiterunValley2.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11917/' ]
inc:
- 'Holds.esp'
- 'JKs Whiterun exterior.esp'
- 'T''Skyrim - True Skyrim.esp'
- 'Whiterun Gate Restoration.esp'
- 'Willybach''sWhiterun.esp'
- 'Z''Whiterun.esp'
tag:
- Actors.ACBS
- Actors.AIPackages
- Factions
msg:
- <<: *patchUnavailable
subs: [ 'Civil War Checkpoints' ]
condition: 'active("CivilWarCheckpointsV2 .esp") or active("Checkpoints of Skyrim.esp")'
- <<: *patchUnavailable
subs: [ 'Gallows of Skyrim' ]
condition: 'active("GallowsOfSkyrim.esp")'
- <<: *patchUnavailable
subs: [ 'Halla: A Whiterun Player Home' ]
condition: 'active("Eli_Halla.esp")'
- <<: *patchUnavailable
subs: [ 'Immersive Citizens: AI Overhaul' ]
condition: 'active("Immersive Citizens - AI Overhaul.esp")'
- <<: *patchUnavailable
subs: [ 'Open Cities Skyrim' ]
condition: 'active("open cities skyrim.esp")'
- <<: *patchUnavailable
subs: [ 'The Great Cities: Minor Cities and Towns' ]
condition: 'active("The Great Cities - Minor Cities and Towns.esp")'
- <<: *patchUnavailable
subs: [ 'The People Of Skyrim Complete' ]
condition: 'active("tpos_ultimate_esm.esp")'
- <<: *patchUnavailable
subs: [ 'Whiterun Forest Borealis' ]
condition: 'active("Whiterun Forest Borealis Lightweight.esp") or active("Whiterun Forest Borealis.esp")'
dirty:
- <<: *quickClean
crc: 0x21A3B69D
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Windhelm Bridge Overhaul.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4246/' ]
dirty:
# version: 2.0 FULL
- <<: *reqManualFix
crc: 0x8899EE6B
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
nav: 4
# version: 2.0 FULL, After QAC
- <<: *reqManualFix
crc: 0xE988E0DC
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
# version: 2.0 Guard Area Only
- <<: *reqManualFix
crc: 0x40F3798F
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
nav: 4
# version: 2.0 Guard Area Only, After QAC
- <<: *reqManualFix
crc: 0x265353E8
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
# version: 2.0 Minus Guard Area WITH Tent Roof
- <<: *reqManualFix
crc: 0xF840C563
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
nav: 4
# version: 2.0 Minus Guard Area WITH Tent Roof, After QAC
- <<: *reqManualFix
crc: 0x86D9C26A
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
# version: 2.0 Minus Tent Roof
- <<: *reqManualFix
crc: 0x9D092E09
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
nav: 4
# version: 2.0 Minus Tent Roof, After QAC
- <<: *reqManualFix
crc: 0x85F36274
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
# version: 2.0 Minus Tent Roof and Guard Area, After QAC
- <<: *reqManualFix
crc: 0xE27EA938
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
nav: 4
# version: 2.0 Minus Tent Roof and Guard Area, After QAC
- <<: *reqManualFix
crc: 0x070C5FE3
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
- name: 'WindhelmEntranceOverhaul.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19400/'
name: 'City Entrances Overhaul - Windhelm'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65092/'
name: 'Rob''s Bug Fixes - City Entrances Overhaul - Windhelm'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - City Entrances Overhaul - Windhelm](https://www.nexusmods.com/skyrimspecialedition/mods/65092/)' ]
condition: 'checksum("WindhelmEntranceOverhaul.esp", A91FF679) or checksum("WindhelmEntranceOverhaul.esp", 6972E572)'
dirty:
- <<: *quickClean
crc: 0xA91FF679
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
- <<: *quickClean
crc: 0x6972E572
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
clean:
- crc: 0x9EF9FD47
util: 'SSEEdit v4.0.4c'
- name: 'CEOWindhelm - .*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19400/' ]
- name: 'CEOWindhelm - Windhelm Exterior Altered Patch.esp'
dirty:
# version: 1.3
- <<: *quickClean
crc: 0xD55110D5
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'CEOWindhelm - JUSTICE Patch.esp'
clean:
# version: 1.3
- crc: 0x2AEA0209
util: 'SSEEdit v4.0.2'
- name: 'CEOWindhelm - CLARALUX Patch [ESL].esp'
dirty:
# version: 1.3
- <<: *reqManualFix
crc: 0xAB946826
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 5
- name: 'CEOWindhelm - CLARALUX Patch.esp'
dirty:
# version: 1.3
- <<: *reqManualFix
crc: 0x0F887EC9
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 5
- name: 'CEOWindhelm - ICAIO Patch [ESL].esp'
dirty:
# version: 1.3
- <<: *reqManualFix
crc: 0x38D02FB3
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 5
- name: 'CEOWindhelm - ICAIO Patch.esp'
dirty:
# version: 1.3
- <<: *reqManualFix
crc: 0xB7B0D6B4
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 5
- name: 'CEOWindhelm - Snowy AF Windhelm Patch.esp'
dirty:
# version: 1.3
- <<: *quickClean
crc: 0xE3CC668A
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'CEOWindhelm - Trees in Cities Patch.esp'
clean:
# version: 1.3
- crc: 0xF82589AC
util: 'SSEEdit v4.0.2'
- name: 'CEOWindhelm - Skyrim Radioactive Patch.esp'
dirty:
# version: 1.3
- <<: *quickClean
crc: 0x1044CACF
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 26
- name: 'CEOWindhelm - Lanterns of Skyrim Patch.esp'
clean:
# version: 1.3
- crc: 0xBF2B5151
util: 'SSEEdit v4.0.2'
- name: 'Windhelm Exterior Altered.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5824/' ]
dirty:
# version: 2.0
- <<: *reqManualFix
crc: 0x204E59FD
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 44
udr: 34
nav: 5
# version: 2.0, after QAC
- <<: *reqManualFix
crc: 0x765A8AC3
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 5
- name: 'WindhelmSSE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42990/'
name: 'Capital Windhelm Expansion'
after: [ 'WindhelmEntranceOverhaul.esp' ]
msg:
- <<: *patch3rdParty
subs:
- 'City Entrances Overhaul - Windhelm'
- '[Capital Windhelm Expansion - City Entrances Overhaul Patch](https://www.nexusmods.com/skyrimspecialedition/mods/47186/)'
condition: 'active("WindhelmEntranceOverhaul.esp") and not active("WindhelmEntranceOverhaul WindhelmSSE Patch.esp")'
clean:
- crc: 0x378563B4
util: 'SSEEdit v4.0.4b'
- crc: 0xC9C04694
util: 'SSEEdit v4.0.4b'
- name: 'Winterhold College SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11915/' ]
after:
- 'MCWT_ErratumEtc.esp'
- 'MCWT_ErratumEtc_Lite.esp'
- name: 'Winterhold Fully Restored.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10428/' ]
dirty:
- <<: *reqManualFix
crc: 0x7B03E956
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 77
udr: 389
nav: 7
- <<: *reqManualFix
crc: 0x328E0E90
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 7
- name: 'Winterhold Restored.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12811/'
name: 'Winterhold Restored'
group: *winterholdRestoredGroup
inc:
- 'ExpandedWinterholdRuins.esp'
- 'Less desolate Winterhold.esp'
- 'sm_jobasha_bookshop.esp'
- 'sm_winterholdtemple.esp'
- 'The Great City of Winterhold.esp'
- 'Winterholdtruecapitalruins.esp'
- 'Winterholdtruecapitalruinsjkversion.esp'
- 'WinterholdDestruction.esm'
- 'Winterhold Fully Restored.esp'
msg:
- <<: *patchProvided
subs: [ 'JK''s Skyrim' ]
condition: 'active("JKs Skyrim.esp") and not active("Winterhold Restored - JKs Skyrim Patch.esp")'
- <<: *patchProvided
subs: [ 'Windyridge - Player Home In Winterhold' ]
condition: 'active("windyridge.esp") and not active("Winterhold Restored - Windyridge Patch.esp")'
tag:
- C.Location
- C.MiscFlags
- Keywords
clean:
- crc: 0xBB86D379
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Winterhold Restored - (
{0}|Disabled Carriage
{0}|Disabled Nordic Walls
{0}|Expanded Faces
{0}|Expanded Farmhouses
{0}|Expanded Fishery
{0}|Expanded Horses
{0}|Expanded Lighting
{0}|3DNPC
{0}|BDS
{0}|CFTO
{0}|COTN Winterhold
{0}|FHC
{0}|JKs Skyrim
{0}|NSUTR
{0}|SOS
{0}|SLU
{0}|SCAIO
{0}|The Scarlett
{0}|Windyridge
{0}|) Patch\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12811/'
name: 'Winterhold Restored'
- name: 'Winterhold Restored - Expanded Lighting Patch.esp'
tag: [ C.ImageSpace ]
### WR - Patches for other mods ###
- name: 'Winterhold Restored - COTN Winterhold Patch.esp'
after:
- 'Winterhold Restored - Expanded Farmhouses Patch.esp'
- 'Winterhold Restored - JKs Skyrim Patch.esp'
- 'Winterhold Restored - Windyridge Patch.esp'
- name: 'Winterhold Restored - Windyridge Patch.esp'
after: [ 'Winterhold Restored - JKs Skyrim Patch.esp' ]
###### Locations - Player Homes ######
- name: '00MarzRedguardHome.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28332/' ]
dirty:
# version: 1.1.3
- <<: *quickClean
crc: 0xCE1F7FDD
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 93
- name: '01NobleWarriorCottage2.0.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11799/' ]
dirty:
- <<: *reqManualFix
crc: 0x6E1AC010
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5079
udr: 34
nav: 3
- <<: *reqManualFix
crc: 0x0D10C913
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'AAHofkiinDoKah.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21894/' ]
dirty:
# version: 1.1
- <<: *reqManualFix
crc: 0x5837A440
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 29
nav: 1
# version: 1.1, after QAC
- <<: *reqManualFix
crc: 0x2764DF67
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'AK - Placeable Statics SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/342/' ]
group: *earlyLoadersGroup
- name: 'AlchemistRetreat.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29358/' ]
clean:
- crc: 0xDBC06391
util: 'SSEEdit v4.0.3'
- name: 'AnnaProudspireManor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23472/' ]
dirty:
# version: 1.2
- <<: *reqManualFix
crc: 0xC844057C
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'AonghusHouse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/167/' ]
dirty:
- <<: *reqManualFix
crc: 0x0D810996
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
udr: 2
nav: 1
- <<: *reqManualFix
crc: 0x4851B416
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'AshfallPlayerHouse.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/80638/'
name: 'Ashfall - Player Home'
dirty:
- <<: *quickClean
crc: 0xF8DED404
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 44
udr: 3
- name: 'AshsRestPlayerHouse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28526/' ]
dirty:
# version: 1.2
- <<: *reqManualFix
crc: 0x4CC316C8
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
udr: 1
nav: 4
# version: 1.2, after QAC
- <<: *reqManualFix
crc: 0x50AC274B
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
- name: 'AdalvaldsRetreatXBoxPC.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18935/' ]
dirty:
- <<: *quickClean
crc: 0x0C2CED65
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'AyleidCitadel.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11307/' ]
dirty:
- <<: *quickClean
crc: 0x1A8F987B
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 32
- name: 'BBLuxurySuite.esm'
url: [ 'https://migal3d.com/bbls/' ]
dirty:
- <<: *quickClean
crc: 0x3E29B84D
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'BBLuxurySuiteENM.esp'
url: [ 'https://migal3d.com/bbls/' ]
clean:
- crc: 0x679B347E
util: 'SSEEdit v4.0.3'
- name: 'BBLS_SKSE64_Patch.esp'
url: [ 'https://migal3d.com/bbls/' ]
dirty:
- <<: *quickClean
crc: 0x0BCD2367
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 131
udr: 17
- name: 'BBLSmusic.esp'
url: [ 'https://migal3d.com/bbls/' ]
dirty:
- <<: *quickClean
crc: 0x70C176FE
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'BHTNFX.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25078/' ]
dirty:
# version: 1.1
- <<: *reqManualFix
crc: 0x26DE4D4A
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Bluecreek Estate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24693/' ]
dirty:
- <<: *reqManualFix
crc: 0x6E262F8F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 53
nav: 18
- <<: *reqManualFix
crc: 0x228792A2
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 18
clean:
- crc: 0x0B96052D
util: 'SSEEdit v4.0.3'
- name: 'Breezehome.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23621/' ]
dirty:
# version: 1.0.1
- <<: *reqManualFix
crc: 0xB9486E7F
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
nav: 1
# version: 1.0.1, after QAC
- <<: *reqManualFix
crc: 0x915905E6
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'BreezehomeBasement.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3569/' ]
dirty:
- <<: *quickClean
crc: 0x1DB57819
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'BreezehomeExtraBreezy.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20863/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0xF44B77A5
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
udr: 408
nav: 1
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0x6B16142E
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'BreezehomeExtraLessBreezy.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24824/' ]
dirty:
# version: 1.0.1
- <<: *reqManualFix
crc: 0x88ADE0BF
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 25
udr: 415
nav: 1
# version: 1.0.1, after QAC
- <<: *reqManualFix
crc: 0x33A15095
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'BYOBreezehome.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28380/' ]
dirty:
# version: 1.13
- <<: *reqManualFix
crc: 0x2C99D261
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
nav: 3
# version: 1.13, after QAC
- <<: *reqManualFix
crc: 0xBC88A163
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'BYOB LAL Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28380/' ]
dirty:
- <<: *reqManualFix
crc: 0x37691213
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Candle Pond Ranch Hearthfire.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3991/' ]
dirty:
# version: 1.2
- <<: *quickClean
crc: 0x68DB9EF6
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
- name: 'CaranthirTowerReborn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/4269/'
name: 'Caranthir Tower Reborn'
msg:
- <<: *patch3rdParty
subs:
- 'Bloodchill Manor (Creation Club)'
- '[Bloodchill manor - Caranthir Tower Reborn patch](https://www.nexusmods.com/skyrimspecialedition/mods/94021/)'
condition: 'active("cceejsse005-cave.esm") and not active("CTR_BloodchillManor_Patch.esp")'
- <<: *patchUnavailable
subs: [ 'Badersee SE' ]
condition: 'active("Badersee.esp")'
tag: [ C.Location ]
dirty:
- <<: *quickClean
crc: 0xB762D4CE
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- name: 'Caranthir Tower Reborn Expanded.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/62755/' ]
dirty:
- <<: *quickClean
crc: 0x63903DC2
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 29
- name: 'castle volkihar rebuilt.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/324/' ]
after: [ 'Relationship Dialogue Overhaul.esp' ]
msg:
- <<: *patch3rdParty
subs:
- 'Enhanced Lights and FX'
- '[what777''s Castle Volkihar Rebuilt Patches](https://www.nexusmods.com/skyrimspecialedition/mods/45796/)'
condition: 'active("EnhancedLightsandFX.esp") and not active("Castle Volkihar Rebuilt - ELFX Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Relationship Dialogue Overhaul'
- '[what777''s Castle Volkihar Rebuilt Patches](https://www.nexusmods.com/skyrimspecialedition/mods/45796/)'
condition: 'active("Relationship Dialogue Overhaul.esp") and not active("Castle Volkihar Rebuilt - RDO Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Serana Dialogue Edit'
- '[what777''s Castle Volkihar Rebuilt Patches](https://www.nexusmods.com/skyrimspecialedition/mods/45796/)'
condition: 'active("Serana Dialogue Edit.esp") and not active("Castle Volkihar Rebuilt - SDE Patch.esp")'
- <<: *patch3rdParty
subs:
- 'Snazzy Furniture and Clutter Overhaul'
- '[Snazzy Furniture and Clutter Overhaul (SFCO) Patch Collection](https://www.nexusmods.com/skyrimspecialedition/mods/62867/)'
condition: 'active("Snazzy Furniture and Clutter Overhaul.esp") and not active("SFCO - Castle Volkihar Rebuilt Patch.esp") and not active("Castle Volkihar Rebuilt - SFCO Patch.esp")'
tag: [ C.Owner ]
clean:
- crc: 0x69DC0BD9
util: 'SSEEdit v4.0.3f'
- name: 'ceejsse001_hideouts.esl'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/adec776c-9f0a-4c0b-8a57-14da3bde0b7c/Thief_Hideouts/'
name: 'Thief Hideouts (Verified Creation)'
group: *newContentGroup
dirty:
- <<: *quickClean
crc: 0xA8C98FB5
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 149
- name: 'ceejsse001_lodge.esp'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/2e034247-ce42-4368-b9b0-55cf6b822560/Shadetree_Lodge/'
name: 'Shadetree Lodge (Verified Creation)'
tag: [ C.Encounter ]
clean:
- crc: 0x610F2674
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'ceejsse003_manor.esl'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/649ad283-8627-4574-8baa-d03b490dd213/Perch_Manor/'
name: 'Perch Manor (Verified Creation)'
tag:
- C.Acoustic
- C.Climate
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Owner
clean:
- crc: 0x6887D378
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'ceejsse004_keep.esp'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/105c9817-075a-45e6-9405-89aa6dd04666/Cutthroat_Keep___Assassin_Home/'
name: 'Cutthroat Keep - Assassin Home (Verified Creation)'
dirty:
- <<: *quickClean
crc: 0x6C148986
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 19
- name: 'ceejsse004_lair.esp'
url:
- link: 'https://creations.bethesda.net/en/skyrim/details/105c9817-075a-45e6-9405-89aa6dd04666/Cutthroat_Keep___Assassin_Home/'
name: 'Longtooth Lair - Vampire home (Verified Creation)'
clean:
- crc: 0xEB43DBC9
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'chickensbounty.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21327/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x74CCF2AC
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 126
- name: 'CraftingSupplies_AIO_ALL.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2359/' ]
tag:
- Invent.Add
- Invent.Change
- name: 'HearthfireSupplies.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2359/' ]
tag:
- Invent.Add
- Invent.Change
- name: 'crystalcreek-mansion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23477/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x558A3E59
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
nav: 2
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0x4F4A00C1
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'DA_Skyship.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24587/' ]
clean:
- crc: 0x95E2A1FF
util: 'SSEEdit v4.0.3'
- name: 'Deithwen.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29935/' ]
dirty:
- <<: *quickClean
crc: 0x36BA91FA
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
clean:
- crc: 0x34D59E82
util: 'SSEEdit v4.0.3'
- crc: 0x5151A101
util: 'SSEEdit v4.0.3'
- crc: 0x5617DF05
util: 'SSEEdit v4.0.3'
- name: 'Dovahkiin_Retreat.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/746/' ]
after:
- 'Hideout_Main.esp'
- 'Hideout_HF_Main.esp'
- 'Hideout_DLC_Main.esp'
- 'Hideout_Compact.esp'
- 'Hideout_HF_Compact.esp'
- name: 'Dovahkiin_Retreat_Xmas.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13493/' ]
after:
- 'Hideout_Main.esp'
- 'Hideout_HF_Main.esp'
- 'Hideout_DLC_Main.esp'
- 'Hideout_Compact.esp'
- 'Hideout_HF_Compact.esp'
- name: 'Dohvakirr.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23829/' ]
dirty:
# version: 1.3
- <<: *reqManualFix
crc: 0xCAE5FE4E
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 43
udr: 60
nav: 1
# version: 1.3, after QAC
- <<: *reqManualFix
crc: 0xA4F85D07
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'dragon claw stands.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1898-dragon-claw-stands/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2940632/'
clean:
# version: 2.0.2
- crc: 0xF622EFC1
util: 'SSEEdit v4.0.2'
- name: 'dragonsdeep.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20955/' ]
dirty:
# version: 3
- <<: *reqManualFix
crc: 0x28BB31A3
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
nav: 2
# version: 3, after QAC
- <<: *reqManualFix
crc: 0xE312FDF9
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'DragonsLodge.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18700/' ]
dirty:
# version: 2018.08.02
- <<: *reqManualFix
crc: 0xE00B90CF
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 23
udr: 4
nav: 1
# version: 2018.08.02, after QAC
- <<: *reqManualFix
crc: 0x4094684A
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Dragons Rest.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24140/' ]
clean:
# version: 1.03
- crc: 0xD5CC92CE
util: 'SSEEdit v4.0.2'
- name: 'DravenManor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2418/'
name: 'Draven Manor'
after: [ 'Landscape Fixes For Grass mods - Cutting Room Floor Locations.esp' ]
dirty:
- <<: *quickClean
crc: 0xD75782C1
util: '[SSEEdit v4.1.5g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'DT_VandfaldCottage.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28071/' ]
dirty:
- <<: *reqManualFix
crc: 0x4191CF97
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 28
udr: 29
nav: 12
- <<: *reqManualFix
crc: 0xEBF2F5B5
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 12
- name: 'Eastmarch Manor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22620/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x27C75A19
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 83
udr: 7
nav: 3
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0xB99EF1DF
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Eli_Breezehome( \[(ADDON|DEV|PATCH) - .+\])?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2829/'
name: 'Eli''s Breezehome Overhaul'
- name: 'Eli_Breezehome.esp'
group: *lowPriorityGroup
after:
- 'ELFX - NoBreezehome.esp'
- 'ELFX - NoPlayerHomes.esp'
- name: 'ELFX Shadows.esp'
condition: 'not active("Eli_Breezehome [ADDON - ELFX-FX].esp")'
dirty:
- <<: *quickClean
crc: 0x9C90ACD4
util: '[SSEEdit v4.1.5g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Eli_Breezehome [ADDON - ELFX-FX].esp'
after: [ 'ELFX Shadows.esp' ]
- name: 'Eli_Halla.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/1940/'
name: 'Halla - A Whiterun Player Home'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/38186/'
name: 'Halla Redux'
msg:
- <<: *requiresResources
subs: [ '[Halla - A Whiterun Player Home](https://www.nexusmods.com/skyrimspecialedition/mods/1940/)' ]
condition: 'not file("Eli_Halla.bsa") and not file("meshes/elianora/halla/eli_wrhousewind.nif")'
tag: [ C.Location ]
dirty:
- <<: *quickClean
crc: 0xA312951A
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
clean:
- crc: 0xE3AD0F18
util: 'SSEEdit v4.1.5p 32bit fix version'
- name: 'Eli_RiverwoodShack.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6238/' ]
dirty:
# version: 1.2
- <<: *quickClean
crc: 0xF8FD2B2D
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
- name: 'Eli_Routa( - Non-Stormcloak)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1193/' ]
- name: 'Eli_Routa.esp'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xC5035942
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
- name: 'Eli_Routa - Non-Stormcloak.esp'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x89C6605C
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
- name: 'Eli_Ruska.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16177/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xD1CC4A86
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'ElvenRetreat.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28362/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x583048F4
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 237
udr: 2
- name: 'ElysiumEstate-HF(NoKids)?\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4119/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'ElysiumEstate-HF' ]
condition: 'many("ElysiumEstate-HF(NoKids)?\.esp")'
- name: 'ElysiumEstate.esp'
clean:
# version: 5.0.1
- crc: 0xCDCBD5E8
util: 'SSEEdit v4.0.2'
- name: 'Faerdham.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10876/' ]
dirty:
- <<: *quickClean
crc: 0x53A0B73A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'FalkreathCaveHouse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28337/' ]
dirty:
# version: 2.0
- <<: *reqManualFix
crc: 0xB44602FF
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
nav: 1
# version: 2.0, after QAC
- <<: *reqManualFix
crc: 0x2585C4F0
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'hearthfireextended.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8450/' ]
tag: [ Invent.Add ]
dirty:
- <<: *quickClean
crc: 0xA50C3D2B
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Hearthfire Materials.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5993/' ]
tag:
- Invent.Add
- Invent.Change
- name: 'HearthfireGuardsAndFortifications.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10101/' ]
dirty:
# version: 1.9
- <<: *reqManualFix
crc: 0x5719F434
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 83
nav: 100
# version: 1.9, after QAC
- <<: *reqManualFix
crc: 0xFD98A218
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 100
- name: 'HearthFiresEnhanced.esp'
url: [ 'https://tes5stuff.blogspot.com/2018/09/skyrim-special-edition-hidden-gem-mods.html' ]
tag:
- Invent.Remove
- Stats
dirty:
- <<: *quickClean
crc: 0x10633FF2
util: '[SSEEdit v4.0.3h (Hotfix 1)](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
- name: 'Hermit Mountain Cottage.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4093/' ]
dirty:
# version: 6.0a
- <<: *reqManualFix
crc: 0x928F3FA7
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 5
nav: 4
# version: 6.0a, after QAC
- <<: *reqManualFix
crc: 0x63B33104
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
- name: 'hillinalta2.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9883/'
name: 'Mona Alta'
clean:
- crc: 0x5F0E7F93
util: 'SSEEdit v4.0.3'
- crc: 0x13CFF076
util: 'SSEEdit v4.0.3'
- crc: 0x833DBF87
util: 'SSEEdit v4.0.3'
- crc: 0xCFCEB6B3
util: 'SSEEdit v4.0.3'
- crc: 0x5271C135
util: 'SSEEdit v4.0.3'
- crc: 0x5E34F23A
util: 'SSEEdit v4.0.3'
- crc: 0x0FB043BB
util: 'SSEEdit v4.0.3'
- crc: 0xBDD8DAB5
util: 'SSEEdit v4.0.3'
- name: 'Hidden Hideouts of Skyrim - Merged.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2625/' ]
- name: 'Hidden Hideouts of Skyrim - Merged.esp'
dirty:
- <<: *quickClean
crc: 0x2728CD25
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 129
- name: 'Hidden Hideouts of Skyrim - Merged - Deep Immersion.esp'
dirty:
- <<: *quickClean
crc: 0xCBEBD91A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 129
- name: 'Hidden Hideouts of Skyrim - Merged - No Map Markers.esp'
dirty:
- <<: *quickClean
crc: 0xC30F791D
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 129
- name: 'Hidden Hideouts of Skyrim - Merged NavMeshed.esp'
dirty:
- <<: *quickClean
crc: 0xB7B3DB7D
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 125
- name: 'Hidden Hideouts of Skyrim - Merged NavMeshed - Deep Immersion.esp'
dirty:
- <<: *quickClean
crc: 0x1E516349
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 133
- name: 'Hidden Hideouts of Skyrim - Merged NavMeshed - No Map Markers.esp'
dirty:
- <<: *quickClean
crc: 0x33DF7947
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 133
- name: 'Hidden Homes.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/11058/' ]
- name: 'Hidden Homes Party Mix.esp'
dirty:
- <<: *reqManualFix
crc: 0x92F2EAE4
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 157
nav: 7
- <<: *reqManualFix
crc: 0x4BB33A6F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 7
- name: 'Hidden Homes- Eastmarch.esp'
dirty:
- <<: *quickClean
crc: 0x1168F6F7
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
udr: 8
- name: 'Hidden Homes- Falkreath.esp'
dirty:
- <<: *quickClean
crc: 0xF2AAE996
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Hidden Homes- Haafingar.esp'
dirty:
- <<: *quickClean
crc: 0xE6FE4819
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
udr: 1
- name: 'Hidden Homes- Hjaalmarch.esp'
dirty:
- <<: *quickClean
crc: 0xF06F06D4
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'Hidden Homes- The Pale.esp'
dirty:
- <<: *reqManualFix
crc: 0x9E1CD94F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 13
nav: 4
- <<: *reqManualFix
crc: 0xE0A7FD49
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
- name: 'Hidden Homes- The Reach.esp'
dirty:
- <<: *quickClean
crc: 0x2490FF1B
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'Hidden Homes- The Rift.esp'
dirty:
- <<: *quickClean
crc: 0xCA506944
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 124
- name: 'Hidden Homes- Whiterun.esp'
dirty:
- <<: *quickClean
crc: 0xEDE18407
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
udr: 3
- name: 'Hidden Homes- Winterhold.esp'
dirty:
- <<: *reqManualFix
crc: 0x738300F9
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
nav: 3
- <<: *reqManualFix
crc: 0x583C3AAC
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Honeyside.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/918/' ]
after: [ 'ELFX - NoHoneyside.esp' ]
dirty:
# version: 1.2
- <<: *quickClean
crc: 0x79CD36BF
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'HoneysideUx.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25981/' ]
dirty:
- <<: *reqManualFix
crc: 0x6CD90DFD
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 19
udr: 14
nav: 1
- <<: *reqManualFix
crc: 0xE1FE06CC
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'House by the river.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23052/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xD5A91521
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 102
udr: 5
- name: 'imtryingok.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18580/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x8D0B4ED8
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 27
udr: 11
nav: 1
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0xDAC561CB
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'IndarenEstate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26211/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x4967BF22
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 53
udr: 4
nav: 1
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0xF2C4F050
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'iWill_ARavensBreezeHome.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22800/' ]
msg:
- <<: *corrupt
condition: 'checksum("iWill_ARavensBreezeHome.esp", D3D14E92) or checksum("iWill_ARavensBreezeHome.esp", 70756674)'
- name: 'jdcHome.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29585/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0xA4F3FC7D
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
nav: 1
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0x83626886
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Lakehold_house.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29405/' ]
dirty:
- <<: *reqManualFix
crc: 0xA11E1065
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 58
udr: 6
nav: 1
- <<: *reqManualFix
crc: 0x961D546A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Lakehold_nohouse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29405/' ]
dirty:
- <<: *reqManualFix
crc: 0x60F24B2B
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 58
udr: 6
nav: 1
- <<: *reqManualFix
crc: 0x39BE89C8
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Lakeview_Manor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28940/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xDD3C809E
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
udr: 38
- name: 'LC_BuildYourNobleHouse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18308/' ]
after: [ 'BattleAftermath.esp' ]
dirty:
# version: 1.4
- <<: *quickClean
crc: 0x264ECFFC
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 120
udr: 8
- name: 'LCHB_HomeBase.esm'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27059/' ]
clean:
# version: 1.21
- crc: 0x838B4B54
util: 'SSEEdit v4.0.2'
- name: 'LC_Citadel.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27059/' ]
dirty:
# version: 1.21
- <<: *quickClean
crc: 0xC6758C6B
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
- name: 'LC_BecomeJarlofIvarstead.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/48645/'
name: 'LC Become Jarl of Ivarstead (Original - German)'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/48650/'
name: 'LC Become Jarl of Ivarstead (English)'
tag: [ Relations.Add ]
dirty:
- <<: *quickClean
crc: 0xBA798A79
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
- <<: *quickClean
crc: 0x8374C25E
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
- name: 'LC_FeudalKeep.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13320/' ]
after: [ 'Settlements Expanded SE.esp' ]
dirty:
# version: 1.0 Cicero
- <<: *quickClean
crc: 0x9564C596
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 51
# version: 1.0
- <<: *quickClean
crc: 0xD278D237
util: '[SSEEdit v4.0.2](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 45
- name: 'LeafRest OnePiece.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15191/' ]
tag: [ C.Location ]
clean:
- crc: 0xD68899E3
util: 'SSEEdit v4.0.3g'
- name: 'LeanWolfs Aemers Refuge SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4751/' ]
clean:
- crc: 0x3E3E5848
util: 'SSEEdit v4.0.3'
- name: 'Legend Of The Eagles Nest GS Edition.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9961/' ]
clean:
- crc: 0x85ECD53E
util: 'SSEEdit v4.0.3'
- name: 'flaho_shi_eagles_nest_ENG.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9961/' ]
clean:
- crc: 0x8D3A129C
util: 'SSEEdit v4.0.3'
- name: 'Lost Caves - Open Cities.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6137/' ]
clean:
- crc: 0xC111E82D
util: 'SSEEdit v4.0.3'
- name: 'Lost Caves - Vanilla Cities.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6137/' ]
dirty:
- <<: *quickClean
crc: 0x8BB6B355
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
- name: 'MammothManor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9710/' ]
dirty:
- <<: *quickClean
crc: 0x51C76901
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
- name: 'MapleManor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28856/' ]
dirty:
# LotD v1.3.2
- <<: *quickClean
crc: 0xE655A8E2
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
clean:
# Standalone v1.2.2
- crc: 0x68641FD3
util: 'SSEEdit v4.0.3'
- name: 'MarasRespite.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27329/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x01BFA0CE
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 55
udr: 12
- name: 'MDWanngarnanngin.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26614/' ]
dirty:
# version: 0.6
- <<: *quickClean
crc: 0xCDB4C3EF
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 388
udr: 7
- name: 'melytower.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44154/'
name: 'Frostspire Tower'
dirty:
- <<: *reqManualFix
crc: 0x82757EAC
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
nav: 1
- <<: *reqManualFix
crc: 0xA1087B7C
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Methmannor4.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27712/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0xB228484B
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 106
nav: 56
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0xCB6B5B59
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 56
- name: 'MicroCave1.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/10649/' ]
dirty:
# version: 2.5
- <<: *reqManualFix
crc: 0xCB0F39A8
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 52
udr: 4
nav: 2
# version: 2.5, after QAC
- <<: *reqManualFix
crc: 0xC7536A36
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'MillwaterRetreat.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/32100/' ]
tag:
- C.Location
- C.MiscFlags
dirty:
- <<: *quickClean
crc: 0x6B8574D8
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'Minimalist Breezehome.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21214/' ]
dirty:
# version: 1.1
- <<: *reqManualFix
crc: 0xDA0E517B
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 19
udr: 304
nav: 1
# version: 1.1, after QAC
- <<: *reqManualFix
crc: 0x25F36BDA
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Mixwater Retreat SSE - Vanilla.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/15630/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x3B4CFC87
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
udr: 1
nav: 1
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0x976406ED
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Morskom.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/33408/' ]
tag: [ C.Location ]
clean:
- crc: 0xD9564DBC
util: 'SSEEdit v4.0.3'
- name: 'MorwenCoupleHouse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26870/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xEA79AD86
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
udr: 34
- name: 'mtFlotsam.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16257/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x57B248AB
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'MuzuleftEN.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29810/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x55D34562
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
udr: 1
nav: 2
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0x5BE61A74
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'MWGardens.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25026/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x141C6E5E
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
nav: 1
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0x55558405
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'MysteriousWorkshop.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25027/' ]
dirty:
# version: 1.03
- <<: *reqManualFix
crc: 0x089410BC
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
nav: 1
# version: 1.03, after QAC
- <<: *reqManualFix
crc: 0x4B165CCD
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'mystic order.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23288/' ]
dirty:
# version: 1.3
- <<: *reqManualFix
crc: 0x3F52A40C
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 11
nav: 3
# version: 1.3, after QAC
- <<: *reqManualFix
crc: 0xE4770C68
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Nightingale Hall.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/59324/'
name: 'Nightingale Hall Restored - Karliah as a Follower'
msg:
- <<: *useVersion
type: say
subs: [ 'Complete Alchemy and Cooking Overhaul' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and not active("Weapons Armor Clothing & Clutter Fixes.esp")'
- <<: *useVersion
type: say
subs: [ 'Complete Alchemy and Cooking Overhaul and Weapons Armor Clothing and Clutter Fixes' ]
condition: 'active("Complete Alchemy & Cooking Overhaul.esp") and active("Weapons Armor Clothing & Clutter Fixes.esp")'
- <<: *useVersion
type: say
subs: [ 'Weapons Armor Clothing and Clutter Fixes' ]
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and not active("Complete Alchemy & Cooking Overhaul.esp")'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.Stats
- Enchantments
- EnchantmentStats
- Invent.Add
- Invent.Remove
- Keywords
- NPC.Class
- NPC.Perks.Add
- NPC.Perks.Remove
- ObjectBounds
- Outfits.Remove
- Sound
- Stats
clean:
- crc: 0xF0B7F715
util: 'SSEEdit v4.0.4c'
- crc: 0xFBCFAB55
util: 'SSEEdit v4.0.4c'
- crc: 0x738AD4E8
util: 'SSEEdit v4.0.4c'
- crc: 0xE393E1AD
util: 'SSEEdit v4.0.4c'
- name: 'Nutcase Compound.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29737/' ]
dirty:
# version: 1.1
- <<: *reqManualFix
crc: 0xA3738225
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 43
nav: 3
# version: 1.1, after QAC
- <<: *reqManualFix
crc: 0xC76E8A38
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Oppaikuns Gardens -.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/36784/' ]
after:
- 'Enhanced Landscapes.esp'
- 'HearthFires Roads.esp'
- 'Landscape Fixes For Grass Mods.esp'
- 'SmoothShores.esp'
- 'tpos_complete02_RTCWG.esp'
- name: 'OutlawsRefuges.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8445/' ]
dirty:
- <<: *reqManualFix
crc: 0x7B0B0CBC
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 68
nav: 1
- <<: *reqManualFix
crc: 0x1C430862
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'PersonalPlayerHome.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27565/' ]
dirty:
# version: 1
- <<: *reqManualFix
crc: 0x51E1E9AF
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 32
udr: 10
nav: 2
# version: 1, after QAC
- <<: *reqManualFix
crc: 0x1446334A
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: '_Player House in Riverwood SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24240/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0xE3464EBB
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
udr: 27
nav: 2
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0xC58DC3B4
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: '_Player House in Whiterun SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24267/' ]
dirty:
# version: 1
- <<: *quickClean
crc: 0x0EFB34EB
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 278
udr: 9
- name: 'ProudspiremanorTNFBP.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/5276/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x2AE17DBF
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'ProudspireSmithingRoom.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/6012/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x7AADCF10
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
udr: 14
nav: 1
# version: 1.0, after Quick Clean
- <<: *reqManualFix
crc: 0x8033FA9D
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Proudspirexyz.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2336/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x79F28EB3
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 63
- name: 'proudspirebasementcrypt.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12158/' ]
dirty:
- <<: *reqManualFix
crc: 0xE408AC79
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 16
udr: 9
nav: 1
- <<: *reqManualFix
crc: 0x23763E68
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'pmoutsideplanters.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13160/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0xA46DFEE0
util: '[SSEEdit v4.0.0](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 21
udr: 18
- name: 'QQHouse_Rorikstead_noncampfire.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22585/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x8A523C4C
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
nav: 3
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0x42803F4E
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Rayeks_End_SSE_1.0.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8285/' ]
clean:
- crc: 0xFE181529
util: 'SSEEdit v4.0.3'
- crc: 0xCDAF76E9
util: 'SSEEdit v4.0.3'
- crc: 0x1EECACA2
util: 'SSEEdit v4.0.3'
- name: 'Riften_Well_House.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2758/' ]
dirty:
- <<: *quickClean
crc: 0x3FB6AE37
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
- name: 'Riftrun_HF_v_2_0.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/757/' ]
after:
- 'Hideout_Main.esp'
- 'Hideout_HF_Main.esp'
- 'Hideout_DLC_Main.esp'
- 'Hideout_Compact.esp'
- 'Hideout_HF_Compact.esp'
- name: 'RiversideLodge.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/9567/'
name: 'Riverside Lodge'
inc: [ 'RiversideLodgeReduxBE.esp' ]
tag:
- C.Location
- C.MiscFlags
dirty:
- <<: *quickClean
crc: 0x9147F783
util: '[SSEEdit v4.1.5p 32bit fix version](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
- name: 'RiverwoodHuntingCabinSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/1783/' ]
dirty:
- <<: *quickClean
crc: 0x3369C84D
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
- name: 'RLGBriarHome.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19625/' ]
dirty:
- <<: *quickClean
crc: 0x0D18BE2F
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
- name: 'roriksteadfarmhouse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/20737/' ]
dirty:
# version: 2.7
- <<: *reqManualFix
crc: 0xC47C1DCC
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 112
udr: 2
nav: 1
# version: 2.7, after QAC
- <<: *reqManualFix
crc: 0x060AE436
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Secundas Kiss Cabin.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24239/' ]
dirty:
# version: 1.3
- <<: *reqManualFix
crc: 0x58CCFD0A
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'SexyMannequin(sFemale|sGuards|sImpGuards|Aelena|Elsbeth|Joldi|Jordyn|Rythleen|Vyktor|Vyktoria|sVyktorVyktoria)_SSE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2128/' ]
msg:
- <<: *useOnlyOneX
subs: [ 'Sexy Mannequins' ]
condition: 'many("SexyMannequin(sFemale|sGuards|sImpGuards|Aelena|Elsbeth|Joldi|Jordyn|Rythleen|Vyktor|Vyktoria|sVyktorVyktoria)_SSE.esp")'
- name: 'ShadowMagic.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2351/' ]
dirty:
# version: 1.1
- <<: *quickClean
crc: 0x32C92E63
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 39
- name: 'shadowmarks.esp'
url:
- 'https://www.afkmods.com/index.php?/files/file/1907-shadowmarks/'
- 'https://bethesda.net/en/mods/skyrim/mod-detail/2941238/'
group: *earlyLoadersGroup
clean:
# version: 2.0.1
- crc: 0x802F5628
util: 'SSEEdit v4.0.2'
- name: 'ShalidorFortress.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26095/' ]
dirty:
# version: 1.1
- <<: *reqManualFix
crc: 0xB6F5BF7C
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 36
udr: 76
nav: 3
# version: 1.1, after QAC
- <<: *reqManualFix
crc: 0x2A2CD1C9
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'Shurrashi''s Den.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17115/' ]
clean:
- crc: 0x4D903C10
util: 'SSEEdit v4.0.3'
- name: 'Sjel Blad Castle_SE.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2620/' ]
dirty:
- <<: *quickClean
crc: 0x6169EE46
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 28
clean:
- crc: 0xF21A8544
util: 'SSEEdit v4.0.3'
- name: 'SkaalManor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/10042/'
name: 'Skaal Manor'
inc: [ 'Skaal Village.esp' ]
dirty:
- <<: *reqManualFix
crc: 0xC7128A38
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 53
nav: 3
- <<: *reqManualFix
crc: 0xCFB38E04
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 3
- name: 'SkyfallEstate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2185/' ]
dirty:
- <<: *quickClean
crc: 0x0E825E7E
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 25
- name: 'Snow Gate Farm.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24270/' ]
dirty:
# version: 2.3
- <<: *quickClean
crc: 0x5AFB2ED9
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 22
udr: 5
- name: 'Solitude Tower Loft 1.5.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3188/' ]
dirty:
- <<: *quickClean
crc: 0x472335AF
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 12
- name: 'Sotano.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24129/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x6D752AAA
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 15
udr: 26
- name: 'Soul Rift.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29827/' ]
dirty:
- <<: *quickClean
crc: 0x420E2345
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 333
- name: 'stonhenge + hilltops.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9731/' ]
dirty:
# version: 2.0
- <<: *quickClean
crc: 0x773331D4
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 8
clean:
# version: 2.0, after QAC
- crc: 0xB57D8BFB
util: 'SSEEdit v4.0.2f'
- name: 'Stoop Vlindrel Hall.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25090/' ]
dirty:
# version: 1
- <<: *reqManualFix
crc: 0x1F620B8A
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Svellheim_1.0.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22843/' ]
dirty:
- <<: *quickClean
crc: 0x910E83A7
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 18
- name: 'Tel_Nalta.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/18680/'
name: 'Tel Nalta SE - Telvanni Home'
inc: [ 'Tel_Avius.esp' ]
msg:
- <<: *patchProvided
subs: [ 'Moon and Star' ]
condition: 'active("MoonAndStar_MAS.esp") and not active("MoonAndStar_TelNaltaPatch.esp") and not active("TelNalta_M&S_Patch.esp")'
tag:
- C.Location
- C.Music
- Graphics
- Invent.Add
- Invent.Remove
- Keywords
- Names
- SpellStats
dirty:
- <<: *quickClean
crc: 0xDB9E70DA
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
- name: 'The Crossroads Cellar.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/9367/' ]
dirty:
# version: 2.0
- <<: *reqManualFix
crc: 0x383A9D96
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 79
nav: 4
# version: 2.0, after QAC
- <<: *reqManualFix
crc: 0x93E7B605
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 4
- name: 'TheScarlett.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/2434/'
name: 'The Scarlett - A Buildable Ship'
dirty:
- <<: *quickClean
crc: 0xB86273B2
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 35
- name: 'Thur Vonun Sanctum \[(CORE|PATCH)( - .+)?\]\.es[mp]'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/71283/'
name: 'Thur Vonun Sanctum'
- name: 'Thur Vonun Sanctum [CORE].esp'
req:
- *PapyrusExtender
- *PapyrusUtil
- *SKSE
- *SKSEVR
inc: [ 'MapleManor.esp' ]
msg:
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0xA9C34FB0
util: 'SSEEdit v4.0.4c'
- name: 'Thur Vonun Sanctum [CORE - Prime Overrides].esp'
after: [ 'Aspens Ablaze.esp' ]
- name: 'Thur Vonun Sanctum [PATCH - Laboratorium].esp'
after: [ 'Thur Vonun Sanctum [CORE - Prime Overrides].esp' ]
- name: 'TWFortGS.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/25693/' ]
dirty:
# version: 1.01
- <<: *reqManualFix
crc: 0x9F34E377
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
nav: 2
# version: 1.01, after QAC
- <<: *reqManualFix
crc: 0xBC85E8E8
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'rbdThaneRooms.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/3566/' ]
dirty:
# version: 1.8
- <<: *quickClean
crc: 0x60311938
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 209
udr: 23
- name: 'Udaur Ranger Camp.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/7908/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0x3250EF06
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 14
udr: 12
nav: 1
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0x93CABD45
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Undriel_Ebongrove.esp'
url:
- 'https://www.nexusmods.com/skyrimspecialedition/mods/17355/'
- 'https://www.nexusmods.com/skyrimspecialedition/mods/17396/'
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x1DF5F77A
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 38
# version: 1.0 No mannequins
- <<: *quickClean
crc: 0x649BB2CE
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 38
# version: 1.1.1 Buyable Home Patch
- <<: *quickClean
crc: 0xF14C7BA7
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 38
# version: 1.1.1 Buyable Home Patch - Less items
- <<: *quickClean
crc: 0x65B90934
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 38
- name: 'UnlimitedBookshelves.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/2885/' ]
group: *fixesGroup
tag: [ ObjectBounds ]
msg:
- <<: *patcherScriptAvailable
subs:
- '[SSEEdit](https://www.nexusmods.com/skyrimspecialedition/mods/164/)'
- '[Unlimited Bookshelves Patch Generator](https://www.nexusmods.com/skyrimspecialedition/mods/19160/)'
condition: 'not active("UnlimitedBookshelvesPatch.esp")'
clean:
- crc: 0x86CF0F2B
util: 'SSEEdit v4.0.3'
- name: 'Vaal''Sky.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8383/' ]
dirty:
# version: 1.3
- <<: *quickClean
crc: 0xC91CEFDB
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 24
- name: 'vdlc1.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22222/' ]
dirty:
# version: 10
- <<: *quickClean
crc: 0x82B92304
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 65
udr: 12
- name: 'vengeancehouse.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22222/' ]
dirty:
# version: 1 East
- <<: *quickClean
crc: 0xBEF69093
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 29
udr: 119
- name: 'Venzor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24226/' ]
dirty:
# version: 1.0
- <<: *quickClean
crc: 0x361C8800
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
udr: 5
- name: 'Vindrel-Hall.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29103/' ]
dirty:
- <<: *quickClean
crc: 0x3C4274F8
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 91
udr: 62
- name: 'Vjarkell Castle.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23097/' ]
dirty:
- <<: *quickClean
crc: 0x5847ADD2
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 8
- name: 'VlindrelHall.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23483/' ]
dirty:
# version: 1.0
- <<: *reqManualFix
crc: 0xDC0C0CF1
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 95
udr: 770
nav: 1
# version: 1.0, after QAC
- <<: *reqManualFix
crc: 0xC88FCD88
util: '[SSEEdit v4.0.2j](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Watermist Shack.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4128/' ]
dirty:
# version: 13 Nov 2016
- <<: *quickClean
crc: 0x3686C9CC
util: '[SSEEdit v4.0.2f](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
udr: 4
- name: 'Whiterun Manor.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/22033/' ]
dirty:
- <<: *reqManualFix
crc: 0xEC89326E
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
nav: 5
- <<: *reqManualFix
crc: 0x4FFBD49A
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 5
- name: 'WhiterunMansion.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/29196/' ]
dirty:
- <<: *reqManualFix
crc: 0x34ACD2AC
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 25
udr: 11
nav: 2
- <<: *reqManualFix
crc: 0x1E267AA8
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 2
- name: 'windyridge.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/8046/' ]
dirty:
- <<: *quickClean
crc: 0x5877F38B
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 5
- name: 'Winterhold_Beacon.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/27657/' ]
clean:
- crc: 0xF54DE098
util: 'SSEEdit v4.0.3'
###### Legacy of the Dragonborn ######
- name: 'LegacyoftheDragonborn.esm'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/11802/'
name: 'Legacy of the Dragonborn'
after: [ 'unofficial skyrim special edition patch.esp' ]
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/1494/' ]
- <<: *compatPatch
subs: [ '[Legacy of the Dragonborn Patches (Official)](https://www.nexusmods.com/skyrimspecialedition/mods/30980/)' ]
condition: 'not active("DBM_.*\.esp")'
- <<: *patch3rdParty_JSDCP
condition: 'checksum("meshes/clutter/ruins/ruinsdragonclaw01.nif", 34F46214) and not file("meshes/dbm resources/jadeclaw.nif")'
tag:
- Actors.ACBS
- ObjectBounds
- SpellStats
- Text
clean:
- crc: 0x1AEFC268
util: 'SSEEdit v4.0.4c'
### Legacy of the Dragonborn Patches ###
- name: 'DBM_.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30980/'
name: 'Legacy of the Dragonborn Patches (Official)'
- name: 'DBM_AOS_Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'Audio Overhaul for Skyrim v4.0.0+' ]
condition: 'file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- name: 'DBM_CloaksofSkyrim_Patch.esp'
after:
- 'Cloaks_CCOR_Patch.esp'
- 'Qw_CloaksOfSkyrim_CRF Patch.esp'
- 'Qw_CloaksOfSkyrim_USSEP Patch.esp'
- name: 'DBM_CRF_Patch.esp'
after:
- 'Qw_ACE_CRF Patch.esp'
- 'Qw_WACCF_CRF Patch.esp'
- name: 'DBM_Requiem_Patch.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Requiem - Legacy of the Dragonborn patch' ]
condition: 'file("Requiem - Legacy of the Dragonborn.esp")'
- name: 'DBM_TreasureHunter_Patch.esp'
after: [ 'Treasure Hunter - Tweaks and Fixes.esp' ]
- name: 'DBM_UnlimitedBookshelves_Patch.esp'
tag: [ ObjectBounds ]
- name: 'DBM_WACCF_Patch.esp'
after:
- 'DBM_CRF_Patch.esp'
- 'Qw_ACE_CRF Patch.esp'
- 'Qw_WACCF_CRF Patch.esp'
### Legacy of the Dragonborn ADD-ONS ###
- name: '(DBM_)?RelicHunter(_Grass_Patch)?.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/12253/' ]
- name: 'DBM_RelicHunter.esp'
clean:
- crc: 0x7E681394
util: 'SSEEdit v4.0.3'
- name: 'RelicHunter_Grass_Patch.esp'
after: [ 'Landscape Fixes For Grass Mods.esp' ]
clean:
- crc: 0x91B6301A
util: 'SSEEdit v4.0.3'
- name: 'DBM_RelicNotifications.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/38529/'
name: 'Legacy of the Dragonborn: The Curators Companion'
req:
- <<: *PapyrusUtil
condition: 'checksum("DBM_RelicNotifications.esp", 663FAB6A) or version("DBM_RelicNotifications.esp", >=, "5.1.1")'
- name: 'FISS.esp'
display: '[FileAccess Interface for Skyrim SE Scripts (FISSES)](https://www.nexusmods.com/skyrimspecialedition/mods/13956/)'
condition: 'not checksum("DBM_RelicNotifications.esp", 663FAB6A) and not version("DBM_RelicNotifications.esp", >=, "5.1.1")'
tag: [ Text ]
msg:
- *requiresMCM
- *requiresMCMVR
clean:
- crc: 0x663FAB6A
util: 'SSEEdit v4.0.3f'
### Legacy of the Dragonborn - Followers Patch ###
- name: 'DBM_Redcap_Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40816/'
name: 'Legacy of the Dragonborn - Followers Patch'
after: [ 'DBM_Xelzaz_Patch.esp' ]
###### 3RD Party Patches ######
- name: '3dTree-OnlyPlant.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/72999/'
name: '3D plants and trees plants only patch'
clean:
- crc: 0x5684F588
util: 'SSEEdit v4.0.4c'
- name: 'AI Overhaul - (Cutting Room Floor|Distinct Interiors|Relationship Dialogue Overhaul|RDO Updated) Patch\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35823/'
name: 'AI Overhaul SSE - Official Patch Hub'
- name: 'AI Overhaul - (Relationship Dialogue Overhaul|RDO Updated) Patch\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'AI Overhaul & Relationship Dialogue Overhaul' ]
condition: 'many("AI Overhaul - (Relationship Dialogue Overhaul|RDO Updated) Patch\.esp")'
- name: 'AI Overhaul - RDO Updated Patch.esp'
req: [ 'RDO Updated.esp' ]
- name: 'Amulets of Skyrim - (Tweaks and )?Fixes\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31814/'
name: 'Amulets of Skyrim - Tweaks and Fixes'
msg:
- <<: *useOnlyOneX
subs: [ 'Amulets of Skyrim - Tweaks and Fixes ESP' ]
condition: 'many("Amulets of Skyrim - (Tweaks and )?Fixes\.esp")'
- name: 'Amulets of Skyrim - Fixes.esp'
clean:
- crc: 0x8759DBDA
util: 'SSEEdit v4.0.4c'
- name: 'Amulets of Skyrim - Tweaks and Fixes.esp'
tag: [ Outfits.Add ]
clean:
- crc: 0xC3703E85
util: 'SSEEdit v4.0.4c'
- crc: 0x5F41E5B7
util: 'SSEEdit v4.0.4c'
- name: 'Andromeda - Simply Knock Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/38508/' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Just Knock - Simply Knock Dynamic Activation Key patch' ]
condition: 'file("DAK Knock - Andromeda Tower Stone.esp")'
- <<: *alreadyInOrFixedByX
subs: [ 'Simply Knock - Tower Stone Fix' ]
condition: 'file("Simply Knock - Tower Stone Fix.esp")'
- name: 'AOS_ISC_Integration.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/36761/'
name: 'Audio Overhaul: Immersive Sounds Integration'
group: *earlyLoadersGroup
tag: [ Sound ]
- name: 'ASLAL ELFX Fix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/37315/'
name: 'Alternate Start - No More Blinkenlights'
req: [ 'alternate start - live another life.esp' ]
### Bards College Expansion - Unofficial Patches ###
- name: 'Bards College Expansion - Inigo Patch.esp'
url:
- link: 'https://forum.kinggathcreations.com/resources/bards-college-expansion-unofficial-patches.5/'
name: 'Bards College Expansion - Unofficial Patches'
after:
- 'Inigo Official Patch SE.esp'
- 'Inigo Official Patch SE (ESPFE).esp'
- name: 'BaseFL-.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/74626/'
name: 'FormList Patch Collection'
# doNotClean
- name: 'BDS - MM Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20102/'
name: 'Better Dynamic Majestic Mountains'
msg:
- *alreadyInOrFixedByBDSv3_0
- <<: *alreadyInX
subs: [ 'Majestic Mountains-BDS With LOD Fix' ]
condition: 'checksum("MajesticMountains.esp", 1304DCCC)'
tag: [ Graphics ]
- name: 'BDS_(BRE|FSK|NOR|RCY|WYR).*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/22741/'
name: 'Better Dynamic Snow in New Lands'
msg:
- <<: *alreadyInOrFixedByBDSv3_0
type: warn
- name: 'CFTO bittercup fix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60974/'
name: 'Carriage Ferry Travel Overhaul (CFTO) Bittercup Fix'
inc: [ 'CFTO_Bittercup_Patch.esp' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ '**CFTO_Bittercup_JKs_Skyrim_Patch.esp**' ]
condition: 'file("CFTO_Bittercup_JKs_Skyrim_Patch.esp")'
- name: 'CFTO_Bittercup_Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60587/'
name: 'CFTO Bittercup Compatibility Patch'
msg:
- <<: *alreadyInOrFixedByX
subs: [ '**CFTO_Bittercup_JKs_Skyrim_Patch.esp**' ]
condition: 'file("CFTO_Bittercup_JKs_Skyrim_Patch.esp")'
- name: 'CFTO_fix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/52353/'
name: 'Carriage and Ferry Travel Overhaul - Companions Radiant Quest FIx SSE'
after: [ 'CFTO.esp' ]
tag: [ Factions ]
# Additional Clockwork #
- name: 'Clockwork.+\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/47087/'
name: 'Additional Clockwork'
- name: 'ClockworkBugFixes.esp'
clean:
- crc: 0x6D378755
util: 'SSEEdit v4.0.4b'
- name: 'ClockworkMausoleumDummyDoorFix.esp'
msg:
- <<: *alreadyInX
subs: [ '"Additional Clockwork - Bug Fixes" (ClockworkBugFixes.esp)' ]
condition: 'active("ClockworkBugFixes.esp")'
clean:
- crc: 0xCAE2B6AE
util: 'SSEEdit v4.0.4'
- name: 'ClockworkCourierCounterspell.esp'
msg:
- <<: *alreadyInX
subs: [ '"Additional Clockwork - Bug Fixes" (ClockworkBugFixes.esp)' ]
condition: 'active("ClockworkBugFixes.esp")'
clean:
- crc: 0x6ABC5154
util: 'SSEEdit v4.0.3'
# Additional Clockwork's Content Addons #
- name: 'ClockworkInterestingInhabitants.esp'
clean:
- crc: 0x7292CB08
util: 'SSEEdit v4.0.4b'
- name: 'ClockworkShadowmarksCastleExt.esp'
msg:
- <<: *alreadyInX
subs: [ '"Additional Clockwork - Marked Shadows Merged" (ClockworkShadowmarksMerged.esp)' ]
condition: 'active("ClockworkShadowmarksMerged.esp")'
clean:
- crc: 0xC73F27D3
util: 'SSEEdit v4.0.3'
- name: 'ClockworkShadowmarksTermini.esp'
msg:
- <<: *alreadyInX
subs: [ '"Additional Clockwork - Marked Shadows Merged" (ClockworkShadowmarksMerged.esp)' ]
condition: 'active("ClockworkShadowmarksMerged.esp")'
clean:
- crc: 0x93BA7A0D
util: 'SSEEdit v4.0.3'
- name: 'ClockworkShadowmarksTravelRoom.esp'
msg:
- <<: *alreadyInX
subs: [ '"Additional Clockwork - Marked Shadows Merged" (ClockworkShadowmarksMerged.esp)' ]
condition: 'active("ClockworkShadowmarksMerged.esp")'
clean:
- crc: 0xEDC64E4B
util: 'SSEEdit v4.0.3'
- name: 'ClockworkShadowmarksMerged.esp'
clean:
- crc: 0xB4C1E773
util: 'SSEEdit v4.0.4b'
- name: 'ClockworkSuperiorSorting.esp'
after: [ 'ClockworkBugFixes.esp' ]
req:
- *PapyrusExtender
- *SKSE
- *SKSEVR
clean:
- crc: 0xCB190694
util: 'SSEEdit v4.0.4b'
- name: 'ClockworkTitleRemover.esp'
dirty:
- <<: *quickClean
crc: 0x913191E9
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 3
- name: 'ClockworkWoodWhimWWMount.esp'
clean:
- crc: 0xCDD7795A
util: 'SSEEdit v4.0.4b'
- name: 'ClockworkWoodWhimWR.esp'
clean:
- crc: 0x3737D50C
util: 'SSEEdit v4.0.4b'
# Additional Clockwork's Sorting Patches #
- name: 'ClockworkSorting_Food_CACO.esp'
msg:
- <<: *alreadyInOrFixedByX
subs: [ '"Additional Clockwork - Superior Sorting" (ClockworkSuperiorSorting.esp)' ]
condition: 'active("ClockworkSuperiorSorting.esp")'
clean:
- crc: 0x83840648
util: 'SSEEdit v4.0.3'
- name: 'ClockworkSorting_Ing_CACO.esp'
inc: [ 'ClockworkSorting_Ing_CCCurios.esp' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ '"Additional Clockwork - Superior Sorting" (ClockworkSuperiorSorting.esp)' ]
condition: 'active("ClockworkSuperiorSorting.esp")'
- <<: *alreadyInX
subs: [ '"Additional Clockwork - CACO & Rare Curios Ingredient Sorting Patch" (ClockworkSorting_Ing_CCCurios_CACO.esp)' ]
condition: 'active("ClockworkSorting_Ing_CCCurios_CACO.esp")'
- <<: *useInstead
subs: [ '"Additional Clockwork - CACO & Rare Curios Ingredient Sorting Patch" (ClockworkSorting_Ing_CCCurios_CACO.esp)' ]
condition: 'active("ClockworkSorting_Ing_CCCurios.esp") and not active("ClockworkSorting_Ing_CCCurios_CACO.esp")'
clean:
- crc: 0xFC69BF72
util: 'SSEEdit v4.0.3'
- name: 'ClockworkSorting_Ing_CCCurios.esp'
msg:
- <<: *alreadyInOrFixedByX
subs: [ '"Additional Clockwork - Superior Sorting" (ClockworkSuperiorSorting.esp)' ]
condition: 'active("ClockworkSuperiorSorting.esp")'
- <<: *alreadyInX
subs: [ '"Additional Clockwork - CACO & Rare Curios Ingredient Sorting Patch" (ClockworkSorting_Ing_CCCurios_CACO.esp)' ]
condition: 'active("ClockworkSorting_Ing_CCCurios_CACO.esp")'
- <<: *useInstead
subs: [ '"Additional Clockwork - CACO & Rare Curios Ingredient Sorting Patch" (ClockworkSorting_Ing_CCCurios_CACO.esp)' ]
condition: 'active("ClockworkSorting_Ing_CACO.esp") and not active("ClockworkSorting_Ing_CCCurios_CACO.esp")'
clean:
- crc: 0x30BAFDF7
util: 'SSEEdit v4.0.3'
- name: 'ClockworkSorting_Ing_CCCurios_CACO.esp'
msg:
- <<: *alreadyInOrFixedByX
subs: [ '"Additional Clockwork - Superior Sorting" (ClockworkSuperiorSorting.esp)' ]
condition: 'active("ClockworkSuperiorSorting.esp")'
clean:
- crc: 0x3297A568
util: 'SSEEdit v4.0.3'
# Additional Clockwork's High Poly Project Patches #
- name: 'ClockworkHPPCoalsFix.esp'
inc: [ 'ClockworkHPPHayFix.esp' ]
msg:
- <<: *alreadyInX
subs: [ '"Additional Clockwork - High Poly Project Merged Patch" (ClockworkHPPMergedFixes.esp)' ]
condition: 'active("ClockworkHPPMergedFixes.esp")'
- <<: *requiresResources
subs: [ '[Static Mesh Improvement Mod](https://www.nexusmods.com/skyrimspecialedition/mods/659/)' ]
condition: 'not file("textures/smim/clutter/charcoal/Charcoal01.dds") or not file("textures/smim/clutter/charcoal/Charcoal01_n.dds")'
- <<: *useInstead
subs: [ '"Additional Clockwork - High Poly Project Merged Patch" (ClockworkHPPMergedFixes.esp)' ]
condition: 'active("ClockworkHPPHayFix.esp") and not active("ClockworkHPPMergedFixes.esp")'
clean:
- crc: 0xA4E097B9
util: 'SSEEdit v4.0.3'
- name: 'ClockworkHPPHayFix.esp'
msg:
- <<: *alreadyInX
subs: [ '"Additional Clockwork - High Poly Project Merged Patch" (ClockworkHPPMergedFixes.esp)' ]
condition: 'active("ClockworkHPPMergedFixes.esp")'
- <<: *useInstead
subs: [ '"Additional Clockwork - High Poly Project Merged Patch" (ClockworkHPPMergedFixes.esp)' ]
condition: 'active("ClockworkHPPCoalsFix.esp") and not active("ClockworkHPPMergedFixes.esp")'
clean:
- crc: 0xB00E3F81
util: 'SSEEdit v4.0.3'
- name: 'ClockworkHPPMergedFixes.esp'
msg:
- <<: *requiresResources
subs: [ '[Static Mesh Improvement Mod](https://www.nexusmods.com/skyrimspecialedition/mods/659/)' ]
condition: 'not file("textures/smim/clutter/charcoal/Charcoal01.dds") or not file("textures/smim/clutter/charcoal/Charcoal01_n.dds")'
clean:
- crc: 0x4ACDE125
util: 'SSEEdit v4.0.3'
- name: 'Comprehensive_Falskaar_Fixes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/62819/'
name: 'Comprehensive Falskaar Fixes'
inc:
- 'Falskaar - Bug Fixes.esp'
- 'LK_Fix.esp'
dirty:
- <<: *quickClean
crc: 0xC4E6B08E
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
- name: 'Dawn of RedBag''s Solitude.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/54979/'
name: 'Dawn of RedBag''s Solitude'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64731/'
name: 'Rob''s Bug Fixes - Dawn of RedBag''s Solitude'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - Dawn of RedBag''s Solitude](https://www.nexusmods.com/skyrimspecialedition/mods/64731/)' ]
condition: 'checksum("Dawn of RedBag''s Solitude.esp", D1DD5679)'
clean:
- crc: 0xD1DD5679
util: 'SSEEdit v4.0.4c'
- crc: 0x76F44BFE
util: 'SSEEdit v4.0.4c'
- name: 'DiverseSkyimCivilWarFix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/47939/'
name: 'Diverse Skyrim - Battle of Whiterun Fix'
inc: [ 'Civil War Overhaul.esp' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Immersive Citizens - AI Overhaul' ]
condition: 'active("Immersive Citizens - AI Overhaul.esp")'
- name: 'DoS_MP_Whiterun.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/65467/'
name: 'Dawn of Skyrim - Modern Patches'
- name: 'DoS_MP_Whiterun.esp'
msg:
- <<: *patchIncluded
subs: [ 'Capital Whiterun Expansion' ]
condition: 'active("SurWR.esp") and not active("DoS_MP_Whiterun_CWE.esp")'
- <<: *patchIncluded
subs: [ 'CC Fishing' ]
condition: 'active("ccbgssse001-fish.esm") and not active("DoS_MP_Whiterun_Fishing.esp")'
- <<: *patchIncluded
subs: [ 'Dynamic Things Alternative' ]
condition: 'active("Dynamic Things Alternative.esp") and not active("DoS_MP_Whiterun_DynamicThingsAlternative.esp")'
- <<: *patchIncluded
subs: [ 'Interesting NPCs' ]
condition: 'active("3DNPC.esp") and not active("DoS_MP_Whiterun_3DNPC.esp")'
- <<: *patchIncluded
subs: [ 'JKs Skyrim' ]
condition: 'active("JKs Skyrim.esp") and not active("DoS_MP_Whiterun_JK.esp")'
- <<: *patchIncluded
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("DoS_MP_Whiterun_(JK_)?(CWE_)?LOTD\.esp")'
- name: 'DoS_MP_Whiterun_CWE.esp'
msg:
- <<: *patchIncluded
subs: [ 'Darks Whiterun Market' ]
condition: 'active("WhiterunMarket.esp") and not active("DoS_MP_Whiterun_CWE_DWM.esp")'
- <<: *patchIncluded
subs: [ 'JKs Skyrim' ]
condition: 'active("JKs Skyrim.esp") and not active("DoS_MP_Whiterun_JK_CWE.esp")'
- <<: *patchIncluded
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("DoS_MP_Whiterun_(JK_)?CWE_LOTD\.esp")'
- name: 'DoS_MP_Whiterun_CWE_DWM.esp'
msg:
- <<: *patchIncluded
subs: [ 'Capital Whiterun Expansion NPC Sleep Fixes' ]
condition: 'active("Capital Whiterun Expansion v15 Sleep Fixes.esp") and not active("DoS_MP_Whiterun_CWE_DWM_SleepFix.esp")'
- name: 'DoS_MP_Whiterun_CWE_LOTD.esp'
inc: [ 'DoS_MP_Whiterun_JK_LOTD.esp' ]
msg:
- <<: *alreadyInX
subs: [ '**DoS_MP_Whiterun_JK_CWE_LOTD.esp**' ]
condition: 'active("DoS_MP_Whiterun_CWE_LOTD.esp") and active("DoS_MP_Whiterun_JK_CWE_LOTD.esp")'
- name: 'DoS_MP_Whiterun_JK.esp'
msg:
- <<: *patchIncluded
subs: [ 'Capital Whiterun Expansion' ]
condition: 'active("SurWR.esp") and not active("DoS_MP_Whiterun_JK_CWE.esp")'
- <<: *patchIncluded
subs: [ 'CC Fishing' ]
condition: 'active("ccbgssse001-fish.esm") and not active("DoS_MP_Whiterun_JK_Fishing.esp")'
- <<: *patchIncluded
subs: [ 'Darks Whiterun Market' ]
condition: 'active("WhiterunMarket.esp") and not active("DoS_MP_Whiterun_JK_DWM.esp")'
- <<: *patchIncluded
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("DoS_MP_Whiterun_JK_(CWE_)?LOTD\.esp")'
- name: 'DoS_MP_Whiterun_JK_CWE.esp'
inc: [ 'JK - CWE Patch.esp' ]
msg:
- <<: *patchIncluded
subs: [ 'Capital Whiterun Expansion NPC Sleep Fixes' ]
condition: 'active("Capital Whiterun Expansion v15 Sleep Fixes.esp") and not active("DoS_MP_Whiterun_JK_CWE_SleepFix.esp")'
- <<: *patchIncluded
subs: [ 'Legacy of the Dragonborn' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("DoS_MP_Whiterun_JK_CWE_LOTD.esp")'
- name: 'DoS_MP_Whiterun_JK_CWE_LOTD.esp'
inc:
- 'DoS_MP_Whiterun_CWE_LOTD.esp'
- 'DoS_MP_Whiterun_JK_LOTD.esp'
- 'DoS_MP_Whiterun_LOTD.esp'
- name: 'DoS_MP_Whiterun_JK_DWM.esp'
inc: [ 'Whiterun Market - JK skyrim patch.esp' ]
- name: 'DoS_MP_Whiterun_JK_LOTD.esp'
inc: [ 'DoS_MP_Whiterun_CWE_LOTD.esp' ]
msg:
- <<: *alreadyInX
subs: [ '**DoS_MP_Whiterun_JK_CWE_LOTD.esp**' ]
condition: 'active("DoS_MP_Whiterun_JK_LOTD.esp") and active("DoS_MP_Whiterun_JK_CWE_LOTD.esp")'
- name: 'DoS_MP_Whiterun_LOTD.esp'
msg:
- <<: *alreadyInX
subs: [ '**DoS_MP_Whiterun_CWE_LOTD.esp**' ]
condition: 'active("DoS_MP_Whiterun_LOTD.esp") and active("DoS_MP_Whiterun_CWE_LOTD.esp")'
- <<: *alreadyInX
subs: [ '**DoS_MP_Whiterun_JK_CWE_LOTD.esp**' ]
condition: 'active("DoS_MP_Whiterun_LOTD.esp") and active("DoS_MP_Whiterun_JK_CWE_LOTD.esp")'
- <<: *alreadyInX
subs: [ '**DoS_MP_Whiterun_JK_LOTD.esp**' ]
condition: 'active("DoS_MP_Whiterun_LOTD.esp") and active("DoS_MP_Whiterun_JK_LOTD.esp")'
- name: 'Draco''s ESSE - Step Patch Conflict Resolution.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/169596/'
name: 'English for Skyrim SE'
req: [ 'step patch - conflict resolution.esp' ]
- name: 'ELE-ELFX (Cavern Worldspaces|Imagespace and LT tweaks|Light Records|More Light Sources|Patch AIO)\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18634/' ]
inc:
- 'ELFXEnhancer.esp'
- 'ELFX - Hardcore.esp'
- name: 'ELE-ELFX Cavern Worldspaces.esp'
tag: [ C.ImageSpace ]
- name: 'ELE-ELFX More Light Sources.esp'
tag: [ C.Light ]
- name: 'ELE-ELFX Patch AIO.esp'
tag:
- C.ImageSpace
- C.Light
- name: 'Fixes for Armor and Clothing Extension.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28059/' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Armor and Clothing Extension v1.1+' ]
condition: 'version("waccf_armor and clothing extension.esp", >=, "1.1")'
tag: [ Relev ]
- name: '(ICOW.*Patch|.* - ICOW Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/67358/'
name: 'Immersive College of Winterhold Patch Collection'
- name: 'ICOW - CC - Wild Horses Patch.esp'
clean:
- crc: 0x52EBA00C
util: 'SSEEdit v4.0.4b'
- name: 'ICOW_GrayCowlCC_Patch.esp'
clean:
- crc: 0x3033F1F9
util: 'SSEEdit v4.0.4b'
- name: 'ICOW_KA_Patch.esp'
clean:
- crc: 0x0B5C4C9A
util: 'SSEEdit v4.0.4b'
- name: 'ICOW - SIC Patch.esp'
clean:
- crc: 0x88C97CFF
util: 'SSEEdit v4.0.4b'
- name: 'ICOW Unofficial Patch.esp'
tag: [ Invent.Add ]
clean:
- crc: 0xF5A792D3
util: 'SSEEdit v4.0.4b'
- name: 'imp_helm_(Immersive_Armors|IDPM|USSEP)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/12405/'
name: 'Improved Closedfaced Helmets Patches'
- name: 'imp_helm_IDPM.esp'
after: [ 'imp_helm_USSEP.esp' ]
- name: 'imp_helm_USSEP.esp'
req: [ 'unofficial skyrim special edition patch.esp' ]
msg:
- <<: *alreadyInX
subs: [ 'imp_helm_legend_WACCF_Patch.esp' ]
condition: 'active("imp_helm_legend_WACCF_Patch.esp")'
- <<: *alreadyInX
subs: [ 'imp_helm_legend_WACCF_AMB_Patch.esp' ]
condition: 'active("imp_helm_legend_WACCF_AMB_Patch.esp")'
- <<: *alreadyInX
subs: [ 'Requiem - Improved Closefaced Helmets.esp' ]
condition: 'active("Requiem - Improved Closefaced Helmets.esp")'
- <<: *useInstead
subs: [ 'imp_helm_legend_waccf_patch.esp' ]
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp")'
- <<: *useInstead
subs: [ 'imp_helm_legend_amb_patch.esp' ]
condition: 'active("amidianborn_contentaddon.esp") and version("amidianborn_contentaddon.esp", >=, "3.0")'
- <<: *useInstead
subs: [ '[Requiem - Improved Closefaced Helmets.esp](https://www.nexusmods.com/skyrimspecialedition/mods/64410/)' ]
condition: 'active("Requiem.esp")'
- name: 'Inigo Official Patch SE( \(ESPFE\))?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/62868/'
name: 'Inigo Official Patch'
msg:
- <<: *useOnlyOneX
subs: [ 'Inigo Official Patch ESP' ]
condition: 'many("Inigo Official Patch SE( \(ESPFE\))?\.esp")'
- name: 'ISC_drinking_sound_fix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/58623/'
name: 'Immersive Sounds Compendium Drinking Sound Fix'
tag: [ Sound ]
### JK's Guild HQ Interiors Patch Collection ###
# JK's College of Winterhold #
- name: 'JKs College of Winterhold - (CC - Goldbrand|USSEP) Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/61416/'
name: 'JK''s Guild HQ Interiors Patch Collection'
- name: 'JKs College of Winterhold - CC - Goldbrand Patch.esp'
msg:
- <<: *alreadyInX
subs: [ '**JKs CoW - ICOW - CC - Goldbrand Patch.esp**' ]
condition: 'active("JKs CoW - ICOW - CC - Goldbrand Patch.esp")'
- <<: *alreadyInX
subs: [ '**JKs CoW - OCW - CC Goldbrand Patch.esp**' ]
condition: 'active("JKs CoW - OCW - CC Goldbrand Patch.esp")'
- name: 'JKs College of Winterhold - USSEP patch.esp'
msg:
- <<: *alreadyInX
subs: [ '**JKs College of Winterhold - ICOW Patch.esp**' ]
condition: 'active("JKs College of Winterhold - ICOW Patch.esp")'
- <<: *alreadyInX
subs: [ '**JKs College of Winterhold - OCW Patch.esp**' ]
condition: 'active("JKs College of Winterhold - OCW Patch.esp")'
### JK's Interiors Patch Collection ###
# JK's The Winking Skeever #
- name: 'JKs Winking Skeever - 3DNPC - SFCO Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35910/'
name: 'JK''s Interiors Patch Collection'
after: [ 'SFCO - 3DNPC Patch.esp' ]
- name: 'JK''s RedBag''s Solitude.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/50131/'
name: 'JK''s RedBag''s Solitude'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64069/'
name: 'Rob''s Bug Fixes - JK''s RedBag''s Solitude'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - JK''s RedBag''s Solitude](https://www.nexusmods.com/skyrimspecialedition/mods/64069/)' ]
condition: 'checksum("JK''s RedBag''s Solitude.esp", C02B497D)'
clean:
- crc: 0xC02B497D
util: 'SSEEdit v4.0.4b'
- crc: 0x8EE3E790
util: 'SSEEdit v4.0.4c'
- name: 'JK''s RedBag''s Solitude - Dawn of Skyrim patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/50131/'
name: 'JK''s RedBag''s Solitude'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64069/'
name: 'Rob''s Bug Fixes - JK''s RedBag''s Solitude'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - JK''s RedBag''s Solitude](https://www.nexusmods.com/skyrimspecialedition/mods/64069/)' ]
condition: 'checksum("JK''s RedBag''s Solitude - Dawn of Skyrim Patch.esp", 57A26548)'
clean:
- crc: 0x57A26548
util: 'SSEEdit v4.0.4b'
- crc: 0x28033725
util: 'SSEEdit v4.0.4c'
- name: 'JKs Skyrim - Rob''s Bug Fixes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63379/'
name: 'Rob''s Bug Fixes - JK''s Skyrim'
clean:
- crc: 0x1C677C6F
util: 'SSEEdit v4.0.4c'
- name: 'JKs Skyrim - Farming Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/63379/'
name: 'Rob''s Bug Fixes - JK''s Skyrim'
clean:
- crc: 0xA100F3FF
util: 'SSEEdit v4.0.4b'
- name: 'JRWheelsOfLullPatch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/5245/'
name: 'Joseph Russell''s Writing Patches'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Wheels of Lull v5.0.0+' ]
condition: 'version("WheelsOfLull.esp", >=, "5.1.0")'
- name: 'KD Realistic Fireplaces - Fixes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/52376/'
name: 'KD - Realistic Fireplaces - Fixes'
req: [ 'KD - Realistic Fireplaces SE.esp' ]
### kryptopyr's Patch Hub ###
# KPH Patches - Complete Alchemy & Cooking Overhaul #
- name: 'AwesomePotions_CACO_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19518/' ]
after: [ 'Hunterborn_CACO-SE_Patch.esp' ]
tag: [ Graphics ]
- name: 'CACO_Improved Fire Salts Frost Salts and Glow Dust Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19518/' ]
req:
- name: 'Improved Fire Salts Frost Salts And Glow Dust.esp'
display: '[Improved Fire Salts Frost Salts and Glow Dust](https://www.nexusmods.com/skyrimspecialedition/mods/20572/)'
- name: 'CACO_Ordinator_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19518/' ]
clean:
# version: 1.0
- crc: 0x6B00626D
util: 'SSEEdit v4.0.2f'
- name: '(CACO|WACCF)_Survival Mode_Patch\.esp'
inc: [ 'WACCF Survival Mode Fixes.esp' ]
- name: 'CACO_USSEP_Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'CACO_Survival Mode_Patch.esp' ]
condition: 'active("CACO_USSEP_Patch.esp") and active("CACO_Survival Mode_Patch.esp")'
# KPH Patches - Complete Crafting Overhaul Remastered #
- name: '1nivWICCloaks(_COS)?_CCOR_Patch\.esp'
inc: [ 'Survival Mode Patches - Winter Is Coming.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'CCOR & Winter Is Coming patch' ]
condition: 'many("1nivWICCloaks(_COS)?_CCOR_Patch\.esp")'
- name: 'Cloaks_CCOR_Patch.esp'
inc: [ 'Survival Mode Patches - Winter Is Coming.esp' ]
- name: 'PrvtI_HeavyArmory_CCOR_AMB_Patch.esp'
msg: [ *patchOutdated ]
# KPH Patches - Smithing Perks Overhaul #
- name: 'SPO_Ordinator_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19518/' ]
req:
- 'Ordinator - Perks of Skyrim.esp'
- 'Smithing Perks Overhaul SE.esp'
- 'Weapons Armor Clothing & Clutter Fixes.esp'
# KPH Patches - The Choice Is Yours #
- name: 'TCIY BCS Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19518/' ]
tag:
- Graphics
- Names
clean:
# version: 1.0
- crc: 0xA545660C
util: 'SSEEdit v4.0.2f'
- name: 'TCIY_Wintersun_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/19518/' ]
after:
- 'BCS_TCIY_Patch.esp'
- 'TCIY BCS Patch.esp'
# KPH Patches - Weapons Armor Clothing and Clutter Fixes #
- name: 'DawnguardArsenal_WACCF_Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'DawnguardArsenal_CCOR_Patch.esp' ]
condition: 'active("DawnguardArsenal_CCOR_Patch.esp")'
- name: 'Immersive Weapons_WACCF_Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'Immersive Weapons_CCOR_Patch.esp' ]
condition: 'active("Immersive Weapons_CCOR_Patch.esp")'
- name: 'ImprovedClosefacedHelmets_WACCF.esp'
msg: [ *obsolete ]
- name: 'imp_helm_legend_WACCF_AMB_Patch.esp'
msg:
- *obsolete
- <<: *useInstead
subs: [ 'imp_helm_legend_waccf_patch.esp and imp_helm_legend_amb_patch.esp' ]
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and active("amidianborn_contentaddon.esp") and version("amidianborn_contentaddon.esp", >=, "3.0")'
- name: 'KatanaCrafting_WACCF_Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'KatanaCrafting_CCOR_Patch.esp' ]
condition: 'active("KatanaCrafting_CCOR_Patch.esp")'
- name: 'Ordinator_WACCF_Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'CCOR_Ordinator.esp' ]
condition: 'active("CCOR_Ordinator.esp")'
- name: 'Unique Uniques_WACCF_Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'Unique Uniques_CCOR_Patch.esp' ]
condition: 'active("Unique Uniques_CCOR_Patch.esp")'
- name: 'WACCF_Elderly&Adults.esp'
tag:
- Delev
- Graphics
- name: 'WACCF_Survival Mode_Patch.esp'
inc: [ 'Complete Alchemy & Cooking Overhaul.esp' ]
msg:
- <<: *alreadyInX
subs: [ 'Complete Alchemy & Cooking Overhaul - Survival Mode Patch' ]
condition: 'active("CACO_Survival Mode_Patch.esp")'
- name: 'LCO_Wyrmstooth.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/55190/'
name: 'Wyrm Tamer - Lawbringer for Wyrmstooth'
dirty:
- <<: *quickClean
crc: 0x7934EB45
util: '[SSEEdit v4.0.4c](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
udr: 2
- name: 'maplightfix.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/30162/'
name: 'A Quality Worldmap - Luminosity Compatibility Patch'
after:
- 'icepenguinworldmapclassic.esp'
- 'IcePenguinWorldMapPaper.esp'
req:
- name: 'IcePenguinWorldMap.esp'
display: '[A Quality World Map](https://www.nexusmods.com/skyrimspecialedition/mods/5804/)'
condition: 'not active("icepenguinworldmapclassic.esp") and not active("IcePenguinWorldMapPaper.esp")'
- name: 'MM_PD_Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35107/'
name: 'Majestic Mountains - Pilgrims Delight Patch'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Majestic Mountains - Cathedral Concept' ]
condition: 'active("MajesticMountains.esp") and not checksum("MajesticMountains_Landscape.esm", 1AE8D648) and active("MM_PD_Patch.esp")'
clean:
- crc: 0x97709110
util: 'SSEEdit v4.0.2'
- name: 'Moonpath Navmesh Fix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/4341/' ]
dirty:
- <<: *reqManualFix
crc: 0xF6CAAE30
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 31
udr: 12
nav: 1
- <<: *reqManualFix
crc: 0x02E02099
util: '[SSEEdit v4.0.3g](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
nav: 1
- name: 'Obsidian Weathers for Vigilant.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24357/' ]
after: [ 'Audio Overhaul Skyrim.esp' ]
tag: [ Sound ]
- name: 'Open Cities - Atlas Map Markers SE -- Patch v2.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/38878/' ]
dirty:
- <<: *quickClean
crc: 0x9E16F137
util: '[SSEEdit v4.0.3](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 7
- name: 'Paper World Map Unofficial Fix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/21237/' ]
inc: [ *FlatMapMarkers ]
req:
- name: 'Paper World Map.esp'
display: '[Paper World Map for SSE](https://www.nexusmods.com/skyrimspecialedition/mods/10836/)'
- name: 'Paper World Map Unofficial Fix - Vanilla.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/23114/' ]
inc: [ 'Paper World Map Unofficial Fix.esp' ]
req: [ *FlatMapMarkers ]
### Realistic Boat Bobbing Patch Hub ###
- name: 'RBB - .* Patch\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44311/'
name: 'Realistic Boat Bobbing Patch Hub'
- name: 'RBB - USSEP Patch.esp'
msg:
- <<: *alreadyInX
type: say
subs: [ '**RBB - JKs Skyrim Patch.esp**' ]
condition: 'active("RBB - JKs Skyrim Patch.esp")'
- name: 'RedBag''s Solitude Docks Updated.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/50626/'
name: 'RedBag''s Solitude Docks Updated'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64102/'
name: 'Rob''s Bug Fixes - RedBag''s Solitude Docks Updated'
msg:
- <<: *patchUpdateAvailable
subs: [ '[Rob''s Bug Fixes - RedBag''s Solitude Docks Updated](https://www.nexusmods.com/skyrimspecialedition/mods/64102/)' ]
condition: 'checksum("RedBag''s Solitude Docks Updated.esp", FC4C5AEF)'
clean:
- crc: 0xFC4C5AEF
util: 'SSEEdit v4.0.4c'
- crc: 0xE405E000
util: 'SSEEdit v4.0.4c'
- name: 'Requiem - Legacy of the Dragonborn.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/36998/'
name: 'Requiem - Legacy of the Dragonborn'
msg:
- <<: *useOnlyOneX
subs: [ 'Requiem - Legacy of the Dragonborn patch' ]
condition: 'file("DBM_Requiem_Patch.esp")'
- name: 'Fozars_Dragonborn_-_Requiem_Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/34829/'
name: 'Requiem - Dragonborn Patch'
msg:
- <<: *alreadyInX
subs: [ '**Requiem.esp**' ]
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "6.0.0")'
### Requiem Patch Central ###
- name: 'Requiem - Aetherium Armor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Requiem - Improved Closefaced Helmets.esp' ]
- name: 'Requiem - ArteFakes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after:
- 'Fozars_Dragonborn_-_Requiem_Patch.esp'
- 'Requiem - Cutting Room Floor.esp'
- 'Requiem - ESF Companions.esp'
- name: 'Requiem - Audio Overhaul Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after:
- 'Fozars_Dragonborn_-_Requiem_Patch.esp'
- name: 'Requiem - Cutting Room Floor.esp'
condition: 'version("Requiem - Audio Overhaul Skyrim.esp", <, "5.06")'
- name: 'Requiem - Book Covers Skyrim.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Requiem - Minor Arcana - Roleplaying.esp' ]
- name: 'Requiem - Craftable Horse Barding.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after:
- 'Requiem - Immersive Horses.esp'
- 'Requiem - Minor Arcana - Roleplaying.esp'
- name: 'Requiem - Cutting Room Floor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
- name: 'Requiem - Deadly Dragons.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
- name: 'Requiem - ESF Companions.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after:
- name: 'Requiem - Minor Arcana - Roleplaying.esp'
condition: 'version("Requiem - ESF Companions.esp", <, "5.02")'
- name: 'Requiem - Flora Fixes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
- name: 'Requiem - Heavy Armory.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
- name: 'Requiem - Immersive Horses.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after:
- 'Requiem - Minor Arcana - Roleplaying.esp'
- 'Requiem - SkyTEST.esp'
- 'Requiem - Wild World.esp'
- name: 'Requiem - Immersive Sounds Compendium.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
- name: 'Requiem - Improved Closefaced Helmets.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after:
- 'Fozars_Dragonborn_-_Requiem_Patch.esp'
- 'Requiem - Creation Club.esp'
- name: 'Requiem - Rough Leather Armor.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
- name: 'Requiem - Royal Armory.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after:
- 'Fozars_Dragonborn_-_Requiem_Patch.esp'
- 'Requiem - Minor Arcana - Vigilants of Stendarr.esp'
- name: 'Requiem - Warmonger Armory.esp'
condition: 'version("Requiem - Royal Armory.esp", <, "5.02")'
- name: 'Requiem - Scoped Bows.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
- name: 'Requiem - SkyTEST.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
inc: [ 'Requiem - Wild World.esp' ]
- name: 'Requiem - Timing Is Everything.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
- name: 'Requiem - Trade and Barter.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
- name: 'Requiem - Vampiric Thirst.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Vampiric Thirst Redone.esp' ]
msg:
- <<: *includesX
subs: [ '**Vampiric Thirst Redone.esp**' ]
condition: 'active("Vampiric Thirst Redone.esp")'
- name: 'Requiem - Warmonger Armory.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after:
- 'Fozars_Dragonborn_-_Requiem_Patch.esp'
- 'Requiem - Minor Arcana - Vigilants of Stendarr.esp'
- 'Requiem - Scale Nord Armor.esp'
- name: 'Requiem - Wild World.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/64410/'
name: 'Requiem Patch Central'
after: [ 'Fozars_Dragonborn_-_Requiem_Patch.esp' ]
inc: [ 'Requiem - SkyTEST.esp' ]
- name: 'Requiem - Standing Stones Reimagined.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/113346/' ]
msg:
- <<: *patchOutdated
condition: 'version("Requiem.esp", >=, "6.0.0")'
### Requiem - WACCF CCOR ACE Patches ###
- name: 'Requiem - WACCF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31758/'
name: 'Requiem - WACCF CCOR ACE Patches'
msg:
- <<: *patchOutdated
condition: 'version("Requiem.esp", >=, "6.0.0")'
- name: 'Requiem - WACCF - ACE.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31758/'
name: 'Requiem - WACCF CCOR ACE Patches'
msg:
- <<: *patchOutdated
condition: 'version("Requiem.esp", >=, "6.0.0")'
- name: 'Requiem - CCOR.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31758/'
name: 'Requiem - WACCF CCOR ACE Patches'
msg:
- <<: *patchOutdated
condition: 'version("Requiem.esp", >=, "6.0.0")'
- name: 'Requiem - Sacrilege.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/72578/' ]
msg:
- <<: *patchOutdated
condition: 'version("Requiem.esp", >=, "6.0.0")'
- name: 'Requiem - Sacrosanct Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/62406/' ]
msg:
- <<: *patchOutdated
condition: 'version("Requiem.esp", >=, "6.0.0")'
- name: 'Requiem - Summermyst.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/67594/' ]
msg:
- <<: *patchOutdated
condition: 'version("Requiem.esp", >=, "5.3.0")'
- name: 'Requiem - Triumvirate.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/88561/' ]
msg:
- <<: *patchOutdated
condition: 'version("Requiem.esp", >=, "6.0.0")'
- name: 'rll(_lite)?_scarcity_patch\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/20812/'
name: 'Rebalanced Leveled Lists & Scarcity Patch'
tag:
- Delev
- Relev
- name: 'Royal Armory Tweaks(-ICoW)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/26398/'
name: 'Royal Armory Tweaks and Fixes'
msg:
- <<: *useOnlyOneX
subs: [ 'Royal Armory Tweaks and Fixes ESP' ]
condition: 'many("Royal Armory Tweaks(-ICoW)?\.esp")'
tag:
- EnchantmentStats
- Invent.Add
- Invent.Remove
- Names
- Stats
- Text
- name: 'Royal Armory Tweaks.esp'
msg:
- <<: *useVersion
subs: [ 'Immersive College of Winterhold' ]
condition: 'active("CollegeOfWinterholdImmersive.esp")'
clean:
- crc: 0xB2FD4C06
util: 'SSEEdit v4.0.4c'
- name: 'Royal Armory Tweaks-ICoW.esp'
clean:
- crc: 0x0AED98FD
util: 'SSEEdit v4.0.4c'
- name: 'SFCO - Castle Volkihar Rebuilt Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/62867/'
name: 'Snazzy Furniture and Clutter Overhaul (SFCO) Patch Collection'
inc: [ 'Castle Volkihar Rebuilt - SFCO Patch.esp' ]
### Some OWL patches ###
- name: '(Artefake|C\.O\.I\.N) - Owl( patch)?\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60889/'
name: 'Some OWL patches'
- name: 'Artefake - Owl.esp'
clean:
- crc: 0x2A08888E
util: 'SSEEdit v4.0.4c'
- name: 'C.O.I.N - OWL patch.esp'
msg:
- *patchOutdated
- <<: *useInstead
subs: [ '[lilebonymace''s patches and xEdit scripts](https://www.nexusmods.com/skyrimspecialedition/mods/36042/) (**Open World Loot - C.O.I.N.esp**)' ]
- name: 'Spell Research - Even More Patches.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/61177/'
name: 'Spell Research Patch Compendium Redux'
msg:
- <<: *versionXofYorGreaterRequired
subs:
- '2.2'
- '[Spell Research](https://www.nexusmods.com/skyrimspecialedition/mods/20983/)'
condition: 'file("SpellResearch.esp") and (checksum("SpellResearch.esp", 755423D7) or checksum("SpellResearch.esp", 63661836) or checksum("SpellResearch.esp", 860EFC3D))'
- name: 'Spell Research - Patch Compendium.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/28816/' ]
after: [ 'SpellResearch.esp' ]
msg:
- <<: *alreadyInX
subs: [ '**Spell Research - Even More Patches.esp**' ]
condition: 'active("Spell Research - Even More Patches.esp")'
- <<: *obsolete
subs: [ '[Spell Research Patch Compendium Redux](https://www.nexusmods.com/skyrimspecialedition/mods/61177/)' ]
condition: 'not active("Spell Research - Even More Patches.esp")'
- <<: *versionXofYorGreaterRequired
subs:
- '2.2'
- '[Spell Research](https://www.nexusmods.com/skyrimspecialedition/mods/20983/)'
condition: 'not file("SpellResearch.esp") or (checksum("SpellResearch.esp", 755423D7) or checksum("SpellResearch.esp", 63661836) or checksum("SpellResearch.esp", 860EFC3D))'
- name: 'SpellResearchSynthesizer.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/69103/'
name: 'Spell Research Synthesizer'
req: [ *JContainers ]
msg:
- <<: *versionXofYorGreaterRequired
subs:
- '2.2'
- '[Spell Research](https://www.nexusmods.com/skyrimspecialedition/mods/20983/)'
condition: 'active("SpellResearch.esp") and (checksum("SpellResearch.esp", 755423D7) or checksum("SpellResearch.esp", 63661836) or checksum("SpellResearch.esp", 860EFC3D))'
- name: 'Summermyst Bugfixes for WACCF.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41077/'
name: 'Summermyst Bugfixes for WACCF'
msg:
- <<: *alreadyInOrFixedByX
subs: [ '**Summermyst - WACCF Patch.esp** v1.3.0+' ]
- name: 'Summermyst - WACCF Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/34547/'
name: 'Summermyst - WACCF Patch'
after: [ 'WACCF_BashedPatchLvlListFix.esp' ]
tag:
- Delev
- Graphics
- Keywords
- Names
- Relev
- Stats
- name: '(Sum_WACCF_Patch|WACCF Survival Mode Fixes|Weapon AF and Summermyst Patch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19500/'
name: 'Weapons Armor Clothing and Clutter Fixes (WACCF) and Summermyst Enchantments Patch'
- name: 'Sum_WACCF_Patch.esp'
msg:
- *patchOutdated
- <<: *useInstead
subs: [ '[Summermyst - WACCF Patch](https://www.nexusmods.com/skyrimspecialedition/mods/34547/)' ]
- name: 'Weapon AF and Summermyst Patch.esp'
req: [ 'Weapon AF.esp' ]
inc: [ 'Summermyst - WACCF Patch.esp' ]
tag:
- Delev
- Relev
- name: 'The Great Cities of JK''s (North|Skyrim) - Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/33687/'
name: 'The Great Cities of JK''s North - Patch'
- name: 'The Great Cities of JK''s North - Patch.esp'
msg:
- <<: *useVersion
subs: [ 'The Great Cities of JK''s North - Full - (Main File 1)' ]
condition: 'active("COTN - Falkreath.esp") and active("COTN - Winterhold.esp") and checksum("The Great Cities of JK''s North - Patch.esp", 8536AD14)'
- name: 'The Great Cities of JK''s Skyrim - Patch.esp'
msg:
- <<: *useVersion
subs: [ 'The Great Cities of JK''s North - Full - (Main File 1)' ]
condition: 'active("COTN - Dawnstar.esp") and active("COTN - Falkreath.esp") and active("COTN - Morthal.esp") and active("COTN - Winterhold.esp")'
- name: 'The Great City of Dragon Bridge - JK''s Skyrim Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/68412/'
name: 'Rob''s Bug Fixes - TGC Dragon Bridge'
after: [ 'The Great City of Dragon Bridge - USSEP Patch.esp' ]
- name: '(The Great JK''s Cities|XenonCitiesPatch)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/25282/'
name: 'Xenons City patch (The Great Cities of Skyrim and JKs skyrim compatibility patch)'
msg:
- <<: *useInstead
subs: [ '[The Great Cities of JK''s North - Patch](https://www.nexusmods.com/skyrimspecialedition/mods/33687/) (**Main File 3 - The Great Cities of JK''s Skyrim**)' ]
condition: 'active("JKs Skyrim.esp") and active("The Great Cities - Minor Cities and Towns.esp")'
- name: 'tpos_altstart_02.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/13902/'
name: 'Alternate Start Patch for the People of Skyrim Complete'
msg:
- <<: *alreadyInX
subs: [ '**tpos_altstart_falskaar_Patch.esp**' ]
condition: 'active("tpos_altstart_falskaar_Patch.esp")'
- name: 'tposc_falskar_patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/13906/'
name: 'The People of Skyrim Complete Falskaar Patch'
msg:
- <<: *alreadyInX
subs: [ '**tpos_altstart_falskaar_Patch.esp**' ]
condition: 'active("tpos_altstart_falskaar_Patch.esp")'
### Trade and Barter - Patches ###
- name: 'Beyond Bruma - Trade and Barter Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/23220/'
name: 'Trade and Barter - Patches'
req: [ 'trade & barter.esp' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ '**Ordinator - Beyond Skyrim Bruma Patch.esp**' ]
condition: 'active("BSHeartland.esm") and active("Ordinator - Perks of Skyrim.esp") and active("Ordinator - Beyond Skyrim Bruma Patch.esp")'
- name: 'Trade and Barter - USSEP Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/41391/'
name: 'Trade and Barter - USSEP Patch'
req: [ 'trade & barter.esp' ]
tag: [ Invent.Add ]
- name: 'trawzifiedsSimplyKnockWintersunPatch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/38137/' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Just Knock - Simply Knock Dynamic Activation Key patch' ]
condition: 'file("Simply DAK Knock Peek.esp")'
- <<: *alreadyInOrFixedByX
subs: [ 'Simply Knock - Tower Stone Fix' ]
condition: 'file("Simply Knock - Tower Stone Fix.esp")'
- name: 'Treasure Hunter - Tweaks and Fixes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31887/'
name: 'Treasure Hunter - Tweaks and Fixes'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Treasure Hunter v1.2+' ]
condition: 'version("TreasureHunter.esp", >=, "1.2.1")'
- name: 'Undriel_QRR Nav Fixed Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/58041/'
name: 'Quaint Raven Rock Navm Cleaned and Optimized'
dirty:
- <<: *quickClean
crc: 0x6881F999
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 6
### Falskaar - Addons and Patches ###
- name: 'Falskaar - Bug Fixes.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19454/'
name: 'Falskaar - Addons and Patches'
after:
- 'Falskaar - Boat Location.esp'
- 'Falskaar - Fast Travel.esp'
- 'Falskaar - House Map Marker.esp'
- name: 'Falskaar - Bruma Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'Falskaar - SkyTEST and Bruma Patch.esp' ]
condition: 'active("Falskaar - SkyTEST and Bruma Patch.esp")'
- name: 'Falskaar - SkyTEST Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'Falskaar - SkyTEST and Bruma Patch.esp' ]
condition: 'active("Falskaar - SkyTEST and Bruma Patch.esp")'
### JK's Skyrim Patches ###
# JK's Skyrim - Dawn of Skyrim - Patch #
- name: 'Blowing in the Wind - JKS_DoS_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16852/' ]
inc:
- 'Blowing in the Wind - JKs Skyrim Patch.esp'
- 'ETaC - Complete.esp'
- name: 'JKS_DoS_Holidays_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/16852/' ]
inc:
- 'Dawn of Skyrim_Holidays_Patch.esp'
- 'JKs Skyrim - Holidays patch.esp'
# JK's Skyrim - ETaC - Patches #
- name: 'ETaC - Complete_JKs Skyrim_.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24416/' ]
- name: 'ETaC - Complete_JKs Skyrim_Blowing in the Wind_Patch.esp'
inc:
- 'Blowing in the Wind - JKs Skyrim Patch.esp'
- 'Blowing in the Wind - JKS_DoS_Patch.esp'
- 'Blues Skyrim.esp'
- name: 'ETaC - Complete_JKs Skyrim_CFTO Patch.esp'
inc:
- 'CFTO-JK-Patch.esp'
- 'ETaC - Complete CFTO Patch.esp'
- name: 'ETaC - Complete_JKs Skyrim_Holidays_Patch.esp'
inc:
- 'Dawn of Skyrim_Holidays_Patch.esp'
- 'JKs Skyrim - Holidays patch.esp'
- 'JKS_DoS_Holidays_Patch.esp'
- name: 'ETaC - Complete_JKs Skyrim_NSUTR_Patch.esp'
inc:
- 'ETaC - Complete No Snow Patch.esp'
- 'JKs Skyrim_No Snow Under the Roof_Patch.esp'
- name: 'JKS_DoS_ETaC_Blowing in the Wind_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24416/' ]
inc:
- 'Blowing in the Wind - JKs Skyrim Patch.esp'
- 'Blowing in the Wind - JKS_DoS_Patch.esp'
- 'ETaC - Complete_JKs Skyrim_Blowing in the Wind_Patch.esp'
- name: 'JKS_DoS_ETaC_Holidays_Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24416/' ]
inc:
- 'Dawn of Skyrim_Holidays_Patch.esp'
- 'ETaC - Complete_JKs Skyrim_Holidays_Patch.esp'
- 'JKs Skyrim - Holidays patch.esp'
- 'JKS_DoS_Holidays_Patch.esp'
# JK's Skyrim - No Snow Under the Roof #
- name: 'JKs Skyrim_(No Snow Under the Roof|Dawnstar_NSUTR|Dawnstar_BOYD_NSUTR)_Patch\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/17026/' ]
inc: [ 'Dawnstar_No Snow Under the Roof_Patch.esp' ]
after: [ 'NSUTR_groundsnow_mesh_fixes.esp' ]
msg:
- <<: *useOnlyOneX
condition: 'many("JKs Skyrim_(No Snow Under the Roof|Dawnstar_NSUTR|Dawnstar_BOYD_NSUTR)_Patch\.esp")'
subs: [ 'JKs Skyrim - No Snow Under the Roof Patch' ]
- name: 'JKs Skyrim_No Snow Under the Roof_Patch.esp'
inc: [ 'ETaC - Complete.esp' ]
### Khajiit Speak Patches ###
# Even More Khajiit Speak Patches #
- name: 'Chr_KhajiitSpeak.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/40594/'
name: 'Even More Khajiit Speak Patches'
after:
- 'BA_KhajiitSpeakRedux_MAIN.esp'
- 'mjhKhajiitSpeak.esp'
# Khajiit Speak Extended #
- name: 'Khajiit Speak Extended SSE.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18441/' ]
after:
- 'BA_KhajiitSpeakRedux_MAIN.esp'
- 'mjhKhajiitSpeak.esp'
# Raptor's Khajiit Speak Patch Collection #
- name: 'Khajiit Speak \+.*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/35294/'
name: 'Raptor''s Khajiit Speak Patch Collection'
after:
- 'BA_KhajiitSpeakRedux_MAIN.esp'
- 'mjhKhajiitSpeak.esp'
# Misc. Khajiit Speak Patches #
- name: 'Khajiit Speak - .*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/32356/'
name: 'Khajiit Speak - Creation Club'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/36488/'
name: 'Khajiit Speak Extended Extended'
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/37024/'
name: 'Khajiit Speak - More Patches (Compatibility patches)'
after:
- 'BA_KhajiitSpeakRedux_MAIN.esp'
- 'mjhKhajiitSpeak.esp'
- name: 'MPXP\d\.\d .*\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/36116/'
name: 'Modular PatchXPress (MPxP)'
- name: 'MPXP1\.[12] .*\.esp'
inc:
- 'BluePalaceTerrace-LoTD-Skyway-Patch (OCS).esp'
- 'DBPT [PATCH - LotD (VER.01)].esp'
- 'DBPT [PATCH - LotD (VER.01)] (OCS).esp'
- 'DBPT [PATCH - LotD (VER.02)] (OCS).esp'
- 'DBPT [PATCH - TGCoS Mountain Edits].esp'
- 'Lux Orbis - Solitude Skyway patch.esp'
- 'OCS [PATCH - JKBP].esp'
- 'OCS [PATCH - TGCoS].esp'
- 'RedBag''s Solitude [PATCH - TGCoS].esp'
- 'The Great City of Solitude Tweaks.esp'
# [0.0] LOD Unlocker (SELUA) #
- name: 'MPXP0\.0 \[SELUA-II?\]\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP SELUA ESP' ]
condition: 'many("MPXP0\.0 \[SELUA-II?\]\.esp")'
# [1.1] Main Combo Overhaul #
- name: 'MPXP1\.1 \[PATCH - (DBPT\.)?SSkwy(\.TGCoS)?\]\.esp'
inc: [ 'open cities skyrim.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP 1.1 ESP' ]
condition: 'many("MPXP1\.1 \[PATCH - (DBPT\.)?SSkwy(\.TGCoS)?\]\.esp")'
- name: 'MPXP1\.1 \[PATCH - (DBPT\.SSkwy|SSkwy\.TGCoS)\]\.esp'
msg:
- <<: *alreadyInX
subs: [ '**MPXP1.1 [PATCH - DBPT.SSkwy.TGCoS].esp**' ]
condition: 'active("BluePalaceTerrace.esp") and active("The Great City of Solitude.esp") and active("MPXP1.1 [PATCH - DBPT.SSkwy.TGCoS].esp")'
- <<: *useInstead
subs: [ '**MPXP1.1 [PATCH - DBPT.SSkwy.TGCoS].esp**' ]
condition: 'active("BluePalaceTerrace.esp") and active("The Great City of Solitude.esp") and not active("open cities skyrim.esp") and not active("MPXP1.1 [PATCH - DBPT.SSkwy.TGCoS].esp")'
# [1.2] Main Combo Overhaul (OCS) #
- name: 'MPXP1\.2 \[PATCH - (DBPT\.)?SSkwy(\.TGCoS)?\] \(OCS\)\.esp'
inc:
- 'Solitude Skyway SE - Open Cities and Solitude Docks Patch.esp'
- 'Solitude Skyway SE - Open Cities Patch.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP 1.2 ESP' ]
condition: 'many("MPXP1\.2 \[PATCH - (DBPT\.)?SSkwy(\.TGCoS)?\] \(OCS\)\.esp")'
- name: 'MPXP1\.2 \[PATCH - (DBPT\.SSkwy|SSkwy\.TGCoS)\] \(OCS\)\.esp'
msg:
- <<: *alreadyInX
subs: [ '**MPXP1.2 [PATCH - DBPT.SSkwy.TGCoS] (OCS).esp**' ]
condition: 'active("BluePalaceTerrace.esp") and active("The Great City of Solitude.esp") and active("MPXP1.2 [PATCH - DBPT.SSkwy.TGCoS] (OCS).esp")'
- <<: *useInstead
subs: [ '**MPXP1.2 [PATCH - DBPT.SSkwy.TGCoS] (OCS).esp**' ]
condition: 'active("BluePalaceTerrace.esp") and active("The Great City of Solitude.esp") and active("open cities skyrim.esp") and not active("MPXP1.2 [PATCH - DBPT.SSkwy.TGCoS] (OCS).esp")'
- name: 'MPXP1.2 [PATCH - SSkwy.TGCoS] (OCS).esp'
after: [ 'ocs + lotd5 patch.esp' ]
# [1.3] Main Combo Overhaul (LotD Support) #
- name: 'MPXP1\.3 \[PATCH - (DBPT\.)?SSkwy\.LotD\]( \(OCS\))?\.esp'
inc: [ 'Solitude Skyway SE - Legacy of the Dragonborn Patch.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP 1.3 ESP' ]
condition: 'many("MPXP1\.3 \[PATCH - (DBPT\.)?SSkwy\.LotD\]( \(OCS\))?\.esp")'
- name: 'MPXP1\.3 \[PATCH - (DBPT\.)?SSkwy\.LotD\]\.esp'
inc: [ 'open cities skyrim.esp' ]
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.1 ESP' ]
condition: 'not active("MPXP1\.1 \[PATCH - (DBPT\.)?SSkwy(\.TGCoS)?\]\.esp")'
- name: 'MPXP1\.3 \[PATCH - SSkwy\.LotD\]( \(OCS\))?\.esp'
inc: [ 'BluePalaceTerrace.esp' ]
- name: 'MPXP1.3 [PATCH - SSkwy.LotD].esp'
after: [ 'MPXP1.1 [PATCH - SSkwy.TGCoS].esp' ]
- name: 'MPXP1.3 [PATCH - DBPT.SSkwy.LotD].esp'
after: [ 'MPXP1.1 [PATCH - DBPT.SSkwy.TGCoS].esp' ]
- name: 'MPXP1\.3 \[PATCH - (DBPT\.)?SSkwy\.LotD\] \(OCS\)\.esp'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.2 ESP' ]
condition: 'not active("MPXP1\.2 \[PATCH - (DBPT\.)?SSkwy(\.TGCoS)?\] \(OCS\)\.esp")'
- name: 'MPXP1.3 [PATCH - SSkwy.LotD] (OCS).esp'
after: [ 'MPXP1.2 [PATCH - SSkwy.TGCoS] (OCS).esp' ]
- name: 'MPXP1.3 [PATCH - DBPT.SSkwy.LotD] (OCS).esp'
after: [ 'MPXP1.2 [PATCH - DBPT.SSkwy.TGCoS] (OCS).esp' ]
# [1.4] Main Combo Overhaul (Additions++) #
- name: 'MPXP1\.4 \[PATCH - (DBPT\.)?SSkwy(\.TGCoS)?(\.LotD)?\.(JKBP|PCE)\]( \(OCS\))?\.esp'
inc:
- 'MPXP1.4 [PATCH - SSkwy.TGCoS.JKBP.PCE].esp'
- 'MPXP1.4 [PATCH - SSkwy.TGCoS.JKBP.PCE] (OCS).esp'
# [1.4] Main Combo Overhaul (Additions++) JKBP-PCE #
- name: 'MPXP1\.4 \[PATCH - SSkwy\.TGCoS\.JKBP\.PCE\]( \(OCS\))?\.esp'
inc: [ 'BluePalaceTerrace.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP 1.4 JKBP-PCE ESP' ]
condition: 'many("MPXP1\.4 \[PATCH - SSkwy\.TGCoS\.JKBP\.PCE\]( \(OCS\))?\.esp")'
- name: 'MPXP1.4 [PATCH - SSkwy.TGCoS.JKBP.PCE].esp'
after: [ 'MPXP1.3 [PATCH - SSkwy.LotD].esp' ]
- name: 'MPXP1.4 [PATCH - SSkwy.TGCoS.JKBP.PCE] (OCS).esp'
after: [ 'MPXP1.3 [PATCH - SSkwy.LotD] (OCS).esp' ]
# [1.4] Main Combo Overhaul (Additions++) JKBP #
- name: 'MPXP1\.4 \[PATCH - (DBPT\.)?SSkwy(\.TGCoS)?(\.LotD)?\.JKBP\]( \(OCS\))?\.esp'
inc: [ 'Palaces Castles Enhanced.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP 1.4 JKBP ESP' ]
condition: 'many("MPXP1\.4 \[PATCH - (DBPT\.)?SSkwy(\.TGCoS)?(\.LotD)?\.JKBP\]( \(OCS\))?\.esp")'
- name: 'MPXP1\.4 \[PATCH - DBPT\.SSkwy(\.LotD)?\.JKBP\]\.esp'
after:
- 'MPXP1.1 [PATCH - DBPT.SSkwy].esp'
- 'MPXP1.1 [PATCH - DBPT.SSkwy.TGCoS].esp'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.1 DBPT ESP' ]
condition: 'not active("MPXP1\.1 \[PATCH - DBPT\.SSkwy(\.TGCoS)?\]\.esp")'
- name: 'MPXP1\.4 \[PATCH - DBPT\.SSkwy(\.LotD)?\.JKBP\] \(OCS\)\.esp'
after:
- 'MPXP1.2 [PATCH - DBPT.SSkwy] (OCS).esp'
- 'MPXP1.2 [PATCH - DBPT.SSkwy.TGCoS] (OCS).esp'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.2 DBPT ESP' ]
condition: 'not active("MPXP1\.2 \[PATCH - DBPT\.SSkwy(\.TGCoS)?\] \(OCS\)\.esp")'
- name: 'MPXP1\.4 \[PATCH - SSkwy\.TGCoS(\.LotD)?\.JKBP\]( \(OCS\))?\.esp'
inc: [ 'BluePalaceTerrace.esp' ]
# [1.4] Main Combo Overhaul (Additions++) PCE #
- name: 'MPXP1\.4 \[PATCH - (DBPT\.)?SSkwy(\.LotD|\.TGCoS)?\.PCE\]( \(OCS\))?\.esp'
inc: [ 'JK''s Blue Palace.esp' ]
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP 1.4 PCE ESP' ]
condition: 'many("MPXP1\.4 \[PATCH - (DBPT\.)?SSkwy(\.LotD|\.TGCoS)?\.PCE\]( \(OCS\))?\.esp")'
- name: 'MPXP1\.4 \[PATCH - DBPT\.SSkwy\.PCE\]( \(OCS\))?\.esp'
inc: [ 'LegacyoftheDragonborn.esm' ]
- name: 'MPXP1\.4 \[PATCH - DBPT\.SSkwy(\.LotD)?\.PCE\]\.esp'
after:
- 'MPXP1.1 [PATCH - DBPT.SSkwy].esp'
- 'MPXP1.1 [PATCH - DBPT.SSkwy.TGCoS].esp'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.1 DBPT ESP' ]
condition: 'not active("MPXP1\.1 \[PATCH - DBPT\.SSkwy(\.TGCoS)?\]\.esp")'
- name: 'MPXP1\.4 \[PATCH - DBPT\.SSkwy(\.LotD)?\.PCE\] \(OCS\)\.esp'
after:
- 'MPXP1.2 [PATCH - DBPT.SSkwy] (OCS).esp'
- 'MPXP1.2 [PATCH - DBPT.SSkwy.TGCoS] (OCS).esp'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.2 DBPT ESP' ]
condition: 'not active("MPXP1\.2 \[PATCH - DBPT\.SSkwy(\.TGCoS)?\] \(OCS\)\.esp")'
- name: 'MPXP1\.4 \[PATCH - SSkwy\.TGCoS\.PCE\]( \(OCS\))?\.esp'
inc: [ 'BluePalaceTerrace.esp' ]
- name: 'MPXP1.4 [PATCH - SSkwy.TGCoS.PCE].esp'
after: [ 'MPXP1.3 [PATCH - SSkwy.LotD].esp' ]
- name: 'MPXP1.4 [PATCH - SSkwy.TGCoS.PCE] (OCS).esp'
after: [ 'MPXP1.3 [PATCH - SSkwy.LotD] (OCS).esp' ]
# [1.4] Main Combo Overhaul (Additions++) RBS #
- name: 'MPXP1\.4 \[PATCH - SSkwy\.TGCoS(\.LotD)?\.RBS\]\.esp'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.1 TGCoS ESP' ]
condition: 'not active("MPXP1\.1 \[PATCH - (DBPT\.)?SSkwy\.TGCoS\]\.esp")'
- <<: *useOnlyOneX
subs: [ 'MPXP 1.4 RBS ESP' ]
condition: 'many("MPXP1\.4 \[PATCH - SSkwy\.TGCoS(\.LotD)?\.RBS\]\.esp")'
- name: 'MPXP1.4 [PATCH - SSkwy.TGCoS.LotD.RBS].esp'
after:
- 'MPXP1.3 [PATCH - DBPT.SSkwy.LotD].esp'
- 'MPXP1.3 [PATCH - SSkwy.LotD].esp'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.3 non-OCS ESP' ]
condition: 'not active("MPXP1\.3 \[PATCH - (DBPT\.)?SSkwy\.LotD\]\.esp")'
# [2.0] Personal Creations #
- name: 'SSkwy Estuary Fortress Extension.esp'
after:
- 'MPXP1.1 [PATCH - DBPT.SSkwy].esp'
- 'MPXP1.1 [PATCH - DBPT.SSkwy.TGCoS].esp'
- 'MPXP1.1 [PATCH - SSkwy.TGCoS].esp'
- 'MPXP1.2 [PATCH - DBPT.SSkwy] (OCS).esp'
- 'MPXP1.2 [PATCH - DBPT.SSkwy.TGCoS] (OCS).esp'
- 'MPXP1.2 [PATCH - SSkwy.TGCoS] (OCS).esp'
- 'MPXP1.3 [PATCH - DBPT.SSkwy.LotD].esp'
- 'MPXP1.3 [PATCH - DBPT.SSkwy.LotD] (OCS).esp'
- 'MPXP1.3 [PATCH - SSkwy.LotD].esp'
- 'MPXP1.3 [PATCH - SSkwy.LotD] (OCS).esp'
inc:
- name: 'The Great City of Solitude.esp'
condition: 'checksum("SSkwy Estuary Fortress Extension.esp", AF71B5A8)'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.1 **OR** 1.2 TGCoS ESP' ]
condition: 'checksum("SSkwy Estuary Fortress Extension.esp", 8A10F7E6) and not active("MPXP1\.[12] \[PATCH - (DBPT\.)?SSkwy\.TGCoS\]( \(OCS\))?\.esp")'
- <<: *requiresX
type: error
subs: [ '**MPXP1.1 [PATCH - DBPT.SSkwy].esp** **OR** **MPXP1.2 [PATCH - DBPT.SSkwy] (OCS).esp**' ]
condition: 'checksum("SSkwy Estuary Fortress Extension.esp", AF71B5A8) and not active("MPXP1\.[12] \[PATCH - DBPT\.SSkwy\]( \(OCS\))?\.esp")'
- name: 'SSkwy Estuary Fortress Extension [PATCH - RBS].esp'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.4 RBS ESP' ]
condition: 'not active("MPXP1\.4 \[PATCH - SSkwy\.TGCoS(\.LotD)?\.RBS\]\.esp")'
# [3.0] Other Modules #
- name: 'DBPT \[PATCH - LotD \(VER\.0[12]\)\]( \(OCS\))?\.esp'
inc:
- 'BluePalaceTerrace-LegacyOfTheDragonborn-Patch.esp'
- 'Solitude Skyway SE.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP 3.0 DBPT & LotD ESP' ]
condition: 'many("DBPT \[PATCH - LotD \(VER\.0[12]\)\]( \(OCS\))?\.esp")'
- name: 'DBPT \[PATCH - Personal Additions\]( \(OCS\))?\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP 3.0 DBPT - Personal Additions ESP' ]
condition: 'many("DBPT \[PATCH - Personal Additions\]( \(OCS\))?\.esp")'
- name: 'Enhanced Landscapes [PATCH - SSkwy].esp'
inc: [ 'Solitude Skyway SE - Enhanced Landscapes Patch.esp' ]
- name: 'KvHarborside \[PATCH - (SSkwy\.)?TGCoS\]\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'MPXP 3.0 KvHarborside ESP' ]
condition: 'many("KvHarborside \[PATCH - (SSkwy\.)?TGCoS\]\.esp")'
- name: 'KvHarborside [PATCH - TGCoS].esp'
inc: [ 'Solitude Skyway SE.esp' ]
- name: 'KvHarborside [PATCH - SSkwy.TGCoS].esp'
after:
- 'MPXP1.1 [PATCH - DBPT.SSkwy.TGCoS].esp'
- 'MPXP1.1 [PATCH - SSkwy.TGCoS].esp'
- 'MPXP1.2 [PATCH - DBPT.SSkwy.TGCoS] (OCS).esp'
- 'MPXP1.2 [PATCH - SSkwy.TGCoS] (OCS).esp'
msg:
- <<: *requiresX
type: error
subs: [ 'MPXP 1.1 **OR** 1.2 TGCoS ESP' ]
condition: 'not active("MPXP1\.[12] \[PATCH - (DBPT\.)?SSkwy\.TGCoS\]( \(OCS\))?\.esp")'
- name: 'OCS [PATCH - TGCoS].esp'
inc:
- 'Solitude Skyway SE - Open Cities Patch.esp'
- 'The Great City of Solitude Tweaks.esp'
- name: 'The Great City of Solitude Tweaks.esp'
tag:
- -C.Location
- -C.Regions
- -C.Water
- -Keywords
- name: 'The Cause - Rare Curios ((Crown |Halls )?Patch|Distributed Varla)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/60405/'
name: 'The Cause - Rare Curios Patch'
- name: 'The Cause - Rare Curios Patch.esp'
msg:
- <<: *patchProvided
subs: [ 'Ayleid Lich Crown - Cut Content Restored (Anniversary Edition - The Cause)' ]
condition: 'active("AyleidLichCrownRestored.esp") and not active("The Cause - Rare Curios Crown Patch.esp")'
- <<: *patchProvided
subs: [ 'The Halls of Rielle - Beyond Skyrim Bruma and The Cause Combined' ]
condition: 'active("The Halls of Rielle.esp") and not active("The Cause - Rare Curios Halls Patch.esp")'
tag:
- Invent.Add
- Invent.Remove
- name: 'The Cause - Rare Curios Crown Patch.esp'
clean:
- crc: 0xF5B75799
util: 'SSEEdit v4.0.4c'
- name: 'The Cause - Rare Curios Distributed Varla.esp'
tag: [ Invent.Add ]
clean:
- crc: 0x4A110B99
util: 'SSEEdit v4.0.4c'
- name: 'The Cause - Rare Curios Halls Patch.esp'
clean:
- crc: 0x3C844116
util: 'SSEEdit v4.0.4c'
### (QUASIPC) Qwinn's Unified Automated Self Installing Patch Compendium ###
- name: 'Qw_.*\.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/18369/' ]
- name: 'Qw_ACE_BSHeartland Patch.esp'
after: [ 'Qw_BeyondSkyrimBruma_USSEP Hotfix Patch.esp' ]
- name: 'Qw_ACE_CloaksOfSkyrim Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'kryptopyr''s Patch Hub - CCOR & Cloaks of Skyrim Patch' ]
condition: 'active("Cloaks_CCOR_Patch.esp")'
- name: 'Qw_ACE_CRF Patch.esp'
tag: [ Keywords ]
clean:
- crc: 0xE2B0065F
util: 'SSEEdit v4.0.3'
- name: 'Qw_DeadlySpellImpacts_AOS Patch.esp'
tag:
- Graphics
- Sound
- name: 'Qw_DeadlySpellImpacts_ISC Patch.esp'
tag:
- Graphics
- Sound
- name: 'Qw_Diversity_ICoWinterhold Patch.esp'
after: [ 'Qw_Diversity_CRF Patch.esp' ]
- name: 'Qw_ISC_USSEP Patch.esp'
tag: [ Sound ]
- name: 'Qw_PANNPCs_AIOverhaul Patch.esp'
msg:
- <<: *alreadyInX
subs: [ 'AI Overhaul - PAN_NPCs Patch.esp' ]
condition: 'active("AI Overhaul - PAN_NPCs Patch.esp")'
- name: 'Qw_PANNPCs_ICoWinterhold Patch.esp'
after: [ 'Qw_PANNPCs_CRF Patch.esp' ]
- name: 'Qw_TheOrdinaryWomen_ICoWinterhold Patch.esp'
after: [ 'Qw_TheOrdinaryWomen_CRF Patch.esp' ]
- name: 'Qw_WACCF_AOS Patch.esp'
tag: [ Sound ]
- name: 'Qw_WACCF_BSHeartland Patch.esp'
after: [ 'Qw_BeyondSkyrimBruma_USSEP Hotfix Patch.esp' ]
- name: 'Qw_WACCF_CRF Patch.esp'
tag: [ Stats ]
- name: 'Qw_WACCF_ISC Patch.esp'
after: [ 'Qw_ISC_USSEP Patch.esp' ]
tag: [ Sound ]
### (RSCPC) RS Children Patch Compendium ###
- name: 'RSC_USSEP_AventusFix.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13409/' ]
req: [ 'RSChildren.esp' ]
### Skyrim 3D Trees Patches ###
- name: 'S3DTrees Better Dynamic Snow Patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/36647/'
name: 'Skyrim 3D Trees Patches'
msg: [ *alreadyInOrFixedByBDSv3_0 ]
### SIC SE - Add-Ons and Patches ###
- name: 'SIC - ICH Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/54930/' ]
msg:
- <<: *alreadyInX
subs: [ 'SIC WACCF_ICH Patch.esp' ]
condition: 'active("SIC WACCF_ICH Patch.esp")'
### SkyTEST Integration Project ###
- name: 'Skytest Creature Extension.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13428/' ]
msg:
- <<: *alreadyInX
subs: [ 'SIC - Skytest Integration.esp' ]
condition: 'active("SIC - Skytest Integration.esp")'
- name: 'Skytest Immersive Creatures.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/13428/' ]
msg:
- <<: *obsolete
subs: [ '[SIC SE - Add-Ons and Patches](https://www.nexusmods.com/skyrimspecialedition/mods/54930/)' ]
condition: 'version("Skyrim Immersive Creatures Special Edition.esp", >=, "7.0.0")'
### Step Modifications - SkyrimSE Guide ###
- name: 'step patch - (
{0}|conflict resolution
{0}|cr - caco
{0}|cr - ccor
{0}|cr - tciy
{0}|cr - waccf\+caco
{0}|cr - waccf\+caco\+ccor
{0}|cr - waccf\+ccor
{0}|Fizzle constant spell absorb effect fix
{0}|lighting and weather
{0}|post processing
{0}|)\.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/31054/'
name: 'Step Modifications - SkyrimSE Guide'
- name: 'step patch - conflict resolution.esp'
group: *conResPatchLateGroup
- name: 'step patch - cr - waccf(\+caco|\+caco\+ccor|\+ccor)\.esp'
msg:
- <<: *useOnlyOneX
subs: [ 'Step WACCF Combo Patch' ]
condition: 'many("step patch - cr - waccf(\+caco|\+caco\+ccor|\+ccor)\.esp")'
### Survival Mode Patch Collection ###
- name: 'Survival Mode Patches - AMB Content Addon.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/19154/'
name: 'Survival Mode Patch Collection'
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'aMidianBorn Content Addon SE' ]
condition: 'active("amidianborn_contentaddon.esp") and version("amidianborn_contentaddon.esp", >=, "2.0")'
### Ultimate College of Winterhold: Mod & Patches ###
# Main Mod #
- name: 'UltimateCollege.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/44797/'
name: 'Ultimate College of Winterhold'
after:
- 'ImmersiveIntegrationSE15.esp'
- 'mihailbeholder.esp'
- 'mihailspectres.esp'
- 'UCOW Smash Fix.esp'
inc:
- 'CollegeModifications.esp'
- 'MagicalCollegeofWinterhold.esp'
- name: 'mihailbeholder.esp'
condition: 'active("mihailbeholder.esp") and checksum("mihailbeholder.esp", 447993FF)'
- name: 'mihailspectres.esp'
condition: 'active("mihailspectres.esp") and checksum("mihailspectres.esp", 95F0F68D)'
- 'OCW_LightingPatch_Brighter.esp'
- 'OCW_LightingPatch_Darker.esp'
msg:
- <<: *compatNotes
subs: [ 'https://www.nexusmods.com/skyrimspecialedition/articles/2761']
- <<: *patch3rdParty
subs:
- 'Cheesemod for Everyone'
- '[what777''s Cheesemod for Everyone Patches](https://www.nexusmods.com/skyrimspecialedition/mods/45824/)'
condition: 'active("yumcheese.esp") and not active("yumcheese - UCOW.esp")'
- <<: *patchIncluded
subs: [ 'Additional Hearthfire Dolls' ]
condition: 'active("AdditionalHearthfireDolls.esp") and not active("UltimateCollege_AddlHFDolls_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Aemer''s Refuge' ]
condition: 'active("LeanWolfs Aemers Refuge SE.esp") and not active("UltimateCollege_AemersRefuge_Patch.esp")'
- <<: *patchIncluded
subs: [ 'AI Overhaul SSE' ]
condition: 'active("AI Overhaul.esp") and not active("UltimateCollege_AIOv_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Amulets of Skyrim' ]
condition: 'active("SL01AmuletsSkyrim.esp") and not active("UltimateCollege_Amulets_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Animated Armoury' ]
condition: 'active("NewArmoury.esp") and not active("UltimateCollege_NewArmoury_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Apophysis Dragon Priest Masks' ]
condition: '(active("Apophysis_DPM_SE.esp") or file("textures/carn2k4/dragon priest masks/hevnoraak_hood.dds")) and not file("meshes/CWI/DisplayStatics/CWIHevnoraak.nif")'
- <<: *patchIncluded
subs: [ 'Arcanum' ]
condition: 'active("Arcanum.esp") and not active("UltimateCollege_Arcanum_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Artifacts of Skyrim' ]
condition: 'active("Artifacts.esp") and not active("UltimateCollege_Artifacts_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Artifacts - The Tournament of the Ten Bloods' ]
condition: 'active("ArtifactsOfBoethiah.esp") and not active("UltimateCollege_ArtBoethiah_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Atlas Map Markers' ]
condition: 'active("Atlas Legendary.esp") and not active("UltimateCollege_AtlasLegendary_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Atlas Map Markers SE with MCM' ]
condition: 'active("atlas map markers.esp") and not active("UltimateCollege_AtlasMapMarkersSE_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Audio Overhaul for Skyrim SE' ]
condition: 'active("Audio Overhaul Skyrim.esp") and not active("UltimateCollege_AudioOv_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Bijin Warmaidens SE' ]
condition: 'active("Bijin Warmaidens.esp") and not active("UltimateCollege_BijinWar_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Bijin All in One' ]
condition: 'active("Bijin AIO.esp") and not active("UltimateCollege_BijinAIO_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Bijin All in One 2020' ]
condition: 'active("Bijin_AIO 2018.esp") and not active("UltimateCollege_Bijin2018_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Bijin All in One 2020 SV' ]
condition: 'active("Bijin_AIO-SV 2018.esp") and not active("UltimateCollege_Bijin2018SV_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Black Mage Armor' ]
condition: 'active("Black Mage Armor SE.esp") and not active("UltimateCollege_BlackMageArmor_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Cloaks of Skyrim' ]
condition: 'active("Cloaks.esp") and not active("UltimateCollege_Cloaks_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Cutting Room Floor' ]
condition: 'active("cutting room floor.esp") and not active("UltimateCollege_CRF_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Diversity - A Character Overhaul' ]
condition: 'active("Diversity - A Character Overhaul.esp") and not active("UltimateCollege_Diversity_(CRF_VanillaHair|Patch)\.esp")'
- <<: *patchIncluded
subs: [ 'Dynamic Firewood Stacks' ]
condition: 'active("Dynamic Firewood Stacks.esp") and not active("UltimateCollege_DynFwS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX' ]
condition: 'active("EnhancedLightsandFX.esp") and not active("UltimateCollege_ELFX_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX Enhancer' ]
condition: 'active("ELFXEnhancer.esp") and not active("UltimateCollege_ELFXEnhancer_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Enhanced Lights and FX Exteriors' ]
condition: 'active("ELFX - Exteriors.esp") and not active("UltimateCollege_ELFXExt_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Immersive Weapon Integration' ]
condition: 'active("ImmersiveIntegrationSE15.esp") and not active("UltimateCollege_IWIntegration_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Jampion NPCs' ]
condition: 'active("Jampion NPCs.esp") and not active("UltimateCollege_Jampion_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Konahrik''s Accoutrements' ]
condition: 'active("konahrik_accoutrements.esp") and not active("UltimateCollege_KA_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Legacy of the Dragonborn SSE' ]
condition: 'active("LegacyoftheDragonborn.esm") and not active("UltimateCollege_LOTD_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Legacy of the Dragonborn BadGremlin''s Collection' ]
condition: 'active("BGCollectables.esp") and not active("UltimateCollege_BadGC_Patch.esp")'
- <<: *patchIncluded
subs: [ 'M''rissi''s Tails of Troubles' ]
condition: 'active("MrissiTailOfTroubles.esp") and not active("UltimateCollege_Mrissi_Patch.esp")'
- <<: *patchIncluded
subs: [ 'The Men of Winter' ]
condition: 'active("Men of Winter.esp") and not active("UltimateCollege_MenOfWinter_Patch.esp")'
- <<: *patchIncluded
subs: [ 'The Men of Winter - Modular Edition Enthir' ]
condition: 'active("MoW Enthir.esp") and not active("UltimateCollege_MoWEnthir_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Morrowloot Special Edition' ]
condition: 'active("Morrowloot.esp") and not active("UltimateCollege_Morrowloot_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Morrowloot Ultimate' ]
condition: 'active("MLU.esp") and not active("UltimateCollege_MLU_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Mystic Condenser SE' ]
condition: 'active("Mystic Condenser.esp") and not active("UltimateCollege_MysCond_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Mysticism - A Magic Overhaul' ]
condition: 'active("MysticismMagic.esp") and not active("UltimateCollege_Mysticism_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Northbourne NPCs of Winterhold' ]
condition: 'active("Northbourne NPCs of Winterhold.esp") and not active("UltimateCollege_Northbourne_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Not So Fast - Mage Guild' ]
condition: 'active("NotSoFast-MageGuild.esp") and not active("UltimateCollege_NSFMG_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Opulent Outfits AIO' ]
condition: 'active("OpulentOutfits_2017-SSE AIO.esp") and not active("UltimateCollege_OpOutfitsAIO_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Opulent Outfits Replacer' ]
condition: 'active("OpulentOutfits_2017-SSE Replacer.esp") and not active("UltimateCollege_OpOutfitsReplacer_Patch.esp")'
- <<: *patchIncluded
subs: [ 'The Ordinary Women' ]
condition: 'active("The Ordinary Women.esp") and not active("UltimateCollege_TOW_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Pandorable''s Brelyna' ]
condition: 'active("PAN_Brelyna.esp") and not active("UltimateCollege_PanBrelyna_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Pandorable''s NPCs' ]
condition: 'active("PAN_NPCs.esp") and not active("UltimateCollege_PanNPCs_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Pandorable''s NPCs - males' ]
condition: 'active("PAN_NPCs_Males.esp") and not active("UltimateCollege_PanMales_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Pandorable''s Small Replacers AIO' ]
condition: 'active("PAN_AIO_small.esp") and not active("UltimateCollege_PanAIO_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Quests are in Skyrim' ]
condition: 'active("QuestsAreInSkyrimUSSEP.esp") and not active("UltimateCollege_QiaS_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Skyrim''s Unique Treasures' ]
condition: 'active("SkyrimsUniqueTreasures.esp") and not active("UlitmateCollege_SUT_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Snazzy Furniture and Clutter Overhaul' ]
condition: 'active("Snazzy Furniture and Clutter Overhaul.esp") and not active("UltimateCollege_SFCO_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Solitude and Temple Frescoes' ]
condition: 'active("SolitudeTempleFrescoes.esp") and not active("UltimateCollege_Frescoes(19(NL)?ESL)?_Patch\.esp")'
- <<: *patchIncluded
subs: [ 'The Tools of Kagrenac' ]
condition: 'active("Tools of Kagrenac.esp") and not active("UltimateCollege_ToK_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Weapons Armor Clothing and Clutter Fixes' ]
condition: 'active("Weapons Armor Clothing & Clutter Fixes.esp") and not active("UltimateCollege_WACCF_Patch.esp")'
- <<: *patchIncluded
subs: [ 'WACCF - Armor and Clothing Extension' ]
condition: 'active("waccf_armor and clothing extension.esp") and not active("UltimateCollege_WACCFACE_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Windsong Immersive Character Overhaul' ]
condition: 'active("WICO - Immersive People.esp") and not active("UltimateCollege_WICO_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Your Choices Matter - A Dark Brotherhood Expansion' ]
condition: 'active("ww_AlternateDBEnding.esp") and not active("UltimateCollege_YCMDarkBrotherhood_Patch.esp")'
clean:
- crc: 0x249E2B24
util: 'SSEEdit v4.0.4c'
### (UVCPC) Umgak's Vokrii Compatibility Patch Compendium ###
- name: 'Vokrii - AOS Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26278/' ]
msg:
- <<: *alreadyInX
subs: [ 'Audio Overhaul for Skyrim v3.9.0+' ]
condition: 'file("Audio Overhaul Skyrim\.esp_\w+_SRD\.yaml")'
- name: 'Vokrii - WACCF Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/26278/' ]
msg:
- <<: *alreadyInX
subs: [ 'CCOR_Vokrii.esp' ]
condition: 'active("CCOR_Vokrii.esp") and active("Vokrii - WACCF Patch.esp")'
### Wintersun - More Patches ###
- name: 'Wintersun - SIC Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24228/' ]
after: [ 'SIC BetterQuestObjectives.esp' ]
### WiZkiD Patches Compendium ###
- name: 'Better Dynamic Snow - S3D Rocks patch.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/24046/'
name: 'WiZkiD Patches Compendium'
msg: [ *alreadyInOrFixedByBDSv3_0 ]
- name: 'Blowing in the Wind - ELFX Exterior patch.esp'
group: *earlyLoadersGroup
after:
- 'Blowing in the Wind - Lanterns of Skyrim Patch SSE.esp'
- 'Blowing in the Wind - Lanterns of Skyrim SE - MCM versionPatch.esp'
- 'Blowing in the Wind - SMIM Merged All Patch SSE.esp'
- name: 'Blowing in the Wind - Lanterns of Skyrim SE - MCM versionPatch.esp'
group: *earlyLoadersGroup
###### Anything new can go after this (If you're not sure where to put it) ######
- name: 'FGMoreAdventures.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/40029/' ]
dirty:
- <<: *quickClean
crc: 0xDC20C34C
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
- name: 'EdhildilsDMRAstore.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/39279/'
name: 'Edhildils Dmra Store'
dirty:
- <<: *quickClean
crc: 0x9E8F3CA5
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 17
- name: 'UnforgivingDevices - DD Patch.esp'
url:
- link: 'https://www.loverslab.com/files/file/16938-unforgiving-devices/'
name: 'Unforgiving Devices DD Patch'
after:
- 'Devious Devices - Lore Patch.esp'
- 'Devious Devices SE patch.esp'
clean:
- crc: 0xD32A2D77
util: 'SSEEdit v4.0.4'
- name: 'UnforgivingDevices - LBS Patch.esp'
url:
- link: 'https://www.loverslab.com/files/file/16938-unforgiving-devices/'
name: 'Unforgiving Devices Lauras Bondage Shop Patch'
after: [ 'UnforgivingDevices - DD Patch.esp' ]
clean:
- crc: 0x5EDE9478
util: 'SSEEdit v4.0.4'
- name: 'UnforgivingDevices - Pink Patch.esp'
url:
- link: 'https://www.loverslab.com/files/file/16938-unforgiving-devices/'
name: 'Unforgiving Devices Devious Pink Patch'
after: [ 'UnforgivingDevices - DD Patch.esp' ]
clean:
- crc: 0x907DCAE7
util: 'SSEEdit v4.0.4'
- name: 'UnforgivingDevices - Security Overhaul Patch.esp'
url:
- link: 'https://www.loverslab.com/files/file/16938-unforgiving-devices/'
name: 'Unforgiving Devices Security Overhaul Patch'
after: [ 'UnforgivingDevices - DD Patch.esp' ]
clean:
- crc: 0xB694000E
util: 'SSEEdit v4.0.4'
- name: 'UnforgivingDevices - DCL Patch.esp'
url:
- link: 'https://www.loverslab.com/files/file/16938-unforgiving-devices/'
name: 'Unforgiving Devices Devious Cursed Loot Patch'
after: [ 'UnforgivingDevices - DD Patch.esp' ]
clean:
- crc: 0x74C33D40
util: 'SSEEdit v4.0.4'
- name: 'UnforgivingDevices - CACO Patch.esp'
url:
- link: 'https://www.loverslab.com/files/file/16938-unforgiving-devices/'
name: 'Unforgiving Devices CACO Patch'
after: [ 'UnforgivingDevices - DD Patch.esp' ]
clean:
- crc: 0xC5B99C7E
util: 'SSEEdit v4.0.4'
- name: 'mpThievesNightOnTheTown.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/42069/'
name: 'Thieves'' Night On the Town -- Tnott'
after: [ 'Thieves Guild Requirements.esp' ]
tag:
- C.Locklist
- C.Owner
- Keywords
- Names
- name: 'VMUVM.esp'
url:
- link: 'https://www.nexusmods.com/skyrimspecialedition/mods/3125/'
name: 'Vastly More Unique Visage of Mzund'
msg:
- <<: *alreadyInX
subs: [ '**Requiem.esp**' ]
condition: 'active("Requiem.esp") and version("Requiem.esp", >=, "6.0.0")'
- name: 'Tonal Architect.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/51199/' ]
msg: [ *patchUnavailableRequiem ]