Download
(373 Kb)
Download
Updated: 05-20-13 08:13 PM
Pictures
File Info
Compatibility:
Escalation (5.3)
Thunder Isle (5.2)
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:05-20-13 08:13 PM
Created:11-27-12 11:17 PM
Downloads:913
Favorites:5
MD5:
5.3
Discord Art  Updated less than 3 days ago!
Version: 5.0.10
by: Fizzlemizz [More]
Lozareth's configurable, scriptable Discord Art.

Included Discord Library version: 5.1

Modify your World of Warcraft environment to suit your style. Add textures that are clickable, will react to events ie. showing when you aquire a target and hiding again when not and lots lots more.

The screenshots show how you can use Discord Art to build a Mazzle style background to host your UI (bars, unitframes, chat, loot, statistical information etc.). With the help of the Quick Script: code below you don't lose actual player screen realestate (mobs don't sneak in from behind any sooner than if you didn't have the artwork displayed).

See the Change Log for a list of all changes.

Changed in 5.0.10
Made Discord Art compatible with WOW 5.3 Escalation.

Changed in 5.0.8
Added the ability to save and recall root texture paths.
End changes

NOTE: If you change names of, copy, move, add textures and let's not forget typos while in-game, you will have to completly exit WOW and re-start before the "new" textures will register (going back to the character select or account login screens is not good enough).

A bright green blob where your amazing artwork is supposed to appear is a good clue your texture hasn't registered (did I mention typos ).

***SCRIPTS
Because the ubiquitous "this" is no longer a valid construct in WOW LUA, the scripting engine has been changed to include/parse "self" as a replacement to "this".

***USING OLDER DART
If you load a DART profile imported from pre 5.0 version of Discord Art you may (most likely will) get errors due to scripting that is no longer valid. The WOW API has changed a lot so these will need some careful attention.

***IF YOU DO GET ERRORS, please post the full error message and a discription of what you were doing at the time.

For information on how to customise DART, the Readme.html in your "[WOW]\Interface\Addons\DiscordArt" folder is the place to go. It's old school like DART but it will get updated as required.

Discord Art Custom Textures a starter pack of artwork and a DiscordArt.lua file containing several profiles from a bygone era but still usable with some adjustments has be included under the Other Files tab above.

Sharing your DART configuration: Dreadlorde's Discord Custom Layout Extractors (The DART_Custom sub-folder) still works with Discord Art. You will need to enable "Out of date Addons" under the Addons button of the character selection screen. DART MUST be installed as well otherwise errors will be generated ie. only install the extracor(s) for the Discord addons you have installed. See the ReadMe file in each extractors folder for information on how to use DCLE.

Quick Script:
If you do have a bottom heavy UI and want to adjust your ViewPort to account for it (no more enemies getting the drop on you because part of your usable view screen is covered by art, buttons etc.) add something like the following (depending on screen resolution) to the OnLoad script of a texture that is displayed unconditionally.

Code:
local bottom = 30 -- 30 can be adjusted to any number depending on the height of your artwork.
self.ViewportOverlay = WorldFrame:CreateTexture(nil, "BACKGROUND")
self.ViewportOverlay:SetTexture(0, 0, 0, 1)
self.ViewportOverlay:SetPoint("TOPLEFT", UIParent, "TOPLEFT", -1, 1)
self.ViewportOverlay:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", 1, -1)
local currentXResolution, currentYResolution = 1900 , 1200 -- Your screen resolution.
bottom = (bottom*(currentYResolution/1200))
WorldFrame:SetPoint("TOPLEFT", 0, 0)
WorldFrame:SetPoint("BOTTOMRIGHT", 0, (bottom * (2668 / currentYResolution)))
Curse Client users: I don't host on Curse so if Discord Art appears in the download list, press Ignore because it is most likely a very ancient version.
Dates are in dd/mm/yyyy format.

5.0.10 21/3/2013
Made Discord Art compatible with WOW 5.3.

5.0.9 5/3/2013
Made Discord Art compatible with WOW 5.2.

5.0.8a 7/01/213
Discord Library fix for potential call to protected function in combat

5.0.8 25/12/2012
Added the ability to save and recall root texture paths.

