|
|
发表于 2018-1-13 21:37:31
|
显示全部楼层
add console command ClearInvalidRegistrations to remove invalid OnUpdate() registrations
This prevents orphaned OnUpdate() events and the resulting bloated/broken saves when removing certain mods.
When applied to an already bloated save, it will stop growing further and instead shrink over time
as the game processes all queued events. This may take hours depending on the amount of bloat.
To execute automatically after each reload, add this to \Data\SKSE\skse.ini:
[General]
ClearInvalidRegistrations=1 |
|