WoW:CVar farclip: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(max value as of 3.3 is 1587)
Line 1: Line 1:
Controls the view distance of the environment.
__NOTOC__


===Manually increasing this CVar above the max can cause havoc with WoW, and cause ERROR 132 crashes.===


;value :Integer value between 177 and 1587. Default 350.
This CVar controls the view distance of the environment.


==Default Setting==
;350
==Possible Settings==
This CVar accepts a range of values from 177 to 1277 via in-game video options.
;177 :minimum farclip distance
;1277 :maximum farclip distance
;1600 :maximum farclip distance if setting manually
==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==
{{patch 3.0.2|note=Max value increased from 777 to 1277}}
{{patch 1.1.0|note=Added}}


[[Category:Console variables|farclip]]
[[Category:Console variables|farclip]]

Revision as of 15:48, 5 April 2010


Manually increasing this CVar above the max can cause havoc with WoW, and cause ERROR 132 crashes.

This CVar controls the view distance of the environment.

Default Setting

350

Possible Settings

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

177
minimum farclip distance
1277
maximum farclip distance
1600
maximum farclip distance if setting manually

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:Patch 3.0.2 Template:Patch 1.1.0