1. #1

    Camera Zoom Speed no longer working? (not camera distance related)

    I know about the camera distance change and command. This is specifically about adjusting:

    /console cameraDistanceMoveSpeed 50

    This no longer seems to work?

  2. #2
    (edited wrong subject): I dunno why my was slow before the patch and now is fast again (the mouse wheel).
    Last edited by Tercio; 2016-10-25 at 11:11 PM.

  3. #3
    Running into the same problem. Using SetCVar("cameraDistanceMoveSpeed",50) generates an error that says this:
    Code:
    Couldn't find CVar named 'cameraDistanceMoveSpeed'
    .
    So they must have either renamed it or removed it.

    - - - Updated - - -

    Just found the solution through some dumb luck. The name has been changed to "cameraZoomSpeed". It has a max value of 50.

    Code:
    /console cameraZoomSpeed 50
    .
    So happy it wasn't removed.
    Last edited by whatisxml; 2016-10-26 at 12:19 AM.

  4. #4
    Quote Originally Posted by whatisxml View Post

    Code:
    /console cameraZoomSpeed 50
    .
    So happy it wasn't removed.
    Doesn't seem to work for me.

  5. #5
    Quote Originally Posted by Dawnrage View Post
    Doesn't seem to work for me.
    That command should work, I'm using it in MaxCam


    Quote Originally Posted by Tercio View Post
    I dunno why my was slow before the patch and now is fast again (the mouse wheel).
    Blizzard changed the default value from 8.33 to 20 in patch 7.1

  6. #6
    Quote Originally Posted by Ketho View Post
    That command should work, I'm using it in MaxCam
    Entering it manually didn't work for me, so I will try it in Maxcam, ty.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •