SkyrimSE:No Grass In Objects: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
m (Text replacement - "|core=No |landw=No |enb=No" to "|core=No |landw=No |pp=No |enb=No")
(17 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|core=No
|core=No
|landw=No
|landw=No
|pp=No
|enb=No
|enb=No
}}
}}
Line 19: Line 20:


<div class="mpheading">Grass Configuration</div>
<div class="mpheading">Grass Configuration</div>
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:
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.


<div class=mpheading>MODIFY CONFIG</div>
<div class=mpheading>Modify Config</div>
<span class=salmontx>''NOTE:'' <code>DynDOLODGrassMode</code> ''is coupled to'' [[SkyrimSE:DynDOLOD SE\2.0.0|DynDOLOD]] <code>GrassLargeReference</code> ''INI setting, so be certain to change that setting as noted on that mod page.''</span>
# 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
SuperDenseGrass = False
ProfilerReport = False
UseGrassCache = True
ExtendGrassDistance = True
ExtendGrassDistance = True
OverwriteGrassDistance = 24000
ExtendGrassCount = False
OverwriteGrassFadeRange = 12000
EnsureMaxGrassTypesPerTextureSetting = 15
OverwriteMinGrassSize = 60
OverwriteGrassDistance = 6144
OverwriteGrassFadeRange = 14128
OverwriteMinGrassSize = 67
GlobalGrassScale = 1.15
OnlyLoadFromCache = True
OnlyLoadFromCache = True
DynDOLODGrassMode = 0</div>
DynDOLODGrassMode = 0</div>
{{Alert|text=Ignore the following when installing NGIO. This will be done later in the guide.}}
<div class=mpheading>Precache Grass</div>
This process will take between 20-120 minutes to complete, depending on hardware. There is no need to monitor or click 'OK' when restarts occur.
# Click the {{Icon|type=motools}} button in MO, and select "Precache Grass"
# If previous instructions were followed, a new <code>/grass/</code> directory containing precached *.cgid files will appear within the [[SkyrimSE:SKSE64|SKSE64]] mod. Otherwise, it will appear in the MO Overwrite folder (if so, drag the <code>/grass/</code> folder into the SKSE64 mod) AND revisit previous instructions!
}}
}}

Revision as of 18:24, January 3, 2023

No Grass In Objects

by meh321

Game:

SkyrimSE

Download:

Mod Group:

Baseline:

n/a

Links:

CR Patch:

No

LW Patch:

No

PP Patch:

No

ENB Option:

No

Guide/Version-Specific Mod Recommendations

  No guides are using this mod

Type a version string using the format indicated by the placeholder text below. Copy/paste the intended guide version from the "Existing Guides" table above (if it exists) into the field below. For unofficial user-created guides, use the format indicated by the placeholder text. Editors: Please DO NOT use wiki headings inside of custom Recommendations and also avoid using templates if at all possible! Template calls add to the max threshold, and headings mess up the guide ToC.

Recommendations

Download "Grass Control" from Main Files and install as normal.

Also Download "Grass Generation MO Plugin v1" and open it in 7-Zip.

  1. From Windows Explorer, navigate to C:/Modding/Tools/Mod Organizer/plugins
  2. Drag GrassPrecacher.py into the MO Plugins directory.
  3. Close and restart MO.
Grass Configuration

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.

Modify Config
  1. Double click on the mod in the MO left pane
  2. Click on the "Text Files" tab to modify GrassControl.config.txt
  3. Find the following settings and edit as follows:
RayCast = True

SuperDenseGrass = False ProfilerReport = False UseGrassCache = True ExtendGrassDistance = True ExtendGrassCount = False EnsureMaxGrassTypesPerTextureSetting = 15 OverwriteGrassDistance = 6144 OverwriteGrassFadeRange = 14128 OverwriteMinGrassSize = 67 GlobalGrassScale = 1.15 OnlyLoadFromCache = True

DynDOLODGrassMode = 0