Download
(92Kb)
Download
Updated: 10-20-20 12:56 AM
Pictures
File Info
Compatibility:
Shadowlands pre-patch (9.0.1)
Updated:10-20-20 12:56 AM
Created:11-06-11 07:08 PM
Downloads:9,592
Favorites:56
MD5:
Categories:Miscellaneous, Utility Mods

FasterCamera  Popular! (More than 5000 hits)

Version: v2.4.5
by: Ketho [More]

Increases camera zoom speed

Slash Commands

/fc, /fastercam

Video by Azeroth Underachiever:

v2.4.5 [2020.10.20]
  • Shadowlands pre-patch update
v2.2.0 [2018.07.22]
  • Update for 7.2
  • Added ruRU locale
v2.1.3 [2017.04.13]
  • Update for 7.2
  • Added ruRU locale
v2.1.1 [2016.10.26]
  • Update for 7.1
  • Distance indicator is now also updated when zooming while showing the Blizzard options panel
  • Change close up increment behavior to 6 yards (up from 4)
v2.1.0 [2016.08.22]
  • Decreased zoom increment when the camera is close up (<4 yards)
  • Fixed max distance slider being reset when setting it through the Blizzard options window
  • Set max distance slider to steps of 1.5 since the cvar gets rounded to 1 decimal
  • Disable self when DynamicCam is loaded
  • Updated the Blizzard slider to "15 - 39" instead of "Near - Far"
  • Update zhCN, zhTW locales
v2.0.1 [2016.08.09]
  • Update for cameraDistanceMaxFactor 2.6
  • Changed Zoom Increment default to 4 (up from 3)
  • Added current distance indicator
  • Removed the defaults button
v2.0 [2016.07.04]
  • Fixed the removed cameraDistanceMax cvar error, removed the max distance slider
  • Changed the Zoom Increment default value to 3 (down from 4)
v1.9 [2016.05.13]
  • Updated for Legion
  • Optimized code
v1.8 [2015.09.04]
  • Bumped TOC to 60200
v1.7 [2014.08.05]
  • Updated for WoD
v1.6 [2013.12.15]
  • Bumped TOC to 50400
v1.5 [2013.05.23]
  • Bumped TOC to 50300
v1.4 [2013.05.03]
  • Bumped TOC to 50200
v1.3 [2012.10.16]
  • Changed default Zoom Increment to 4, down from 5
  • Updated locales
v1.2 [2012.08.28]
  • Updated for MoP (5.0.4)
v1.1 [2012.02.09]
  • Added ptBR locale by muniz, esES locale by yllelder; Optimized Localization
  • The slash command now opens an AceConfig window instead of the Blizzard window
  • Fixed possible taint from the Data Broker display
v1.0 [2011.11.30]
  • Updated for 4.3
  • Updated Ace3 to r1041
v0.9 [2011.11.19]
v0.8 [2011.11.18]
  • Increased default Max Camera Distance to 50
  • Updated koKR, zhCN, zhTW locales by Sayclub and BNSSNB
v0.7 [2011.11.13]
  • Simplified the options menu
  • Changed the Localization phrases
v0.6 [2011.11.10]
  • Increased Camera Zoom Speed to 20
  • Changed to new SavedVars db
v0.5 [2011.11.09]
  • Increased Max Camera Zoom Increment to 25
  • FasterCamera now also works while in a vehicle
  • Added zhCN and zhTW locale by BNSSNB
v0.4 [2011.11.08]
v0.3 [2011.11.07]
  • Added deDE and esES locale by Neutronimity and Osamar
v0.2 [2011.11.07]
v0.1 [2011.11.06]
  • Initial Release
Optional Files (0)


Post A Reply Comment Options
Unread 10-19-20, 08:16 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by Kabuto-eu
Options GUI crashes in 9.01. Probably ace lib/ set backdrop related. Any chance of a fix?

Fixed
Report comment to moderator  
Reply With Quote
Unread 10-14-20, 07:23 AM  
Kabuto-eu
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 45
Uploads: 2
Options GUI crashes in 9.01. Probably ace lib/ set backdrop related. Any chance of a fix?
Report comment to moderator  
Reply With Quote
Unread 12-17-13, 03:27 AM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Re: Love it!

Originally Posted by menace97
Thank you so much! This makes using the camera in WoW so much better. I love it!
I also love this addon
Report comment to moderator  
Reply With Quote
Unread 12-15-13, 06:53 PM  
menace97
Premium Member
 
menace97's Avatar
Premium Member

Forum posts: 4
File comments: 101
Uploads: 0
Thumbs up Love it!

Thank you so much! This makes using the camera in WoW so much better. I love it!
Report comment to moderator  
Reply With Quote
Unread 11-18-11, 10:56 PM  
psycedelic
A Defias Bandit

Forum posts: 3
File comments: 52
Uploads: 0
Re: Re: OMFFFFFG

Its okey i just love the addon and happy to report
i will now update the addon to latest version of yours.
And in the future i will use the bug report feature.

Originally Posted by Ketho
Originally Posted by psycedelic
Since the latest update....

