
INSTALL
- New-Save - Always Best
- Mid-Save - Should be fine. NOTE: May need to remove container stock and put right back in for system awareness purposes. Maybe not though
- NOPE. If you save with it, use it to the end
REQUIREMENTS
BUGFIXES (Recommended):
- Unofficial Skyrim Special Edition Patch.esp (not embedded as a required master-file)
- USSEP tags many appropriate keywords to objects the base-game missed or tagged inappropriately
- The system uses these keywords as a means for varying sort functions
- If one plans to NOT use USSEP, expect many objects sorting to unintended destinations or some won't sort at all
- powerofthree's Papyrus Extender (plus its prerequisites)
- Version 5.8+ Uploaded On: 04 Aug 2024, 6:34AM
- Version 5.8+ Uploaded On: 04 Aug 2024, 6:34AM
COMMONALITIES BOTH SYSTEMS SHARE
CONTAINER PROMPT NAME CHANGES: to help users discern which containers are system involved (plus their system(s)) from those which are not
- Containers involved with no systems will preserve their original prompt names i.e "Cold Storage Left"
- Auto-Loot - Containers in the Auto-Loot system will have (AL) added to original prompt name i.e "Cold Storage Left (AL)"
- Auto-Sort - Containers in the Auto-Sort system will have (AS) added to original prompt name i.e "Cold Storage Left (AS)"
- Auto-Loot/Auto-Sort (combined) - Containers in both systems will have (ALS) added to original prompt name i.e "Cold Storage Left (ALS)"
UNIQUE ITEM DISPLAYS:
- Auto Systems will remain unassociated to the Unique Item Displays in the home. This stated is more relevant for Auto-Sort Storage
- THERE ARE A FEW LISTED REASONS BEHIND THIS:
- All Display Scripts will likely need to be refactored (lot of work considering properties) which will also likely mean "A brand new save is required AGAIN :-("
- It's a small home and feels more rewarding/intentional to place hard earned special items to their displays rather then auto-pilot doing everything for you
- To much of anything takes away. For a small home, the convenience of auto everything would do just that
DOCUMENTATION INSTALLED WITH THIS OPTION
- Doc\Eli_Breezehome [ADDON - Auto Systems (Auto-Loot Crafting)].txt
- Doc\Eli_Breezehome [ADDON - Auto Systems (Auto-Sort Storage)].txt

