diff --git a/resources/report/report.html b/resources/report/report.html
index cf266daa..f976cf4d 100644
--- a/resources/report/report.html
+++ b/resources/report/report.html
@@ -21,6 +21,12 @@
+
+ - D
+
- B
+
- U
+
-
+
diff --git a/resources/report/script.js b/resources/report/script.js
index ea3fbbd5..65635aa2 100644
--- a/resources/report/script.js
+++ b/resources/report/script.js
@@ -306,6 +306,14 @@ function processURLParams() {
section.children[1].textContent = 'CRC: ' + data.plugins[i].crc;
+ if (data.plugins[i].isDummy) {
+ showElement(section.getElementsByClassName('dummyPlugin')[0]);
+ }
+
+ if (data.plugins[i].loadsBSA) {
+ showElement(section.getElementsByClassName('loadsBSA')[0]);
+ }
+
if (data.plugins[i].version) {
section.children[2].textContent = data.plugins[i].version;
} else {
diff --git a/resources/report/style.css b/resources/report/style.css
index f06092d2..25f80c4c 100644
--- a/resources/report/style.css
+++ b/resources/report/style.css
@@ -105,6 +105,7 @@ header > ol > li > ol > li {
}
nav {
height: 100%;
+ min-width: 20em;
}
nav > ol {
padding-left: 1em;
@@ -153,6 +154,37 @@ section, #settings, #about {
margin:1em;
box-shadow:0 0 3px 0px rgba(0,0,0,0.5);
padding:1em;
+ position: relative;
+}
+
+section[data-active] .buttons {
+ margin: 0;
+ padding: 0;
+ list-style-type: none;
+ position: absolute;
+ top: 0.5em;
+ right: 0.5em;
+}
+
+.dummyPlugin, .loadsBSA, .hasUserEdits {
+ height: 1.5em;
+ width: 1.5em;
+ text-align: center;
+ vertical-align: middle;
+ display: inline-block;
+ color: white;
+ font-weight: bold;
+ margin: 0.2em;
+ cursor: pointer;
+}
+.dummyPlugin {
+ background: #A9BCF5;
+}
+.loadsBSA {
+ background: green;
+}
+.hasUserEdits {
+ background: #C13C3C;
}
#settings, #about {
diff --git a/resources/report/testdata.js b/resources/report/testdata.js
index 66ef2abf..0ba6978b 100644
--- a/resources/report/testdata.js
+++ b/resources/report/testdata.js
@@ -5,443 +5,933 @@ var data = {
"date": "2014-05-10"
},
"plugins": [
- {"name": "Skyrim.esm",
- "isActive": true,
- "crc": "C665FD56"}, {"name": "Update.esm",
- "isActive": true,
- "crc": "E5B67BDA",
- "tagsAdd": ["Delev",
- "Relev"], "messages": [{"type": "warn",
- "content": "Warning: Contains 3 UDR records. Clean with TES5Edit."}]}, {"name": "Unofficial Skyrim Patch.esp",
- "isActive": false,
- "crc": "29D2C7DF",
- "version": "Version: 2.0.0a",
- "tagsAdd": ["Delev",
- "Relev"]}, {"name": "Unofficial Dawnguard Patch.esp",
- "isActive": false,
- "crc": "FF134167",
- "version": "Version: 2.0.0b",
- "tagsAdd": ["Delev",
- "Relev"], "messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "Unofficial Hearthfire Patch.esp",
- "isActive": false,
- "crc": "F913F25E",
- "version": "Version: 2.0.0",
- "messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]}, {"name": "Dragonborn.esm",
- "isActive": true,
- "crc": "A9F83BFF",
- "messages": [{"type": "warn",
- "content": "Warning: Contains 61 ITM records, 8 UDR records and 1 deleted navmeshes. Clean with TES5Edit."}]}, {"name": "Unofficial Dragonborn Patch.esp",
- "isActive": true,
- "crc": "DA46F3C8",
- "version": "Version: 2.0.0",
- "tagsAdd": ["Delev"]}, {"name": "Wyrmstooth.esp",
- "isActive": false,
- "crc": "6629BE21",
- "version": "Version: 1.10",
- "messages": [{"type": "warn",
- "content": "Warning: This plugin is incompatible with \"Dragonborn.esm\", but both are present."}]}, {"name": "EnchantingAwakened.esp",
- "isActive": false,
- "crc": "4E2FE0C1",
- "version": "Version: 1.60"}, {"name": "SPIKE.esm",
- "isActive": false,
- "crc": "418D8B2F"}, {"name": "UndergroundBathhouse.esm",
- "isActive": false,
- "crc": "2838692F"}, {"name": "Xvision Children.esm",
- "isActive": false,
- "crc": "A159E35B"}, {"name": "Cutting Room Floor.esp",
- "isActive": false,
- "crc": "1BA027FF",
- "version": "Version: 1.0.2",
- "messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Unofficial Skyrim Patch.esp\" to be active, but it is inactive."}]}, {"name": "Run For Your Lives.esp",
+ {
+ "name": "Skyrim.esm",
+ "isActive": true,
+ "crc": "C665FD56"
+ },
+ {
+ "name": "Update.esm",
+ "loadsBSA": true,
+ "isActive": true,
+ "crc": "E5B67BDA",
+ "tagsAdd": ["Delev",
+ "Relev"], "messages": [{"type": "warn",
+ "content": "Warning: Contains 3 UDR records. Clean with TES5Edit."}]
+ },
+ {
+ "name": "Unofficial Skyrim Patch.esp",
+ "loadsBSA": true,
+ "isActive": false,
+ "crc": "29D2C7DF",
+ "version": "Version: 2.0.0a",
+ "tagsAdd": ["Delev",
+ "Relev"]
+ },
+ {
+ "name": "Unofficial Dawnguard Patch.esp",
+ "isActive": false,
+ "crc": "FF134167",
+ "version": "Version: 2.0.0b",
+ "tagsAdd": ["Delev",
+ "Relev"], "messages": [{"type": "warn",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "Unofficial Hearthfire Patch.esp",
+ "isActive": false,
+ "crc": "F913F25E",
+ "version": "Version: 2.0.0",
+ "messages": [{"type": "warn",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "Dragonborn.esm",
+ "loadsBSA": true,
+ "isActive": true,
+ "crc": "A9F83BFF",
+ "messages": [{"type": "warn",
+ "content": "Warning: Contains 61 ITM records, 8 UDR records and 1 deleted navmeshes. Clean with TES5Edit."}]
+ },
+ {
+ "name": "Unofficial Dragonborn Patch.esp",
+ "loadsBSA": true,
+ "isActive": true,
+ "crc": "DA46F3C8",
+ "version": "Version: 2.0.0",
+ "tagsAdd": ["Delev"]
+ },
+ {
+ "name": "Wyrmstooth.esp",
+ "loadsBSA": true,
+ "isActive": false,
+ "crc": "6629BE21",
+ "version": "Version: 1.10",
+ "messages": [{"type": "warn",
+ "content": "Warning: This plugin is incompatible with \"Dragonborn.esm\", but both are present."}]
+ },
+ {
+ "name": "EnchantingAwakened.esp",
+ "isActive": false,
+ "crc": "4E2FE0C1",
+ "version": "Version: 1.60"
+ },
+ {
+ "name": "SPIKE.esm",
+ "isActive": false,
+ "crc": "418D8B2F"
+ },
+ {
+ "name": "UndergroundBathhouse.esm",
+ "loadsBSA": true,
+ "isActive": false,
+ "crc": "2838692F"
+ },
+ {
+ "name": "Xvision Children.esm",
+ "isActive": false,
+ "crc": "A159E35B"
+ },
+ {
+ "name": "Cutting Room Floor.esp",
+ "isActive": false,
+ "crc": "1BA027FF",
+ "version": "Version: 1.0.2",
+ "messages": [{"type": "warn",
+ "content": "Warning: This plugin requires \"Unofficial Skyrim Patch.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "Run For Your Lives.esp",
"isActive": false,
"crc": "1931B1F5",
- "version": "Version: 1.2.3"}, {"name": "WATER DB.esp",
+ "version": "Version: 1.2.3"
+ },
+ {
+ "name": "WATER DB.esp",
"isActive": false,
"crc": "1765B1A6",
- "version": "Version: 1.87"}, {"name": "MorePP.esp",
+ "version": "Version: 1.87"
+ },
+ {
+ "name": "MorePP.esp",
+ "loadsBSA": true,
"isActive": true,
- "crc": "EA659B06"}, {"name": "Follower Trap Safety.esp",
+ "crc": "EA659B06"
+ },
+ {
+ "name": "Follower Trap Safety.esp",
+ "isDummy": true,
+ "loadsBSA": true,
"isActive": false,
- "crc": "36016080"}, {"name": "STEP-part6.esp",
+ "crc": "36016080"
+ },
+ {
+ "name": "STEP-part6.esp",
+ "isDummy": true,
+ "loadsBSA": true,
"isActive": false,
- "crc": "2994FBF7"}, {"name": "AnimeticaNymph.esp",
+ "crc": "2994FBF7"
+ },
+ {
+ "name": "AnimeticaNymph.esp",
"isActive": false,
- "crc": "50263C4C"}, {"name": "AnimeticaMikuAppend.esp",
+ "crc": "50263C4C"
+ },
+ {
+ "name": "AnimeticaMikuAppend.esp",
"isActive": false,
- "crc": "89C4E907"}, {"name": "dD-No Twitching Dragon Death Animation.esp",
+ "crc": "89C4E907"
+ },
+ {
+ "name": "dD-No Twitching Dragon Death Animation.esp",
"isActive": false,
- "crc": "49CDAE6D"}, {"name": "AnimeticaTenshi.esp",
+ "crc": "49CDAE6D"
+ },
+ {
+ "name": "AnimeticaTenshi.esp",
"isActive": false,
- "crc": "44EB184D"}, {"name": "BFSEffects.esp",
+ "crc": "44EB184D"
+ },
+ {
+ "name": "BFSEffects.esp",
"isActive": false,
"crc": "543D56D4",
"version": "Version: 3.6",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "STEP-part2.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "STEP-part2.esp",
+ "isDummy": true,
+ "loadsBSA": true,
"isActive": false,
- "crc": "2994FBF7"}, {"name": "AMatterOftime.esp",
+ "crc": "2994FBF7"
+ },
+ {
+ "name": "AMatterOftime.esp",
"isActive": false,
"crc": "75025A7E",
- "version": "Version: 1.00"}, {"name": "STEP-part5.esp",
+ "version": "Version: 1.00"
+ },
+ {
+ "name": "STEP-part5.esp",
+ "isDummy": true,
+ "loadsBSA": true,
"isActive": false,
- "crc": "2994FBF7"}, {"name": "Footprints.esp",
+ "crc": "2994FBF7"
+ },
+ {
+ "name": "Footprints.esp",
"isActive": false,
- "crc": "BFAF15E8"}, {"name": "Book Covers Dragonborn.esp",
+ "crc": "BFAF15E8"
+ },
+ {
+ "name": "Book Covers Dragonborn.esp",
"isActive": false,
- "crc": "65CBDF50"}, {"name": "dD - Enhanced Blood Main.esp",
+ "crc": "65CBDF50"
+ },
+ {
+ "name": "dD - Enhanced Blood Main.esp",
"isActive": false,
"crc": "7AFD4E3E",
"messages": [{"type": "say",
- "content": "Note: Requires: Dragonborn Compatibility_Patch."}]}, {"name": "dD - Realistic Ragdoll Force - Reduced.esp",
+ "content": "Note: Requires: Dragonborn Compatibility_Patch."}]
+ },
+ {
+ "name": "dD - Realistic Ragdoll Force - Reduced.esp",
"isActive": false,
"crc": "AFCAAEAB",
"messages": [{"type": "say",
- "content": "Note: Ragdolls will conflict with other mods that change the skeleton.nif. Check Custom Skeleton Replacers for compatibly with other skeleton.nif."}]}, {"name": "Dynamic TimeScale.esp",
+ "content": "Note: Ragdolls will conflict with other mods that change the skeleton.nif. Check Custom Skeleton Replacers for compatibly with other skeleton.nif."}]
+ },
+ {
+ "name": "Dynamic TimeScale.esp",
"isActive": false,
"crc": "B518ED06",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "Brawl Bugs CE.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "Brawl Bugs CE.esp",
+ "isDummy": true,
+ "loadsBSA": true,
"isActive": false,
- "crc": "D284ACF"}, {"name": "AnimeticaIkaros.esp",
+ "crc": "D284ACF"
+ },
+ {
+ "name": "AnimeticaIkaros.esp",
"isActive": false,
- "crc": "45DB135A"}, {"name": "Dragons no LODs.esp",
+ "crc": "45DB135A"
+ },
+ {
+ "name": "Dragons no LODs.esp",
"isActive": false,
"crc": "7F627C16",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "AnimeticaFate.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "AnimeticaFate.esp",
"isActive": false,
- "crc": "FC012D4E"}, {"name": "EK_RingLimiter.esp",
+ "crc": "FC012D4E"
+ },
+ {
+ "name": "EK_RingLimiter.esp",
"isActive": false,
- "crc": "4E44A8B5"}, {"name": "Auto Unequip Ammo.esp",
+ "crc": "4E44A8B5"
+ },
+ {
+ "name": "Auto Unequip Ammo.esp",
"isActive": false,
- "crc": "4B399546"}, {"name": "RaceMenu.esp",
+ "crc": "4B399546"
+ },
+ {
+ "name": "RaceMenu.esp",
"isActive": false,
- "crc": "2765B7D0"}, {"name": "dD-Dragonborn-Dawnguard-EBT Patch.esp",
+ "crc": "2765B7D0"
+ },
+ {
+ "name": "dD-Dragonborn-Dawnguard-EBT Patch.esp",
"isActive": false,
"crc": "FE5C3763",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"dD - Enhanced Blood Main.esp\" to be active, but it is inactive."}]}, {"name": "AnimeticaAstrea.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"dD - Enhanced Blood Main.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "AnimeticaAstrea.esp",
"isActive": false,
- "crc": "26772B36"}, {"name": "foobar.esp",
- "isActive": false}, {"name": "AnimeticaHaruhi.esp",
+ "crc": "26772B36"
+ },
+ {
+ "name": "foobar.esp",
+ "isDummy": true,
+ "loadsBSA": true,
+ "isActive": false
+ },
+ {
+ "name": "AnimeticaHaruhi.esp",
"isActive": false,
- "crc": "70D4E89A"}, {"name": "EpisodeParallax.esp",
+ "crc": "70D4E89A"
+ },
+ {
+ "name": "EpisodeParallax.esp",
"isActive": false,
- "crc": "A5B27576"}, {"name": "fFastTravelSpeedMult_4.esp",
+ "crc": "A5B27576"
+ },
+ {
+ "name": "fFastTravelSpeedMult_4.esp",
"isActive": false,
"crc": "CC1A0B4E",
- "version": "Version: 1.0"}, {"name": "BarenziahQuestMarkers_Droppable.esp",
+ "version": "Version: 1.0"
+ },
+ {
+ "name": "BarenziahQuestMarkers_Droppable.esp",
"isActive": false,
- "crc": "39EA9697"}, {"name": "dD-No Spinning Death Animation.esp",
+ "crc": "39EA9697"
+ },
+ {
+ "name": "dD-No Spinning Death Animation.esp",
"isActive": false,
- "crc": "94E02E5A"}, {"name": "Guard Dialogue Overhaul.esp",
+ "crc": "94E02E5A"
+ },
+ {
+ "name": "Guard Dialogue Overhaul.esp",
"isActive": false,
"crc": "BD421FB8",
"messages": [{"type": "say",
- "content": "Note: Do not clean. \"Dirty\" edits are intentional and required for the mod to function."}, {"type": "warn",
- "content": "Warning: This plugin requires \"SPIKE.esm\" to be active, but it is inactive."}]}, {"name": "kuerteeSimpleMultipleFollowers.esp",
+ "content": "Note: Do not clean. \"Dirty\" edits are intentional and required for the mod to function."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"SPIKE.esm\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "kuerteeSimpleMultipleFollowers.esp",
"isActive": false,
- "crc": "5C99F173"}, {"name": "HearthfireMoveKidsfix.esp",
+ "crc": "5C99F173"
+ },
+ {
+ "name": "HearthfireMoveKidsfix.esp",
"isActive": false,
"crc": "BA0EB4C5",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]}, {"name": "iHUD.esp",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "iHUD.esp",
"isActive": false,
- "crc": "6633B25E"}, {"name": "imp_helm.esp",
+ "crc": "6633B25E"
+ },
+ {
+ "name": "imp_helm.esp",
"isActive": false,
"crc": "5604D208",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "LFox Alchemists Have Ingredients Light.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "LFox Alchemists Have Ingredients Light.esp",
"isActive": false,
"crc": "74F94A53",
"tagsAdd": ["Relev"], "messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "Lightweight Potions and Poisons.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "Lightweight Potions and Poisons.esp",
"isActive": false,
"crc": "276314FF",
- "version": "Version: 0.1."}, {"name": "No Empty Tag on Containers.esp",
+ "version": "Version: 0.1."
+ },
+ {
+ "name": "No Empty Tag on Containers.esp",
"isActive": false,
- "crc": "77E800E"}, {"name": "Footprints - Ash.esp",
+ "crc": "77E800E"
+ },
+ {
+ "name": "Footprints - Ash.esp",
"isActive": false,
"crc": "D3E16A61",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Footprints.esp\" to be active, but it is inactive."}]}, {"name": "STEP-part3.esp",
+ "content": "Warning: This plugin requires \"Footprints.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "STEP-part3.esp",
+ "isDummy": true,
+ "loadsBSA": true,
"isActive": false,
- "crc": "2994FBF7"}, {"name": "MoreRainWindy66percentLessView.esp",
+ "crc": "2994FBF7"
+ },
+ {
+ "name": "MoreRainWindy66percentLessView.esp",
"isActive": false,
- "crc": "50B2CC8F"}, {"name": "Piratelords Loot Adjustments.esp",
+ "crc": "50B2CC8F"
+ },
+ {
+ "name": "Piratelords Loot Adjustments.esp",
"isActive": false,
"crc": "66D0C4C7",
"tagsAdd": ["Delev",
"Relev"], "messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]}, {"name": "Book Covers Dawnguard.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "Book Covers Dawnguard.esp",
"isActive": false,
"crc": "819C137E",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "Book Covers Skyrim.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "Book Covers Skyrim.esp",
"isActive": false,
- "crc": "4075148A"}, {"name": "Ars Metallica.esp",
+ "crc": "4075148A"
+ },
+ {
+ "name": "Ars Metallica.esp",
"isActive": false,
"crc": "8D03ECC0",
- "version": "Version: 1.2.1"}, {"name": "Ars Metallica - Dawnguard.esp",
+ "version": "Version: 1.2.1"
+ },
+ {
+ "name": "Ars Metallica - Dawnguard.esp",
"isActive": false,
"crc": "FE8960A3",
"version": "Version: 1.2.1",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Ars Metallica.esp\" to be active, but it is inactive."}]}, {"name": "Ars Metallica - Hearthfire.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Ars Metallica.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "Ars Metallica - Hearthfire.esp",
"isActive": false,
"crc": "18A5C66B",
"version": "Version: 1.2.1",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Ars Metallica.esp\" to be active, but it is inactive."}]}, {"name": "Book Covers Hearthfire.esp",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Ars Metallica.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "Book Covers Hearthfire.esp",
"isActive": false,
"crc": "D306DE27",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Book Covers Skyrim.esp\" to be active, but it is inactive."}]}, {"name": "Moss Rocks.esp",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Book Covers Skyrim.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "Moss Rocks.esp",
"isActive": false,
- "crc": "D7FF66AC"}, {"name": "moveitLWT.esp",
+ "crc": "D7FF66AC"
+ },
+ {
+ "name": "moveitLWT.esp",
"isActive": false,
- "crc": "1CBC50DC"}, {"name": "PersonalizedMusic_v4.0.esp",
+ "crc": "1CBC50DC"
+ },
+ {
+ "name": "PersonalizedMusic_v4.0.esp",
"isActive": false,
- "crc": "74D7D28B"}, {"name": "NoPsychicLockKnowledge.esp",
+ "crc": "74D7D28B"
+ },
+ {
+ "name": "NoPsychicLockKnowledge.esp",
"isActive": false,
- "crc": "336B524B"}, {"name": "Radiant and Unique Potions Poisons and Booze.esp",
+ "crc": "336B524B"
+ },
+ {
+ "name": "Radiant and Unique Potions Poisons and Booze.esp",
"isActive": false,
- "crc": "EA004B82"}, {"name": "Reduced Distance NPC Greetings.esp",
+ "crc": "EA004B82"
+ },
+ {
+ "name": "Reduced Distance NPC Greetings.esp",
"isActive": false,
"crc": "24658104",
- "version": "Version: 50"}, {"name": "SkyUI.esp",
+ "version": "Version: 50"
+ },
+ {
+ "name": "SkyUI.esp",
+ "loadsBSA": true,
"isActive": true,
"crc": "9330CAF7",
- "version": "Version: 4.1"}, {"name": "AnimeticaKobato.esp",
+ "version": "Version: 4.1"
+ },
+ {
+ "name": "AnimeticaKobato.esp",
"isActive": false,
- "crc": "3B0B19DD"}, {"name": "Smithing Flexible Tree.esp",
+ "crc": "3B0B19DD"
+ },
+ {
+ "name": "Smithing Flexible Tree.esp",
"isActive": false,
"crc": "965889B3",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "SoS - The Wilds.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "SoS - The Wilds.esp",
"isActive": false,
"crc": "49F5E301",
"version": "Version: 1.13",
"messages": [{"type": "say",
- "content": "Note: Do not use the Crash Fix ESP for this mod. It is flagged as a master and is only meant as a last resort for fixing crashes."}]}, {"name": "SkyFalls Plus SkyMills - All DLC.esp",
+ "content": "Note: Do not use the Crash Fix ESP for this mod. It is flagged as a master and is only meant as a last resort for fixing crashes."}]
+ },
+ {
+ "name": "SkyFalls Plus SkyMills - All DLC.esp",
"isActive": false,
"crc": "4040AFD0",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "SFO - Dragonborn.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "SFO - Dragonborn.esp",
"isActive": false,
- "crc": "C9DB0844"}, {"name": "Distant DetailHF.esp",
+ "crc": "C9DB0844"
+ },
+ {
+ "name": "Distant DetailHF.esp",
"isActive": false,
"crc": "29C8DF7B",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]}, {"name": "Bring Out Your Dead.esp",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "Bring Out Your Dead.esp",
"isActive": false,
"crc": "3ABC3315",
"version": "Version: 1.2.2",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Unofficial Skyrim Patch.esp\" to be active, but it is inactive."}]}, {"name": "Xvision Children - Complete.esp",
+ "content": "Warning: This plugin requires \"Unofficial Skyrim Patch.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "Xvision Children - Complete.esp",
"isActive": false,
"crc": "4A786D54",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Xvision Children.esm\" to be active, but it is inactive."}]}, {"name": "Xvision Children - USKP.esp",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Xvision Children.esm\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "Xvision Children - USKP.esp",
"isActive": false,
"crc": "A4ACB325",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"unofficial skyrim patch.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Xvision Children.esm\" to be active, but it is inactive."}]}, {"name": "ExpandedSnowSystems.esp",
+ "content": "Warning: This plugin requires \"unofficial skyrim patch.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Xvision Children.esm\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "ExpandedSnowSystems.esp",
"isActive": false,
"crc": "739AC421",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "SoS - The Dungeons.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "SoS - The Dungeons.esp",
"isActive": false,
"crc": "79377267",
"version": "Version: 1.23",
"messages": [{"type": "say",
- "content": "Note: Do not use the Crash Fix ESP for this mod. It is flagged as a master and is only meant as a last resort for fixing crashes."}]}, {"name": "Oblivion Gates v3 - Skyrim + Dawnguard DLC.esp",
+ "content": "Note: Do not use the Crash Fix ESP for this mod. It is flagged as a master and is only meant as a last resort for fixing crashes."}]
+ },
+ {
+ "name": "Oblivion Gates v3 - Skyrim + Dawnguard DLC.esp",
"isActive": false,
"crc": "C56B1AEE",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "BirdsHFclean.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "BirdsHFclean.esp",
"isActive": false,
"crc": "5CA1AC97",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]}, {"name": "EMCompViljaSkyrim.esp",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "EMCompViljaSkyrim.esp",
"isActive": false,
- "crc": "A2A7E570"}, {"name": "EMViljaInSolstheimAddOn.esp",
+ "crc": "A2A7E570"
+ },
+ {
+ "name": "EMViljaInSolstheimAddOn.esp",
"isActive": false,
"crc": "FA24307A",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"EMCompViljaSkyrim.esp\" to be active, but it is inactive."}]}, {"name": "A Thane-Worthy Breezehome.esp",
+ "content": "Warning: This plugin requires \"EMCompViljaSkyrim.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "A Thane-Worthy Breezehome.esp",
"isActive": false,
"crc": "28A7A956",
"messages": [{"type": "warn",
- "content": "Warning: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with TES5Edit is located here."}, {"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]}, {"name": "NoxUE2.00.esp",
+ "content": "Warning: This file contains 1 deleted NavMesh record(s) that TES5Edit cannot repair automatically and it may cause problems with your game. NavMesh deletions should be reported to the mod author. A guide to repairing NavMesh deletions with TES5Edit is located here."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "NoxUE2.00.esp",
"isActive": false,
"crc": "D62F798B",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "AnimeticaSena.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "AnimeticaSena.esp",
"isActive": false,
- "crc": "5837DA98"}, {"name": "Soul Gems Differ - E.esp",
+ "crc": "5837DA98"
+ },
+ {
+ "name": "Soul Gems Differ - E.esp",
"isActive": false,
- "crc": "D85F580A"}, {"name": "AetherSuite.esp",
+ "crc": "D85F580A"
+ },
+ {
+ "name": "AetherSuite.esp",
"isActive": false,
- "crc": "F9553087"}, {"name": "SplashofRain.esp",
+ "crc": "F9553087"
+ },
+ {
+ "name": "SplashofRain.esp",
"isActive": false,
"crc": "363772B6",
- "version": "Version: 1.04"}, {"name": "Unique Grasses.esp",
+ "version": "Version: 1.04"
+ },
+ {
+ "name": "Unique Grasses.esp",
"isActive": false,
- "crc": "24202A6D"}, {"name": "SPTDiverseMuscleTones.esp",
+ "crc": "24202A6D"
+ },
+ {
+ "name": "SPTDiverseMuscleTones.esp",
"isActive": false,
"crc": "2D5C68FE",
- "version": "Version: 5.1"}, {"name": "SPTDiverseMuscleTonesViljaPatch.esp",
+ "version": "Version: 5.1"
+ },
+ {
+ "name": "SPTDiverseMuscleTonesViljaPatch.esp",
"isActive": false,
"crc": "117758E3",
"version": "Version: 5.0",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"EMCompViljaSkyrim.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]}, {"name": "SPTDiverseMuscleTonesDawnguardDragonborn.esp",
+ "content": "Warning: This plugin requires \"EMCompViljaSkyrim.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "SPTDiverseMuscleTonesDawnguardDragonborn.esp",
"isActive": false,
"crc": "F4927D22",
"version": "Version: 5.0",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]}, {"name": "SPTDiverseMuscleTonesNPCs.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "SPTDiverseMuscleTonesNPCs.esp",
"isActive": false,
"crc": "554F1CAB",
"version": "Version: 5.0",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Unofficial Skyrim Patch.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Cutting Room Floor.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Bring Out Your Dead.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]}, {"name": "SPTDiverseGuardsSkyrim.esp",
+ "content": "Warning: This plugin requires \"Unofficial Skyrim Patch.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Cutting Room Floor.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Bring Out Your Dead.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "SPTDiverseGuardsSkyrim.esp",
"isActive": false,
"crc": "682A3893",
"version": "Version: 4.6",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]}, {"name": "SPTConsistentOlderPeople.esp",
+ "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "SPTConsistentOlderPeople.esp",
"isActive": false,
"crc": "CAF3C1BE",
"version": "Version: 1.8",
"messages": [{"type": "say",
- "content": "Note: If this is not newer than v1.3, update to the latest version."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Cutting Room Floor.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Bring Out Your Dead.esp\" to be active, but it is inactive."}]}, {"name": "EnchantingAwakenedAWEPatch.esp",
+ "content": "Note: If this is not newer than v1.3, update to the latest version."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Cutting Room Floor.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Bring Out Your Dead.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "EnchantingAwakenedAWEPatch.esp",
"isActive": false,
"crc": "DDDCC598",
"version": "Version: 1.50",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Animated Weapon Enchants.esp\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"EnchantingAwakened.esp\" to be active, but it is inactive."}]}, {"name": "AnimeticaMiko.esp",
+ "content": "Warning: This plugin requires \"Animated Weapon Enchants.esp\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"EnchantingAwakened.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "AnimeticaMiko.esp",
"isActive": false,
- "crc": "1538B6B7"}, {"name": "Better Dynamic Snow.esp",
+ "crc": "1538B6B7"
+ },
+ {
+ "name": "Better Dynamic Snow.esp",
"isActive": false,
- "crc": "F3204EF1"}, {"name": "StaticMeshImprovementMod.esp",
+ "crc": "F3204EF1"
+ },
+ {
+ "name": "StaticMeshImprovementMod.esp",
"isActive": false,
- "crc": "EC37D3CE"}, {"name": "Ars Metallica - Dragonborn.esp",
+ "crc": "EC37D3CE"
+ },
+ {
+ "name": "Ars Metallica - Dragonborn.esp",
"isActive": false,
"crc": "1091DB21",
"version": "Version: 1.2.1",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Ars Metallica.esp\" to be active, but it is inactive."}]}, {"name": "SPTDiverseMuscleTonesPlayer.esp",
+ "content": "Warning: This plugin requires \"Ars Metallica.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "SPTDiverseMuscleTonesPlayer.esp",
"isActive": false,
"crc": "5EA9E4D7",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]}, {"name": "STEP-part1.esp",
+ "content": "Warning: This plugin requires \"SPTDiverseMuscleTones.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "STEP-part1.esp",
+ "isDummy": true,
+ "loadsBSA": true,
"isActive": false,
- "crc": "2994FBF7"}, {"name": "STEP-part4.esp",
+ "crc": "2994FBF7"
+ },
+ {
+ "name": "STEP-part4.esp",
+ "isDummy": true,
+ "loadsBSA": true,
"isActive": false,
- "crc": "2994FBF7"}, {"name": "fs_swordandshield.esp",
+ "crc": "2994FBF7"
+ },
+ {
+ "name": "fs_swordandshield.esp",
+ "loadsBSA": true,
"isActive": false,
"crc": "8D438E3",
"messages": [{"type": "warn",
- "content": "Warning: This plugin is incompatible with \"MorePP.esp\", but both are present."}]}, {"name": "SwiftPotion.esp",
+ "content": "Warning: This plugin is incompatible with \"MorePP.esp\", but both are present."}]
+ },
+ {
+ "name": "SwiftPotion.esp",
"isActive": false,
- "crc": "E08D9F45"}, {"name": "TheChoiceIsYours.esp",
+ "crc": "E08D9F45"
+ },
+ {
+ "name": "TheChoiceIsYours.esp",
"isActive": false,
- "crc": "58BC5ABB"}, {"name": "Point The Way.esp",
+ "crc": "58BC5ABB"
+ },
+ {
+ "name": "Point The Way.esp",
"isActive": false,
"crc": "F372CBC2",
- "version": "Version: 1.0.2"}, {"name": "SkyrimImprovedPuddles-DG-HF-DB.esp",
+ "version": "Version: 1.0.2"
+ },
+ {
+ "name": "SkyrimImprovedPuddles-DG-HF-DB.esp",
"isActive": false,
"crc": "D0427B6",
"version": "Version: 1.1",
"messages": [{"type": "say",
- "content": "Note: Use only one SkyrimImprovedPuddles esp."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]}, {"name": "The Paarthurnax Dilemma.esp",
+ "content": "Note: Use only one SkyrimImprovedPuddles esp."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "The Paarthurnax Dilemma.esp",
"isActive": false,
"crc": "9E446FBD",
- "version": "Version: 1.2.5"}, {"name": "TheTownIsSafe.esp",
+ "version": "Version: 1.2.5"
+ },
+ {
+ "name": "TheTownIsSafe.esp",
"isActive": false,
"crc": "B5AAAF6B",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin is incompatible with \"When Vampires Attack.esp\", but both are present."}]}, {"name": "TradeBarter.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin is incompatible with \"When Vampires Attack.esp\", but both are present."}]
+ },
+ {
+ "name": "TradeBarter.esp",
"isActive": false,
"crc": "AC24F58B",
"tagsAdd": ["Delev",
"Relev"], "messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]}, {"name": "Tamriel Compendium - Skill Books.esp",
+ "content": "Warning: This plugin requires \"HearthFires.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "Tamriel Compendium - Skill Books.esp",
"isActive": false,
"crc": "1F348D90",
"version": "Version: 1.1",
- "tagsAdd": ["Relev"]}, {"name": "WATER.esp",
+ "tagsAdd": ["Relev"]
+ },
+ {
+ "name": "WATER.esp",
"isActive": false,
"crc": "AFE4A968",
- "version": "Version: 1.87"}, {"name": "WetandCold.esp",
+ "version": "Version: 1.87"
+ },
+ {
+ "name": "WetandCold.esp",
"isActive": false,
"crc": "E034A81F",
- "version": "Version: 1.321"}, {"name": "WetandCold - Ashes.esp",
+ "version": "Version: 1.321"
+ },
+ {
+ "name": "WetandCold - Ashes.esp",
"isActive": false,
"crc": "8C003085",
"version": "Version: 1.06",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"WetandCold.esp\" to be active, but it is inactive."}]}, {"name": "When Vampires Attack.esp",
+ "content": "Warning: This plugin requires \"WetandCold.esp\" to be active, but it is inactive."}]
+ },
+ {
+ "name": "When Vampires Attack.esp",
"isActive": false,
"crc": "4743D674",
"version": "Version: 1.1",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin is incompatible with \"TheTownIsSafe.esp\", but both are present."}]}, {"name": "whiteruntrees.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin is incompatible with \"TheTownIsSafe.esp\", but both are present."}]
+ },
+ {
+ "name": "whiteruntrees.esp",
"isActive": false,
- "crc": "6265C55E"}, {"name": "Map Markers Complete.esp",
+ "crc": "6265C55E"
+ },
+ {
+ "name": "Map Markers Complete.esp",
"isActive": false,
- "crc": "D48714FB"}, {"name": "Oblivion Gates in Cities.esp",
+ "crc": "D48714FB"
+ },
+ {
+ "name": "Oblivion Gates in Cities.esp",
"isActive": false,
"crc": "E7D68506",
- "version": "Version: 1.0"}, {"name": "Gildergreen Regrown.esp",
+ "version": "Version: 1.0"
+ },
+ {
+ "name": "Gildergreen Regrown.esp",
"isActive": false,
"crc": "7AFAAD00",
- "version": "Version: 1.2.5"}, {"name": "TheChoiceIsYours_Dawnguard.esp",
+ "version": "Version: 1.2.5"
+ },
+ {
+ "name": "TheChoiceIsYours_Dawnguard.esp",
"isActive": false,
"crc": "8BD6B852",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]}, {"name": "SPTKatlaSailReangle.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "SPTKatlaSailReangle.esp",
"isActive": false,
- "crc": "10511ED2"}, {"name": "Warburg's 3D Paper World Map - Texture 1.esp",
+ "crc": "10511ED2"
+ },
+ {
+ "name": "Warburg's 3D Paper World Map - Texture 1.esp",
"isActive": false,
"crc": "26ADE83C",
"messages": [{"type": "say",
- "content": "Note: In case of persistent zoom-in issues, consider creating and using a Userlist to load the map lower, below any dynamic plugin(s)."}]}, {"name": "Bashed Patch, 0.esp",
+ "content": "Note: In case of persistent zoom-in issues, consider creating and using a Userlist to load the map lower, below any dynamic plugin(s)."}]
+ },
+ {
+ "name": "Bashed Patch, 0.esp",
"isActive": false,
"crc": "C2306BE5",
"version": "Version: 2013-12-13 13:55:02",
"messages": [{"type": "warn",
- "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."}, {"type": "warn",
- "content": "Warning: This plugin requires \"TradeBarter.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Ars Metallica.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"Piratelords Loot Adjustments.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"SPTConsistentOlderPeople.esp\" to be active, but it is inactive."}, {"type": "warn",
- "content": "Warning: This plugin requires \"SPTDiverseMuscleTonesFemaleVariety.esp\" to be installed, but it is missing."}]}, {"name": "warburg's 3d paper world map - dawnguard.esp",
+ "content": "Warning: This plugin requires \"Dawnguard.esm\" to be installed, but it is missing."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"TradeBarter.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Ars Metallica.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"Piratelords Loot Adjustments.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"SPTConsistentOlderPeople.esp\" to be active, but it is inactive."
+ },
+ {
+ "type": "warn",
+ "content": "Warning: This plugin requires \"SPTDiverseMuscleTonesFemaleVariety.esp\" to be installed, but it is missing."}]
+ },
+ {
+ "name": "warburg's 3d paper world map - dawnguard.esp",
"isActive": false,
"crc": "53E8693D",
"messages": [{"type": "warn",