WoW:CVar cameraDistanceMaxFactor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Its 60)
m (Move page script moved page CVar cameraDistanceMaxFactor to CVar cameraDistanceMaxFactor without leaving a redirect)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{cvar}}
{{cvar|removed|7.0.3}}
 
Sets the factor by which [[CVar cameraDistanceMax]] is multiplied.
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
No Range


Can be changed either in the game via
== 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.
'''/console cameraDistanceMaxFactor <value>'''
 
or with


'''SET cameraDistanceMaxFactor "<value>"'''
== Patch changes ==
 
* {{Patch 7.0.3|note=Removed.}}
in WTF/Account/<account-name>/config-cache.wtf
* {{Patch 1.11.1|note=Added.}}
 
== 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.
== External links ==
;News
{{elink|icon=pcgamesn|site=PCGamesN.com|link=http://www.pcgamesn.com/world-of-warcraft/wow-legion-max-camera-distance|desc=The strange story of World of Warcraft’s max camera distance and unexpectedly problematic changes|bydate=By [http://www.pcgamesn.com/profiles/ben-barrett Ben Barrett] August 8, 2016}}
[[Category:Console variables|cameraDistanceMaxFactor]]
[[Category:Console variables|cameraDistanceMaxFactor]]

Latest revision as of 04:47, 15 August 2023

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[edit]

No Range

Notes[edit]

  • 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.

Patch changes[edit]

External links[edit]

News