Jump to content
  • entries
    13
  • comments
    393
  • views
    29,436

Conglomerate - Limits of Skyrim


donttouchmethere

2,994 views

Conglomerate - Limits of Skyrim

 

 

  • 250 (of 256) active plugin limit for Skyrim LE
    • Active esp and esm Plugins count against that limit
    • Max Plugins: 250
      • from my experience lower is better. A lower number also allows to add plugins later to the game at the end of the LO
    • Symptoms with  >250 Plugins:
      • game becomes unstable
      • CTD randomly on game start (restarting directly after the first CTD will let you play anyways, gives a false sense of a stable game)
      • CTD randomly while playing (can be confused with memory related CTD)
    • Solution:
    • Details quoted from pStyl3:
      • Spoiler

        250pluginlimit.jpg.aaed19ae534e7aa7ac72c325f6738d4c.jpg

 

 

  • 508 active and deactivated installed plugin limit
    • Active and deactivated plugins count against that limit, sum of all installed plugins
    • The upper limit might be lower,
      • from my experience staying ~450 plugins works best
    • Symptoms with or with close to ~508 active and deactivated plugins:
      • Skyrim fails to load any plugins on game start causing the vanilla Skyrim intro to play as if no mods are installed
    • Solution:
      • delete deactivated esp (make a backup of them if they are needed later)
      • uninstall mods that aren't needed anymore, instead of just deactivating the esp
      • delete esp of already merged plugins (make a backup of them if they are needed later)
      • Wrye Bash plugin ghosting
      • MO plugin ghosting
      • Nitpick 60
        • could it be so easy? Not tested.
    • Details quoted from Wrye Bash general readme:
      • Spoiler

        508pluginlimit.jpg.b50abdb46a84bdf6a31d2d72945d8ecb.jpg

         

 

  • 65k string limit of vanilla Skyrim saves
    • install Crash fixes to remove the limit
    • after Crash fixes has removed the string limit the savegame format changes, use Fallrimtools to open and modify saves
    • Symptoms if the save goes over the 65k string limit:
      • saves can't be loaded anymore
      • CTD on loading a save

 

 

  • RAM, VRAM, Memory Block Size limitations of Skyrim
    • read Conglomerate 01 guide to rise Skyrim available memory
    • Symptoms:
      • no Memory Block modification: random crashes early ingame already, CTD about every ~10 - 15 minutes
      • no additional memory allocation: crashes as soon as vanilla Skyrim goes over it's usable memory limit thru higher memory usage from installed mods
      • no additional VRAM memory allocation: crashes as soon as vanilla runs out of usable VRAM
        • warning signs are textures that fail to load

 

 

  • FNIS animation limit
    • FNIS, 10,000 animations for character 3rd person, and for each of Skyrims creatures.
    • FNIS XXL, 32,000 animations for race.
    • Symptoms if getting close or over the FNIS limit (⚠️ depending on the type of installed animations):
      •  close to limit or only a few animations over the limit:
        • Endless loading screen on cell change
      • over the limit:
        • Skyrim CTD on startup
    • Solutions:
      • Animation Limit Crash Fix (SrtCrashFix)
        • The patch fixes the crash on game loading when you install too many animations with FNIS
      • Animation Loading Fix (Felisky384 )
        • useful to stabilize the process of loading a game with FNIS XXL installed
          • I use it to prevent endless loading screens with FINS XXL while not going very far over the limit
      • ⚠️ don't use SrtCrashFix and Animation Loading Fix together, use only one. CTD if both are used!
    • More details:

 

 

  • FNIS Alternate Animation groups limit (128 AA)
    • details found here: Too many Alternate Animation groups overall (> 128)
    • FNIS warning:
      • Too many Alternate Animation groups overall (> 128)

    • Fore's rant:

      • Not only does it (Cover Self animations) use a chunk, it use more than it actually needs:

        "NOTE: CoverSelf has at least one AASet definition without any animation files provided"

        Like DD, DD2 DD3, NAR. You have many mods that waste AA resources. Tell the authors, and make THEM work on THEIR problems.

    • Fore's explanation:
      • "Too many Alternate Animation groups overall (> 128)".  You have too many mods that use the FNIS Alternate Animations functionality. That is limited, and PCEA2 alone uses almost a third of the whole quota."
    • Fore's hint:
      • To figure out which of your mods use AA you need to look into the FNIS log file (temporary_logs\GenerateFNIS_LogFile.txt). Look for lines starting with "AA files:" greater "0". The lines above that show the corresponding mod.

 

 

  • Reference Handle Limit - 1.048.576 active references cap
    • Details found here by u/aers:
    • Read the original text of u/aers. I only try to get some bullet points out of it:

      • Persistent vs Temporary References:
        • temporary references: references which only get loaded within the grid surrounding the PC

          • temporary references are loaded on-demand from your files as needed. The majority of these temporary references will then unload when they're no longer needed by the game.

        • persistent references: references which always get loaded into memory all the time

          • all persistent references are loaded into memory before main menu
    • Reference Handle Limit:
      • Reference handles are how the rest of the engine looks up loaded reference objects. There's a cap of 1.048.576 active reference handles at any time.
        • Symptoms if hitting the cap: game gets stuck loading or CTD
    • The Problem:
      • The cap of cap of 1.048.576 active reference handles is a pretty high limit and something you probably shouldn't hit during gameplay: there's only a limited number of cells actually loaded, and the vast majority of references are temporary, not persistent.
      • Until you actually look at the load process and realize that temporary reference loading/unloading is exclusive only to masters and not regular plugins:
        • All temporary references from regular plugins are loaded into the game before the main menu.
          • This includes if you overwrite a master's temporary reference in a plugin.
        • Example: To give some numbers that put this in perspective, Forgotten Dungeons SSE has 136356 temporary references. Vigilant has 110770. These two plugins alone will put you 1/4th of the way towards the reference handle limit.
      • Another thing to keep in mind is that during the course of gameplay a lot of references are created unique to your save game, so you can get to the point where your load order + your save game will start to break even if it seems like your base load order is fine.
    • Possible solution:
      • The 'easy' solution then if you're at the limit or very close and its making your game unstable is to either remove the heaviest offenders from your load order or turn them into masters via xEdit. Keep in mind that making a plugin a master means it now has to load at the top of your load order with the other masters, before any plugins, which is why this might not be an easy solution depending on what the plugin in question is.
    • Some examples:
    • Spoiler
      • Found 14652 temporary and 81 persistent (14733 total) loaded references in [10] RelightingSkyrim_SSE.esp.
      • Found 43553 temporary and 4330 persistent (47883 total) loaded references in [14] 3DNPC.esp.
      • Found 12208 temporary and 323 persistent (12531 total) loaded references in [9C] Lucien.esp.
      • Found 18453 temporary and 1247 persistent (19700 total) loaded references in [A0] Coldhaven.esp.
      • Found 13912 temporary and 2059 persistent (15971 total) loaded references in [C2] CollegeOfWinterholdImmersive.esp.
      • Found 136356 temporary and 9691 persistent (146047 total) loaded references in [59] Forgotten DungeonsSSE.esp.
      • Found 110770 temporary and 4487 persistent (115257 total) loaded references in [B4] Vigilant.esp.
      • Found 79050 temporary and 4437 persistent (83487 total) loaded references in [77] HammetDungeons.esp.
      • Found 67863 temporary and 137 persistent (68000 total) loaded references in [1D] EnhancedLightsandFX.esp.
      • Found 54546 temporary and 4830 persistent (59376 total) loaded references in [B9] MHdunSky001.esp. (Immersive Dungeons)
      • Found 42879 temporary and 3649 persistent (46528 total) loaded references in [24] 3DNPC.esp. (Interesting NPCs)
      • Found 43813 temporary and 1704 persistent (45517 total) loaded references in [5F] AKSkyrimUnderground.esp.
      • Found 40727 temporary and 2333 persistent (43060 total) loaded references in [6D] Dwarfsphere.esp. (Project AHO)
      • Found 0 temporary and 39624 persistent (39624 total) loaded references in [00] Skyrim.esm.
      • Found 33453 temporary and 1114 persistent (34567 total) loaded references in [8C] Darkend.esp.

       

 

  • Overlay limit, Racemenu and Slavetats
    • default is 3 overlay slots/body area
    • not a real limit, just change settings in nioverride.ini:
    • Spoiler

      For the lazy nioverride.ini with face overlays enabled and 20 overlay slots active: nioverride 20slots and face active.7z

       

      What needs to be changed in nioverride.ini to get more overlay slots (color marks the spot):

       

      [Debug] ; -1 to disable logging
      ; 0 - Fatal Error
      ; 1 - Error
      ; 2 - Warning
      ; 3 - Message
      ; 4 - Verbose Message
      ; 5 - Debug Message
      iLogLevel=5 ; Default[5]


      [General]
      ; Changes the way overrides are loaded,
      ; 0 - Dynamic (delays loading on the first game load of the session, then immediately loads for all subsequent game loads of the session)
      ; 1 - Always Immediate (will always load overrides immediately)
      ; 2 - Always Delayed (will always pass overrides to the task manager)
      ; Previous versions were always set to 2, but I experienced CTD when loading
      ; subsequent saves of the same game session (like dying and reloading)
      iLoadMode=0 ; Default[0]

      ; Parallizes computation of BodyMorphs on armor/bodies
      bParallelMorphing=0 ; Default[0]

      ; Enables automatic reapplication of transforms on model load
      bEnableAutoTransforms=1 ; Default[1]

      ; Determines scaling mode
      ; 0 - Multiplicative
      ; 1 - Averaged
      ; 2 - Additive
      ; 3 - Largest
      iScaleMode=0

      ; Determines combination mode for BodyMorph
      ; 0 - Additive
      ; 1 - Averaged
      ; 2 - Largest
      iBodyMorphMode=0

      ; Enables automatic transforms defined by 'SDTA' NiStringExtraData on shapes
      ; String Data: (Without semi-colon)
      ;[
      ;    {"name":"NPC L Breast", "scale": 4.0, "pos":[0, 0, 0], "rot":[0, 0, 0]},
      ;    {"name":"NPC R Breast", "scale": 4.0, "pos":[0, 0, 0], "rot":[0, 0, 0]}
      ;]
      bEnableEquippableTransforms=1 ; Default[1]

      ; Amount of memory to be used by BodyMorph TRI cache
      ; cache will temporarily exceed this limit to load a TRI
      ; then remove least recently used entries until the
      ; used memory is below this threshold
      uBodyMorphMemoryLimit=256000000 ; Default[256000000]

      ; Enables Body Randomization based on guided files
      bEnableBodyGen=1 ; Default[1]

      [Overlays]
      ; Applies to only the player, or all humanoid actors NOT RECOMMENDED changing this, you can add overlays to certain actors via script
      bPlayerOnly=1 ; Default[1]

      ; Determines whether face overlays are enabled
      ; disabling this disables the hook
      ; Note: face overlays are known to crash when decapitated
      bEnableFaceOverlays=1 ; Default[0]

      ; Determines whether to immediately apply shader changes
      ; when overlays are installed on an ArmorAddon
      bImmediateArmor=1 ; Default[1]

      ; Determines whether to immediately attach and apply shader changes
      ; when overlays are installed to the face
      bImmediateFace=0 ; Default[0]

      [Overlays/Body] ; "Body [Ovl#]" and "Body [SOvl#]"
      ; Determines how many body overlays there should be
      iNumOverlays=20 ; Default[6]
      iSpellOverlays=0 ; Default[0]


      [Overlays/Hands] ; "Hands [Ovl#]" and "Hands [SOvl#]"
      ; Determines how many hand overlays there should be
      iNumOverlays=20 ; Default[3]
      iSpellOverlays=0 ; Default[0]


      [Overlays/Feet] ; "Feet [Ovl#]" and "Feet [SOvl#]"
      ; Determines how many feet overlays there should be
      iNumOverlays=20 ; Default[3]
      iSpellOverlays=0 ; Default[0]


      [Overlays/Face] ; "Face [Ovl#]" and "Face [SOvl#]"
      ; Determines how many face overlays there should be
      iNumOverlays=20 ; Default[3]
      iSpellOverlays=0 ; Default[0]


      [Overlays/Data]
      ; Assigns these alpha properties to all overlays when they are applied
      ; 4844, 128 is recommended for solid overlays (they will render correctly underwater)
      ; Changing the overlay's alpha value ingame acts like 4845 regardless of assigned flags
      iAlphaFlags=4845 ; Default[4845]
      iAlphaThreshold=0 ; Default[0]
      sDefaultTexture=textures\actors\character\overlays\default.dds

       

 

 

 