LIMITATIONS
PAPYRUS RESOURCES STRESS AND STRAIN
- The more content stored in xContainers rigged to said station, the more on papyrus to populate all that content into Player inventory for station purposes
- That is just easy math and speaks for itself. The more of anything usually means the more on something else. In this case, populating object lists
- That is just easy math and speaks for itself. The more of anything usually means the more on something else. In this case, populating object lists
THE 65,535 ITEM AMOUNT COUNT LOOTING LIMITATION
- The system cannot handle Looting any one item object whose quantity exceeds 65534
- For example; 60000 stored Leather collected over lengthily gameplay loots to Player Inventory and Home Container FINE
- 66000 stored Leather collected over lengthily gameplay loots to Player Inventory but NOT return to the Home Container upon station animation event exit
- 66000 exceeds the max allowed looting item amount 65534
- 66000 exceeds the max allowed looting item amount 65534
- In a nut shell; any one item whose quantity is over 65534, the Auto-Loot Crafting System can't manage. Here is another very interesting read on 65,535
OBJECTS LOOTED MATCHING OBJECTS TO WHAT THE PLAYER HAS CURRENTLY EQUIPPED
- There is a lacked function (more of a parameter) that prevents items currently worn by Player from being stripped when Loot returns to home containers
- This is why many Auto-loot systems do not include containers with Armor, Jewelry and Weapons (stuff the Player can equip)
- This system includes these container types and although the needed parameter is lacked (due to its non-existence), we circumvent this issue with a twist
- THE TWIST:
- If any objects loot to Player from the home containers which include same objects the Player is wearing when entering the station, they will not return
- Example:
- Player enters the Arcane Enchanter while having Iron Armor, Iron Boots, Iron Helmet, Iron Gauntlets and Iron Axe equipped
- The Armor chest loots its stock to Player and just so happens to include 4 Iron Armors, 4 Iron Boots, 4 Iron Helmets, 4 Iron Gauntlets
- The Weapons Barrel loots its stock to the Player and just so happens to include 4 Iron Axes
- Player exits the station keeping those items (5 of each total). They match to what the Player was wearing before entering station so they all remain
- Including containers which stock equipable items, until a parameter is available; this is the price to pay to not get equipped gear stripped off Player, for now
A TRUE STORY BUT EXTREMELY RARE TO EVER OCCUR
- The Auto-Loot Crafting System works by keywords affiliated with crafting. Each Workstation possesses its unique crafting keyword and the Auto-Loot Crafting Perk Intercepts them to function limited ONLY to within Breezehome (conditioned to work nowhere else in the game)..
- I dropped a weapon on floor (in another home this system was rigged to). Upon picking it up from the ground every-time; I was prompted: "Do you wish to Auto-Loot".... Confused until I looked into the weapon. It had one of the same crafting keywords attached to its BaseID that the system intercepts one of the stations owns. Upon that discovery; I looked into most other weapons and none possessed the Keywords the stations possess that the system looks out for to function.
- Lucky me picked the needle in a haystack of an item to drop which brought to light this realization...
- Writing this to add some clarity to reason behind the matter if ever such a rare instance happens to a lucky you; this would be why
TURNING THE SYSTEM ON/OFF
- The Property Certificate you need to locate is in the Master bedroom "Safe" > Grab it and learn it's provided spell
- Once you have learned the Spell, you will have a new power in your magic inventory called Breezehome: Property Ownership Seal
- Cast the power and the option to turn the Auto-loot system ON/OFF is in there
HOW THE SYSTEM IS SETUP
- This information is also provided and installed with this option Doc/Eli_Breezehome [ADDON - Auto Systems (Auto-Loot Crafting)].txt
THE AUTOLOOT CONTAINER/STATION SETUP SCHEMATIC
LEGEND:
- I. SKILL TYPE(S)
- II. STATION NAME(S)
- III. KEYWORD(S) CHECKED FOR PER STATION KIND
- IV. CONTAINER(S) LOOTED TO THAT STATION(S)
- "NAME" (PLAYER PROMPT CONTAINER NAME)
SETUP 01:
- I. Alchemy
- II. Alchemy Table
- III. WICraftingAlchemy [KYWD:0004F6E6]
- IV. EBO_CONT_AlchemySatchel "Apothecary's Satchel" [CONT:xx003840]
- IV. EBO_CONT_BoozeBasket "Drinks Basket" [CONT:xx04340F]
- IV. EBO_CONT_ColdStorage "Cold Storage Left" [CONT:xx0B30F4]
- IV. EBO_CONT_ColdStorage "Cold Storage Right" [CONT:xx005A52]
- IV. EBO_CONT_FoodStorage "Food Stores" [CONT:xx00091B]
- IV. EBO_CONT_IngredientsBasket1 "Ingredients Basket" [CONT:xx099BC1]
- IV. EBO_CONT_IngredientsBasket2 "Ingredients Basket" [CONT:xx099BC3]
SETUP 02:
- I. Cooking (but provides skill type Alchemy)
- II. Oven
- II. Cooking Pot
- III. BYOHCraftingOven [KYWD:030117F7], isCookingSpit [KYWD:00068ADA], isCraftingOven [KYWD:03002840] and isSmallCookingPot [KYWD:001010B2]
- IV. EBO_CONT_AlchemySatchel "Apothecary's Satchel" [CONT:xx003840]
- IV. EBO_CONT_BoozeBasket "Drinks Basket" [CONT:xx04340F]
- IV. EBO_CONT_ColdStorage "Cold Storage Left" [CONT:xx0B30F4]
- IV. EBO_CONT_ColdStorage "Cold Storage Right" [CONT:xx005A52]
- IV. EBO_CONT_FoodStorage "Food Stores" [CONT:xx00091B]
- IV. EBO_CONT_IngredientsBasket1 "Ingredients Basket" [CONT:xx099BC1]
- IV. EBO_CONT_IngredientsBasket2 "Ingredients Basket" [CONT:xx099BC3]
SETUP 03:SETUP 04:
- I. Enchanting
- II. Arcane Enchanter
- II. Staff Enchanter
- III. WICraftingEnchanting [KYWD:0004F6DD]
- IV. EBO_CONT_ArmourChest "Armour Chest" [CONT:xx0763F0]
- IV. EBO_CONT_ArmourFootwear "Footwear" [CONT:xx000928]
- IV. EBO_CONT_HeartStoneStorage "Heart Stone Storage" [CONT:xx000925]
- IV. EBO_CONT_NobleDresser "Dresser" [CONT:xx06BED4]
- IV. EBO_CONT_Safe "Valuables" [CONT:xx013842]
- IV. EBO_CONT_Shards "Soul Gem Shards" [CONT:xx039081]
- IV. EBO_CONT_Soulgems "Soul Gems" [CONT:xx002CBB]
- IV. EBO_CONT_StaffMatChest "Staff Crafting Materials" [CONT:xx04D62B]
- IV. EBO_CONT_StaffStorage "Staves" [CONT:xx000919]
- IV. EBO_CONT_WeaponStorage "Weapons" [CONT:xx000917]
- I. Smithing
- II. Smelter
- III. CraftingSmelter [KYWD:000A5CCE]
- IV. EBO_CONT_DwemerBasket "Dwemer Artifacts Basket" [CONT:xx0763F4]
- IV. EBO_CONT_Materials "Raw Materials" [CONT:xx0020E6]
- IV. EBO_CONT_MiscBuildingStorage "Miscellaneous Supplies" [CONT:xx00092D]
SETUP 05:
- I. Smithing & Tempering
- II. Anvil
- II. Blacksmith Armor Workbench
- II. Blacksmith Sharpening Wheel
- III. WICraftingSmithing [KYWD:0004F680] and WICraftingSmithingTempering [KYWD:0004F6FD]
- IV. EBO_CONT_ArmourChest "Armour Chest" [CONT:xx0763F0]
- IV. EBO_CONT_ArmourFootwear "Footwear" [CONT:xx000928]
- IV. EBO_CONT_BoneStorage "Bones & Remains" [CONT:xx000931]
- IV. EBO_CONT_DwemerBasket "Dwemer Artifacts Basket" [CONT:xx0763F4]
- IV. EBO_CONT_FirewoodStorage "Firewood Storage" [CONT:xx000933]
- IV. EBO_CONT_IngotStorage "Ingots" [CONT:xx00092F]
- IV. EBO_CONT_IngredientsBasket1 "Ingredients Basket" [CONT:xx099BC1]
- IV. EBO_CONT_IngredientsBasket2 "Ingredients Basket" [CONT:xx099BC3]
- IV. EBO_CONT_LeatherStorage "Leathers & Linen" [CONT:xx00092B]
- IV. EBO_CONT_Materials "Raw Materials" [CONT:xx0020E6]
- IV. EBO_CONT_MiscCraftingStorage "Miscellaneous Building Supplies" [CONT:xx00E6A6]
- IV. EBO_CONT_NobleDresser "Dresser" [CONT:xx06BED4]
- IV. EBO_CONT_PeltsCrate "Pelts & Hides" [CONT:xx06BE94
- IV. EBO_CONT_Safe "Valuables" [CONT:xx013842]
- IV. EBO_CONT_SmithingKnapsack "Smithing Gear" [CONT:xx033F28]
- IV. EBO_CONT_WeaponStorage "Weapons" [CONT:xx000917]
SETUP 06:
- I. Tanning
- II. Tanning Rack
- III. isTanning [KYWD:000727A0]
- IV. EBO_CONT_LeatherStorage "Leathers & Linen" [CONT:xx00092B]
- IV. EBO_CONT_MiscBuildingStorage "Miscellaneous Supplies" [CONT:xx00092D]
- IV. EBO_CONT_PeltsCrate "Pelts & Hides" [CONT:xx06BE94]

HOW TO AUTO-SORT (2 WAYS)
AUTO-SORT MASTER CHEST (QTY:1): Direct Sorting
- The Breezehome interior sorting chest (Entryway corner by Elder Scrolls Display) is the handle that harnesses the Auto-sorting mechanics. Drop your stash into the Sorting Chest and trigger the sorting action by the pull chain. This will execute the sorting action distributing all chest contents to there arrayed home containers
BREEZEHOME: PROPERTY OWNERSHIP SEAL POWER: Remote Sorting
- By the use of a learned Power; remote sorting (if depositing items) will drop those items into the Breezehome Master Chest
- Content can be added or retrieved whenever desired (from anywhere in game) from the Auto-Sort Master Chest so long as an "Initialize Sort" is not executed
- If an "Initialize Sort" is executed; those deposited items are arrayed to there Breezehome home containers
- Player will need to return home to reclaim objects in there home containers. However, the Master Chest is essentially an infinite sized remote backpack
- Sort remotely based upon items you will not need along your travels or do a mega sort before heading back home so when you get home; everything is sorted
WHERE ARE MY ITEMS?
- The system completely covers all; vanilla game, 3DLCs and FreeCC addon objects. Some objects from "Whatever Mod" could be sorted differently, depending...
- If something isn't placed from "Whatever Mod" where it should be:
- (A) It will be sent to the "Miscellaneous Supplies Barrel" container. This container is where junk and unused clutter objects populate. It is also the last line of defense container where objects are sent after a sort whom are defined as unidentified or unknown to the system
- (B) It wont even sort to a Container and just remain in the Master Chest last placed prior to initializing a Sort. Example of this would be "Torches"
CACHE/MEMORY MECHANIC
A SPECIAL MEMORY MECHANIC ON OBJECTS IT HAS PROCESSED. This means any object it has already sorted before, sorts lightening fast following sorts
RESULTS UPON TESTING: (always remember that sort speeds will vary based on rig specifications)
- We test in dev with a GivePlayerStuff activator that puts 1000's of different base-game (+3DLC) objects into the Master Auto-Sort container for a home sort
- Sort 1st Time: GivePlayerStuff sort = about 180-210 seconds to finish
- Sort 2nd+ Time: GivePlayerStuff sort = about 3-4 seconds to finish
LIMITATIONS
PATIENCE AND MINIMAL INTERFERENCE:
- If a sort has started; let if finish before interfering. There are dubug notifications stating "a sort started" and mentions "when done plus the time it took"
- If its a huge amount of items sorting for they're first time; it may take some time. Let the sorting processes do their job
- Multi-task being productive in other ways while Papyrus processes
HOW THE SYSTEM IS SETUP
- This information is also provided and installed with this option Doc/Eli_Breezehome [ADDON - Auto Systems (Auto-Sort Storage)].txt
- Refer to the Doc.txt for info on what kinds of objects go into each container
- Refer to the Doc.txt for info on what kinds of objects go into each container
CONTAINERS IN THE AUTO-SORT SYSTEM
- EBO_CONT_ArmourChest "Armour Chest" [CONT:xx0763F0]
- EBO_CONT_ArmourFootwear "Footwear" [CONT:xx000928]
- EBO_CONT_BoneStorage "Bones & Remains" [CONT:xx000931]
- EBO_CONT_BookshelfStorage "Bookshelf" [CONT:xx000913]
- EBO_CONT_BoozeBasket "Drinks Basket" [CONT:xx04340F]
- EBO_CONT_ChildrenHouseChest "Children's Chest" [CONT:xx005A51]
- EBO_CONT_ColdStorageLeft "Cold Storage Left" [CONT:xx0B30F4]
- EBO_CONT_CookingRecipesStorage "Culinary Arts Resources" [CONT:xx00AC6C]
- EBO_CONT_DLC2ExpSpiderCraftingChestStorage "Imbuing Chamber Crafting Chest" [CONT:xx014CC3]
- EBO_CONT_DwemerBasket "Dwemer Artifacts Basket" [CONT:xx0763F4]
- EBO_CONT_FirewoodStorage "Firewood Storage" [CONT:xx000933]
- EBO_CONT_FoodStorage "Food Stores" [CONT:xx00091B]
- EBO_CONT_HeartStoneStorage "Heart Stone Storage" [CONT:xx000925]
- EBO_CONT_IngotStorage "Ingots" [CONT:xx00092F]
- EBO_CONT_IngredientsBasket2 "Ingredients Basket" [CONT:xx099BC3]
- EBO_CONT_JournalStorage "Journal Collection" [CONT:xx000915]
- EBO_CONT_LeatherStorage "Leathers & Linen" [CONT:xx00092B]
- EBO_CONT_Materials "Raw Materials" [CONT:xx0020E6]
- EBO_CONT_MiscBuildingStorage "Miscellaneous Building Supplies" [CONT:xx00092D]
- EBO_CONT_MiscellaneousStorage "Miscellaneous Storage Barrel" [CONT:xx000935]
- EBO_CONT_NobleDresser "Dresser" [CONT:xx06BED4]
- EBO_CONT_NoteStorage "Notes, Bounties & Letters" [CONT:xx000911]
- EBO_CONT_PeltsCrate "Pelts & Hides" [CONT:xx06BE94]
- EBO_CONT_PoisonBasket "Poison Crate" [CONT:xx000921]
- EBO_CONT_PotionBasket "Potion Basket" [CONT:xx0B30CE]
- EBO_CONT_RecipesStorage "Recipes & Alchemy Notes" [CONT:xx000938]
- EBO_CONT_Safe "Valuables" [CONT:xx013842]
- EBO_CONT_Scrollsbasket "Scroll Basket" [CONT:xx0763F2]
- EBO_CONT_Shards "Soul Gem Shards" [CONT:xx039081]
- EBO_CONT_Soulgems "Soul Gems" [CONT:xx002CBB]
- EBO_CONT_StaffStorage "Staves" [CONT:xx000919]
- EBO_CONT_WallKeyHolder01 "Key Holder" [CONT:xx000821]
- EBO_CONT_WeaponStorage "Weapons" [CONT:xx000917]