Thread Tools Display Modes
03-21-09, 11:20 AM   #1
Lrokor
A Cyclonian
Join Date: Jul 2007
Posts: 46
Camera addons

I used to have a addon that was similar to Improved Camera but that does not work anymore so is there one like what Improved Camera does? (Allowing you to zoom out furter than usuall...)
  Reply With Quote
03-21-09, 11:34 AM   #2
Jonno
A Murloc Raider
Join Date: Aug 2007
Posts: 5
Just a simple macro will do the job for you:

/console cameradistancemaxfactor 4

thatll move the camera back VERY far - i use it in Sarth to see the whole lava zome for fire waves.
I've never used ImprovedCamera, so i dont know what other effects it does, but that is the zoom macro i use
  Reply With Quote
03-21-09, 12:24 PM   #3
Lrokor
A Cyclonian
Join Date: Jul 2007
Posts: 46
I have that macro myself but thats not far enough away...
  Reply With Quote
03-22-09, 03:27 AM   #4
Luzzifus
A Warpwood Thunder Caller
 
Luzzifus's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 94
Then make the value 5.
  Reply With Quote
03-22-09, 04:18 AM   #5
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
Another CVar you will want to play with is CameraDistanceMax.

I only change the one:

/console CameraDistanceMax 50

I find that to be good enough for me. Take note 50 is the maximum value tolerated by this CVar and attempts to go further must be done with the multiplier specified earlier.
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
03-25-09, 10:36 PM   #6
Colloid
A Murloc Raider
Join Date: Feb 2009
Posts: 6
Originally Posted by Luzzifus View Post
Then make the value 5.
I made the macro you specified above, and changed the value from 4 to 5. But I noticed no change in camera distance.
  Reply With Quote
03-26-09, 08:16 AM   #7
Luzzifus
A Warpwood Thunder Caller
 
Luzzifus's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 94
Using that macro I can zoom out very far, so that I can hardly see my own character. It's hard to believe that this could not be enough for anyone.
  Reply With Quote
01-12-10, 07:20 AM   #8
Luciferul
An Aku'mai Servant
 
Luciferul's Avatar
Join Date: Sep 2008
Posts: 38
As far as i know some camera variables were changed in 3.3. Any idea how the above console commands should look like now?

Cheers.
  Reply With Quote
01-12-10, 08:52 AM   #9
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Code:
/console cameradistancemaxfactor 4
/console CameraDistanceMax 50
That's the maximum. The only situation you can zoom out even FURTHER is when you're drunk.

An example of fully being zoomed out and drunk.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote
01-12-10, 09:05 AM   #10
zero-kill
A Firelord
 
zero-kill's Avatar
Join Date: Aug 2009
Posts: 497
Originally Posted by nightcracker View Post
Code:
/console cameradistancemaxfactor 4
/console CameraDistanceMax 50
That's the maximum. The only situation you can zoom out even FURTHER is when you're drunk.

An example of fully being zoomed out and drunk.
Is that the new UI design?
  Reply With Quote
01-12-10, 09:10 AM   #11
Bornabe
A Flamescale Wyrmkin
 
Bornabe's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 133
Adding to all this camera stuff... Is there a way to adjust the camera base vertical position? So that our character isn't smack in the middle of the screen but perhaps a touch towards the bottom?
  Reply With Quote
01-12-10, 01:22 PM   #12
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Nope.

(10 chars)
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
01-12-10, 02:17 PM   #13
zero-kill
A Firelord
 
zero-kill's Avatar
Join Date: Aug 2009
Posts: 497
Originally Posted by Bornabe View Post
Adding to all this camera stuff... Is there a way to adjust the camera base vertical position? So that our character isn't smack in the middle of the screen but perhaps a touch towards the bottom?
This is something I've wanted for a bit.
  Reply With Quote
01-12-10, 02:42 PM   #14
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Originally Posted by zero-kill View Post
Is that the new UI design?
Nah it's called an "old picture".
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote
01-12-10, 02:43 PM   #15
Sythalin
Curse staff
 
Sythalin's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 680
If anyone's been keeping track, I've been doing mass updates on my projects as of late. Since it seems no one can suggest an actual addon to do these things (for those who don't want another macro), I plan to add this feature to Dynamic Camera in the near future. Most likely by this weekend, but not before Thursday (I have an exam coming up that day).

  Reply With Quote
01-12-10, 02:45 PM   #16
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Originally Posted by ChaosInc View Post
If anyone's been keeping track, I've been doing mass updates on my projects as of late. Since it seems no one can suggest an actual addon to do these things (for those who don't want another macro), I plan to add this feature to Dynamic Camera in the near future. Most likely by this weekend, but not before Thursday (I have an exam coming up that day).

I think I'm going to release a little mod that automaticly sets your camera distance to the max, another install and forget addon
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote
01-12-10, 02:46 PM   #17
Sythalin
Curse staff
 
Sythalin's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 680
Originally Posted by nightcracker View Post
I think I'm going to release a little mod that automaticly sets your camera distance to the max, another install and forget addon
I plan to do the whole customizable settings to go with the rest of the camera stuffs, so no clash there mate.
  Reply With Quote
01-13-10, 12:09 AM   #18
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Done: http://www.wowinterface.com/download...-ncCamera.html
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote
01-13-10, 07:10 AM   #19
Luciferul
An Aku'mai Servant
 
Luciferul's Avatar
Join Date: Sep 2008
Posts: 38
Originally Posted by nightcracker View Post
Got some error but the fix is ion the addon comments :P Thanks for the addon
Anyhow, this is the max range you can zoom? if i remember correctly there was a possibility a long time ago (burning crusade times i guess) where you could zoom by A LOT.
  Reply With Quote
01-13-10, 11:09 AM   #20
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Originally Posted by Luciferul View Post
Got some error but the fix is ion the addon comments :P Thanks for the addon
Anyhow, this is the max range you can zoom? if i remember correctly there was a possibility a long time ago (burning crusade times i guess) where you could zoom by A LOT.
Nerfed. 10char
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Camera addons


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off