5.0.7 13/12/2012
Added Root Path for your custom textures and fonts (under Misc. Options) - Enter a default path to your custom textures and fonts (a trailing slash "\" is required).
Wherever you have entered a texture or font file name without a fully qualified path, the root path will be prefixed at runtime (if you enter a partially qualified or incorrect path for a texture file or the root path you will see a green blob).

5.0.6 4/12/2012
The Options window can now be closed using the escape key (It's a small thing but it has always bugged me).

5.0.5 2/12/2012
  • Fixed errors being thrown when adding/edting some Conditions.
  • "self" added to replace "this" in the scripting engine.
5.0.4 30/11/2012
Fixed an error being generated when using the colour pickers.

5.0.3 30/11/2012
  • Added Flip X, Y buttons.
  • Fixed a coupl of parameter passing issues. Pressing and holding down MiddleButton (scrollwheel button) on the any of the move buttons (< > ^ v) will now glide the texture.
5.0.2 29/11/2012
  • Fixed the sliders for height and width handling not intitalising properly for textures that have an edge size greater than 300
  • Increased the maximum slider values for width and height to 1500. These can be increased further if there is a need.
Release 5.0.1 28/11/2012
Discord Art made compatible with Mists of Pandaria patch 5.1, Landfall.
Archived Files (10)
File Name
Version
Size
Author
Date
5.0.9
373kB
Fizzlemizz
03-05-13 02:40 PM
5.0.8a
373kB
Fizzlemizz
01-06-13 03:59 PM
5.0.8
373kB
Fizzlemizz
12-24-12 12:00 PM
5.0.7
370kB
Fizzlemizz
12-12-12 10:03 PM
5.0.6
225kB
Fizzlemizz
12-03-12 11:30 AM
5.0.5
225kB
Fizzlemizz
12-01-12 11:14 AM
5.0.4
223kB
Fizzlemizz
11-29-12 10:53 PM
5.0.3
223kB
Fizzlemizz
11-29-12 02:54 PM
5.0.2
223kB
Fizzlemizz
11-28-12 04:11 PM
5.0.1
223kB
Fizzlemizz
11-27-12 11:17 PM


Post A Reply Comment Options
Old 12-13-12, 09:17 PM  
Fizzlemizz
A Black Drake
 
Fizzlemizz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 79
Uploads: 6
Re: A strange situation...

Hi Bolekzz, thank you for trying DART/DUF and your English is fine, specially with the screenshots .

The error (SUIV3 image) was because the setting was corrupted. Try deleteing the DiscorArt.lua file in you WTF folder and copy a new one over.

The artwork in most of the configurations in the custom art pack uses the minimap as the base anchor (I didn't make that very clear in the instuctions, sorry).

Because they are a bottom/center configurations, your minimap (I use Chinchilla) needs to be at or near the bottom of your screen and in the middle to see them properly. The rest of the panels will move with the minimap.

The old Mazzle layout in the screenshots was somthing I knocked up and is not even close to being a whole Mazzle package. There is some artwork for a dungeon skin for the old mazzle at http://wow.curseforge.com/addons/maz...-custom-skins/.

There was an old MazzleUI-Core file out there on the web that did contain the original art as well as several other skins.

Originally Posted by Bolekzz
Hello all!

I installed the following addons
installed correctly DUF FizzleUI
but there are problems with the installation of DART SUIV 5.1 or SUIV3 or Laduca and others as well.
What am I doing wrong?
How can I make it? Link
Dear Fizzle tell me where wrong?
I would appreciate it if Mr. Fizzle publish folders Addons and WTF...
Thank in advance!
Bolekzz
P.S. I know my English is not perfect ... sorry
__________________
____________________________________________
The older I get the more I think about the hereafter.
Everywhere I go I think, "What am I here after?".
Last edited by Fizzlemizz : 12-14-12 at 01:28 AM.
Fizzlemizz is offline Report comment to moderator  
Reply With Quote
Old 12-13-12, 09:54 AM  
Bolekzz
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
A strange situation...

Hello all!

I installed the following addons
installed correctly DUF FizzleUI
but there are problems with the installation of DART SUIV 5.1 or SUIV3 or Laduca and others as well.
What am I doing wrong?
How can I make it? Link
Dear Fizzle tell me where wrong?
I would appreciate it if Mr. Fizzle publish folders Addons and WTF...
Thank in advance!
Bolekzz
P.S. I know my English is not perfect ... sorry
Bolekzz is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: