

Fix 2: Run Steam & Skyrim as administrator.Fix 1: Make sure there are no mod conflicts.Download SGSC and save it somewhere handy and accessible. This tool can do most cleaning and diagnostics, and it is quick and easy to use. What’s the best way to clean up my Skyrim saves?Ĭleaning Basics Save Game Script Cleaner is the greatest program for cleaning a Skyrim save. It can be found on the Nexus Mods website. The “skyrim save game script cleaner” is a tool that allows you to clean your Skyrim saves.

If you have any further questions about Skyrim mods or cleaning your saves, please message them to the creator of that particular mod rather than asking an automated answer.

This is why some mods require SKSE - they need to do things that papyrus can't do. The single esp that loads the most number of scripts into the game is Skyrim.esm. No mod will compare to the vanilla script load. That said, just like some mod authors make crappy plugins or textures that totally suck. And scripts that suck can very easily damage your game because of how fragile papyrus is. (And it's very very easy for a newb mod author to make a script that sucks. in fact the CK wiki tutorial walks you through making a shitty script!). Not only that, but it can be very difficult to understand how scripts interact, even more so if they don't include the source code. psc (and can be opened with notepad++ or similar). If necessary, you can decompile compiled scripts to read them. However, if you don't know what you're looking at, this may not help you much. Some mods modify the same vanilla scripts. For example, Wiseman's trap fixes and Follower Trap Safety edit the same trap scripts.

In order to work properly, therefore, they need a patch that takes the changes from the script to one, and adds them to the other. If you see conflicting scripts in MO, or if NMM asks you to overwrite script files (.pex), don't do it unless you're absolutely sure. Some scripts try to do the same or similar actions from the same trigger. For example, if one mod says "When you die, you go into a bleedout state for 5 seconds and then recover" and a different mod is trying to say "when you die, you get teleported to the nearest inn", you may have a bad time. Don't install mods that say they're incompatible. Just because a mod appears in there doesn't mean it's your problem. Papyrus doesn't get rid of scripts when you uninstall the mod that added them. There are two tools that can remove scripts from your save: Save Game Script Cleaner and Savegame Scalpel.
