Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
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 so long as you credit me as the original creator
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 as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any 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
Plugin is licensed under Apache 2.0.
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.1
[INI]
Changed the default value of bWarn from true to false.
Changed the description of bSanitize to reflect its default true value.
Version 1.1.0
[DLL - Core]
New Feature: bWarn
If set to true, the plugin warns you if a leveled list was about to be corrupted in game.
new Feature: bSanitize
If set to true, the plugin warns you if a plugin has a leveled list with over 255 entries (only possible with xEdit and Synthesis)
[DLL - Fixes]
Fixed GOG version not being recognized as valid. (Thank you Meriandro)
Version 1.0.0
Initial Release
In Skyrim, leveled lists cannot have more than 255 entries. The issue is that one of the vanilla script function (AddForm) can continue to add entries well past the 255 mark. Annoyingly, this doesn't immediately crash the game. Instead, the game crashes the next time that leveled list would be resolved, making it annoying to identify the culprit.
Enter this mod. This mod not only prevents the insertion, preserving your save game, but it also logs the leveled list and its entries so you can more easily inspect it. Small, unintrusive, 0 performance cost.
Optionally, but heavily recommended, are PowerOfThree's Tweaks, so that the Editor IDs of forms are displayed.
A note on the Address Library: This mod needs the All in one Address Library (Anniversary Edition) version, regardless of whether or not you have purchased the AE DLC.
A note on runtime: As stated above, this requires Skyrim SE version 1.6.1130+, sometimes called Skyrim AE. Please do not ask me to support older versions, I don't want to have multiple Skyrim installations.