Guide:SkyrimPrefs INI/Water: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 46: Line 46:
Please note that water noise has been disabled in the below comparison images to more easily see the difference.
Please note that water noise has been disabled in the below comparison images to more easily see the difference.


{{GallerySimple|id=iWaterReflectWidth|img=File:bUsePerWorldSpaceWaterNoise=0.jpg|caption=iWaterReflectHeight=512 and iWaterReflectWidth=512<br />(Default)}}
{{GallerySimple|id=iWaterReflectWidth|img=File:bUsePerWorldSpaceWaterNoise=0.jpg|caption=iWaterReflectHeight=512<br />iWaterReflectWidth=512<br />(Default)}}
{{GallerySimple|id=iWaterReflectWidth|img=File:iWaterReflect=1024.jpg|caption=iWaterReflectHeight=1024 and iWaterReflectWidth=1024}}
{{GallerySimple|id=iWaterReflectWidth|img=File:iWaterReflect=1024.jpg|caption=iWaterReflectHeight=1024<br />iWaterReflectWidth=1024}}
{{GallerySimple|id=iWaterReflectWidth|img=File:iWaterReflect=2048.jpg|caption=iWaterReflectHeight=2048 and iWaterReflectWidth=2048}}
{{GallerySimple|id=iWaterReflectWidth|img=File:iWaterReflect=2048.jpg|caption=iWaterReflectHeight=2048<br />iWaterReflectWidth=2048}}
{{clear}}
{{clear}}


Default is 512. Recommended is 1024.
Default is 512. Recommended is 1024.
<pre>iWaterReflectWidth=(256,512,1024,2048,...)</pre>
<pre>iWaterReflectWidth=(256,512,1024,2048,...)</pre>

Revision as of 16:14, September 28, 2015

[Water]

bUseWaterDepth

bUseWaterDepth toggles the depth effect to water.

Default is 1.

bUseWaterDepth=(0,1)

bUseWaterDisplacements

bUseWaterDisplacements toggles water displacements (e.g., water trail behind you as you move through it).

Default is 1.

bUseWaterDisplacements=(0,1)

bUseWaterReflections

bUseWaterReflections toggles water reflections.

Default is 1.

bUseWaterReflections=(0,1)

bUseWaterRefractions

bUseWaterRefractions toggles water refractions.

Default is 1.

bUseWaterRefractions=(0,1)

iWaterReflectHeight

iWaterReflectHeight sets the resolution height of water reflections. This value must be a texture resolution value to avoid bugs. Values below 1 induce CTDs. It is recommended to increase this to 1024.

Please note that water noise has been disabled in the below comparison images to more easily see the difference.

Default is 512. Recommended is 1024.

iWaterReflectHeight=(256,512,1024,2048,...)

iWaterReflectWidth

iWaterReflectWidth sets the resolution width of water reflections. This value must be a texture resolution value to avoid bugs. Values below 1 induce CTDs. It is recommended to increase this to 1024.

Please note that water noise has been disabled in the below comparison images to more easily see the difference.

Default is 512. Recommended is 1024.

iWaterReflectWidth=(256,512,1024,2048,...)