WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Video Effects and Custom UIs (https://www.wowinterface.com/forums/showthread.php?t=37899)

Exrol 12-25-10 11:59 AM

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?

Nobgul 12-25-10 02:02 PM

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.

Exrol 12-25-10 02:09 PM

http://www.wowinterface.com/download...QulightUI.html this one

Nobgul 12-25-10 06:13 PM

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.

Sojik 12-29-10 11:20 PM

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)



All times are GMT -6. The time now is 03:28 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI