All pastes #1969251 Raw Edit

Test Config Edit

public lua v1 · immutable
#1969251 ·published 2010-10-21 18:37 UTC
rendered paste body
TukuiCF["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"] = true,         -- 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!}TukuiCF["theme"] = { -- trust me, there's a reason I'm doing this now, instead of later	["CHAT_Font"] = TukuiCF.media.font,		-- Controls: Chat Font ONLY!!		["UF_Font"] = TukuiCF.media.pixelfont, 	-- Controls: Unitframe // Actionbar // Buff+Debuff Fonts	["UF_FSize"] = 12, 							-- Controls: Font size if NOT using pixel font.	["UF_FFlag"] = "OUTLINE",				-- "OUTLINE" // "THICKOUTLINE"		["DATA_Font"] = TukuiCF.media.pixelfont, 		-- Controls: Datatext // Chat Tab Fonts	["DATA_FSize"] = 12,										-- Controls: Font size if NOT using pixel font.	["DATA_FFlag"] = "", 										-- This is only here for pixel font, never really use flags for other fonts.		["UI_Texture"] = TukuiCF.media.empath,			-- Controls: All UI Textures.		["custom_hover"] = true,									-- True: Uses the custom color below for coloring mouse-over on buttons.		["hover_color"] = { .8, .2, .2, .5 },				-- False: Uses your class color for coloring mouse-over on buttons.}-- THESE ARE RESTRICTIONS FOR PIXEL FONTS -- need to move this dumbassif TukuiCF.theme.UF_Font == TukuiCF.media.pixelfont then	TukuiCF.theme.UF_FSize = 10	TukuiCF.theme.UF_FFlag = "MONOCHROMEOUTLINE"endif TukuiCF.theme.DATA_Font == TukuiCF.media.pixelfont then	TukuiCF.theme.DATA_FSize = 10	TukuiCF.theme.DATA_FFlag = "MONOCHROMEOUTLINE"end-- temp shit for classtimerTukuiCF["ct"] = {	["classtimers"] = true,		["classcolored"] = false,		["icons"] = false,}TukuiCF["unitframes"] = {	["V3_Style"] = true, --	["health_deficit"] = true, --	["show_solomode"] = true, --	["health_vertical"] = false, --	["classcolor"] = false,	-- general options	["enable"] = true,                     -- do i really need to explain this?	["enemyhcolor"] = false,               -- enemy target (players) color by hostility, very useful for healer.	["unitcastbar"] = true,                -- enable tukui castbar	["cblatency"] = false,                 -- enable castbar latency	["cbicons"] = false,                    -- enable icons on castbar	["auratimer"] = true,                  -- enable timers on buffs/debuffs	["auratextscale"] = 11,                -- the font size of buffs/debuffs timers on unitframes	["playerauras"] = false,               -- enable auras	["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 	["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"] = false,              -- do i really need to explain this?	-- NOT DONE YET ["maintank"] = false,  -- enable maintank	-- NOT DONE YET ["mainassist"] = false,-- enable mainassist	["combatfeedback"] = false,             -- enable combattext on player and target.	["playeraggro"] = false,                -- color player border to red if you have aggro on current target.	["positionbychar"] = true,             -- save X, Y position with /uf (movable frame) per character instead of per account.	["healcomm"] = false,                  -- enable healprediction support.		-- raid layout	["showrange"] = true,                  -- show range opacity on raidframes	["raidalphaoor"] = 0.3,                -- alpha of unitframes when unit is out of range	["gridonly"] = true,                  -- enable grid only mode for all healer mode raid layout.	["showsymbols"] = true,	               -- show symbol.	["aggro"] = true,                      -- show aggro on all raids layouts	["raidunitdebuffwatch"] = true,        -- track important spell to watch in pve for grid mode.	["gridhealthvertical"] = true,         -- enable vertical grow on health bar for grid mode.	["showplayerinparty"] = false,         -- show my player frame in party	["gridscale"] = 1,                     -- set the healing grid scaling		-- boss frames	["showboss"] = true,                   -- enable boss unit frames for PVELOL encounters.	-- 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		-- death knight only plugin	["runebar"] = true,                    -- enable tukui runebar plugin		-- shaman only plugin	["totemtimer"] = true,                 -- enable tukui totem timer plugin}TukuiCF["arena"] = {	["unitframes"] = true,                 -- enable tukz arena unitframes (requirement : tukui unitframes enabled)	["spelltracker"] = true,               -- enable tukz enemy spell tracker (an afflicted3 or interruptbar alternative)}TukuiCF["actionbar"] = {	["enable"] = true,                     -- enable tukz action bars	["hotkey"] = true,                     -- enable hotkey display because it was a lot requested	["hideshapeshift"] = false,            -- hide shapeshift or totembar because it was a lot requested.	["bottomrows"] = 2,                    -- numbers of row you want to show at the bottom (select between 1 and 2 only)	["rightbars"] = 2,                     -- numbers of right bar you want	["showgrid"] = true,                   -- show grid on empty button		["split_bar"] = true,	["mainbar_swap"] = true,	["rightbars_vh"] = false,	["vertical_shapeshift"] = false,}TukuiCF["nameplate"] = {	["enable"] = true,                     -- enable nice skinned nameplates that fit into tukui}TukuiCF["bags"] = {	["enable"] = true,                     -- enable an all in one bag mod that fit tukui perfectly}TukuiCF["map"] = {	["enable"] = true,                     -- reskin the map to fit tukui}TukuiCF["loot"] = {	["lootframe"] = true,                  -- reskin the loot frame to fit tukui	["rolllootframe"] = true,              -- reskin the roll frame to fit tukui	["autogreed"] = false,                  -- auto-dez or auto-greed item at max level, auto-greed Frozen orb}TukuiCF["cooldown"] = {	["enable"] = true,                     -- do i really need to explain this?	["treshold"] = 8,                      -- show decimal under X seconds and text turn red}TukuiCF["datatext"] = {	["fps_ms"] = 0,                        -- show fps and ms on panels	["mem"] = 0,                           -- show total memory on panels	["bags"] = 0,                          -- show space used in bags on panels	["gold"] = 0,                          -- show your current gold on panels	["wowtime"] = 0,                       -- show time on panels	["guild"] = 0,                         -- show number on guildmate connected on panels	["dur"] = 0,                           -- show your equipment durability on panels.	["friends"] = 0,                       -- show number of friends connected.	["dps_text"] = 0,                      -- show a dps meter on panels	["hps_text"] = 0,                      -- show a heal meter on panels	["power"] = 0,                         -- show your attackpower/spellpower/healpower/rangedattackpower whatever stat is higher gets displayed	["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		["location"] = true,		["coords"] = true,		["stat_block"] = true, 			-- new 4 block system in top-right screen for important datatexts only (time/mem/latency/fps)		["hitrating"] = 0,					-- show your characters hit rating	["wintergrasp"] = 0,			-- wintergrasp timer text	["mastery"] = 0,					-- show your characters mastery rating	["points"] = 0,						-- show your characters honor/conquest/justice points		["classcolor"] = false,		["color"] = { .2, .4, .7 },		["battleground"] = false,               -- enable 3 stats in battleground only that replace stat1,stat2,stat3.	["fontsize"] = 12,                     -- font size for panels.}TukuiCF["chat"] = {	["enable"] = true,                     -- blah	["whispersound"] = true,              -- play a sound when receiving whisper		["chatheight"] = 120,						-- Set the height of your chat here!}TukuiCF["panels"] = {	["tinfowidth"] = 345, -- don't use this here, go inside panels.lua -- i need to re-work it 						["shadows"] = false, 							["bottom_panels"] = true,}TukuiCF["tooltip"] = {	["enable"] = true,                     -- true to enable this mod, false to disable	["hidecombat"] = false,                -- hide bottom-right tooltip when in combat	["hidebuttons"] = false,               -- always hide action bar buttons tooltip.	["hideuf"] = false,                    -- hide tooltip on unitframes	["cursor"] = false,                    -- tooltip via cursor only}TukuiCF["merchant"] = {	["sellgrays"] = true,                  -- automaticly sell grays?	["autorepair"] = true,                 -- automaticly repair?}TukuiCF["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	},}TukuiCF["invite"] = { 	["autoaccept"] = false,                 -- auto-accept invite from guildmate and friends.}TukuiCF["buffreminder"] = {	["enable"] = false,                     -- this is now the new innerfire warning script for all armor/aspect class.	["sound"] = false,                      -- enable warning sound notification for reminder.}TukuiCF["others"] = {	["pvpautorelease"] = false,             -- enable auto-release in bg or wintergrasp. (not working for shaman, sorry)}------------------------------------------------------------------------------ Per Class Config (overwrite general)-- Class need to be UPPERCASE----------------------------------------------------------------------------if TukuiDB.myclass == "PRIEST" then	-- do some config!end------------------------------------------------------------------------------ Per Character Name Config (overwrite general and class)-- Name need to be case sensitive----------------------------------------------------------------------------if TukuiDB.myname == "Tukz" then	-- yeah my default config is not really like default tukui.	TukuiCF.actionbar.rightbars = 0	TukuiCF.actionbar.bottomrows = 1	TukuiCF.actionbar.hotkey = false	TukuiCF.actionbar.hideshapeshift = true	TukuiCF.others.pvpautorelease = true	TukuiCF.unitframes.enemyhcolor = trueend