Thread Tools Display Modes
12-25-10, 11:59 AM   #1
Exrol
A Defias Bandit
Join Date: Dec 2010
Posts: 2
Video Effects and Custom UIs

Hey I've been using custom Uis from this site but I have a question.


Why when I add a custom interface all my vido EFFECTS are off and event if I turn them on they are still of (like ghost effect) and how I can activate em?

Last edited by Exrol : 12-25-10 at 12:10 PM.
  Reply With Quote
12-25-10, 02:02 PM   #2
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
Some UI's use hardcoded cvar's to change video effects. If you have a specific UI you are having issues with let us know which one and we can take a look at it.
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
12-25-10, 02:09 PM   #3
Exrol
A Defias Bandit
Join Date: Dec 2010
Posts: 2
http://www.wowinterface.com/download...QulightUI.html this one
  Reply With Quote
12-25-10, 06:13 PM   #4
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
I see it is a edit of tukz ui. I would start by posting a question in the comments section of the addon. If that doesnt work you can post on tukz website.
There is alot of code to go through the see if we can find the settings if any. If you get a text editor that will search inside files you can try searching inside of your addon directory for SET.
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
12-29-10, 11:20 PM   #5
Sojik
A Wyrmkin Dreamwalker
 
Sojik's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 53
I don't think it has to do with QulightUI.

Code:
Search "cvar" (29 hits in 6 files)
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\datatext\gold.lua (2 hits)
	Line 57: 		local myPlayerRealm = GetCVar("realmName");
	Line 121: 		local myPlayerRealm = GetCVar("realmName");
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\loot.lua (1 hits)
	Line 187: 	if(GetCVar("lootUnderMouse") == "1") then
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\map.lua (5 hits)
	Line 29: 	local maplock = GetCVar("advancedWorldMap")
	Line 37: 	local maplock = GetCVar("advancedWorldMap")
	Line 47: local MoveMap = GetCVarBool("advancedWorldMap")
	Line 49: 	SetCVar("advancedWorldMap", 1)
	Line 173: 	local SmallerMap = GetCVarBool("miniWorldMap")
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\Nameplates.lua (2 hits)
	Line 252: 		SetCVar("nameplateShowEnemies", 0)
	Line 259: 		SetCVar("nameplateShowEnemies", 1)
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\Tweak.lua (11 hits)
	Line 7: SetCVar("cameraDistanceMax", 50)
	Line 8: SetCVar("cameraDistanceMaxFactor", 3.4)
	Line 9: SetCVar("nameplateShowFriends", 0)
	Line 10: SetCVar("nameplateShowEnemies", 1)
	Line 11: SetCVar("ShowClassColorInNameplate", 1)
	Line 12: SetCVar( "bloattest", 1)
	Line 13: SetCVar( "spreadnameplates", 0)
	Line 14: SetCVar( "consolidateBuffs", 0)
	Line 15: SetCVar("ShowClassColorInNameplate", 1)
	Line 16: SetCVar("consolidateBuffs",0) 
	Line 17: SetCVar("buffDurations",1)
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\xCT\xCT.lua (8 hits)
	Line 576: 	SetCVar("CombatLogPeriodicSpells",0)
	Line 577: 	SetCVar("PetMeleeDamage",0)
	Line 578: 	SetCVar("CombatDamage",0)
	Line 579: 	SetCVar("CombatHealing",0)
	Line 583: -- hook blizz float mode selector. blizz sucks, because changing  cVar combatTextFloatMode doesn't fire CVAR_UPDATE
	Line 583: -- hook blizz float mode selector. blizz sucks, because changing  cVar combatTextFloatMode doesn't fire CVAR_UPDATE
	Line 822: 				SetCVar('CombatHealing',0)
	Line 826: 				SetCVar('CombatHealing',1)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Video Effects and Custom UIs

Thread Tools
Display Modes

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