Edited by donttouchmethere

13 Comments


Recommended Comments

6 hours ago, MainMansrevenge said:

Questions: I'm using Nexus mod manager.

 

1. How do I count plug ins

2. does each individual enabled animation count as a plug in?

First:

  • Plugins = mods that add esp and esm to the LO
  • mods = everything installed that modifies Skyrim, doesn't need to come with a Plugin, like texture/mesh replacers, additional scripts, sound files, some SKSE plugins, Racemenu additions and so on

 

1. At the bottom of the NMM Mods Tab you see the following line:

Total Plugins / Active plugins / Total mods / Active mods

  • Total Plugins: all installed Plugins (even those not installed with NMM), all plugins in Skyrim/data folder, doesn't matter if active or deactivated => counts against the total 500 plugin limit
  • Active Plugins: all active Plugins listed in LO => counts against the 255 active Plugin limit in LO
  • Total mods: everything you throw into NMM (all zip packages), no matter if the mods are installed or just stored (or deactivated) => NMM tends to get slower the higher the total number of added mods is. I see a slow down at >450 total mods, at > 600 mods it gets a bit painful, but I had up to 4000 mods stored in NMM for a while (actually that wasn't a good idea, because if you have backups outside of NMM and also add them to NMM you just waste store space on HDD/SDD).
  • Active mods: all installed mods, basically all zipped Mod packets added to NMM that are installed

 

2. depends on

  • animations that come with an esp will count against the active plugin limit. Usually this are SLAL animation packs that come with Animation Objects, like furniture, dildos and the like
  • SLAL packs without Plugin (esp) don't count against the Plugin Limit
  • any single animation you add without any esp (like vanilla animation replacer for example) don't count against the 255/500 plugin limit

 

(I also recommend to use Wrye bash to use with NMM to get a better overview about your LO, NMM is a bit cheap with useful information)

Edited by donttouchmethere
Link to comment
Quote

500 active and deactivated plugin limit

Mod managers like MO1/MO2 can avoid that.

Deactivating unused mods in the left pane or hiding inactive esp files on the right pane makes them invisible for skyrim.

Link to comment
11 hours ago, donttouchmethere said:

It... it does that? ?

That's point on one of the major features of MO.

MO1 could also do more in the hiding business than MO2. Which forced me to rebuild all my merged mods.

(although I havn't the latest MO2, perhaps it is back)

 

I'm planing a complete rebuild for the winter months anyway. Nov/Dec

Link to comment
On 10/16/2021 at 1:38 AM, donttouchmethere said:

First:

  • Plugins = mods that add esp and esm to the LO
  • mods = everything installed that modifies Skyrim, doesn't need to come with a Plugin, like texture/mesh replacers, additional scripts, sound files, some SKSE plugins, Racemenu additions and so on

 

1. At the bottom of the NMM Mods Tab you see the following line:

Total Plugins / Active plugins / Total mods / Active mods

  • Total Plugins: all installed Plugins (even those not installed with NMM), all plugins in Skyrim/data folder, doesn't matter if active or deactivated => counts against the total 500 plugin limit
  • Active Plugins: all active Plugins listed in LO => counts against the 255 active Plugin limit in LO
  • Total mods: everything you throw into NMM (all zip packages), no matter if the mods are installed or just stored (or deactivated) => NMM tends to get slower the higher the total number of added mods is. I see a slow down at >450 total mods, at > 600 mods it gets a bit painful, but I had up to 4000 mods stored in NMM for a while (actually that wasn't a good idea, because if you have backups outside of NMM and also add them to NMM you just waste store space on HDD/SDD).
  • Active mods: all installed mods, basically all zipped Mod packets added to NMM that are installed

 

2. depends on

  • animations that come with an esp will count against the active plugin limit. Usually this are SLAL animation packs that come with Animation Objects, like furniture, dildos and the like
  • SLAL packs without Plugin (esp) don't count against the Plugin Limit
  • any single animation you add without any esp (like vanilla animation replacer for example) don't count against the 255/500 plugin limit

 

(I also recommend to use Wrye bash to use with NMM to get a better overview about your LO, NMM is a bit cheap with useful information)

Well I'm at 60 total plugins mods and 59 active plugins on LE. I've been having recently issues of certain saves crashing when I start up the game and the whole game shutting off. Just started happening. But this rules out the plug in issue

Link to comment
3 hours ago, MainMansrevenge said:

Well I'm at 60 total plugins mods and 59 active plugins on LE.

That's not even close.

You have to try the extremes, make your build suffer, get the setup to cry and break it's will to play! ?

Oops, where came that from? ?

 

Did you try a double load? Like loading a very early savegame and after that the newest one?

Edited by donttouchmethere
Link to comment
6 hours ago, MainMansrevenge said:

Yeah I've been doing that it works

That's normal behavior of modded game.

You can read more about it here: https://www.nexusmods.com/skyrim/mods/85443/

Maybe Load Game CTD Fix will solve that issue already.

I'm a double load fanatic, so I always start the game with a double load. The reason I'm okay with that:

  • my games are stable enough to play at least over 2 hours, normally 4 hours, often 6 hours without CTD
  • I use defeat mods that don't force me to reload the game
  • If clusterfucks happen I usually try to solve them instead of reloading
  • I usually only save during gameplay sessions, because one of my goals is continuous gameplay no matter the pain/time it costs
  • I try mod debug options before reloading
  • I always keep a LAL save as base for double loads. I also update the base save with new mods in addition to the main save to have always a fitting base to the main.

So basically I come home, play until I give up before Skyrim can give up and come away with only one double load/day for regular gameplay. Don't ask about days I exchange mods ^^

Link to comment

? That reference handle thing was new to me ... a tricky trap that is :classic_ph34r:

How did you generate that example report in your spoiler tag? T5Edit ?

Link to comment
4 hours ago, worik said:

? That reference handle thing was new to me ... a tricky trap that is :classic_ph34r:

How did you generate that example report in your spoiler tag? T5Edit ?

I didn't, I just collected examples (if you look closely it's all SE)
 

The linked xEdit script prints out how many references each plugin adds:

Spoiler

Checking Your Load Order

Grab this xEdit script and put it in your *edit/Edit Scripts folder. Then load your entire load order into xEdit and right click -> Apply Script -> choose count_loaded_refs_in_load_order and click OK. This will take a few minutes to run, and then print out a log of all the refs in your load order that will load before you hit the main menu.

 

 

I must add that I didn't saved my reference count any pain and added more and more large Quest mods with worldspace to my game. It took it rather well, but my savegame also grew in size of course. The older the game the less stable it became from 6+ hours down to 2 hours. I wonder if getting close to the limit might had an negative effect at the end.

 

I had all those in my LO...

  • Spoiler
    • Found 110770 temporary and 4487 persistent (115257 total) loaded references in [B4] Vigilant.esp.
    • Found 79050 temporary and 4437 persistent (83487 total) loaded references in [77] HammetDungeons.esp.
    • Found 67863 temporary and 137 persistent (68000 total) loaded references in [1D] EnhancedLightsandFX.esp.
    • Found 43813 temporary and 1704 persistent (45517 total) loaded references in [5F] AKSkyrimUnderground.esp.
    • Found 40727 temporary and 2333 persistent (43060 total) loaded references in [6D] Dwarfsphere.esp. (Project AHO)
    • Found 0 temporary and 39624 persistent (39624 total) loaded references in [00] Skyrim.esm.
    • Found 33453 temporary and 1114 persistent (34567 total) loaded references in [8C] Darkend.esp.

     

    • ...+ a few more world-space adding mods that are listed as reference-pain-in-the-ass.
    • Not even counted LL mods.

The good thing: I came around a LOT! Jumping from world space to world space was great. Skyrim became HUGE. Drawback, I was never for long at one place, always on the run. At the end I sold my Playerhomes to my PAHE slaves ?

 

Basically everything in LOL - Questmadness was installed in the End (added more and more).

Edited by donttouchmethere
Link to comment
8 minutes ago, donttouchmethere said:

 (if you look closely it's all SE)

:blush: I didn't. I was still fascinated by this new trapping pit.

Link to comment
1 hour ago, worik said:

:blush: I didn't. I was still fascinated by this new trapping pit.

?

well, now that I saw most additional world-spaces I can be a bit more selective next time

(muhahaha *browses Nexus Quest mods*)

Link to comment

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use