0 of 0

File information

Last updated

Original upload

Created by

SeaSparrow

Uploaded by

Shekhinaga

Virus scan

Safe to use

About this mod

Simple SKSE mod that prevents AddForm from adding forms to leveled lists with 255 items, preventing crashes.

Requirements
Permissions and credits
Changelogs

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. 


Requirements and runtimes:
1. Skyrim SE version 1.6.1130+
2.
Skyrim Script Extender
3.
Address Library for SKSE Plugins

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.

Source Code:
Github