SkyrimSE:No Grass In Objects: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 22: | Line 22: | ||
<div class=mpheading>Modify Config</div> | <div class=mpheading>Modify Config</div> | ||
# Double click on the mod in the MO left pane | # Double click on the mod in the MO left pane | ||
# Click on the "Text Files" tab to modify ''GrassControl.config.txt'' | # Click on the "Text Files" tab to modify ''GrassControl.config.txt'' | ||
# Find the following settings and edit as follows: | # Find the following settings and edit as follows: | ||
<div class=mpcode>UseGrassCache = True | <div class=mpcode>RayCast = True | ||
ExtendGrassDistance = True | SuperDenseGrass = False | ||
OverwriteGrassDistance = | ProfilerReport = False | ||
OverwriteGrassFadeRange = | UseGrassCache = True | ||
OverwriteMinGrassSize = | ExtendGrassDistance = False | ||
ExtendGrassCount = True | |||
EnsureMaxGrassTypesPerTextureSetting = 15 | |||
OverwriteGrassDistance = 6144 | |||
OverwriteGrassFadeRange = 14128 | |||
OverwriteMinGrassSize = 67 | |||
GlobalGrassScale = 1.15 | |||
OnlyLoadFromCache = True | OnlyLoadFromCache = True | ||
DynDOLODGrassMode = | DynDOLODGrassMode = 1</div> | ||
}} | }} |
Revision as of 17:32, October 26, 2021
No Grass In Objects
by meh321CR Patch:
No
LW Patch:
No
PP Patch:
{{{pp}}}"{{{pp}}}" is not recognized as a Boolean (true/false) value.
ENB Option:
No
Guide/Version-Specific Mod Recommendations
Existing Guides |
---|
2.3 |
2.4 |
Recommendations
Download "Grass Control" from Main Files and install as normal.
Also Download "Grass Generation MO Plugin v1" and open it in 7-Zip.
- From Windows Explorer, navigate to
C:/Modding/Tools/Mod Organizer/plugins
- Drag GrassPrecacher.py into the MO Plugins directory.
- Close and restart MO.
The following configuration applies to all users, regardless of whether or not grass LOD will be generated using DynDLOD. Precaching grass is necessary for this mod to resolve some specific stuttering issues when loading cells outdoors in grassy areas. Precaching also generally improves performance in these areas. Precaching grass is also required by DynDOLOD to generate grass LOD, but this mod has nothing to do with grass LOD otherwise:
- Double click on the mod in the MO left pane
- Click on the "Text Files" tab to modify GrassControl.config.txt
- Find the following settings and edit as follows:
SuperDenseGrass = False ProfilerReport = False UseGrassCache = True ExtendGrassDistance = False ExtendGrassCount = True EnsureMaxGrassTypesPerTextureSetting = 15 OverwriteGrassDistance = 6144 OverwriteGrassFadeRange = 14128 OverwriteMinGrassSize = 67 GlobalGrassScale = 1.15 OnlyLoadFromCache = True
DynDOLODGrassMode = 1