Guide:SkyrimPrefs INI/Water: Difference between revisions
No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
==== iWaterReflectHeight ==== | ==== 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. | 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. | Please note that water noise has been disabled in the below comparison images to more easily see the difference. | ||
Line 38: | Line 38: | ||
{{clear}} | {{clear}} | ||
Default is 512. | Default is 512. Recommended is 1024. | ||
<pre>iWaterReflectHeight=(256,512,1024,2048,...)</pre> | <pre>iWaterReflectHeight=(256,512,1024,2048,...)</pre> | ||
==== iWaterReflectWidth ==== | ==== 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. | 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. | Please note that water noise has been disabled in the below comparison images to more easily see the difference. | ||
Line 51: | Line 51: | ||
{{clear}} | {{clear}} | ||
Default is 512. | Default is 512. Recommended is 1024. | ||
<pre>iWaterReflectWidth=(256,512,1024,2048,...)</pre> | <pre>iWaterReflectWidth=(256,512,1024,2048,...)</pre> |
Revision as of 16:11, 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,...)