WOW ERROR AND IT DOSENT SAVE THE VARIBLES FOR MAX CAMERA DISTANCE!!!!
Sorry Psycedelic, I made an error while adding new variables to the SavedVars
Code:
local defaults = {
	increment = 5,
	speed = 20,
	distance = 50,
}

local function OnEvent(self, event, ...)
	if event == "ADDON_LOADED" and ... == "FasterCamera" then
		FasterCameraDB2 = FasterCameraDB2 or defaults
	end
end
As you can see, the new defaults wouldn't get loaded, since FasterCameraDB2 already previously existed :S
This is sloppy of me, and I need to find a "future proof" way to add new SavedVars variables in

This should be fixed in v0.9; Sorry for the trouble
Report comment to moderator  
Reply With Quote
Unread 11-18-11, 08:55 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Re: OMFFFFFG

Originally Posted by psycedelic
Since the latest update....

WOW ERROR AND IT DOSENT SAVE THE VARIBLES FOR MAX CAMERA DISTANCE!!!!
Sorry Psycedelic, I made an error while adding new variables to the SavedVars
Code:
local defaults = {
	increment = 5,
	speed = 20,
	distance = 50,
}

local function OnEvent(self, event, ...)
	if event == "ADDON_LOADED" and ... == "FasterCamera" then
		FasterCameraDB2 = FasterCameraDB2 or defaults
	end
end
As you can see, the new defaults wouldn't get loaded, since FasterCameraDB2 already previously existed :S
This is sloppy of me, and I need to find a "future proof" way to add new SavedVars variables in

This should be fixed in v0.9; Sorry for the trouble
Last edited by Ketho : 11-18-11 at 09:42 PM.
Report comment to moderator  
Reply With Quote
Unread 11-18-11, 11:56 AM  
psycedelic
A Defias Bandit

Forum posts: 3
File comments: 52
Uploads: 0
OMFFFFFG

Since the latest update....

WOW ERROR AND IT DOSENT SAVE THE VARIBLES FOR MAX CAMERA DISTANCE!!!!
Report comment to moderator  
Reply With Quote
Unread 11-13-11, 02:41 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Re: Defaults?

Originally Posted by unstoppixel
Just curious, what are the default numbers?
Same as in the screenshot =)
Code:
Camera Zoom Increment: 5
Camera Zoom Speed: 20
Max Camera Distance: 50 (Updated in v0.8)
Last edited by Ketho : 11-18-11 at 07:07 AM.
Report comment to moderator  
Reply With Quote
Unread 11-13-11, 02:11 PM  
unstoppixel
An Aku'mai Servant
 
unstoppixel's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 37
File comments: 131
Uploads: 2
Question Defaults?

Just curious, what are the default numbers?
__________________
Report comment to moderator  
Reply With Quote
Unread 11-12-11, 04:11 AM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by corveroth
Does the user really care about the distinction between cameraDistanceMax and cameraDistanceMaxFactor? Would they ever have reason to change one independently of the other?

If you can't answer yes to either, you might merge them into a single slider from 1-200 and hide the finer details in the name of usability.
You got a point there, Corveroth
The max camera distance only reaches to 50 max, and anything above is just theoretical and will be limited back to 50

I will look if I can maybe simplify it by keeping cameraDistanceMaxFactor at 1,
and just call cameraDistanceMax "Max Camera Distance" ..

http://www.wowpedia.org/CVar_cameraDistanceMax
http://www.wowpedia.org/CVar_cameraDistanceMaxFactor

Update 2011.11.13: released v0.7
Last edited by Ketho : 11-13-11 at 01:51 PM.
Report comment to moderator  
Reply With Quote
Unread 11-12-11, 03:40 AM  
corveroth
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 90
Uploads: 17
Does the user really care about the distinction between cameraDistanceMax and cameraDistanceMaxFactor? Would they ever have reason to change one independently of the other?

If you can't answer yes to either, you might merge them into a single slider from 1-200 and hide the finer details in the name of usability.
Report comment to moderator  
Reply With Quote
Unread 11-11-11, 01:41 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by Destrominos
Awesome! Exactly what I've wanted!
Thanks, Destrominos
Originally Posted by Aprikot
This is a very nice addon, thanks for sharing it (nice exmple of config gui to study too ). just curious, do you know if there is support in the game API to get camera positon apart frm a user preset? I.e., one "click" away from 1st person, etc.
I hope my config gui isn't too bad =)

No, I don't know of any API or CVars that return the camera position/distance
Sorry, Aprikot
Report comment to moderator  
Reply With Quote
Unread 11-11-11, 08:16 AM  
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 284
File comments: 67
Uploads: 2
This is a very nice addon, thanks for sharing it (nice exmple of config gui to study too ). just curious, do you know if there is support in the game API to get camera positon apart frm a user preset? I.e., one "click" away from 1st person, etc.
Report comment to moderator  
Reply With Quote
Unread 11-07-11, 12:30 AM  
Destrominos
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 56
File comments: 62
Uploads: 1
Awesome! Exactly what I've wanted!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: