This module covers the installation of DynDOLOD.
Prerequisite(s): Tools Folder, Mod Organizer 2, Skyrim Script Extender
DynDOLOD is a tool for regenerating distant LODs, specifically Object, Tree, and Grass LOD. It can also be used to generate Occlusion instead of SSELODGen. It consists of multiple parts: The tool DynDOLOD (software), a collection of resources, scripts, and an SKSE plugin.
Though it is still officially in Alpha, I recommend using DynDOLOD 3 for Skyrim SE. Instructions for DynDOLOD 2.x will not be provided.
Alternatively, you may choose to use DynDOLOD 3 NG which is the newest version with some extra features such as a workaround for the Large Reference Bug. As a prequisite, none of your plugins must contain deleted large references which is why it is generally recommended to clean plugins before running DynDOLOD NG as this will (among other things) undelete references.
If you have never generated LODs before and would like to avoid issues as much as possible, I recommend sticking with regular DynDOLOD 3 for now.
We start by installing the main tool, DynDOLOD, which can be used with either 3 or 3 NG.
Both executables, TexGen and DynDOLOD, must be added to Mod Organizer 2.
\Modding Tools\DynDOLOD 3\
and double-click TexGenx64.exe.-sse
under Arguments to ensure TexGen targets the correct game.Repeat the process for DynDOLODx64.exe.
I recommend adding both executables to the Toolbar in Mod Organizer 2 for quick access.
Next, we need the DynDOLOD Resources which can installed as usual through Mod Organizer 2.
If one does not already exist, I recommend creating a LOD Resources separator and keeping it high up in the mod order.
I recommend copying the FOMOD choices pictured below.
(The first four options are visual improvements. The Low-Res LOD Textures are very low res and there are better ways of increasing performance as these already take very little space. Desyncing flying birds is another neat visual feature while the “Holy Cow” is just a meme.)
Finally, an SKSE plugin and a set of scripts is required.
DynDOLOD adds two load screens to the game which reference the meme of owing your firstborns to sheson for the miracle of dynamic LODs. If you would prefer not having any meme load screens, you can block them.
This requires SSE Display Tweaks. Installation instructions can be found here.
Add the following to the SSEDisplayTweaks.ini in SSE Display Tweaks - Settings:
[Miscellaneous]
LoadScreenFilter=true
LoadScreenAllow=
LoadScreenBlock=DynDOLOD.esp
Remember to save your changes before closing the window.