Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. local T, C, L = unpack(select(2, ...)) -- Import: T - functions, constants, variables; C - config; L - locales
  2.  
  3. C["general"] = {
  4. ["autoscale"] = true, -- mainly enabled for users that don't want to mess with the config file
  5. ["uiscale"] = 0.71, -- set your value (between 0.64 and 1) of your uiscale if autoscale is off
  6. ["overridelowtohigh"] = false, -- EXPERIMENTAL ONLY! override lower version to higher version on a lower reso.
  7. ["multisampleprotect"] = true, -- i don't recommend this because of shitty border but, voila!
  8. }
  9.  
  10. C["unitframes"] = {
  11. -- Gen.
  12. ["enable"] = true, -- do i really need to explain this?
  13.  
  14. -- Colors
  15. ["enemyhcolor"] = false, -- enemy target (players) color by hostility, very useful for healer.
  16. ["unicolor"] = true, -- enable unicolor theme
  17. -- if unicolor == true then it uses these colors
  18. ["healthColor"] = { .15, .15, .15 },
  19. ["healthBgColor"] = { .05, .05, .05 },
  20.  
  21. -- Castbar
  22. ["unitcastbar"] = true, -- enable tukui castbar
  23. ["cblatency"] = false, -- enable castbar latency
  24. ["cbicons"] = true, -- enable icons on castbar
  25. ["cbclasscolor"] = false,
  26. -- if cbclasscolor == false then it uses this color
  27. ["cbcustomcolor"] = { .15, .15, .15 },
  28.  
  29. -- Auras
  30. ["auratimer"] = true, -- enable timers on buffs/debuffs
  31. ["auratextscale"] = 11, -- the font size of buffs/debuffs timers on unitframes
  32. ["playerauras"] = false, -- enable auras
  33. ["targetauras"] = false, -- enable auras on target unit frame
  34. ["totdebuffs"] = true, -- enable tot debuffs (high reso only)
  35. ["focusdebuffs"] = true, -- enable focus debuffs
  36. ["focusbuffs"] = true, -- enable focus buffs
  37. ["onlyselfdebuffs"] = false, -- display only our own debuffs applied on target
  38. ["onlyselfbuffs"] = true, -- display only our own buffs applied on target
  39. ["buffrows"] = 2,
  40. ["debuffrows"] = 2,
  41.  
  42. -- Misc.
  43. ["charportrait"] = false, -- do i really need to explain this?
  44. ["showtotalhpmp"] = false, -- change the display of info text on player and target with XXXX/Total.
  45. ["targetpowerpvponly"] = true, -- enable power text on pvp target only
  46. ["showsmooth"] = true, -- enable smooth bar
  47. ["lowThreshold"] = 20, -- global low threshold, for low mana warning.
  48. ["combatfeedback"] = false, -- enable combattext on player and target.
  49. ["playeraggro"] = true, -- color player border to red if you have aggro on current target.
  50.  
  51. -- Party / Raid
  52. -- Gen.
  53. ["showrange"] = true, -- show range opacity on raidframes
  54. ["raidalphaoor"] = 0.3, -- alpha of unitframes when unit is out of range
  55. ["showplayerinparty"] = true, -- show my player frame in party
  56. ["showsymbols"] = true, -- show symbol.
  57. ["aggro"] = true, -- show aggro on all raids layouts
  58. ["raidunitdebuffwatch"] = true, -- track important spell to watch in pve for grid mode.
  59. ["healcomm"] = true, -- enable healprediction support.
  60.  
  61. -- Heal
  62. ["healthvertical"] = true,
  63. ["healthdeficit"] = false,
  64.  
  65. -- Dps
  66. ["hidepower"] = false,
  67.  
  68.  
  69. -- Extra Frames
  70. ["maintank"] = false, -- enable maintank
  71. ["mainassist"] = false, -- enable mainassist
  72. ["showboss"] = false, -- enable boss unit frames for PVELOL encounters.
  73. -- ["showfocustarget"] = false, -- show focus target
  74.  
  75. -- priest only plugin
  76. ["weakenedsoulbar"] = true, -- show weakened soul bar
  77.  
  78. -- class bar
  79. ["classbar"] = true, -- enable tukui classbar over player unit
  80. }
  81.  
  82. C["arena"] = {
  83. ["unitframes"] = false, -- enable tukz arena unitframes (requirement : tukui unitframes enabled)
  84. }
  85.  
  86. C["auras"] = {
  87. ["player"] = true, -- enable tukui buffs/debuffs
  88. }
  89.  
  90. C["actionbar"] = {
  91. ["enable"] = true, -- enable tukui action bars
  92. ["hotkey"] = true, -- enable hotkey display because it was a lot requested
  93. ["hideshapeshift"] = false, -- hide shapeshift or totembar because it was a lot requested.
  94. ["showgrid"] = true, -- show grid on empty button
  95. ["buttonsize"] = 27, -- normal buttons size
  96. ["petbuttonsize"] = 27, -- pet & stance buttons size
  97. ["stancebuttonsize"] = 27, -- pet & stance buttons size
  98. ["buttonspacing"] = 4, -- buttons spacing
  99. ["vertical_rightbars"] = false,
  100. }
  101.  
  102. C["bags"] = {
  103. ["enable"] = true, -- enable an all in one bag mod that fit tukui perfectly
  104. }
  105.  
  106. C["map"] = {
  107. ["enable"] = true, -- reskin the map to fit tukui
  108. }
  109.  
  110. C["loot"] = {
  111. ["lootframe"] = true, -- reskin the loot frame to fit tukui
  112. ["rolllootframe"] = true, -- reskin the roll frame to fit tukui
  113. ["autogreed"] = true, -- auto-dez or auto-greed item at max level, auto-greed Frozen orb
  114. }
  115.  
  116. C["cooldown"] = {
  117. ["enable"] = true, -- do i really need to explain this?
  118. ["treshold"] = 8, -- show decimal under X seconds and text turn red
  119. }
  120.  
  121. C["datatext"] = {
  122. ["armor"] = 0, -- show your armor value against the level mob you are currently targeting
  123. ["avd"] = 0, -- show your current avoidance against the level of the mob your targeting
  124. ["bags"] = 0, -- show space used in bags on panels
  125. ["crit"] = 0, -- show your crit rating on panels.
  126. ["currency"] = 0, -- show your tracked currency on panels
  127. ["dps_text"] = 0, -- show a dps meter on panels
  128. ["dur"] = 6, -- show your equipment durability on panels.
  129. ["fps_ms"] = 4, -- show fps and ms on panels
  130. ["friends"] = 3, -- show number of friends connected.
  131. ["gold"] = 0, -- show your current gold on panels
  132. ["guild"] = 2, -- show number on guildmate connected on panels
  133. ["haste"] = 0, -- show your haste rating on panels.
  134. ["hit"] = 0,
  135. ["hps_text"] = 0, -- show a heal meter on panels
  136. ["mastery"] = 0,
  137. ["micromenu"] = 0,
  138. ["power"] = 0, -- show your attackpower/spellpower/healpower/rangedattackpower whatever stat is higher gets displayed
  139. ["system"] = 5, -- show total memory and others systems infos on panels
  140. ["wowtime"] = 1, -- show time on panels
  141.  
  142. ["battleground"] = true, -- enable 3 stats in battleground only that replace stat1,stat2,stat3.
  143. ["time24"] = false, -- set time to 24h format.
  144. ["localtime"] = true, -- set time to local time instead of server time.
  145. ["fontsize"] = 12, -- font size for panels.
  146. ["style"] = "MONOCHROMEOUTLINE",
  147.  
  148. ["classcolor"] = false,
  149. ["color"] = { .4, .4, .4 },
  150. }
  151.  
  152. C["chat"] = {
  153. ["enable"] = true, -- blah
  154. ["whispersound"] = false, -- play a sound when receiving whisper
  155. }
  156.  
  157. C["nameplate"] = {
  158. ["enable"] = true, -- enable nice skinned nameplates that fit into tukui
  159. ["showhealth"] = false, -- show health text on nameplate
  160. ["enhancethreat"] = false, -- threat features based on if your a tank or not
  161. ["overlap"] = false, -- allow nameplates to overlap
  162. ["combat"] = false, -- only show enemy nameplates in-combat.
  163. ["goodcolor"] = {75/255, 175/255, 76/255}, -- good threat color (tank shows this with threat, everyone else without)
  164. ["badcolor"] = {0.78, 0.25, 0.25}, -- bad threat color (opposite of above)
  165. ["transitioncolor"] = {218/255, 197/255, 92/255}, -- threat color when gaining threat
  166. }
  167.  
  168. C["tooltip"] = {
  169. ["enable"] = true, -- true to enable this mod, false to disable
  170. ["hidecombat"] = false, -- hide bottom-right tooltip when in combat
  171. ["hidebuttons"] = false, -- always hide action bar buttons tooltip.
  172. ["hideuf"] = false, -- hide tooltip on unitframes
  173. ["cursor"] = false, -- tooltip via cursor only
  174. }
  175.  
  176. C["merchant"] = {
  177. ["sellgrays"] = true, -- automaticly sell grays?
  178. ["autorepair"] = true, -- automaticly repair?
  179. ["sellmisc"] = true, -- sell defined items automatically
  180. }
  181.  
  182. C["error"] = {
  183. ["enable"] = true, -- true to enable this mod, false to disable
  184. filter = { -- what messages to not hide
  185. [INVENTORY_FULL] = true, -- inventory is full will not be hidden by default
  186. },
  187. }
  188.  
  189. C["invite"] = {
  190. ["autoaccept"] = false, -- auto-accept invite from guildmate and friends.
  191. }
  192.  
  193. C["buffreminder"] = {
  194. ["enable"] = true, -- this is now the new innerfire warning script for all armor/aspect class.
  195. ["sound"] = false, -- enable warning sound notification for reminder.
  196. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement