• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Alt Art Extras [Titan]

 
Project Updated:
Files Updated: Mon, Feb 23 2009
Supports Game Version: 3.0.9
Category: Unit Frames, and HUDs
Tags:

, and [Edit Tags]

Project Manager: Lethosos
Additional Authors: No additional authors
Current Version: Alt Art Extras [Titan] 1.3
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 4
Downloads Total: 7,984
Favorites: 9
Comments: 16
  • About Alt Art Extras [Titan]
  •  

Alternate artstyles for use with Titan Panel.

Simply unpack the file to a seperate folder, then copy the directories of the styles and paste into the Titan/Artwork/Custom folder. The included TXT file is to help skip the whole silly Add Custom Skin interface by copying and pasting directly into the Titan.lua saved variables file in the WTF/SavedVariables directory.

The art assets used have been lifted from various Blizzard wallpapers and in-game art.

  • Downloads (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Alt Art Extras [Titan] 1.3 Release 3.0.9 4,195 2/23/2009
  Alt Art Extras [Titan] Alt Art Extras[Titan] 1.2 Release 3.0.2 556 11/3/2008
  Alt Art Extras [Titan] Alt Art Extras 1.1 Release 2.0.0 99 8/7/2007
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Its not working, wont even show up on Wowmatrix or in the game itself, but if I go to my addons in the files it shows up.

    Reply Report Permalink
  • Lethosos said

    A heads-up.

    Right now I've got a new compilation sitting at home that will require a bit of a change in how it's placed for future iterations of this pack--this will avoid Curse Client erasing the art assets inside Titan. Just do as you did before and replace the list with the new one.

    Also, there are four more skins included. :)

    In other news, TinySkin is being a pain to code--I actually have to study how the heck Titan is built in the first place before I can even properly make a proper module. :P

    Reply Report Permalink
  • Redwud said

    Are these not working for anyone else?

    Reply Report Permalink
  • Redwud said

    nevermind, i figured it out. had the spacing wrong on the lua replacement

    Reply Report Permalink
  • krazi3825 said

    i cant get it to work no matter what i do :( new skins just wont show up QQ

    Reply Report Permalink
  • WOWboii said

    what does this ACTUALLY do?

    Reply Report Permalink
  • Lethosos said

    Just FYI: After some consideration, I decided that it'd be better off making a strongly-worded suggestion to allow importing a single file of locations instead of doing it singly--lot less work on the user's behalf. Already I can see the problems I'd have if I tried it myself.

    Also yesterday I pulled down the new Thrall wallpaper and made not one, but two versions off the border artwork. Along with that, after Ilook at how the Titan team handles my suggestion, I'll put the files in a directory altogether separate of Titan's sothat I can do two things: prevent the Curse installer from deleteing the artfiles, and allow me to flag the Curse system whenever I update the artwork.

    Let's see how that goes.

    Reply Report Permalink
  • Lethosos said

    I forgot to mention it last night; it's been upated, and the funky problem I was having is just the result of needing to close WoW to let the Addon system read the new artwork files.

    I'll consider tackling that bulk import issue sometime soon; it's just a matter of whether or not I want to deal with the complexity of the Titan system.

    Reply Report Permalink
  • Lethosos said

    I went ahead and did an Exodar-inspired bit of art, called (apropos) "Moongoat Crystal."

    Yes, I call them moongoats all the time. It's better than "Drain-o" at the least. >)

    Right now, I'm experiencing an odd hiccup in the Titan files; once I figure out WTH is with any custom art not showing up (other than the Artwork folder being deleted every single update, which is a pain but not excessively so.) I suspect something to do with how it's written, but... lemme look into it.

    Reply Report Permalink
  • Lethosos said

    I still need to update the files through at least one new bit of artwork; I fixed at least one older bit of art, but that's not enough for an upgrade.

    Just do what you can; ifyou've got an idea for a nice-looking panel, please let me know or point to the source of inspiration.

    And, IMO, the Titan peeps should've made a better mechanism for bulk importation--the way I have to do it, it's still unwieldy to do. I don't have the time nor patience to dive into the code to support this, but I have an idea or two.

    Reply Report Permalink
  • eccles1975 said

    Error: ["path"] = "Interface\\AddOns\\Titan\\Artwork\\Custom\\Leather\",

    Should be: ["path"] = "Interface\\AddOns\\Titan\\Artwork\\Custom\\Leather\\",

    Note that a second '\' is missing on the end of the string, this is what causes this error (due to the way Windows-based paths are handled).

    Reply Report Permalink
  • ok, when I wrote that I had only pasted 1 into the Lua.

    after trying to add more I learned that

    {
    ["name"] = "Leather",
    ["path"] = "Interface\\AddOns\\Titan\\Artwork\\Custom\\Leather\",
    },


    does not work, and will cause it all to fail. do not include Leather until Lethosos fixes this and everything should be fine :)


    just tested all the rest. and we're all good :)

    Reply Report Permalink
  • oh, and "Beerfest" doesn't work either, though it will not effect the rest of the bars, it just doesn't have it's own bar when you select it.

    PS: before I posted this I wanted to see if I could fix it, and I did.

    the file name is actually "Brewfest"

    so either change it to Beerfest

    or

    find Beerfest in the LUA where you added all the txt and change it to Brewfest in the name slot AND in the Path.

    Reply Report Permalink
  • so it took me a little while, but I got it to work.

    first try opening titan.lua

    windows should prompt you with a "WTF IS THIS HOW THE F*** DO I OPEN IT?!!!"

    it's cool, just choose "select a program"

    pick note pad.


    then scroll down till you see " ["name"] = "X-Perl",
    ["path"] = "Interface\\AddOns\\Titan\\Artwork\\Custom\\X-Perl\\",
    }, -- [19]"

    you'll see 18 others just like it before it. now go into the txt file provided and pick the ones you want and place them directly under the text I told you to look for and just continue the pattern.

    now the files you copied over into the "Titan/Artwork/Custom folder" should work.


    took me a lil while, but just do that and you should have it up and running in a fraction of the time I did :P

    Reply Report Permalink
  • Lethosos said

    I'll seek out a better method for doing so--I already found a few errors, and some of the older art files I added needs some cleaning (aka always ensure that anti-aliasing is turned off.)

    Once I'm back from my vacation, I'll throw up a new version ready for the next update.

    Reply Report Permalink
  • Baxxar said

    How to install this can't find a way o copy/paste the txt file in the titan.lua file plx help

    Reply Report Permalink
  • Lethosos said

    New upload, people!

    The Leather pair, stony Naxx, and the custom scaly Incendosaur is avaliable for download as well!

    Screenshots will be avaliable soon.

    Reply Report Permalink
  • Lethosos said

    Planned on it, I just didn't do it at the time of uploading.

    You should see a small sample of what's currently done--it may look familiar, but that's because I co-opted Bliz's art for use in the game.

    In the meantime, I haven't been struck with inspiration for anything else---we'll see.

    Reply Report Permalink
  • Lazare said

    Screen Shots would make this so much better  :D

    Reply Report Permalink
  • 1 page(s)
  • Addon Packs Containing Alt Art Extras [Titan]

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 11,397 HealBot Continued Unit Frames, Buffs & Debuffs...
  2. 2,530 X-Perl UnitFrames Raid Frames, and Unit Frames
  3. 1,800 Grid Unit Frames
  4. 1,699 GridStatusRaidDebuff Unit Frames
  5. 1,389 VuhDo Buffs & Debuffs, Druid, Healer...