- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,104 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
Alt Art Extras [Titan]
- 0 Likes
- World of Warcraft
- 0 Monthly Downloads
- Supports: 3.3.5
- 5,955 Total Downloads
- Updated 10/07/2010
- Created 07/10/2007
- 21 Favorites
- Project Site
- Comments
- Release Type: Inactive
- License: Public Domain
- Newest File: Alt Art Extras 1.3 [Titan]
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 orignal 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. Only Incendosaur is custom in it entirety.
Repost for posterity’s sake. Don’t forget to copy/paste into the original Titan.lua file under your SavedVariables folder.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| Alt Art Extras 1.3 [Titan] | Release | 3.3.5 | 486 | 10/07/2010 |
| Alt Art Extras[Titan] 1.2 | Release | 3.0.2 | 733 | 11/02/2008 |
| Alt Art Extras 1.1 | Release | 2.0.0 | 214 | 08/06/2007 |
Addon Packs Containing This...
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,129,948 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 498,005 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 335,742 Monthly Downloads
-
- Recount
- Combat
- 323,867 Monthly Downloads
-
- HealBot Continued
- Healer and Unit Frames
- 297,532 Monthly Downloads
Comments
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
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.
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.
Yes, I call them moongoats all the time.)
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.
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.
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).
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 :)
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.
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
Once I'm back from my vacation, I'll throw up a new version ready for the next update.