WoW:CVar farclip: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
Line 6: Line 6:


==Possible Settings==
==Possible Settings==
This CVar accepts a range of values from 177 to 1277 via in-game video options.
This CVar accepts a range of values from 185 to 1250 via in-game video options.
;177 :minimum farclip distance
;0 :minimum farclip distance when set manually (world ist not rendered at this setting)
;1277 :maximum farclip distance
;185 :minimum farclip distance
;1600 :maximum farclip distance if setting manually
;1250 :maximum farclip distance
;1600 :maximum farclip distance when set manually (possible higher, the cvar doesn't cap)


==Changing this setting==
==Changing this setting==
Line 19: Line 20:


==Patches==
==Patches==
{{patch 4.0.1|note=Min value decreased to 0, possible higher Max value}}
{{patch 3.0.2|note=Max value increased from 777 to 1277}}
{{patch 3.0.2|note=Max value increased from 777 to 1277}}
{{patch 1.1.0|note=Added}}
{{patch 1.1.0|note=Added}}
[[Category:Console variables|farclip]]
[[Category:Console variables|farclip]]

Revision as of 22:41, 16 October 2010

This CVar controls the view distance of the environment. Manually increasing this CVar beyond the maximum value may cause the client to crash (Error 132).

Default Setting

350

Possible Settings

This CVar accepts a range of values from 185 to 1250 via in-game video options.

0
minimum farclip distance when set manually (world ist not rendered at this setting)
185
minimum farclip distance
1250
maximum farclip distance
1600
maximum farclip distance when set manually (possible higher, the cvar doesn't cap)

Changing this setting

In-game, type the following

/console farclip setting

Alternatively, you can exit wow, open the Config.wtf file, and add the following line:

SET farclip setting

Patches

Template:Wotlk-inline/Template:Cata-inline <span style="" title="Patch 4.0.1">Patch 4.0.1</span> (patch date::12-Oct-2010): Min value decreased to 0, possible higher Max value
Template:Patch 3.0.2 Template:Patch 1.1.0