WoW:CVar cameraDistanceMaxFactor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{cvar}}
{{cvar|removed|7.0.3}}


'''This CVar was removed with the release of [[Patch 7.0.3]] (Legion Pre-patch).'''
Sets the factor by which [[CVar cameraDistanceMax]] is multiplied.
/console cameraDistanceMaxFactor <value>


Sets the factor by which [[CVar cameraDistanceMax]] is multiplied.
in WTF/Account/<account-name>/config-cache.wtf
SET cameraDistanceMaxFactor "<value>"


== Value ==
No Range
No Range
Can be changed either in the game via
'''/console cameraDistanceMaxFactor <value>'''
or with
'''SET cameraDistanceMaxFactor "<value>"'''
in WTF/Account/<account-name>/config-cache.wtf


== Notes ==
== Notes ==
* If the product of this value and the value of [[CVar cameraDistanceMax]] exceeds 60, the max distance will be 60. The camera can not be zoomed out beyond 60 yards. The game will set this value to int(60/[[CVar cameraDistanceMax]])+1 at logout if it is manually set higher than that.


*If the product of this value and the value of [[CVar cameraDistanceMax]] exceeds 60, the max distance will be 60. The camera can not be zoomed out beyond 60 yards. The game will set this value to int(60/[[CVar cameraDistanceMax]])+1 at logout if it is manually set higher than that.
== Changes ==
* Removed in 7.0.3
[[Category:Console variables|cameraDistanceMaxFactor]]
[[Category:Console variables|cameraDistanceMaxFactor]]

Revision as of 21:30, 23 August 2016

Console variables < cameraDistanceMaxFactor

Sets the factor by which CVar cameraDistanceMax is multiplied.

/console cameraDistanceMaxFactor <value>

in WTF/Account/<account-name>/config-cache.wtf

SET cameraDistanceMaxFactor "<value>"

Value

No Range

Notes

  • If the product of this value and the value of CVar cameraDistanceMax exceeds 60, the max distance will be 60. The camera can not be zoomed out beyond 60 yards. The game will set this value to int(60/CVar cameraDistanceMax)+1 at logout if it is manually set higher than that.

Changes

  • Removed in 7.0.3