This page was last updated on 25 April 2024, 4:07PM
Changelogs
Version 2.21
Made so this mod does not break when there are changes to the load order. As this version changes how the form ids are serialized, it is necessary to delete the DynamicPersistentFormsCache.bin, and not use old saves.
Changed the esp file header to work without bees, the example esp file still needs bees.
Version 2.15 - 2.19
Nexus for some reason at least for me was not uploading my changes, I was able to fix that by changing the uploaded file name, there was no changes in this version range
Version 2.14
Made so if the ESP was not loaded correctly the mod will do nothing instead of overriding base skyrim items
Version 2.13
1. Removing a mod that contains forms used as a base to create new forms without cleaning the cache will no longer cause a ctd however these forms will be deleted as the base form is missing.
2. Made so after updating the mod to a new version who adds form data to the serialization, is no longer necessary to clean the cache (however it is necessary while updating to this version)
Version 2.12
Added flora and leveled item
Version 2.11-hotfix
Fixed a issue with form ids
Version 2.10-hotfix
fixed an issue where some modded forms was not able to be copied
Version 2.9
Separated the created forms from the modified forms to make this mod and funture versions of it more stable
Version 2.8
Fixed a typo: SeEnchantmentChargeTime -> SetEnchantmentChargeTime
Version 2.7
Fixed a typo in the create function name
Version 2.6
Made so it is no longer possible to track a created form as it is already automatically tracked and tracking them causes issues
Version 2.5
Cleaned some pointers that was not being cleaned when no longer used