Guide:SkyrimPrefs INI/Grass: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 15: Line 15:
==== fGrassMinStartFadeDistance ====
==== fGrassMinStartFadeDistance ====
fGrassMinStartFadeDistance sets the minimum distance that ''Grass Fade'' (fGrassStartFadeDistance) can be set to in the in-game Settings > Display menu. Unlike fGrassMaxStartFadeDistance, setting this too high will remove grass starting from the area farthest from the player and working inward, removing all grass if fGrassMinStartFadeDistance equals fGrassStartFadeDistance. Negative values cause a tiny patch of grass to be shown around the player even if fGrassStartFadeDistance is set to 0. It is recommended to be set to 0.
fGrassMinStartFadeDistance sets the minimum distance that ''Grass Fade'' (fGrassStartFadeDistance) can be set to in the in-game Settings > Display menu. Unlike fGrassMaxStartFadeDistance, setting this too high will remove grass starting from the area farthest from the player and working inward, removing all grass if fGrassMinStartFadeDistance equals fGrassStartFadeDistance. Negative values cause a tiny patch of grass to be shown around the player even if fGrassStartFadeDistance is set to 0. It is recommended to be set to 0.
{{GallerySimple|id=fGrassMinStartFadeDistance|img=https://copy.com/YWdzlrZvUn2IfFwg|caption=fGrassMinStartFadeDistance=0}}
{{GallerySimple|id=fGrassMinStartFadeDistance|img=https://copy.com/wmBIF1JBvBlJrzZe|caption=fGrassMinStartFadeDistance=18000}}
{{GallerySimple|id=fGrassMinStartFadeDistance|img=https://copy.com/Defp2jqWIBJysxiH|caption=fGrassMinStartFadeDistance=-1}}
{{clear}}


Default is 400.
Default is 400.
Line 21: Line 26:
==== fGrassStartFadeDistance ====
==== fGrassStartFadeDistance ====
fGrassStartFadeDistance sets the distance grass will begin to fade. It is changeable in the in-game Settings > Display menu as ''Grass Fade''.
fGrassStartFadeDistance sets the distance grass will begin to fade. It is changeable in the in-game Settings > Display menu as ''Grass Fade''.
{{GallerySimple|id=fGrassStartFadeDistance|img=https://copy.com/RiynOWqOjXmOpcod|caption=fGrassStartFadeDistance=0}}
{{GallerySimple|id=fGrassStartFadeDistance|img=https://copy.com/SUobPXpBWS4tGnBH|caption=fGrassStartFadeDistance=3500<br />(Default)}}
{{GallerySimple|id=fGrassStartFadeDistance|img=https://copy.com/Za0lpewJMCuoe9CQ|caption=fGrassStartFadeDistance=18000}}
{{clear}}


Default is 3500. Low is 0. Medium is 3000. High is 5000. Ultra is 7000.
Default is 3500. Low is 0. Medium is 3000. High is 5000. Ultra is 7000.
<pre>fGrassStartFadeDistance=(...,-0.0001,0,0.0001,...)</pre>
<pre>fGrassStartFadeDistance=(...,-0.0001,0,0.0001,...)</pre>

Revision as of 16:01, August 22, 2015

[Grass]

b30GrassVS

b30GrassVS toggles shader 3.0 filters on grass vertex shader???

Default is 0. Low and Medium are 0. High and Ultra presets are 1.

b30GrassVS=(0,1)

fGrassMaxStartFadeDistance

fGrassMaxStartFadeDistance sets the maximum distance that Grass Fade (fGrassStartFadeDistance) can be set to in the in-game Settings > Display menu. It has no actual effect. It is recommended to set this to a high value so it can be tweaked to the utmost (e.g., 18000).

Default is 7000.

fGrassMaxStartFadeDistance=(...,-0.0001,0,0.0001,...)

fGrassMinStartFadeDistance

fGrassMinStartFadeDistance sets the minimum distance that Grass Fade (fGrassStartFadeDistance) can be set to in the in-game Settings > Display menu. Unlike fGrassMaxStartFadeDistance, setting this too high will remove grass starting from the area farthest from the player and working inward, removing all grass if fGrassMinStartFadeDistance equals fGrassStartFadeDistance. Negative values cause a tiny patch of grass to be shown around the player even if fGrassStartFadeDistance is set to 0. It is recommended to be set to 0.

Default is 400.

fGrassMinStartFadeDistance=(...,-0.0001,0,0.0001,...)

fGrassStartFadeDistance

fGrassStartFadeDistance sets the distance grass will begin to fade. It is changeable in the in-game Settings > Display menu as Grass Fade.

Default is 3500. Low is 0. Medium is 3000. High is 5000. Ultra is 7000.

fGrassStartFadeDistance=(...,-0.0001,0,0.0001,...)