config.lua
À propos du fichier
- Type de fichier
- Fichier LUA de 9 Ko (text/plain)
- Confidentialité
- Fichier public, envoyé le 21 mai 2010 à 12:42, depuis l'adresse IP 82.234.x.x (France)
- Sécurité
- Ne contient aucun Virus ou Malware connus - Dernière vérification: 3 jours
- Statistiques
- La présente page de téléchargement a été vue 1482 fois depuis l'envoi du fichier
- Page de téléchargement
-
Aperçu du fichier
TukuiDB["general"] = {
["autoscale"] = true, -- mainly enabled for users that don't want to mess with the config file
["uiscale"] = 0.71, -- set your value (between 0.64 and 1) of your uiscale if autoscale is off
["overridelowtohigh"] = false, -- EXPERIMENTAL ONLY! override lower version to higher version on a lower reso.
["multisampleprotect"] = true, -- i don't recommend this because of shitty border but, voila!
}
TukuiDB["media"] = {
["font"] = [[Fonts\FRIZQT__.ttf]], -- general font of tukui
["uffont"] = [[Interface\AddOns\Tukui\media\uf_font.ttf]], -- general font of unitframes
["dmgfont"] = [[Interface\AddOns\Tukui\media\combat_font.ttf]], -- general font of dmg / sct
["normTex"] = [[Interface\Addons\Tukui\media\normTex]], -- texture used for tukui healthbar/powerbar/etc
["glowTex"] = [[Interface\Addons\Tukui\media\glowTex]], -- the glow text around some frame.
["bubbleTex"] = [[Interface\Addons\Tukui\media\bubbleTex]], -- unitframes combo points
["blank"] = [[Interface\AddOns\Tukui\media\blank]], -- the main texture for all borders/panels
["bordercolor"] = { .6,.6,.6,1 }, -- border color of tukui panels
["altbordercolor"] = { .4,.4,.4,1 }, -- alternative border color, mainly for unitframes text panels.
["backdropcolor"] = { .1,.1,.1,1 }, -- background color of tukui panels
["pixelfont"] = [[fonts\ARIALN.ttf]], -- another general font
["buttonhover"] = [[Interface\AddOns\Tukui\media\button_hover]],
}
TukuiDB["unitframes"] = {
-- general options
["enable"] = true, -- -- can i really need to explain this?
["unitcastbar"] = true, -- enable tukui castbar
["cblatency"] = false, -- enable castbar latency
["cbicons"] = true, -- enable icons on castbar
["auratimer"] = true, -- enable timers on buffs/debuffs
["auraspiral"] = true, -- enable spiral timer on auras.
["auratextscale"] = 11, -- the font size of buffs/debuffs timers
["playerauras"] = false, -- enable auras on player unit frame
["targetauras"] = true, -- enable auras on target unit frame
["highThreshold"] = 80, -- hunter high threshold
["lowThreshold"] = 20, -- global low threshold, for low mana warning.
["targetpowerpvponly"] = true, -- enable power text on pvp target only
["totdebuffs"] = false, -- enable tot debuffs (high reso only)
["focusdebuffs"] = false, -- enable focus debuffs
["playerdebuffsonly"] = false, -- enable our debuff only on our current target
["showfocustarget"] = false, -- show focus target
["showtotalhpmp"] = false, -- change the display of info text on player and target with XXXX/Total.
["showsmooth"] = true, -- enable smooth bar
["showthreat"] = true, -- enable the threat bar anchored to info left panel.
["charportrait"] = true, -- can i really need to explain this?
["t_mt"] = false, -- enable maintank and mainassist
["t_mt_power"] = false, -- enable power bar on maintank and mainassist because it's not show by default.
["combatfeedback"] = true, -- enable combattext on player and target.
["classcolor"] = true, -- if set to false, use foof color theme.
["playeraggro"] = false, -- glow border of player frame change color according to your current aggro.
-- raid layout
["showrange"] = true, -- show range opacity on raidframes
["raidalphaoor"] = 0.3, -- alpha of unitframes when unit is out of range
["gridposX"] = 18, -- horizontal position starting from left
["gridposY"] = -250, -- vertical position starting from top
["gridposZ"] = "TOPLEFT", -- if we want to change the starting position zone
["gridonly"] = false, -- enable grid only mode for all healer mode raid layout.
["showsymbols"] = true, -- show symbol.
["aggro"] = true, -- show aggro on all raids layouts
["raidunitdebuffwatch"] = false, -- track important spell to watch in pve for healing mode.
["gridhealthvertical"] = true, -- enable vertical grow on health bar
["showplayerinparty"] = false, -- show my player frame in party
["gridscale"] = 1, -- set the healing grid scaling
["gridmaxgroup"] = 8, -- max # of group you want to show on grid layout, between 1 and 8
-- priest only plugin
["ws_show_time"] = false, -- show time on weakened soul bar
["ws_show_player"] = true, -- show weakened soul bar on player unit
["ws_show_target"] = true, -- show weakened soul bar on target unit
["if_warning"] = true, -- show innerfire warning when in combat and not active.
-- death knight only plugin
["runebar"] = true, -- enable tukui runebar plugin
-- shaman only plugin
["totembar"] = true, -- enable tukui totem bar plugin
-- general uf extra, mostly experimental
["fadeufooc"] = false, -- fade unitframe when out of combat
["fadeufoocalpha"] = 0, -- alpha you want out of combat between 0 and 1.
}
TukuiDB["arena"] = {
["unitframes"] = true, -- enable tukz arena unitframes (requirement : tukui unitframes enabled)
["spelltracker"] = true, -- enable tukz enemy spell tracker
}
TukuiDB["actionbar"] = {
["enable"] = true, -- enable tukz action bars
["hotkey"] = false, -- enable hotkey display because it was a lot requested
["rightbarmouseover"] = false, -- enable right bars on mouse over
["shapeshiftmouseover"] = false, -- enable shapeshift or totembar on mouseover
["hideshapeshift"] = false, -- hide shapeshift or totembar because it was a lot requested.
["bottomrows"] = 1, -- numbers of row you want to show at the bottom (select between 1 and 2 only)
["rightbars"] = 2, -- numbers of right bar you want
}
TukuiDB["nameplate"] = {
["enable"] = true, -- enable nice skinned nameplates that fit into tukui
}
TukuiDB["bags"] = {
["enable"] = true, -- enable an all in one bag mod that fit tukui perfectly
}
TukuiDB["map"] = {
["enable"] = true, -- reskin the map to fit tukui
}
TukuiDB["loot"] = {
["lootframe"] = true, -- reskin the loot frame to fit tukui
["rolllootframe"] = true, -- reskin the roll frame to fit tukui
}
TukuiDB["cooldown"] = {
["enable"] = true, -- can i really need to explain this?
["treshold"] = 8, -- show decimal under X seconds and text turn red
}
TukuiDB["datatext"] = {
["fps_ms"] = 4, -- show fps and ms on panels
["mem"] = 5, -- show total memory on panels
["bags"] = 0, -- show space used in bags on panels
["gold"] = 6, -- show your current gold on panels
["wowtime"] = 8, -- show time on panels
["guild"] = 1, -- show number on guildmate connected on panels
["dur"] = 2, -- show your equipment durability on panels.
["friends"] = 3, -- show number of friends connected.
["dps_text"] = 0, -- show a dps meter on panels
["hps_text"] = 0, -- show a heal meter on panels
["power"] = 7, -- show your attackpower/spellpower/healpower/rangedattackpower whatever stat is higher gets displayed
["arp"] = 0, -- show your armor penetration rating on panels.
["haste"] = 0, -- show your haste rating on panels.
["crit"] = 0, -- show your crit rating on panels.
["avd"] = 0, -- show your current avoidance against the level of the mob your targeting
["armor"] = 0, -- show your armor value against the level mob you are currently targeting
["battleground"] = true, -- enable 3 stats in battleground only that replace stat1,stat2,stat3.
["time24"] = true, -- set time to 24h format.
["localtime"] = false, -- set time to local time instead of server time.
["font"] = [[fonts\ARIALN.ttf]], -- font used for panels.
["fontsize"] = 12, -- font size for panels.
}
TukuiDB["chat"] = {
["enable"] = true, -- blah
["font"] = [[fonts\ARIALN.ttf]], -- font for chat
["fontsize"] = 12, -- font size for chat
["chattime"] = false, -- enable chat time on chat
}
TukuiDB["panels"] = {
["tinfowidth"] = 370, -- the width of left and right stat panels.
}
TukuiDB["tooltip"] = {
["enable"] = true, -- true to enable this mod, false to disable
["cursor"] = false, -- enable units tooltip on cursor
}
TukuiDB["combatfont"] = {
["enable"] = true, -- true to enable this mod, false to disable
}
TukuiDB["merchant"] = {
["enable"] = true, -- true to enable this mod, false to disable
["sellgrays"] = true, -- automaticly sell grays?
["autorepair"] = true, -- automaticly repair?
}
TukuiDB["error"] = {
["enable"] = true, -- true to enable this mod, false to disable
filter = { -- what messages to not hide
["Inventory is full."] = true, -- inventory is full will not be hidden by default
},
}
TukuiDB["invite"] = {
["autoaccept"] = true, -- auto-accept invite from guildmate and friends.
}
TukuiDB["combo"] = {
["enable"] = true, -- enable middle screen combo text pts.
}
TukuiDB["watchframe"] = {
["movable"] = true, -- disable this if you run "Who Framed Watcher Wabbit" from seerah.
}
-- an example if you want multiple config
if TukuiDB.myname == "Tùkz" or TukuiDB.myname == "Tukz" then
TukuiDB["focus"] = {
["enable"] = true, -- enable mouseover focus key
["arenamodifier"] = "shift", -- modifier to use
["arenamouseButton"] = "3", -- mouse button to use
}
else
TukuiDB["focus"] = {
["enable"] = false, -- enable mouseover focus key
["arenamodifier"] = "shift", -- modifier to use
["arenamouseButton"] = "3", -- mouse button to use
}
end
Partager le fichier config.lua sur le Web et les réseaux sociaux:
Télécharger le fichier config.lua