Rewrite of the main performance hug in LOTDB, the display preparation script, which is in charge of sorting all the museum exhibition displays, to be less resource consuming and execute much faster.
Other user's assetsSome assets in this file belong to other authors. You will need to seek permission from these authors before you can use their assets
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1
Fixed an issue that could cause jewelry items to be counted incorrectly.
Added another optimized script, the one in charge of the jewelry display case.
Legacy of The Dragonborn is a fantastic mod that literally changes the way one plays Skyrim. This is not hyperbole. The only downside to acquiring so much loot is the pain of dealing with it. Luckily LOTB gives us the option to do that for us, by giving us an item distribution/sorting station in the libray, only problem is that it takes ages to do the job.
I've rewritten the original script in charge of this task, to try and eliminate inefficiencies in the code and expedite the process. This results in at least over a 6x improvement in execution time. Maybe even better with really loaded inventories. In my tests, the time to process all items in my inventory went from 81 seconds with the original script to 13 seconds with the new one.
There are other scripts that are very slow as well, like the one displaying items in the armory, but they deal with a considerable less amount of items, so the wait isn't as bad. I may deal with those in the future as well.
Besides improving the execution time, there are other changes the mods makes:
You will get get notifications of what group of items are being processed and the amount of items that were put up on displays.
Support for Vigilant was be re-established. Vigilant changed its name so it wasn't identified by LOTDB anymore. This has been fixed.