Download
(609 b)
Download
Updated: 01-23-10 04:36 PM
Pictures
File Info
Updated:01-23-10 04:36 PM
Created:01-13-10 12:09 AM
Downloads:7,551
Favorites:29
MD5:

ncCamera  Popular! (More than 5000 hits)

Version: 1.1
by: nightcracker [More]

ncCamera is a simple addon that does one simple thing: it allows you to zoom out your camera to the maximum amount(further than found in the Video options).

Upcoming features:
- None
Suggest features!

Usage:
Install & go! No configuration.

1.1
--
Removed the lookbehind, already implemented by blizzard UI.

1.0
--
Initial.
Optional Files (0)


Post A Reply Comment Options
Unread 02-23-13, 03:17 PM  
samvx
A Defias Bandit
 
samvx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 118
Uploads: 3
Auto distance camera

Auto distance camera depend target size? (request/idea)
Report comment to moderator  
Reply With Quote
Unread 05-21-10, 03:15 PM  
Goldpaw
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 56
File comments: 17
Uploads: 21
Originally posted by nightcracker
Try to add this line to the ncCamera.lua file:
Code:
SetCVar("cameraDistanceSmoothSpeed", 50)
or try this;

Code:
SetCVar("cameraDistanceMoveSpeed", 50)
SetCVar("cameraDistanceSmoothSpeed", 50)
Report comment to moderator  
Reply With Quote
Unread 03-26-10, 07:24 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Spartitan
a suggestion could be how fast u zoom the camera because blizz's default speed is slow as !@#$ xD
Try to add this line to the ncCamera.lua file:
Code:
SetCVar("cameraDistanceSmoothSpeed", 50)
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 03-25-10, 04:36 PM  
Spartitan
A Murloc Raider

Forum posts: 4
File comments: 57
Uploads: 0
a suggestion could be how fast u zoom the camera because blizz's default speed is slow as !@#$ xD
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 06:45 PM  
rakkarage
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 50
Uploads: 2
Re: Re: /lookbehind

Typing the camera thing every raid is a pain in the butt. Even macroing it is a pain, and it's easy to forget.
you only have to enter it once...
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 03:21 PM  
JDoubleU00
A Firelord
 
JDoubleU00's Avatar
AddOn Author - Click to view AddOns

Forum posts: 463
File comments: 82
Uploads: 2
Originally posted by snoopdobi
Yeah, Blizz got default settings for flip camera option, thanks for effort tho.
So? Thanks for a worthless post.
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 02:50 PM  
HelloMyNameIs
A Defias Bandit
 
HelloMyNameIs's Avatar

Forum posts: 2
File comments: 12
Uploads: 0
Hi is there a slash comman or something to change max camera distance it doesn't seem to effect my camera i installed it correctly just wondering why it isn't working for me. Also the slash commands never work for me either.

And i use ArkiveUI Btw.

Thanks if you can help me.
__________________
Peanut Butter Jelly Time!!!
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 01:57 PM  
snoopdobi
A Murloc Raider

Forum posts: 6
File comments: 20
Uploads: 0
Yeah, Blizz got default settings for flip camera option, thanks for effort tho.
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 10:41 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Re: /lookbehind

Originally posted by rakkarage
there is a binding in the blizzard keybindings that already flips your camera...
I didn't know that.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 10:38 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Re: Re: Re: /lookbehind

Originally posted by ballagarba
Seems like he missed a closing parenthesis. However, this shoud fix it.

Code:
local f = CreateFrame("Frame")
f:SetScript("OnEvent", function()
	SetCVar("cameraDistanceMax", 50)
	SetCVar("CameraDistanceMaxFactor", 3.4)
end)
f:RegisterEvent("PLAYER_ENTERING_WORLD")
SLASH_NCCAMERA1 = "/lookbehind"
function SlashCmdList.NCCAMERA() FlipCameraYaw(180) end
Ouch ouch ouch ouch ouch, thanks for reporting, fixing it right now.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 06:07 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Re: Re: /lookbehind

Originally posted by lduvall
Typing the camera thing every raid is a pain in the butt. Even macroing it is a pain, and it's easy to forget. This addon is MINISCULE, and will have virtually no impact on your gameplay.

Another quick note: I get the following error with the addon:

ncCamera-1.0\ncCamera.lua:6: ')' expected (to close '(' at line 2) near 'f'
Seems like he missed a closing parenthesis. However, this shoud fix it.

Code:
local f = CreateFrame("Frame")
f:SetScript("OnEvent", function()
	SetCVar("cameraDistanceMax", 50)
	SetCVar("CameraDistanceMaxFactor", 3.4)
end)
f:RegisterEvent("PLAYER_ENTERING_WORLD")
SLASH_NCCAMERA1 = "/lookbehind"
function SlashCmdList.NCCAMERA() FlipCameraYaw(180) end
Last edited by ballagarba : 01-13-10 at 06:09 AM.
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 12:54 AM  
lduvall
A Murloc Raider

Forum posts: 8
File comments: 36
Uploads: 0
Re: /lookbehind

Originally posted by rakkarage
there is a binding in the blizzard keybindings that already flips your camera... whats the difference?

and the camera thing.... just need to type this once

/console cameraDistanceMaxFactor 3.4
/console cameraDistanceMax 50

thanks
Typing the camera thing every raid is a pain in the butt. Even macroing it is a pain, and it's easy to forget. This addon is MINISCULE, and will have virtually no impact on your gameplay.

Another quick note: I get the following error with the addon:

ncCamera-1.0\ncCamera.lua:6: ')' expected (to close '(' at line 2) near 'f'
Last edited by lduvall : 01-13-10 at 04:39 AM.
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 12:41 AM  
rakkarage
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 50
Uploads: 2
/lookbehind

there is a binding in the blizzard keybindings that already flips your camera... whats the difference?

and the camera thing.... just need to type this once

/console cameraDistanceMaxFactor 3.4
/console cameraDistanceMax 50

thanks
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 12:34 AM  
lduvall
A Murloc Raider

Forum posts: 8
File comments: 36
Uploads: 0
omg

Been looking for a simple addon like this for a LONG time to replace CameraPlus, an addon that does way more than I need it to, which is just this. Thanks so much
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 12:33 AM  
zero-kill
A Firelord
 
zero-kill's Avatar

Forum posts: 497
File comments: 36
Uploads: 0
Originally posted by vAzNKNiGHT
Nice addon! But you should make the description text a little bigger on the WoWI page.

He's trying to be cool though, count your blessings that the font pool is small.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: